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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
events
/
core.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf/core: Fix hardlockup failure caused by perf throttle
Yang Jihong
2023-05-17
1
-2
/
+2
*
perf/core: Fix the same task check in perf_event_set_output
Kan Liang
2023-04-20
1
-1
/
+1
*
perf: Fix possible memleak in pmu_dev_alloc()
Chen Zhongjin
2023-01-18
1
-3
/
+5
*
perf/core: Fix data race between perf_event_set_output() and perf_mmap_close()
Peter Zijlstra
2022-07-29
1
-14
/
+31
*
perf: Fix sys_perf_event_open() race against self
Peter Zijlstra
2022-05-25
1
-0
/
+14
*
perf/core: Fix address filter parser for multiple filters
Adrian Hunter
2022-04-15
1
-0
/
+3
*
perf: Fix list corruption in perf_cgroup_switch()
Song Liu
2022-02-16
1
-2
/
+2
*
perf/core: Avoid put_page() when GUP fails
Greg Thelen
2021-11-26
1
-5
/
+5
*
events: Reuse value read using READ_ONCE instead of re-reading it
Baptiste Lepers
2021-09-22
1
-1
/
+1
*
perf: Fix data race between pin_count increment/decrement
Marco Elver
2021-06-16
1
-0
/
+2
*
perf/core: Fix endless multiplex timer
Peter Zijlstra
2021-06-16
1
-6
/
+14
*
perf/core: Fix corner case in perf_rotate_context()
Song Liu
2021-06-10
1
-5
/
+17
*
perf/cgroups: Don't rotate events for cgroups unnecessarily
Ian Rogers
2021-06-10
1
-20
/
+22
*
perf/core: Fix race in the perf_mmap_close() function
Jiri Olsa
2020-11-18
1
-3
/
+4
*
perf/core: Fix a memory leak in perf_event_parse_addr_filter()
kiyin(尹亮)
2020-11-10
1
-7
/
+5
*
perf: Fix task_function_call() error handling
Kajol Jain
2020-10-14
1
-2
/
+3
*
perf: Add cond_resched() to task_function_call()
Barret Rhoden
2020-06-22
1
-9
/
+14
*
perf/core: fix parent pid/tid in task exit events
Ian Rogers
2020-05-02
1
-3
/
+10
*
perf/core: Disable page faults when getting phys address
Jiri Olsa
2020-04-29
1
-3
/
+6
*
perf/core: Fix mlock accounting in perf_mmap()
Song Liu
2020-02-11
1
-1
/
+9
*
perf/ioctl: Add check for the sample_period value
Ravi Bangoria
2020-01-27
1
-0
/
+3
*
perf/core: Fix the address filtering fix
Alexander Shishkin
2020-01-27
1
-16
/
+21
*
perf, pt, coresight: Fix address filters for vmas with non-zero offset
Alexander Shishkin
2020-01-27
1
-34
/
+47
*
perf: Copy parent's address filter offsets on clone
Alexander Shishkin
2020-01-27
1
-0
/
+15
*
perf/core: Consistently fail fork on allocation failures
Alexander Shishkin
2019-12-13
1
-1
/
+1
*
perf/aux: Fix AUX output stopping
Alexander Shishkin
2019-10-29
1
-1
/
+1
*
perf/core: Fix creating kernel counters for PMUs that override event->cpu
Leonard Crestez
2019-08-16
1
-1
/
+1
*
perf/core: Fix race between close() and fork()
Peter Zijlstra
2019-07-28
1
-8
/
+41
*
perf/core: Fix exclusive events' grouping
Alexander Shishkin
2019-07-28
1
-12
/
+22
*
perf/core: Fix perf_sample_regs_user() mm check
Peter Zijlstra
2019-07-21
1
-1
/
+1
*
perf/core: Fix perf_event_disable_inatomic() race
Peter Zijlstra
2019-05-10
1
-9
/
+43
*
perf/core: Restore mmap record type correctly
Stephane Eranian
2019-04-20
1
-0
/
+2
*
perf core: Fix perf_proc_update_handler() bug
Stephane Eranian
2019-03-13
1
-7
/
+7
*
perf/x86: Add check_period PMU callback
Jiri Olsa
2019-02-20
1
-0
/
+16
*
perf/ring_buffer: Prevent concurent ring buffer access
Jiri Olsa
2018-10-02
1
-0
/
+2
*
perf/core: Fix perf_pmu_unregister() locking
Peter Zijlstra
2018-10-02
1
-7
/
+2
*
perf/core: Add sanity check to deal with pinned event failure
Reinette Chatre
2018-09-28
1
-0
/
+6
*
perf/core: Force USER_DS when recording user stack data
Yabin Cui
2018-09-10
1
-0
/
+4
*
Merge tag 'perf-urgent-for-mingo-4.19-20180903' of git://git.kernel.org/pub/s...
Ingo Molnar
2018-09-09
1
-8
/
+3
|
\
|
*
perf/hw_breakpoint: Simplify breakpoint enable in perf_event_modify_breakpoint
Jiri Olsa
2018-08-30
1
-8
/
+3
*
|
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2018-08-21
1
-1
/
+1
|
\
\
|
*
|
pid: Implement PIDTYPE_TGID
Eric W. Biederman
2018-07-21
1
-1
/
+1
*
|
|
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2018-08-14
1
-2
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
arm64: perf: Add cap_user_time aarch64
Michael O'Farrell
2018-07-31
1
-2
/
+2
*
|
|
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
2018-07-25
1
-3
/
+9
|
\
\
\
|
*
|
|
perf/core: Fix crash when using HW tracing kernel filters
Mathieu Poirier
2018-07-25
1
-0
/
+4
|
*
|
|
perf/x86/intel: Fix unwind errors from PEBS entries (mk-II)
Peter Zijlstra
2018-07-25
1
-2
/
+4
|
|
/
/
|
*
/
perf/core: Move inline keyword at the beginning of declaration
Mathieu Malaterre
2018-06-27
1
-1
/
+1
|
|
/
*
|
perf, tools: Use correct articles in comments
Tobias Tefke
2018-07-16
1
-8
/
+8
*
|
perf/core: Change perf_mmap_fault() return type to 'vm_fault_t'
Souptick Joarder
2018-06-21
1
-2
/
+2
|
/
[next]