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
2020-08-13
selftest/bpf: Fix compilation warnings in 32-bit mode
Andrii Nakryiko
9
-19
/
+24
2020-08-13
tools/bpftool: Fix compilation warnings in 32-bit mode
Andrii Nakryiko
4
-12
/
+20
2020-08-13
bpf, selftests: Add tests to sock_ops for loading sk
John Fastabend
1
-0
/
+21
2020-08-13
bpf, selftests: Add tests for sock_ops load with r9, r8.r7 registers
John Fastabend
1
-0
/
+7
2020-08-13
bpf, selftests: Add tests for ctx access in sock_ops with single register
John Fastabend
1
-0
/
+13
2020-08-13
libbpf: Prevent overriding errno when logging errors
Toke Høiland-Jørgensen
1
-5
/
+7
2020-08-13
perf bench numa: Use numa_node_to_cpus() to bind tasks to nodes
Alexander Gordeev
1
-17
/
+16
2020-08-13
perf bench numa: Fix cpumask memory leak in node_has_cpus()
Alexander Gordeev
1
-4
/
+9
2020-08-13
tools build feature: Quote CC and CXX for their arguments
Daniel Díaz
1
-1
/
+1
2020-08-13
perf tools: Fix module symbol processing
Jiri Olsa
2
-5
/
+4
2020-08-13
perf tools: Rename 'enum dso_kernel_type' to 'enum dso_space_type'
Jiri Olsa
7
-35
/
+35
2020-08-13
libperf: Fix man page typos
Rob Herring
3
-14
/
+17
2020-08-13
perf test: Allow multiple probes in record+script_probe_vfs_getname.sh
Michael Petlan
1
-2
/
+2
2020-08-13
perf bench mem: Always memset source before memcpy
Vincent Whitchurch
1
-10
/
+11
2020-08-13
perf sched: Prefer sched_waking event when it exists
David Ahern
1
-3
/
+29
2020-08-13
selftests: netfilter: kill running process only
Fabian Frederick
1
-2
/
+8
2020-08-13
selftests: netfilter: add MTU arguments to flowtables
Fabian Frederick
1
-6
/
+24
2020-08-13
selftests: netfilter: add checktool function
Fabian Frederick
1
-22
/
+11
2020-08-12
libbpf: Handle GCC built-in types for Arm NEON
Jean-Philippe Brucker
1
-1
/
+34
2020-08-12
tools/bpftool: Make skeleton code C++17-friendly by dropping typeof()
Andrii Nakryiko
1
-4
/
+4
2020-08-12
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
3
-3
/
+106
2020-08-12
selftests: kmod: use variable NAME in kmod_test_0001()
Tiezhu Yang
1
-2
/
+2
2020-08-12
mm/migrate: add migrate-shared test for migrate_vma_*()
Ralph Campbell
1
-0
/
+35
2020-08-12
kselftests: cgroup: add perpcu memory accounting test
Roman Gushchin
1
-1
/
+69
2020-08-12
perf bench: Fix a couple of spelling mistakes in options text
Colin Ian King
1
-2
/
+2
2020-08-12
perf bench numa: Fix benchmark names
Alexander Gordeev
1
-18
/
+17
2020-08-12
perf bench numa: Fix number of processes in "2x3-convergence" test
Alexander Gordeev
1
-1
/
+1
2020-08-12
tools headers UAPI: Sync kvm.h headers with the kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+4
2020-08-12
tools include UAPI: Sync linux/vhost.h with the kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+2
2020-08-12
tools headers kvm s390: Sync headers with the kernel sources
Arnaldo Carvalho de Melo
1
-2
/
+5
2020-08-12
perf trace beauty: Use the autogenerated protocol family table
Arnaldo Carvalho de Melo
3
-8
/
+13
2020-08-12
perf trace beauty: Add script to autogenerate socket families table
Arnaldo Carvalho de Melo
2
-0
/
+466
2020-08-11
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-3
/
+3
2020-08-11
Merge tag 'libnvdimm-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-68
/
+299
2020-08-11
selftests/bpf: Fix v4_to_v6 in sk_lookup
Stanislav Fomichev
1
-0
/
+1
2020-08-11
selftests/bpf: Fix segmentation fault in test_progs
Jianlin Lv
1
-6
/
+13
2020-08-11
libbpf: Do not use __builtin_offsetof for offsetof
Yonghong Song
1
-1
/
+1
2020-08-10
Merge tag 'perf-tools-2020-08-10' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
127
-1091
/
+5164
2020-08-10
Merge tag 'ktest-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2
-16
/
+105
2020-08-10
ktest.pl: Fix spelling mistake "Cant" -> "Can't"
Colin Ian King
1
-1
/
+1
2020-08-10
ktest.pl: Change the logic to control the size of the log file emailed
Steven Rostedt (VMware)
1
-3
/
+6
2020-08-07
Merge tag 'trace-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
4
-0
/
+25
2020-08-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
14
-64
/
+111
2020-08-07
mptcp: more stable diag self-tests
Paolo Abeni
1
-4
/
+5
2020-08-07
selftests: mptcp: fix dependecies
Paolo Abeni
1
-0
/
+2
2020-08-07
Merge tag 'kallsyms_show_value-fix-v5.9-rc1' of git://git.kernel.org/pub/scm/...
Linus Torvalds
6
-2
/
+118
2020-08-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
14
-6
/
+987
2020-08-07
selftests: add mincore() tests
Ricardo Cañuelo
4
-0
/
+370
2020-08-07
tools/cgroup: add memcg_slabinfo.py tool
Roman Gushchin
1
-0
/
+226
2020-08-07
kselftests: cgroup: add kernel memory accounting tests
Roman Gushchin
3
-0
/
+385
[prev]
[next]