index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-06
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
19
-25
/
+808
2019-03-06
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
247
-2211
/
+9398
2019-03-06
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
4
-8
/
+20
2019-03-06
perf clang: Remove needless extra semicolon
Yang Wei
1
-1
/
+1
2019-03-06
perf bpf: Automatically add BTF ELF markers
Arnaldo Carvalho de Melo
1
-1
/
+7
2019-03-06
Merge tag 'linux-cpupower-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Rafael J. Wysocki
3
-27
/
+50
2019-03-05
tools/testing/selftests/proc/proc-self-syscall.c: remove duplicate include
Souptick Joarder
1
-1
/
+0
2019-03-05
proc: more robust bulk read test
Alexey Dobriyan
1
-0
/
+14
2019-03-05
proc: test /proc/*/maps, smaps, smaps_rollup, statm
Alexey Dobriyan
3
-0
/
+408
2019-03-05
proc: return exit code 4 for skipped tests
Alexey Dobriyan
5
-5
/
+5
2019-03-05
tmpfs: test link accounting with O_TMPFILE
Alexey Dobriyan
4
-0
/
+76
2019-03-05
tools/vm/slabinfo: clean up usage menu debug items
Tobin C. Harding
1
-9
/
+11
2019-03-05
tools/vm/slabinfo: align usage output columns
Tobin C. Harding
1
-3
/
+3
2019-03-05
tools/vm/slabinfo: put options in alphabetic order
Tobin C. Harding
1
-5
/
+6
2019-03-05
tools/vm/slabinfo: update options in usage message
Tobin C. Harding
1
-1
/
+1
2019-03-05
selftests/memfd: add tests for F_SEAL_FUTURE_WRITE seal
Joel Fernandes (Google)
1
-0
/
+74
2019-03-05
selftests/vm: add script helper for CONFIG_TEST_VMALLOC_MODULE
Uladzislau Rezki (Sony)
2
-0
/
+192
2019-03-05
tools/: replace open encodings for NUMA_NO_NODE
Stephen Rothwell
2
-3
/
+20
2019-03-05
mm: convert PG_balloon to PG_offline
David Hildenbrand
1
-1
/
+1
2019-03-05
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
18
-131
/
+864
2019-03-05
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+1
2019-03-05
selftests: add tests for pidfd_send_signal()
Christian Brauner
3
-0
/
+388
2019-03-04
selftest/net: Remove duplicate header
Souptick Joarder
1
-1
/
+0
2019-03-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
52
-2031
/
+3411
2019-03-04
Merge branch 'acpica'
Rafael J. Wysocki
10
-10
/
+10
2019-03-04
bpf: add test cases for non-pointer sanitiation logic
Daniel Borkmann
1
-1
/
+43
2019-03-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
1
-2
/
+1
2019-03-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-33
/
+113
2019-03-02
selftests: bpf: break up test_progs - misc
Stanislav Fomichev
11
-735
/
+754
2019-03-02
selftests: bpf: break up test_progs - spinlock
Stanislav Fomichev
4
-103
/
+106
2019-03-02
selftests: bpf: break up test_progs - tracepoint
Stanislav Fomichev
5
-427
/
+431
2019-03-02
selftests: bpf: break up test_progs - stackmap
Stanislav Fomichev
6
-476
/
+483
2019-03-02
selftests: bpf: break up test_progs - xdp
Stanislav Fomichev
5
-162
/
+163
2019-03-02
selftests: bpf: break up test_progs - pkt access
Stanislav Fomichev
3
-51
/
+53
2019-03-02
selftests: bpf: break up test_progs - preparations
Stanislav Fomichev
4
-76
/
+119
2019-03-02
bpf: sync bpf.h to tools and update bpf_helpers.h
brakmo
2
-1
/
+11
2019-03-01
tc-testing: Allow test cases to be skipped
Lucas Bates
4
-13
/
+27
2019-03-02
selftests/bpf: set unlimited RLIMIT_MEMLOCK for test_sock_fields
Yonghong Song
1
-0
/
+1
2019-03-01
selftests: fixes for UDP GRO
Paolo Abeni
2
-17
/
+33
2019-03-01
perf beauty msg_flags: Add missing %s lost when adding prefix suppression logic
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-03-01
perf scripts python: exported-sql-viewer.py: Add call tree
Adrian Hunter
1
-9
/
+186
2019-03-01
perf scripts python: exported-sql-viewer.py: Factor out CallGraphModelBase
Adrian Hunter
1
-45
/
+55
2019-03-01
perf scripts python: exported-sql-viewer.py: Improve TreeModel abstraction
Adrian Hunter
1
-6
/
+11
2019-03-01
perf scripts python: exported-sql-viewer.py: Factor out TreeWindowBase
Adrian Hunter
1
-19
/
+31
2019-03-01
perf scripts python: export-to-postgresql.py: Export calls parent_id
Adrian Hunter
1
-5
/
+9
2019-03-01
perf scripts python: export-to-postgresql.py: Fix invalid input syntax for in...
Adrian Hunter
1
-1
/
+1
2019-03-01
perf scripts python: export-to-sqlite.py: Export calls parent_id
Adrian Hunter
1
-4
/
+8
2019-03-01
perf db-export: Add calls parent_id to enable creation of call trees
Adrian Hunter
5
-13
/
+35
2019-03-01
perf intel-pt: Fix divide by zero when TSC is not available
Adrian Hunter
1
-0
/
+2
2019-03-01
perf auxtrace: Improve address filter error message when there is no DSO
Adrian Hunter
1
-1
/
+2
[prev]
[next]