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
/
internal.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf, events: fix offset in skb copy handler
Daniel Borkmann
2016-07-25
1
-5
/
+10
*
perf, events: add non-linear data support for raw records
Daniel Borkmann
2016-07-15
1
-4
/
+12
*
Merge tag 'v4.6-rc3' into perf/core, to refresh the tree
Ingo Molnar
2016-04-13
1
-2
/
+0
|
\
|
*
perf: generalize perf_callchain
Alexei Starovoitov
2016-02-20
1
-2
/
+0
*
|
perf/ring_buffer: Introduce new ioctl options to pause and resume the ring-bu...
Wang Nan
2016-03-31
1
-0
/
+9
*
|
perf/core: Free AUX pages in unmap path
Alexander Shishkin
2016-03-31
1
-1
/
+0
|
/
*
perf: Fix AUX buffer refcounting
Peter Zijlstra
2015-07-06
1
-0
/
+10
*
perf/x86/intel: Handle multiple records in the PEBS buffer
Yan, Zheng
2015-06-07
1
-9
/
+0
*
perf: Add wakeup watermark control to the AUX area
Alexander Shishkin
2015-04-02
1
-1
/
+3
*
perf: Support overwrite mode for the AUX area
Alexander Shishkin
2015-04-02
1
-0
/
+1
*
perf: Add API for PMUs to write to the AUX area
Alexander Shishkin
2015-04-02
1
-0
/
+4
*
perf: Add AUX record
Alexander Shishkin
2015-04-02
1
-0
/
+3
*
perf: Add AUX area to ring buffer for raw data streams
Peter Zijlstra
2015-04-02
1
-0
/
+23
*
perf: Fix arch_perf_out_copy_user default
Peter Zijlstra
2013-11-06
1
-9
/
+26
*
perf: Fix mmap() accounting hole
Peter Zijlstra
2013-06-19
1
-1
/
+2
*
perf: Fix perf mmap bugs
Peter Zijlstra
2013-05-28
1
-0
/
+3
*
perf: Fix ring_buffer perf_output_space() boundary calculation
Stephane Eranian
2013-03-21
1
-1
/
+1
*
perf: Add ability to attach user stack dump to sample
Jiri Olsa
2012-08-10
1
-0
/
+16
*
perf: Add perf_output_skip function to skip bytes in sample
Jiri Olsa
2012-08-10
1
-0
/
+4
*
perf: Factor __output_copy to be usable with specific copy function
Frederic Weisbecker
2012-08-10
1
-21
/
+41
*
perf/trace: Add ability to set a target task for events
Andrew Vagin
2012-07-31
1
-1
/
+2
*
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
2011-12-06
1
-0
/
+3
|
\
|
*
perf: Fix loss of notification with multi-event
Peter Zijlstra
2011-12-05
1
-0
/
+3
*
|
perf: Carve out callchain functionality
Borislav Petkov
2011-11-14
1
-1
/
+38
|
/
*
perf: Remove the nmi parameter from the swevent and overflow interface
Peter Zijlstra
2011-07-01
1
-1
/
+0
*
perf: Split up buffer handling from core code
Frederic Weisbecker
2011-06-09
1
-0
/
+97