Age | Commit message (Expand) | Author | Files | Lines |
2019-12-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 13 | -237/+603 |
2019-12-21 | Merge tag 'libnvdimm-fix-5.5-rc3' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -0/+7 |
2019-12-20 | selftests: pmtu: fix init mtu value in description | Hangbin Liu | 1 | -3/+3 |
2019-12-19 | tc-testing: initial tdc selftests for cls_u32 | Davide Caratti | 2 | -22/+205 |
2019-12-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 3 | -24/+176 |
2019-12-19 | bpf: Add further test_verifier cases for record_func_key | Daniel Borkmann | 3 | -24/+176 |
2019-12-18 | Merge tag 'tpmdd-next-20191219' of git://git.infradead.org/users/jjs/linux-tpmdd | Linus Torvalds | 3 | -2/+36 |
2019-12-17 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 65 | -289/+976 |
2019-12-17 | tpm: selftest: cleanup after unseal with wrong auth/policy test | Tadeusz Struk | 1 | -0/+5 |
2019-12-17 | tpm: selftest: add test covering async mode | Tadeusz Struk | 3 | -2/+31 |
2019-12-16 | perf vendor events s390: Remove name from L1D_RO_EXCL_WRITES description | Ed Maste | 1 | -1/+1 |
2019-12-16 | perf vendor events s390: Fix counter long description for DTLB1_GPAGE_WRITES | Ed Maste | 1 | -1/+1 |
2019-12-16 | libtraceevent: Allow custom libdir path | Sudip Mukherjee | 2 | -4/+6 |
2019-12-14 | selftests: net: tls: remove recv_rcvbuf test | Thadeu Lima de Souza Cascardo | 1 | -28/+0 |
2019-12-11 | tools/testing/nvdimm: Fix mock support for ioremap | Dan Williams | 2 | -0/+7 |
2019-12-11 | selftests/bpf: Test function_graph tracer and bpf trampoline together | Alexei Starovoitov | 1 | -0/+39 |
2019-12-11 | kselftest: Support old perl versions | SeongJae Park | 1 | -0/+1 |
2019-12-11 | kselftest/runner: Print new line in print of timeout log | SeongJae Park | 1 | -0/+1 |
2019-12-11 | selftests: Fix dangling documentation references to kselftest_module.sh | Michael Ellerman | 1 | -1/+1 |
2019-12-11 | perf header: Fix false warning when there are no duplicate cache entries | Michael Petlan | 1 | -15/+6 |
2019-12-11 | perf metricgroup: Fix printing event names of metric group with multiple events | Kajol Jain | 1 | -2/+5 |
2019-12-11 | perf/x86/pmu-events: Fix Kernel_Utilization metric | Ravi Bangoria | 12 | -12/+12 |
2019-12-11 | perf top: Do not bail out when perf_env__read_cpuid() returns ENOSYS | Arnaldo Carvalho de Melo | 1 | -3/+7 |
2019-12-11 | perf arch: Make the default get_cpuid() return compatible error | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2019-12-11 | tools headers kvm: Sync linux/kvm.h with the kernel sources | Arnaldo Carvalho de Melo | 1 | -0/+1 |
2019-12-11 | Merge remote-tracking branch 'torvalds/master' into perf/urgent | Arnaldo Carvalho de Melo | 24 | -89/+3240 |
2019-12-11 | bpftool: Don't crash on missing jited insns or ksyms | Toke Høiland-Jørgensen | 2 | -2/+2 |
2019-12-09 | tc-testing: unbreak full listing of tdc testcases | Davide Caratti | 1 | -1/+1 |
2019-12-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 1 | -156/+176 |
2019-12-09 | kunit: testing kunit: Bug fix in test_run_timeout function | Heidi Fahim | 1 | -1/+1 |
2019-12-09 | selftests: forwarding: Delete IPv6 address at the end | Ido Schimmel | 1 | -1/+1 |
2019-12-09 | selftests: safesetid: Fix Makefile to set correct test program | Masami Hiramatsu | 1 | -1/+1 |
2019-12-09 | selftests: safesetid: Check the return value of setuid/setgid | Masami Hiramatsu | 1 | -5/+10 |
2019-12-09 | selftests: safesetid: Move link library to LDLIBS | Masami Hiramatsu | 1 | -1/+2 |
2019-12-09 | selftests/ftrace: Fix multiple kprobe testcase | Masami Hiramatsu | 1 | -3/+3 |
2019-12-09 | selftests/ftrace: Do not to use absolute debugfs path | Masami Hiramatsu | 3 | -5/+5 |
2019-12-09 | selftests/ftrace: Fix ftrace test cases to check unsupported | Masami Hiramatsu | 2 | -0/+7 |
2019-12-09 | selftests/ftrace: Fix to check the existence of set_ftrace_filter | Masami Hiramatsu | 1 | -1/+4 |
2019-12-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 19 | -86/+154 |
2019-12-07 | selftests: netfilter: use randomized netns names | Florian Westphal | 1 | -156/+176 |
2019-12-06 | net/tls: Fix return values to avoid ENOTSUPP | Valentin Vidic | 1 | -6/+2 |
2019-12-04 | selftests/bpf: Add a fexit/bpf2bpf test with target bpf prog no callees | Yonghong Song | 3 | -19/+81 |
2019-12-04 | selftests: add epoll selftests | Heiher | 4 | -0/+3083 |
2019-12-04 | selftests/bpf: De-flake test_tcpbpf | Stanislav Fomichev | 3 | -7/+20 |
2019-12-04 | selftests/bpf: Bring back c++ include/link test | Stanislav Fomichev | 5 | -6/+7 |
2019-12-04 | selftests/bpf: Don't hard-code root cgroup id | Stanislav Fomichev | 1 | -1/+1 |
2019-12-04 | tools headers UAPI: Update tools's copy of drm.h headers | Arnaldo Carvalho de Melo | 1 | -1/+2 |
2019-12-04 | tools headers UAPI: Sync drm/i915_drm.h with the kernel sources | Arnaldo Carvalho de Melo | 1 | -3/+125 |
2019-12-04 | perf inject: Fix processing of ID index for injected instruction tracing | Adrian Hunter | 1 | -12/+1 |
2019-12-04 | perf report: Bail out --mem-mode if mem info is not available | Ravi Bangoria | 1 | -0/+8 |