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-04-12
perf tools: Fix copyfile_offset update of output offset
Jiri Olsa
1
-1
/
+1
2018-04-12
perf report: Fix a no annotate browser displayed issue
Jin Yao
1
-1
/
+17
2018-04-12
selftests/net: fix bugs in address and port initialization
Sowmini Varadhan
1
-6
/
+15
2018-04-12
perf evsel: Enable ignore_missing_thread for pid option
Mengting Zhang
2
-4
/
+47
2018-04-12
perf evsel: Fix swap for samples with raw data
Jiri Olsa
2
-3
/
+18
2018-04-12
perf probe: Add warning message if there is unexpected event name
Masami Hiramatsu
1
-0
/
+8
2018-04-12
perf probe: Find versioned symbols from map
Masami Hiramatsu
4
-2
/
+32
2018-03-28
perf stat: Fix CVS output format for non-supported counters
Ilya Pronin
1
-1
/
+1
2018-03-28
selftests/x86/ptrace_syscall: Fix for yet more glibc interference
Andy Lutomirski
1
-2
/
+6
2018-03-24
libbpf: prefer global symbols as bpf program name source
Roman Gushchin
1
-0
/
+2
2018-03-21
selftests/x86/entry_from_vm86: Add test cases for POPF
Andy Lutomirski
1
-3
/
+27
2018-03-21
selftests/x86/entry_from_vm86: Exit with 1 if we fail
Andy Lutomirski
1
-1
/
+1
2018-03-19
rcutorture/configinit: Fix build directory error message
SeongJae Park
1
-1
/
+1
2018-03-19
tools/usbip: fixes build with musl libc toolchain
Julien BOIBESSOT
1
-1
/
+1
2018-03-19
perf annotate: Fix objdump comment parsing for Intel mov dissassembly
Thomas Richter
1
-3
/
+5
2018-03-19
perf annotate: Fix unnecessary memory allocation for s390x
Thomas Richter
1
-1
/
+2
2018-03-19
perf report: Fix -D output for user metadata events
Arnaldo Carvalho de Melo
1
-1
/
+2
2018-03-19
test_firmware: fix setting old custom fw path back on exit
Luis R. Rodriguez
1
-1
/
+4
2018-03-15
objtool: Fix 32-bit build
Josh Poimboeuf
1
-20
/
+7
2018-03-15
objtool: Fix another switch table detection issue
Josh Poimboeuf
1
-1
/
+5
2018-03-15
objtool: Add module specific retpoline rules
Peter Zijlstra
3
-2
/
+12
2018-03-15
objtool: Add retpoline validation
Peter Zijlstra
4
-3
/
+89
2018-03-15
objtool: Use existing global variables for options
Peter Zijlstra
5
-10
/
+10
2018-03-15
perf tools: Fix trigger class trigger_on()
Adrian Hunter
1
-4
/
+5
2018-03-11
bpf: allow xadd only on aligned memory
Daniel Borkmann
1
-0
/
+58
2018-03-11
bpf, arm64: fix out of bounds access in tail call
Daniel Borkmann
1
-0
/
+26
2018-02-22
selftests/x86/mpx: Fix incorrect bounds with old _sigfault
Rui Wang
1
-2
/
+30
2018-02-22
objtool: Fix segfault in ignore_unreachable_insn()
Josh Poimboeuf
1
-3
/
+9
2018-02-22
selftests/x86: Disable tests requiring 32-bit support on pure 64-bit systems
Dominik Brodowski
1
-7
/
+13
2018-02-22
selftests/x86: Do not rely on "int $0x80" in single_step_syscall.c
Dominik Brodowski
2
-1
/
+6
2018-02-22
selftests/x86: Do not rely on "int $0x80" in test_mremap_vdso.c
Dominik Brodowski
1
-0
/
+4
2018-02-22
selftests/x86: Fix build bug caused by the 5lvl test which has been moved to ...
Dominik Brodowski
1
-1
/
+1
2018-02-22
selftests/x86/pkeys: Remove unused functions
Ingo Molnar
1
-28
/
+0
2018-02-22
selftests/x86: Clean up and document sscanf() usage
Dominik Brodowski
2
-6
/
+16
2018-02-22
selftests/x86: Fix vDSO selftest segfault for vsyscall=none
Dominik Brodowski
1
-7
/
+43
2018-02-22
kselftest: fix OOM in memory compaction test
Arnd Bergmann
1
-0
/
+2
2018-02-22
selftests: seccomp: fix compile error seccomp_bpf
Anders Roxell
1
-2
/
+2
2018-02-16
objtool: Fix switch-table detection
Peter Zijlstra
2
-2
/
+40
2018-02-07
objtool: Warn on stripped section symbol
Josh Poimboeuf
1
-0
/
+5
2018-02-07
objtool: Add support for alternatives at the end of a section
Josh Poimboeuf
1
-22
/
+31
2018-02-07
objtool: Improve retpoline alternative handling
Josh Poimboeuf
1
-20
/
+16
2018-02-03
usbip: list: don't list devices attached to vhci_hcd
Shuah Khan
1
-0
/
+9
2018-02-03
usbip: prevent bind loops on devices attached to vhci_hcd
Shuah Khan
1
-0
/
+9
2018-02-03
tools/gpio: Fix build error with musl libc
Joel Stanley
1
-0
/
+1
2018-01-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-3
/
+149
2018-01-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-3
/
+149
2018-01-18
bpf: mark dst unknown on inconsistent {s, u}bounds adjustments
Daniel Borkmann
1
-1
/
+122
2018-01-17
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+3
2018-01-17
bpf: reject stores into ctx via st and xadd
Daniel Borkmann
1
-2
/
+27
2018-01-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-0
/
+40
[next]