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
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
tools/perf/build: Split out feature check: 'libperl'
Ingo Molnar
2013-10-09
3
-1
/
+24
*
tools/perf/build: Split out feature check: 'gtk2-infobar'
Ingo Molnar
2013-10-09
3
-1
/
+16
*
tools/perf/build: Split out feature check: 'gtk2'
Ingo Molnar
2013-10-09
3
-1
/
+16
*
tools/perf/build: Split out feature check: 'libslang'
Ingo Molnar
2013-10-09
3
-2
/
+12
*
tools/perf/build: Split out feature check: 'libaudit'
Ingo Molnar
2013-10-09
3
-2
/
+13
*
tools/perf/build: Split out feature check: 'libunwind'
Ingo Molnar
2013-10-09
3
-5
/
+32
*
tools/perf/build: Clean up the libunwind logic in config/Makefile
Ingo Molnar
2013-10-09
1
-12
/
+12
*
tools/perf/build: Split out feature check: 'libelf-getphdrnum'
Ingo Molnar
2013-10-09
3
-2
/
+14
*
tools/perf/build: Split out feature check: 'libelf-mmap'
Ingo Molnar
2013-10-09
3
-3
/
+14
*
tools/perf/build: Clean up the mmap logic in config/Makefile
Ingo Molnar
2013-10-09
1
-25
/
+26
*
tools/perf/build: Split out feature check: 'dwarf'
Ingo Molnar
2013-10-09
3
-2
/
+15
*
tools/perf/build: Split out feature check: 'glibc'
Ingo Molnar
2013-10-09
3
-2
/
+14
*
tools/perf/build: Split out feature check: 'libelf'
Ingo Molnar
2013-10-09
3
-2
/
+13
*
tools/perf/build: Clean up the libelf logic in config/Makefile
Ingo Molnar
2013-10-09
1
-29
/
+29
*
tools/perf/build: Split out feature check: 'bionic'
Ingo Molnar
2013-10-09
3
-5
/
+17
*
tools/perf/build: Split out feature check: 'fortify-source'
Ingo Molnar
2013-10-09
3
-1
/
+12
*
tools/perf/build: Split out feature check: 'volatile-register-var'
Ingo Molnar
2013-10-09
3
-1
/
+12
*
tools/perf/build: Split out feature check: 'stackprotector'
Ingo Molnar
2013-10-09
3
-1
/
+12
*
tools/perf/build: Split out feature check: 'stackprotector-all'
Ingo Molnar
2013-10-09
3
-1
/
+12
*
tools/perf/build: Split out feature check: 'libnuma'
Ingo Molnar
2013-10-09
3
-4
/
+18
*
tools/perf/build: Add 'autodep' functionality, generate feature test dependen...
Ingo Molnar
2013-10-09
1
-2
/
+6
*
tools/perf/build: Add feature check core code
Ingo Molnar
2013-10-09
3
-0
/
+38
*
tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORT
Ingo Molnar
2013-10-09
30
-86
/
+86
*
Merge branch 'perf/urgent' into tools/perf/build
Ingo Molnar
2013-10-08
8
-23
/
+77
|
\
|
*
perf session: Fix infinite loop on invalid perf.data file
Namhyung Kim
2013-10-04
2
-1
/
+13
|
*
perf tools: Fix installation of libexec components
Arnaldo Carvalho de Melo
2013-10-04
1
-0
/
+1
|
*
perf probe: Fix to find line information for probe list
Masami Hiramatsu
2013-10-04
3
-21
/
+59
|
*
perf tools: Fix libaudit test
Arnaldo Carvalho de Melo
2013-10-04
1
-1
/
+1
|
*
perf stat: Set child_pid after perf_evlist__prepare_workload()
Namhyung Kim
2013-10-04
1
-0
/
+1
|
*
perf tools: Add default handler for mmap2 events
David Ahern
2013-10-04
1
-0
/
+2
*
|
tools/perf: Add support for record transaction flags
Andi Kleen
2013-10-04
17
-15
/
+122
*
|
tools/perf/record: Add abort_tx,no_tx,in_tx branch filter options to perf rec...
Andi Kleen
2013-10-04
2
-0
/
+6
*
|
tools/perf: Support sorting by in_tx or abort branch flags
Andi Kleen
2013-10-04
8
-5
/
+66
*
|
tools/perf/stat: Add perf stat --transaction
Andi Kleen
2013-10-04
5
-1
/
+171
*
|
tools/perf: Fix sorting for 64bit entries
Andi Kleen
2013-10-04
1
-2
/
+2
|
/
*
Revert "perf symbols: Demangle cloned functions"
Ingo Molnar
2013-09-29
1
-26
/
+1
*
perf symbols: Demangle cloned functions
Andi Kleen
2013-09-25
1
-1
/
+26
*
perf machine: Fix path unpopulated in machine__create_modules()
Adrian Hunter
2013-09-25
1
-1
/
+1
*
perf tools: Explicitly add libdl dependency
David Ahern
2013-09-25
1
-1
/
+1
*
perf probe: Fix probing symbols with optimization suffix
Masami Hiramatsu
2013-09-25
2
-36
/
+44
*
perf trace: Add mmap2 handler
David Ahern
2013-09-24
1
-0
/
+1
*
perf kmem: Make it work again on non NUMA machines
Jiri Olsa
2013-09-24
1
-1
/
+1
*
perf: Fix capabilities bitfield compatibility in 'struct perf_event_mmap_page'
Peter Zijlstra
2013-09-20
1
-3
/
+3
*
Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...
Ingo Molnar
2013-09-20
17
-31
/
+119
|
\
|
*
tools lib lk: Uninclude linux/magic.h in debugfs.c
Vinson Lee
2013-09-19
1
-1
/
+0
|
*
perf tools: Fix old GCC build error in trace-event-parse.c:parse_proc_kallsyms()
Ingo Molnar
2013-09-19
1
-1
/
+1
|
*
perf probe: Fix finder to find lines of given function
Masami Hiramatsu
2013-09-19
3
-7
/
+27
|
*
perf session: Check for SIGINT in more loops
Arnaldo Carvalho de Melo
2013-09-19
6
-8
/
+16
|
*
perf tools: Fix compile with libelf without get_phdrnum
Adrian Hunter
2013-09-19
3
-0
/
+28
|
*
perf tools: Fix buildid cache handling of kallsyms with kcore
Adrian Hunter
2013-09-19
1
-13
/
+28
[next]