index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-23
selftests: forwarding: multiple instances in tcpdump helper
Joachim Wiberg
2
-19
/
+31
2022-04-23
selftests: forwarding: add TCPDUMP_EXTRA_FLAGS to lib.sh
Joachim Wiberg
1
-1
/
+2
2022-04-23
selftests: forwarding: add option to run tests with stable MAC addresses
Vladimir Oltean
1
-0
/
+36
2022-04-23
selftests: mptcp: add infinite map mibs check
Geliang Tang
1
-1
/
+35
2022-04-22
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
9
-128
/
+100
2022-04-22
wireguard: selftests: enable ACPI for SMP
Jason A. Donenfeld
2
-0
/
+2
2022-04-23
selftests/bpf: Switch fexit_stress to bpf_link_create() API
Andrii Nakryiko
1
-1
/
+1
2022-04-23
libbpf: Teach bpf_link_create() to fallback to bpf_raw_tracepoint_open()
Andrii Nakryiko
2
-3
/
+34
2022-04-22
perf test: Fix error message for test case 71 on s390, where it is not supported
Thomas Richter
1
-0
/
+4
2022-04-22
perf report: Set PERF_SAMPLE_DATA_SRC bit for Arm SPE event
Leo Yan
1
-0
/
+14
2022-04-22
perf script: Always allow field 'data_src' for auxtrace
Leo Yan
1
-1
/
+1
2022-04-22
perf clang: Fix header include for LLVM >= 14
Guilherme Amadio
1
-0
/
+4
2022-04-22
cgroup: Add test_cpucg_weight_underprovisioned() testcase
David Vernet
1
-38
/
+117
2022-04-22
cgroup: Add test_cpucg_weight_overprovisioned() testcase
David Vernet
3
-3
/
+145
2022-04-22
cgroup: Add test_cpucg_stats() testcase to cgroup cpu selftests
David Vernet
2
-0
/
+131
2022-04-22
cgroup: Add new test_cpu.c test suite in cgroup selftests
David Vernet
3
-0
/
+113
2022-04-22
tools: Add kmem_cache_alloc_lru()
Matthew Wilcox (Oracle)
2
-2
/
+9
2022-04-22
perf stat: Merge event counts from all hybrid PMUs
Zhengjun Xing
4
-2
/
+28
2022-04-22
perf stat: Support metrics with hybrid events
Zhengjun Xing
2
-22
/
+249
2022-04-22
perf vendor events intel: Add metrics for Alderlake
Zhengjun Xing
1
-0
/
+761
2022-04-22
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-8
/
+88
2022-04-22
perf tools: Move libbpf init in libbpf_init function
Jiri Olsa
1
-9
/
+18
2022-04-22
objtool: Update documentation
Josh Poimboeuf
1
-20
/
+102
2022-04-22
objtool: Remove --lto and --vmlinux in favor of --link
Josh Poimboeuf
5
-33
/
+64
2022-04-22
objtool: Make noinstr hacks optional
Josh Poimboeuf
3
-2
/
+9
2022-04-22
objtool: Make jump label hack optional
Josh Poimboeuf
3
-9
/
+31
2022-04-22
objtool: Make static call annotation optional
Josh Poimboeuf
3
-4
/
+9
2022-04-22
objtool: Make stack validation frame-pointer-specific
Josh Poimboeuf
3
-5
/
+3
2022-04-22
objtool: Add CONFIG_OBJTOOL
Josh Poimboeuf
1
-3
/
+3
2022-04-22
objtool: Extricate sls from stack validation
Josh Poimboeuf
1
-13
/
+43
2022-04-22
objtool: Rework ibt and extricate from stack validation
Josh Poimboeuf
1
-133
/
+147
2022-04-22
objtool: Make stack validation optional
Josh Poimboeuf
3
-13
/
+18
2022-04-22
objtool: Add option to print section addresses
Josh Poimboeuf
3
-14
/
+19
2022-04-22
objtool: Don't print parentheses in function addresses
Josh Poimboeuf
1
-5
/
+1
2022-04-22
objtool: Ditch subcommands
Josh Poimboeuf
8
-202
/
+66
2022-04-22
objtool: Reorganize cmdline options
Josh Poimboeuf
7
-62
/
+84
2022-04-22
libsubcmd: Fix OPTION_GROUP sorting
Josh Poimboeuf
1
-3
/
+14
2022-04-22
Merge branch 'tip/x86/urgent'
Peter Zijlstra
1
-8
/
+5
2022-04-22
objtool: Fix code relocs vs weak symbols
Peter Zijlstra
1
-22
/
+165
2022-04-22
objtool: Fix type of reloc::addend
Peter Zijlstra
3
-7
/
+7
2022-04-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
11
-55
/
+229
2022-04-22
selftests: firmware: Add ZSTD compressed file tests
Takashi Iwai
2
-23
/
+65
2022-04-22
selftests: firmware: Simplify test patterns
Takashi Iwai
1
-76
/
+30
2022-04-22
selftests: firmware: Fix the request_firmware_into_buf() test for XZ format
Takashi Iwai
1
-0
/
+2
2022-04-22
selftests: firmware: Use smaller dictionary for XZ compression
Takashi Iwai
1
-3
/
+5
2022-04-21
selftest/vm: add skip support to mremap_test
Sidhartha Kumar
1
-3
/
+8
2022-04-21
selftest/vm: support xfail in mremap_test
Sidhartha Kumar
1
-1
/
+1
2022-04-21
selftest/vm: verify remap destination address in mremap_test
Sidhartha Kumar
1
-3
/
+39
2022-04-21
selftest/vm: verify mmap addr in mremap_test
Sidhartha Kumar
1
-1
/
+40
2022-04-21
kvm: selftests: introduce and use more page size-related constants
Paolo Bonzini
8
-13
/
+8
[prev]
[next]