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
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-05
perf/tools: header file sync up
Greg Kroah-Hartman
12
-146
/
+132
2018-06-05
objtool: Fix "noreturn" detection for recursive sibling calls
Josh Poimboeuf
1
-3
/
+7
2018-06-05
objtool: Detect RIP-relative switch table references, part 2
Josh Poimboeuf
1
-25
/
+12
2018-06-05
objtool: Detect RIP-relative switch table references
Josh Poimboeuf
1
-15
/
+18
2018-06-05
objtool: Support GCC 8 switch tables
Josh Poimboeuf
1
-2
/
+22
2018-06-05
objtool: Support GCC 8's cold subfunctions
Josh Poimboeuf
3
-44
/
+93
2018-06-05
objtool: sync up with the 4.14.47 version of objtool
Greg Kroah-Hartman
29
-498
/
+2661
2018-06-05
tools include: Include missing headers for fls() and types in linux/log2.h
Arnaldo Carvalho de Melo
1
-0
/
+3
2018-06-05
tools include: Drop ARRAY_SIZE() definition from linux/hashtable.h
Arnaldo Carvalho de Melo
1
-4
/
+0
2018-06-05
tools include: Move ARRAY_SIZE() to linux/kernel.h
Arnaldo Carvalho de Melo
2
-2
/
+3
2018-06-05
tools include: Adopt __same_type() and __must_be_array() from the kernel
Arnaldo Carvalho de Melo
2
-0
/
+8
2018-06-05
tools include: Introduce linux/bug.h, from the kernel sources
Arnaldo Carvalho de Melo
2
-0
/
+11
2018-06-05
tools include uapi: Grab copies of stat.h and fcntl.h
Arnaldo Carvalho de Melo
5
-0
/
+253
2018-06-05
perf tools: Move headers check into bash script
Jiri Olsa
2
-93
/
+60
2018-06-05
perf tools: Force fixdep compilation at the start of the build
Jiri Olsa
1
-12
/
+38
2018-06-05
tools include: Adopt kernel's refcount.h
Arnaldo Carvalho de Melo
2
-0
/
+152
2018-06-05
tools include: Add UINT_MAX def to kernel.h
Arnaldo Carvalho de Melo
1
-0
/
+4
2018-06-05
tools include: Introduce atomic_cmpxchg_{relaxed,release}()
Arnaldo Carvalho de Melo
1
-0
/
+6
2018-06-05
tools include: Adopt __compiletime_error
Arnaldo Carvalho de Melo
2
-0
/
+8
2018-06-05
radix tree test suite: Remove types.h
Matthew Wilcox
2
-0
/
+9
2018-06-05
tools include: Introduce linux/compiler-gcc.h
Arnaldo Carvalho de Melo
3
-5
/
+20
2018-06-05
tools: enable endian checks for all sparse builds
Michael S. Tsirkin
1
-4
/
+0
2018-06-05
tools: add more bitmap functions
Matthew Wilcox
1
-0
/
+26
2018-06-05
tools lib: Add for_each_clear_bit macro
Jiri Olsa
6
-0
/
+72
2018-06-05
objtool: Move checking code to check.c
Josh Poimboeuf
4
-1333
/
+1392
2018-06-05
objtool: Improve detection of BUG() and other dead ends
Josh Poimboeuf
3
-10
/
+58
2018-05-30
selftests/net: fixes psock_fanout eBPF test case
Prashant Bhole
1
-1
/
+2
2018-05-30
perf report: Fix memory corruption in --branch-history mode --branch-history
Jiri Olsa
2
-4
/
+1
2018-05-30
perf tests: Use arch__compare_symbol_names to compare symbols
Jiri Olsa
1
-1
/
+1
2018-05-30
perf stat: Fix core dump when flag T is used
Thomas Richter
1
-2
/
+7
2018-05-30
perf top: Fix top.call-graph config option reading
Yisheng Xie
1
-2
/
+4
2018-05-30
selftests: Print the test we're running to /dev/kmsg
Michael Ellerman
1
-0
/
+1
2018-05-30
tools/thermal: tmon: fix for segfault
Frank Asseg
2
-6
/
+7
2018-05-30
selftests: ftrace: Add a testcase for probepoint
Masami Hiramatsu
1
-0
/
+43
2018-05-30
selftests: ftrace: Add a testcase for string type with kprobe_event
Masami Hiramatsu
1
-0
/
+46
2018-05-30
selftests: ftrace: Add probe event argument syntax testcase
Masami Hiramatsu
1
-0
/
+97
2018-05-30
selftests/powerpc: Skip the subpage_prot tests if the syscall is unavailable
Michael Ellerman
1
-0
/
+14
2018-05-30
selftests: memfd: add config fragment for fuse
Anders Roxell
1
-0
/
+1
2018-05-30
selftests: pstore: Adding config fragment CONFIG_PSTORE_RAM=m
Naresh Kamboju
1
-0
/
+1
2018-05-30
bpf: fix rlimit in reuseport net selftest
Daniel Borkmann
1
-1
/
+20
2018-05-30
tools/libbpf: handle issues with bpf ELF objects containing .eh_frames
Jesper Dangaard Brouer
1
-0
/
+26
2018-05-30
perf record: Fix failed memory allocation for get_cpuid_str
Thomas Richter
1
-1
/
+1
2018-05-30
tools lib traceevent: Fix get_field_str() for dynamic strings
Steven Rostedt (VMware)
1
-1
/
+9
2018-05-30
perf callchain: Fix attr.sample_max_stack setting
Arnaldo Carvalho de Melo
1
-4
/
+4
2018-05-30
tools lib traceevent: Simplify pointer print logic and fix %pF
Steven Rostedt (VMware)
1
-8
/
+9
2018-05-22
seccomp: Add filter flag to opt-out of SSB mitigation
Kees Cook
1
-1
/
+77
2018-05-09
test_firmware: fix setting old custom fw path back on exit, second try
Ben Hutchings
1
-2
/
+4
2018-05-02
tools/lib/subcmd/pager.c: do not alias select() params
Sergey Senozhatsky
1
-1
/
+4
2018-05-02
objtool, perf: Fix GCC 8 -Wrestrict error
Josh Poimboeuf
1
-1
/
+1
2018-04-29
Revert "perf tools: Decompress kernel module when reading DSO data"
Greg Kroah-Hartman
1
-16
/
+0
[prev]
[next]