index
:
kernel/linux.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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2009-07-22
perf_counter: Detect debugfs location
Jason Baron
5
-17
/
+102
2009-07-22
perf_counter: Add tracepoint support to perf list, perf stat
Jason Baron
2
-1
/
+176
2009-07-22
perf symbol: C++ demangling
Arnaldo Carvalho de Melo
2
-3
/
+20
2009-07-22
perf: avoid structure size confusion by using a fixed size
Arjan van de Ven
1
-1
/
+1
2009-07-22
perf_counter: Fix throttle/unthrottle event logging
Anton Blanchard
1
-1
/
+4
2009-07-22
perf_counter: Improve perf stat and perf record option parsing
Anton Blanchard
2
-2
/
+4
2009-07-22
perf_counter: PERF_SAMPLE_ID and inherited counters
Peter Zijlstra
4
-120
/
+35
2009-07-22
perf_counter: Plug more stack leaks
Peter Zijlstra
1
-2
/
+21
2009-07-22
perf: Fix stack data leak
Arjan van de Ven
1
-0
/
+1
2009-07-22
perf_counter: Remove unused variables
Peter Zijlstra
1
-2
/
+0
2009-07-22
Merge commit 'tip/perfcounters/core' into perf-counters-for-linus
Peter Zijlstra
10
-142
/
+556
2009-07-18
perf_counter: Make call graph option consistent
Anton Blanchard
1
-2
/
+2
2009-07-18
perf_counter: Add perf record option to log addresses
Anton Blanchard
1
-0
/
+6
2009-07-18
perf_counter: Log vfork as a fork event
Anton Blanchard
1
-6
/
+3
2009-07-18
perf_counter: Synthesize VDSO mmap event
Anton Blanchard
1
-0
/
+4
2009-07-18
perf_counter: Make sure we dont leak kernel memory to userspace
Anton Blanchard
1
-4
/
+15
2009-07-13
perf_counter tools: Fix index boundary check
Roel Kluin
1
-1
/
+1
2009-07-13
perf_counter: Fix the tracepoint channel to perfcounters
Chris Wilson
2
-8
/
+4
2009-07-13
perf_counter, x86: Extend perf_counter Pentium M support
Daniel Qarras
1
-4
/
+2
2009-07-11
perf report: Introduce -n/--show-nr-samples
Arnaldo Carvalho de Melo
2
-0
/
+21
2009-07-11
perf_counter tools: PLT info is stripped in -debuginfo packages
Arnaldo Carvalho de Melo
1
-51
/
+65
2009-07-11
perf report: Make the output more compact
Arnaldo Carvalho de Melo
1
-15
/
+21
2009-07-11
strlist: Introduce strlist__entry and strlist__nr_entries methods
Arnaldo Carvalho de Melo
2
-4
/
+27
2009-07-11
perf report: Tidy up reporting of symbols not found
Arnaldo Carvalho de Melo
1
-3
/
+2
2009-07-11
perf report: Adjust column width to the values sampled
Arnaldo Carvalho de Melo
5
-32
/
+164
2009-07-10
perf_counter: Stop open coding unclone_ctx
Peter Zijlstra
1
-19
/
+17
2009-07-10
perf_counter: Clean up global vs counter enable
Peter Zijlstra
1
-8
/
+8
2009-07-10
perf_counter: Fix up P6 PMU details
Peter Zijlstra
1
-5
/
+23
2009-07-10
perf_counter: Add P6 PMU support
Vince Weaver
2
-15
/
+220
2009-07-10
perf_counter tools: Rename cache events to remove $
Anton Blanchard
1
-2
/
+2
2009-07-05
perf report: Add "Fractal" mode output - support callchains with relative ove...
Frederic Weisbecker
3
-41
/
+124
2009-07-05
perf_counter tools: callchains: Manage the cumul hits on the fly
Frederic Weisbecker
1
-4
/
+8
2009-07-05
perf report: Change default callchain parameters
Frederic Weisbecker
1
-2
/
+2
2009-07-05
perf report: Use a modifiable string for default callchain options
Frederic Weisbecker
1
-1
/
+3
2009-07-05
perf report: Warn on callchain output request from non-callchain file
Frederic Weisbecker
1
-3
/
+13
2009-07-04
x86: atomic64: Inline atomic64_read() again
Eric Dumazet
2
-22
/
+23
2009-07-03
x86: atomic64: Clean up atomic64_sub_and_test() and atomic64_add_negative()
Ingo Molnar
1
-4
/
+4
2009-07-03
x86: atomic64: Improve atomic64_xchg()
Ingo Molnar
2
-15
/
+15
2009-07-03
x86: atomic64: Export APIs to modules
Ingo Molnar
2
-1
/
+19
2009-07-03
x86: atomic64: Improve atomic64_read()
Eric Dumazet
1
-2
/
+10
2009-07-03
x86: atomic64: Code atomic(64)_read and atomic(64)_set in C not CPP
Paul Mackerras
2
-11
/
+47
2009-07-03
x86: atomic64: Fix unclean type use in atomic64_xchg()
Ingo Molnar
1
-1
/
+1
2009-07-03
x86: atomic64: Make atomic_read() type-safe
Ingo Molnar
1
-1
/
+4
2009-07-03
x86: atomic64: Reduce size of functions
Ingo Molnar
1
-2
/
+2
2009-07-03
x86: atomic64: Improve atomic64_add_return()
Ingo Molnar
1
-3
/
+12
2009-07-03
x86: atomic64: Improve cmpxchg8b()
Eric Dumazet
1
-12
/
+7
2009-07-03
x86: atomic64: Improve atomic64_read()
Eric Dumazet
1
-6
/
+2
2009-07-03
x86: atomic64: Move the 32-bit atomic64_t implementation to a .c file
Ingo Molnar
3
-117
/
+237
2009-07-03
x86: atomic64: The atomic64_t data type should be 8 bytes aligned on 32-bit too
Eric Dumazet
1
-1
/
+1
2009-07-03
perf report: Annotate variable initialization
Ingo Molnar
1
-1
/
+1
[next]