index
:
Linux Stable
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.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
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf/ioctl: Add check for the sample_period value
Ravi Bangoria
2019-10-05
1
-0
/
+3
*
perf/core: Fix perf_sample_regs_user() mm check
Peter Zijlstra
2019-10-05
1
-1
/
+1
*
perf/ring_buffer: Add ordering to rb->nest increment
Peter Zijlstra
2019-10-05
1
-0
/
+9
*
perf/ring_buffer: Fix exposing a temporarily decreased data_head
Yabin Cui
2019-10-05
1
-4
/
+20
*
perf/core: Restore mmap record type correctly
Stephane Eranian
2019-08-13
1
-0
/
+2
*
perf/core: Fix perf_event_open() vs. execve() race
Peter Zijlstra
2019-05-02
1
-17
/
+37
*
perf/core: Fix impossible ring-buffer sizes warning
Ingo Molnar
2019-05-02
1
-1
/
+1
*
perf/x86: Add check_period PMU callback
Jiri Olsa
2019-05-02
1
-0
/
+16
*
perf/core: Don't WARN() for impossible ring-buffer sizes
Mark Rutland
2019-05-02
1
-0
/
+3
*
uprobes: Fix handle_swbp() vs. unregister() + register() race once more
Andrea Parri
2019-02-11
1
-2
/
+10
*
perf/ring_buffer: Prevent concurent ring buffer access
Jiri Olsa
2018-12-16
1
-0
/
+2
*
perf/core: Fix perf_pmu_unregister() locking
Peter Zijlstra
2018-12-16
1
-9
/
+3
*
perf/core: Protect PMU device removal with a 'pmu_bus_running' check, to fix ...
Jiri Olsa
2018-12-16
1
-2
/
+7
*
perf/core: Fix group scheduling with mixed hw and sw events
Song Liu
2018-11-20
1
-10
/
+11
*
perf/hwbp: Simplify the perf-hwbp code, fix documentation
Linus Torvalds
2018-06-16
1
-23
/
+7
*
perf: Avoid horrible stack usage
Peter Zijlstra (Intel)
2017-11-11
1
-6
/
+17
*
perf/core: Fix group {cpu,task} validation
Mark Rutland
2017-11-11
1
-20
/
+19
*
perf/core: Fix locking for children siblings group read
Jiri Olsa
2017-11-11
1
-0
/
+6
*
perf/core: Invert perf_read_group() loops
Peter Zijlstra
2017-11-11
1
-25
/
+46
*
perf/core: Correct event creation with PERF_FORMAT_GROUP
Peter Zijlstra
2017-10-12
1
-5
/
+10
*
ptrace: use fsuid, fsgid, effective creds for fs access checks
Jann Horn
2017-09-15
1
-1
/
+1
*
perf/core: Fix event inheritance on fork()
Peter Zijlstra
2017-07-18
1
-2
/
+3
*
perf/core: Fix PERF_RECORD_MMAP2 prot/flags for anonymous memory
Peter Zijlstra
2017-03-16
1
-21
/
+21
*
perf/core: Fix concurrent sys_perf_event_open() vs. 'move_group' race
Peter Zijlstra
2017-02-23
1
-4
/
+57
*
perf: Do not double free
Peter Zijlstra
2017-02-23
1
-1
/
+6
*
perf: Fix event->ctx locking
Peter Zijlstra
2017-02-23
1
-37
/
+207
*
perf: Fix race in swevent hash
Peter Zijlstra
2017-02-23
1
-19
/
+1
*
perf/core: Fix perf_sched_count derailment
Alexander Shishkin
2016-05-01
1
-4
/
+3
*
perf: Fix PERF_EVENT_IOC_PERIOD deadlock
Peter Zijlstra
2016-01-11
1
-1
/
+8
*
perf: Fix inherited events vs. tracepoint filters
Peter Zijlstra
2015-12-13
1
-0
/
+4
*
perf: Fix PERF_EVENT_IOC_PERIOD migration race
Peter Zijlstra
2015-09-03
1
-20
/
+55
*
perf: Fix fasync handling on inherited events
Peter Zijlstra
2015-08-31
1
-2
/
+10
*
perf: Fix ring_buffer_attach() RCU sync, again
Oleg Nesterov
2015-07-15
1
-7
/
+7
*
perf: Fix irq_work 'tail' recursion
Peter Zijlstra
2015-04-10
1
-0
/
+10
*
perf: Tighten (and fix) the grouping condition
Peter Zijlstra
2015-02-04
1
-2
/
+13
*
perf: Fix events installation during moving group
Jiri Olsa
2015-01-15
1
-2
/
+2
*
uprobes, x86: Fix _TIF_UPROBE vs _TIF_NOTIFY_RESUME
Andy Lutomirski
2014-12-10
1
-1
/
+0
*
perf: Handle compat ioctl
Pawel Moll
2014-11-27
1
-1
/
+22
*
perf: Fix unclone_ctx() vs. locking
Peter Zijlstra
2014-11-14
1
-23
/
+31
*
perf: fix perf bug in fork()
Peter Zijlstra
2014-10-09
1
-1
/
+3
*
perf: Fix a race condition in perf_remove_from_context()
Cong Wang
2014-10-05
1
-0
/
+10
*
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2014-07-27
1
-2
/
+30
|
\
|
*
perf: Fix lockdep warning on process exit
Peter Zijlstra
2014-07-16
1
-1
/
+17
|
*
perf: Revert ("perf: Always destroy groups on exit")
Peter Zijlstra
2014-07-16
1
-1
/
+13
*
|
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2014-07-16
1
-1
/
+1
|
\
|
|
*
perf: Do not allow optimized switch for non-cloned events
Jiri Olsa
2014-07-02
1
-1
/
+1
*
|
Merge tag 'trace-fixes-v3.16-rc3' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2014-07-03
1
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
uprobes: Change unregister/apply to WARN() if uprobe/consumer is gone
Oleg Nesterov
2014-06-30
1
-3
/
+3
*
|
Merge branch 'perf/core' into perf/urgent, to pick up the latest fixes
Ingo Molnar
2014-06-14
1
-4
/
+33
|
\
\
|
|
/
|
/
|
|
*
Revert "perf: Disable PERF_RECORD_MMAP2 support"
Don Zickus
2014-06-09
1
-4
/
+0
[next]