index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
events
/
core.c
Age
Commit message (
Expand
)
Author
2025-04-23
perf/core: Change to POLLERR for pinned events with error
Namhyung Kim
2025-04-08
perf: Fix hang while freeing sigtrap event
Frederic Weisbecker
2025-04-06
perf/core: Fix WARN_ON(!ctx) in __free_event() for partial init
Gabriel Shahrouzi
2025-03-31
perf/core: Fix child_total_time_enabled accounting bug at task exit
Yeoreum Yun
2025-03-25
Merge tag 'lsm-pr-20250323' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2025-03-25
Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-03-17
perf: Clean up pmu specific data
Kan Liang
2025-03-17
perf: Supply task information to sched_task()
Kan Liang
2025-03-17
perf: attach/detach PMU specific data
Kan Liang
2025-03-17
perf: Save PMU specific data in task_struct
Kan Liang
2025-03-17
perf/core: Use POLLHUP for pinned events in error
Namhyung Kim
2025-03-16
perf/core: Use sysfs_emit() instead of scnprintf()
XieLudan
2025-03-10
perf/core: Remove optional 'size' arguments from strscpy() calls
Thorsten Blum
2025-03-05
perf/core: Clean up perf_try_init_event()
Peter Zijlstra
2025-03-04
perf/core: Fix perf_mmap() failure path
Peter Zijlstra
2025-03-04
perf/core: Detach 'struct perf_cpu_pmu_context' and 'struct pmu' lifetimes
Peter Zijlstra
2025-03-04
perf/core: Lift event->mmap_mutex in perf_mmap()
Peter Zijlstra
2025-03-04
perf/core: Remove retry loop from perf_mmap()
Peter Zijlstra
2025-03-04
perf/core: Further simplify perf_mmap()
Peter Zijlstra
2025-03-04
perf/core: Simplify the perf_mmap() control flow
Peter Zijlstra
2025-03-04
perf/bpf: Robustify perf_event_free_bpf_prog()
Peter Zijlstra
2025-03-04
perf/core: Introduce perf_free_addr_filters()
Peter Zijlstra
2025-03-04
perf/core: Add this_cpc() helper
Peter Zijlstra
2025-03-04
perf/core: Merge struct pmu::pmu_disable_count into struct perf_cpu_pmu_conte...
Peter Zijlstra
2025-03-04
perf/core: Simplify perf_event_alloc()
Peter Zijlstra
2025-03-04
perf/core: Simplify perf_init_event()
Peter Zijlstra
2025-03-04
perf/core: Simplify perf_pmu_register()
Peter Zijlstra
2025-03-04
perf/core: Simplify the perf_pmu_register() error path
Peter Zijlstra
2025-03-04
perf/core: Simplify the perf_event_alloc() error path
Peter Zijlstra
2025-03-01
Merge branch 'perf/urgent' into perf/core, to pick up dependent patches and f...
Ingo Molnar
2025-03-01
perf/core: Fix perf_pmu_register() vs. perf_init_event()
Peter Zijlstra
2025-03-01
perf/core: Fix pmus_lock vs. pmus_srcu ordering
Peter Zijlstra
2025-02-26
perf: Remove unnecessary parameter of security check
Luo Gengkun
2025-02-25
perf/core: Fix low freq setting via IOC_PERIOD
Kan Liang
2025-02-24
perf/core: Order the PMU list to fix warning about unordered pmu_ctx_list
Luo Gengkun
2025-02-24
perf/core: Add RCU read lock protection to perf_iterate_ctx()
Breno Leitao
2025-02-21
perf/core: Move perf_event sysctls into kernel/events
Joel Granados
2025-02-18
perf: Switch to use hrtimer_setup()
Nam Cao
2025-02-05
perf: Avoid the read if the count is already updated
Peter Zijlstra (Intel)
2025-01-10
perf: map pages in advance
Lorenzo Stoakes
2024-12-09
perf/core: Export perf_exclude_event()
Namhyung Kim
2024-12-02
Merge tag 'v6.13-rc1' into perf/core, to refresh the branch
Ingo Molnar
2024-11-25
Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2024-11-19
Merge tag 'perf-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2024-11-19
perf/core: Save raw sample data conditionally based on sample type
Yabin Cui
2024-11-18
Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2024-11-14
perf/core: Correct perf sampling with guest VMs
Colton Lewis
2024-11-14
perf/core: Hoist perf_instruction_pointer() and perf_misc_flags()
Colton Lewis
2024-11-05
perf/core: update min_heap_callbacks to use default builtin swap
Kuan-Wei Chiu
2024-11-05
lib/min_heap: introduce non-inline versions of min heap API functions
Kuan-Wei Chiu
[next]