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.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-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
*
objtool: Fix "noreturn" detection for recursive sibling calls
Josh Poimboeuf
2018-06-05
1
-3
/
+7
*
objtool: Detect RIP-relative switch table references, part 2
Josh Poimboeuf
2018-06-05
1
-25
/
+12
*
objtool: Detect RIP-relative switch table references
Josh Poimboeuf
2018-06-05
1
-15
/
+18
*
objtool: Support GCC 8 switch tables
Josh Poimboeuf
2018-06-05
1
-2
/
+22
*
objtool: Support GCC 8's cold subfunctions
Josh Poimboeuf
2018-06-05
3
-44
/
+93
*
Revert "perf record: Fix crash in pipe mode"
Greg Kroah-Hartman
2018-05-30
3
-16
/
+2
*
tools: sync up .h files with the repective arch and uapi .h files
Greg Kroah-Hartman
2018-05-30
8
-268
/
+336
*
perf tools: Add trace/beauty/generated/ into .gitignore
Ravi Bangoria
2018-05-30
1
-0
/
+1
*
selftests/net: fixes psock_fanout eBPF test case
Prashant Bhole
2018-05-30
1
-1
/
+2
*
perf tests: Fix dwarf unwind for stripped binaries
Jiri Olsa
2018-05-30
1
-16
/
+30
*
perf report: Fix memory corruption in --branch-history mode --branch-history
Jiri Olsa
2018-05-30
2
-4
/
+1
*
perf tests: Use arch__compare_symbol_names to compare symbols
Jiri Olsa
2018-05-30
1
-1
/
+1
*
perf report: Fix wrong jump arrow
Jin Yao
2018-05-30
1
-2
/
+7
*
perf test: Fix test case inet_pton to accept inlines.
Thomas Richter
2018-05-30
1
-3
/
+3
*
tools: hv: fix compiler warnings about major/target_fname
Dexuan Cui
2018-05-30
2
-1
/
+3
*
perf stat: Fix core dump when flag T is used
Thomas Richter
2018-05-30
1
-2
/
+7
*
perf top: Fix top.call-graph config option reading
Yisheng Xie
2018-05-30
1
-2
/
+4
*
selftests: Print the test we're running to /dev/kmsg
Michael Ellerman
2018-05-30
1
-0
/
+1
*
tools/thermal: tmon: fix for segfault
Frank Asseg
2018-05-30
2
-6
/
+7
*
perf clang: Add support for recent clang versions
Sandipan Das
2018-05-30
1
-1
/
+10
*
perf tools: Fix perf builds with clang support
Sandipan Das
2018-05-30
1
-1
/
+2
*
selftests: ftrace: Add a testcase for probepoint
Masami Hiramatsu
2018-05-30
1
-0
/
+43
*
selftests: ftrace: Add a testcase for string type with kprobe_event
Masami Hiramatsu
2018-05-30
1
-0
/
+46
*
selftests: ftrace: Add probe event argument syntax testcase
Masami Hiramatsu
2018-05-30
1
-0
/
+97
*
selftests/vm/run_vmtests: adjust hugetlb size according to nr_cpus
Li Zhijian
2018-05-30
1
-8
/
+17
*
perf record: Fix crash in pipe mode
Jiri Olsa
2018-05-30
3
-2
/
+16
*
selftests/powerpc: Skip the subpage_prot tests if the syscall is unavailable
Michael Ellerman
2018-05-30
1
-0
/
+14
*
selftests/futex: Fix line continuation in Makefile
Daniel Díaz
2018-05-30
1
-3
/
+3
*
selftests/bpf/test_maps: exit child process without error in ENOMEM case
Li Zhijian
2018-05-30
1
-0
/
+2
*
seccomp: add a selftest for get_metadata
Tycho Andersen
2018-05-30
1
-0
/
+61
*
selftests/memfd: add run_fuse_test.sh to TEST_FILES
Anders Roxell
2018-05-30
1
-0
/
+1
*
selftests: memfd: add config fragment for fuse
Anders Roxell
2018-05-30
1
-0
/
+1
*
selftests: pstore: Adding config fragment CONFIG_PSTORE_RAM=m
Naresh Kamboju
2018-05-30
1
-0
/
+1
*
selftest/vDSO: fix O=
Dominik Brodowski
2018-05-30
1
-7
/
+7
*
selftests: sync: missing CFLAGS while compiling
Anders Roxell
2018-05-30
1
-1
/
+1
*
idr: fix invalid ptr dereference on item delete
Matthew Wilcox
2018-05-30
1
-0
/
+7
*
seccomp: Add filter flag to opt-out of SSB mitigation
Kees Cook
2018-05-22
1
-3
/
+19
*
test_firmware: fix setting old custom fw path back on exit, second try
Ben Hutchings
2018-05-09
1
-2
/
+4
*
tools/lib/subcmd/pager.c: do not alias select() params
Sergey Senozhatsky
2018-05-01
1
-1
/
+4
*
objtool, perf: Fix GCC 8 -Wrestrict error
Josh Poimboeuf
2018-05-01
1
-1
/
+1
*
perf test: Fix test trace+probe_libc_inet_pton.sh for s390x
Thomas Richter
2018-04-26
1
-4
/
+17
*
bpf: fix rlimit in reuseport net selftest
Daniel Borkmann
2018-04-26
1
-1
/
+20
*
tools/libbpf: handle issues with bpf ELF objects containing .eh_frames
Jesper Dangaard Brouer
2018-04-26
1
-0
/
+26
*
selftests/ftrace: Add some missing glob checks
Steven Rostedt (VMware)
2018-04-26
1
-0
/
+6
*
perf evsel: Fix period/freq terms setup
Jiri Olsa
2018-04-26
1
-0
/
+2
*
perf record: Fix period option handling
Jiri Olsa
2018-04-26
3
-4
/
+11
*
bpf: test_maps: cleanup sockmaps when test ends
Prashant Bhole
2018-04-26
1
-4
/
+12
*
perf record: Fix failed memory allocation for get_cpuid_str
Thomas Richter
2018-04-26
1
-1
/
+1
*
tools lib traceevent: Fix get_field_str() for dynamic strings
Steven Rostedt (VMware)
2018-04-26
1
-1
/
+9
*
perf callchain: Fix attr.sample_max_stack setting
Arnaldo Carvalho de Melo
2018-04-26
1
-4
/
+4
[next]