index
:
Linux Stable
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.13.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
|
|
perf beauty: Add CLEAR_SIGHAND support for clone's flags arg
Arnaldo Carvalho de Melo
2019-12-02
1
-0
/
+1
|
|
*
|
|
tools headers UAPI: Sync sched.h with the kernel
Arnaldo Carvalho de Melo
2019-12-02
1
-18
/
+42
|
|
*
|
|
tools headers kvm: Sync kvm headers with the kernel sources
Arnaldo Carvalho de Melo
2019-12-02
4
-2
/
+20
|
|
*
|
|
tools headers uapi: Sync linux/stat.h with the kernel sources
Arnaldo Carvalho de Melo
2019-12-02
1
-1
/
+1
|
|
*
|
|
tools headers uapi: Sync linux/fscrypt.h with the kernel sources
Arnaldo Carvalho de Melo
2019-12-02
1
-1
/
+2
|
|
*
|
|
tools arch x86: Sync the msr-index.h copy with the kernel sources
Arnaldo Carvalho de Melo
2019-12-02
1
-0
/
+18
|
|
*
|
|
perf bench: Update the copies of x86's mem{cpy,set}_64.S
Arnaldo Carvalho de Melo
2019-12-02
7
-31
/
+114
|
|
*
|
|
perf machine: Fill map_symbol->maps in append_inlines() to fix segfault
Arnaldo Carvalho de Melo
2019-11-29
1
-0
/
+1
|
|
*
|
|
perf jit: Move test functionality in to a test
Ian Rogers
2019-11-29
5
-46
/
+57
|
|
*
|
|
perf stat: Use affinity for enabling/disabling events
Andi Kleen
2019-11-29
1
-3
/
+37
|
|
*
|
|
perf evsel: Add functions to enable/disable for a specific CPU
Andi Kleen
2019-11-29
4
-14
/
+52
|
|
*
|
|
perf stat: Use affinity for reading
Andi Kleen
2019-11-29
2
-41
/
+57
|
|
*
|
|
perf stat: Use affinity for opening events
Andi Kleen
2019-11-29
9
-34
/
+141
|
|
*
|
|
perf stat: Factor out open error handling
Andi Kleen
2019-11-29
1
-40
/
+60
|
|
*
|
|
perf stat: Use affinity for closing file descriptors
Andi Kleen
2019-11-29
1
-2
/
+29
|
|
*
|
|
perf evsel: Add functions to close evsel on a CPU
Andi Kleen
2019-11-29
2
-6
/
+22
|
|
*
|
|
perf evsel: Add iterator to iterate over events ordered by CPU
Andi Kleen
2019-11-29
4
-0
/
+42
|
|
*
|
|
perf evlist: Maintain evlist->all_cpus
Andi Kleen
2019-11-29
7
-0
/
+83
|
|
*
|
|
perf cpumap: Maintain cpumaps ordered and without dups
Andi Kleen
2019-11-29
1
-1
/
+15
*
|
|
|
|
kselftest: Support old perl versions
SeongJae Park
2019-12-11
1
-0
/
+1
*
|
|
|
|
kselftest/runner: Print new line in print of timeout log
SeongJae Park
2019-12-11
1
-0
/
+1
*
|
|
|
|
selftests: Fix dangling documentation references to kselftest_module.sh
Michael Ellerman
2019-12-11
1
-1
/
+1
*
|
|
|
|
kunit: testing kunit: Bug fix in test_run_timeout function
Heidi Fahim
2019-12-09
1
-1
/
+1
*
|
|
|
|
selftests: safesetid: Fix Makefile to set correct test program
Masami Hiramatsu
2019-12-09
1
-1
/
+1
*
|
|
|
|
selftests: safesetid: Check the return value of setuid/setgid
Masami Hiramatsu
2019-12-09
1
-5
/
+10
*
|
|
|
|
selftests: safesetid: Move link library to LDLIBS
Masami Hiramatsu
2019-12-09
1
-1
/
+2
*
|
|
|
|
selftests/ftrace: Fix multiple kprobe testcase
Masami Hiramatsu
2019-12-09
1
-3
/
+3
*
|
|
|
|
selftests/ftrace: Do not to use absolute debugfs path
Masami Hiramatsu
2019-12-09
3
-5
/
+5
*
|
|
|
|
selftests/ftrace: Fix ftrace test cases to check unsupported
Masami Hiramatsu
2019-12-09
2
-0
/
+7
*
|
|
|
|
selftests/ftrace: Fix to check the existence of set_ftrace_filter
Masami Hiramatsu
2019-12-09
1
-1
/
+4
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2019-12-08
19
-86
/
+154
|
\
\
\
\
|
*
|
|
|
net/tls: Fix return values to avoid ENOTSUPP
Valentin Vidic
2019-12-06
1
-6
/
+2
|
*
|
|
|
selftests/bpf: Add a fexit/bpf2bpf test with target bpf prog no callees
Yonghong Song
2019-12-04
3
-19
/
+81
|
*
|
|
|
selftests/bpf: De-flake test_tcpbpf
Stanislav Fomichev
2019-12-04
3
-7
/
+20
|
*
|
|
|
selftests/bpf: Bring back c++ include/link test
Stanislav Fomichev
2019-12-04
5
-6
/
+7
|
*
|
|
|
selftests/bpf: Don't hard-code root cgroup id
Stanislav Fomichev
2019-12-04
1
-1
/
+1
|
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2019-12-02
7
-47
/
+43
|
|
\
\
\
\
|
|
|
/
/
/
|
|
/
|
|
|
|
|
*
|
|
libbpf: Fix readelf output parsing on powerpc with recent binutils
Aurelien Jarno
2019-12-02
1
-2
/
+2
|
|
*
|
|
libbpf: Fix sym->st_value print on 32-bit arches
Alexei Starovoitov
2019-11-27
1
-1
/
+1
|
|
*
|
|
libbpf: Fix up generation of bpf_helper_defs.h
Arnaldo Carvalho de Melo
2019-11-27
2
-2
/
+3
|
|
*
|
|
libbpf: Fix global variable relocation
Andrii Nakryiko
2019-11-27
5
-41
/
+36
|
|
*
|
|
libbpf: Fix Makefile' libbpf symbol mismatch diagnostic
Andrii Nakryiko
2019-11-27
1
-1
/
+1
*
|
|
|
|
selftests: add epoll selftests
Heiher
2019-12-04
4
-0
/
+3083
*
|
|
|
|
Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2019-12-03
1
-0
/
+1
|
\
\
\
\
\
|
*
\
\
\
\
Merge branch 'remotes/lorenzo/pci/misc'
Bjorn Helgaas
2019-11-28
1
-0
/
+1
|
|
\
\
\
\
\
|
|
*
|
|
|
|
tools: PCI: Fix fd leakage
Hewenliang
2019-10-29
1
-0
/
+1
*
|
|
|
|
|
|
Merge tag 'linux-kselftest-5.5-rc1-fixes2' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
2019-12-02
1
-3
/
+2
|
\
\
\
\
\
\
\
|
|
_
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
Revert "selftests: Fix O= and KBUILD_OUTPUT handling for relative paths"
Shuah Khan
2019-11-28
1
-3
/
+2
*
|
|
|
|
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2019-12-01
2
-0
/
+37
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
selftests: vm: add fragment CONFIG_TEST_VMALLOC
Anders Roxell
2019-12-01
1
-0
/
+1
[prev]
[next]