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.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-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
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-10
bpf: Use bpf_map_get_next_key() from the library
Mickaël Salaün
5
-31
/
+20
2017-02-10
bpf: Use bpf_map_delete_elem() from the library
Mickaël Salaün
5
-26
/
+16
2017-02-10
bpf: Use bpf_map_lookup_elem() from the library
Mickaël Salaün
6
-50
/
+39
2017-02-10
bpf: Use bpf_map_update_elem() from the library
Mickaël Salaün
6
-91
/
+99
2017-02-10
bpf: Use bpf_load_program() from the library
Mickaël Salaün
6
-32
/
+17
2017-02-10
bpf: Always test unprivileged programs
Mickaël Salaün
2
-6
/
+64
2017-02-10
bpf: Change the include directory for selftest
Mickaël Salaün
1
-1
/
+1
2017-02-10
tools: Sync {,tools/}include/uapi/linux/bpf.h
Mickaël Salaün
1
-1
/
+22
2017-02-09
perf intel-pt: Use __fallthrough
Arnaldo Carvalho de Melo
2
-0
/
+7
2017-02-09
perf tests: Avoid possible truncation with dirent->d_name + snprintf
Arnaldo Carvalho de Melo
1
-5
/
+3
2017-02-09
perf bench numa: Avoid possible truncation when using snprintf()
Arnaldo Carvalho de Melo
1
-3
/
+3
2017-02-09
ACPICA: Source tree: Update copyright notices to 2017
Bob Moore
10
-10
/
+10
2017-02-09
perf header: Fix handling of PERF_EVENT_UPDATE__SCALE
Arnaldo Carvalho de Melo
1
-0
/
+1
2017-02-08
perf thread_map: Correctly size buffer used with dirent->dt_name
Arnaldo Carvalho de Melo
1
-1
/
+1
2017-02-08
perf top: Use __fallthrough
Arnaldo Carvalho de Melo
1
-1
/
+1
2017-02-08
tools strfilter: Use __fallthrough
Arnaldo Carvalho de Melo
1
-0
/
+1
2017-02-08
tools string: Use __fallthrough in perf_atoll()
Arnaldo Carvalho de Melo
1
-0
/
+2
2017-02-08
tools include: Add a __fallthrough statement
Arnaldo Carvalho de Melo
1
-0
/
+9
2017-02-08
tools lib bpf: Add missing header to the library
Mickaël Salaün
1
-0
/
+1
2017-02-08
perf vendor events intel: Add uncore events for Broadwell DE
Andi Kleen
3
-0
/
+484
2017-02-08
perf vendor events intel: Add uncore events for Xeon Phi (Knights Landing)
Andi Kleen
1
-0
/
+42
2017-02-08
perf vendor events intel: Add uncore events for Sandy Bridge Server
Andi Kleen
4
-0
/
+582
2017-02-08
perf vendor events intel: Add uncore events for IvyBridge Server
Andi Kleen
4
-0
/
+692
2017-02-08
perf vendor events intel: Add uncore events for Broadwell Server
Andi Kleen
4
-0
/
+512
2017-02-08
perf vendor events intel: Add uncore events for Haswell Server processor
Andi Kleen
4
-0
/
+512
2017-02-08
perf tools: Fix include of linux/mman.h
Arnaldo Carvalho de Melo
1
-1
/
+1
2017-02-08
tools lib traceevent: Robustify do_generate_dynamic_list_file
David Carrillo-Cisneros
1
-4
/
+10
2017-02-08
perf tools: Use zfree() to avoid keeping dangling pointers
Taeung Song
1
-6
/
+6
2017-02-08
perf tools: Use zfree() instead of ad hoc equivalent
Taeung Song
1
-4
/
+2
2017-02-08
perf tools: Add missing check for failure in a zalloc() call
Taeung Song
1
-0
/
+2
2017-02-08
perf tools: Only increase index if perf_evsel__new_idx() succeeds
Taeung Song
1
-1
/
+2
2017-02-08
perf probe: Add option --symfs
Uwe Kleine-König
1
-0
/
+2
2017-02-08
perf symbols: Take into account symfs setting when reading file build ID
Victor Kamensky
1
-2
/
+4
2017-02-08
perf sdt: Show proper hint when event not yet in place via 'perf probe'
Ravi Bangoria
1
-14
/
+18
2017-02-08
perf list: Add debug support for outputing alias string
Andi Kleen
4
-0
/
+15
2017-02-08
perf pmu: Support event aliases for non cpu// pmus
Andi Kleen
2
-27
/
+51
2017-02-08
perf pmu: Support per pmu json aliases
Andi Kleen
1
-4
/
+9
2017-02-08
perf jevents: Add support for parsing uncore json files
Andi Kleen
4
-13
/
+98
2017-02-08
perf jevents: Parse eventcode as number
Andi Kleen
1
-1
/
+9
2017-02-08
perf bpf: Add missing newline in debug messages
He Kuang
1
-2
/
+2
2017-02-08
perf tools arm64: Add support for generating bpf prologue
He Kuang
2
-1
/
+15
2017-02-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2017-02-07
bpf: enable verifier to add 0 to packet ptr
William Tu
1
-0
/
+23
2017-02-07
bpf: test for AND edge cases
Josef Bacik
1
-0
/
+55
2017-02-06
Merge remote-tracking branch 'tip/perf/urgent' into perf/core
Arnaldo Carvalho de Melo
4
-2
/
+19
2017-02-03
Merge tag 'perf-urgent-for-mingo-4.10-20170203' of git://git.kernel.org/pub/s...
Ingo Molnar
6
-3
/
+40
2017-02-02
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2017-02-02
perf callchain: Reference count maps
Krister Johansen
3
-2
/
+22
2017-02-02
perf diff: Fix -o/--order option behavior (again)
Namhyung Kim
3
-1
/
+14
2017-02-02
perf diff: Fix segfault on 'perf diff -o N' option
Namhyung Kim
1
-0
/
+4
[prev]
[next]