summaryrefslogtreecommitdiffstats
path: root/kernel/events
AgeCommit message (Expand)AuthorLines
12 daysMerge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
13 daysMerge tag 'perf-core-2026-04-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-22/+21
14 daysMerge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+2
2026-04-08perf/events: Replace READ_ONCE() with standard pgtable accessorsAnshuman Khandual-3/+3
2026-04-05mm: rename zap_page_range_single() to zap_vma_range()David Hildenbrand (Arm)-1/+1
2026-04-05mm/memory: remove "zap_details" parameter from zap_page_range_single()David Hildenbrand (Arm)-1/+1
2026-03-12perf: Make sure to use pmu_ctx->pmu for groupsPeter Zijlstra-11/+8
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton-2/+2
2026-02-27perf/core: Simplify __detach_global_ctx_data()Namhyung Kim-11/+4
2026-02-27perf/core: Try to allocate task_ctx_data quicklyNamhyung Kim-0/+6
2026-02-27perf/core: Pass GFP flags to attach_task_ctx_data()Namhyung Kim-8/+8
2026-02-25perf: Fix __perf_event_overflow() vs perf_remove_from_context() racePeter Zijlstra-1/+41
2026-02-23perf/core: Fix refcount bug and potential UAF in perf_mmapHaocheng Yu-19/+19
2026-02-23perf/core: Fix invalid wait context in ctx_sched_in()Namhyung Kim-1/+2
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-12/+12
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-15/+16
2026-02-10Merge tag 'perf-core-2026-02-09' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-132/+436
2026-02-02uprobes: Fix incorrect lockdep condition in filter_chain()Breno Leitao-1/+1
2026-01-30perf: sched: Fix perf crash with new is_user_task() helperSteven Rostedt-4/+4
2026-01-21perf: Fix refcount warning on event->mmap_count incrementWill Rosenberg-0/+9
2026-01-16x86/uprobes: Fix XOL allocation failure for 32-bit tasksOleg Nesterov-3/+7
2026-01-15perf/core: Fix slow perf_event_task_exit() with LBR callstacksNamhyung Kim-2/+18
2026-01-13perf/core: Speed up kexec shutdown by avoiding unnecessary cross CPU callsJan H. Schönherr-1/+2
2026-01-11Merge tag 'perf-urgent-2026-01-11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+6
2026-01-11treewide: Update email addressThomas Gleixner-3/+3
2026-01-06uprobes: use kmap_local_page() for temporary page mappingsKeke Ming-6/+6
2026-01-05perf: Ensure swevent hrtimer is properly destroyedPeter Zijlstra-0/+6
2025-12-19perf: Use EXPORT_SYMBOL_FOR_KVM() for the mediated APIsPeter Zijlstra-2/+3
2025-12-17perf: Clean up mediated vPMU accountingPeter Zijlstra-2/+7
2025-12-17perf/x86/core: Register a new vector for handling mediated guest PMIsSean Christopherson-2/+7
2025-12-17perf: Add APIs to load/put guest mediated PMU contextKan Liang-0/+61
2025-12-17perf: Add a EVENT_GUEST flagKan Liang-51/+179
2025-12-17perf: Clean up perf ctx timeKan Liang-38/+32
2025-12-17perf: Add APIs to create/release mediated guest vPMUsKan Liang-0/+82
2025-12-17perf: Move security_perf_event_free() call to __free_event()Sean Christopherson-2/+2
2025-12-17perf: Add generic exclude_guest supportKan Liang-7/+8
2025-12-17perf: Skip pmu_ctx based on event_typeKan Liang-34/+40
2025-12-09perf/core: Fix missing read event generation on task exitThaumy Cheng-10/+12
2025-12-03perf/uprobes: Remove <space><Tab> whitespace noiseIngo Molnar-4/+4
2025-12-01Merge tag 'perf-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-3/+89
2025-11-20perf: Fix 0 count issue of cpu-clockDapeng Mi-1/+1
2025-11-03perf/core: Fix system hang caused by cpu-clock usageDapeng Mi-5/+15
2025-10-29perf: Support deferred user unwindPeter Zijlstra-3/+89
2025-10-14perf/core: Fix MMAP2 event device with backing filesAdrian Hunter-2/+2
2025-10-14perf/core: Fix MMAP event path names with backing filesAdrian Hunter-1/+1
2025-10-14perf/core: Fix address filter match with backing filesAdrian Hunter-1/+1
2025-10-14uprobe: Move arch_uprobe_optimize right after handlers executionJiri Olsa-3/+3
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-16/+16
2025-10-01Merge tag 'driver-core-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1