index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2018-02-23
7
-4
/
+36
|
\
|
*
bpf, arm64: fix out of bounds access in tail call
Daniel Borkmann
2018-02-22
1
-0
/
+26
|
*
selftests/bpf/test_maps: exit child process without error in ENOMEM case
Li Zhijian
2018-02-22
1
-0
/
+2
|
*
selftests/bpf: update gitignore with test_libbpf_open
Anders Roxell
2018-02-22
1
-0
/
+1
|
*
selftests/bpf: tcpbpf_kern: use in6_* macros from glibc
Anders Roxell
2018-02-22
1
-1
/
+0
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2018-02-21
3
-3
/
+7
|
|
\
|
|
*
tools/libbpf: Avoid possibly using uninitialized variable
Jeremy Cline
2018-02-20
1
-2
/
+3
|
|
*
tools: bpftool: preserve JSON output on errors on batch file parsing
Quentin Monnet
2018-02-15
1
-1
/
+1
|
|
*
tools: bpftool: preserve JSON for batch mode when dumping insns to file
Quentin Monnet
2018-02-15
1
-0
/
+3
*
|
|
Merge branch 'fixes-v4.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2018-02-23
1
-0
/
+61
|
\
\
\
|
*
\
\
Merge tag 'seccomp-v4.16-rc3' of https://git.kernel.org/pub/scm/linux/kernel/...
James Morris
2018-02-22
1
-0
/
+61
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
|
*
|
seccomp: add a selftest for get_metadata
Tycho Andersen
2018-02-21
1
-0
/
+61
*
|
|
|
selftests/memfd: add run_fuse_test.sh to TEST_FILES
Anders Roxell
2018-02-21
1
-0
/
+1
*
|
|
|
tools: fix cross-compile var clobbering
Martin Kelly
2018-02-21
13
-22
/
+18
|
/
/
/
*
|
|
Merge tag 'perf-core-for-mingo-4.17-20180215' of git://git.kernel.org/pub/scm...
Ingo Molnar
2018-02-16
33
-578
/
+1067
|
\
\
\
|
*
|
|
Revert "tools include s390: Grab a copy of arch/s390/include/uapi/asm/unistd.h"
Hendrik Brueckner
2018-02-15
2
-413
/
+0
|
*
|
|
perf s390: Rework system call table creation by using syscall.tbl
Hendrik Brueckner
2018-02-15
2
-14
/
+14
|
*
|
|
perf s390: Grab a copy of arch/s390/kernel/syscall/syscall.tbl
Hendrik Brueckner
2018-02-15
1
-0
/
+390
|
*
|
|
tools/headers: Synchronize kernel ABI headers, v4.16-rc1
Ingo Molnar
2018-02-15
5
-0
/
+171
|
*
|
|
perf test: Fix test trace+probe_libc_inet_pton.sh for s390x
Thomas Richter
2018-02-15
1
-5
/
+18
|
*
|
|
perf data: Document missing --force option
Sangwon Hong
2018-02-15
1
-0
/
+4
|
*
|
|
perf tools: Substitute yet another strtoull()
Andy Shevchenko
2018-02-15
1
-22
/
+2
|
*
|
|
perf top: Check the latency of perf_top__mmap_read()
Kan Liang
2018-02-15
1
-0
/
+9
|
*
|
|
perf top: Switch default mode to overwrite mode
Kan Liang
2018-02-15
1
-9
/
+25
|
*
|
|
perf top: Remove lost events checking
Kan Liang
2018-02-15
1
-3
/
+5
|
*
|
|
perf hists browser: Add parameter to disable lost event warning
Kan Liang
2018-02-15
6
-20
/
+36
|
*
|
|
perf top: Add overwrite fall back
Kan Liang
2018-02-15
1
-0
/
+36
|
*
|
|
perf evsel: Expose the perf_missing_features struct
Arnaldo Carvalho de Melo
2018-02-15
2
-11
/
+15
|
*
|
|
perf top: Check per-event overwrite term
Kan Liang
2018-02-15
1
-0
/
+73
|
*
|
|
perf mmap: Discard legacy interface for mmap read
Kan Liang
2018-02-15
2
-49
/
+4
|
*
|
|
perf test: Update mmap read functions for backward-ring-buffer test
Kan Liang
2018-02-15
1
-2
/
+5
|
*
|
|
perf mmap: Introduce perf_mmap__read_event()
Kan Liang
2018-02-15
2
-0
/
+43
|
*
|
|
perf mmap: Introduce perf_mmap__read_done()
Kan Liang
2018-02-15
2
-0
/
+12
|
*
|
|
perf mmap: Discard 'prev' in perf_mmap__read()
Kan Liang
2018-02-15
1
-18
/
+10
|
*
|
|
perf mmap: Add new return value logic for perf_mmap__read_init()
Kan Liang
2018-02-15
1
-6
/
+6
|
*
|
|
perf mmap: Introduce perf_mmap__read_init()
Kan Liang
2018-02-15
2
-10
/
+29
|
*
|
|
perf mmap: Cleanup perf_mmap__push()
Kan Liang
2018-02-15
1
-1
/
+1
|
*
|
|
perf mmap: Recalculate size for overwrite mode
Kan Liang
2018-02-15
1
-0
/
+2
|
*
|
|
perf evlist: Remove stale mmap read for backward
Kan Liang
2018-02-15
2
-21
/
+0
|
*
|
|
perf vendor events aarch64: Add JSON metrics for ARM Cortex-A53 Processor
William Cohen
2018-02-15
7
-0
/
+183
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2018-02-14
9
-54
/
+159
|
\
\
\
|
*
|
|
selftests/x86/mpx: Fix incorrect bounds with old _sigfault
Rui Wang
2018-02-15
1
-2
/
+30
|
*
|
|
objtool: Fix segfault in ignore_unreachable_insn()
Josh Poimboeuf
2018-02-15
1
-3
/
+9
|
*
|
|
selftests/x86: Disable tests requiring 32-bit support on pure 64-bit systems
Dominik Brodowski
2018-02-15
1
-7
/
+13
|
*
|
|
selftests/x86: Do not rely on "int $0x80" in single_step_syscall.c
Dominik Brodowski
2018-02-15
2
-1
/
+6
|
*
|
|
selftests/x86: Do not rely on "int $0x80" in test_mremap_vdso.c
Dominik Brodowski
2018-02-13
1
-0
/
+4
|
*
|
|
selftests/x86: Fix build bug caused by the 5lvl test which has been moved to ...
Dominik Brodowski
2018-02-13
1
-1
/
+1
|
*
|
|
selftests/x86/pkeys: Remove unused functions
Ingo Molnar
2018-02-13
1
-28
/
+0
|
*
|
|
selftests/x86: Clean up and document sscanf() usage
Dominik Brodowski
2018-02-13
2
-6
/
+16
|
*
|
|
selftests/x86: Fix vDSO selftest segfault for vsyscall=none
Dominik Brodowski
2018-02-13
1
-7
/
+43
[next]