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
2021-12-20
selftests/bpf: Correct the INDEX address in vmtest.sh
Pu Lehui
1
-1
/
+1
2021-12-20
KVM: selftests: Add test to verify TRIPLE_FAULT on invalid L2 guest state
Sean Christopherson
3
-0
/
+107
2021-12-20
selftests: KVM: Fix non-x86 compiling
Andrew Jones
2
-9
/
+6
2021-12-19
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-17
/
+0
2021-12-19
KVM: selftests: vmx_pmu_msrs_test: Drop tests mangling guest visible CPUIDs
Vitaly Kuznetsov
1
-17
/
+0
2021-12-19
selftests: tc-testing: add action offload selftest for action and filter
Baowen Zheng
2
-0
/
+96
2021-12-18
bpf/selftests: Test PTR_TO_RDONLY_MEM
Hao Luo
2
-0
/
+43
2021-12-18
perf inject: Fix segfault due to perf_data__fd() without open
Adrian Hunter
1
-3
/
+7
2021-12-18
perf inject: Fix segfault due to close without open
Adrian Hunter
1
-1
/
+2
2021-12-18
perf expr: Fix missing check for return value of hashmap__new()
Miaoqian Lin
1
-0
/
+5
2021-12-17
selftests: mptcp: try to set mptcp ulp mode in different sk states
Florian Westphal
2
-66
/
+51
2021-12-17
perf arm-spe: Synthesize SPE instruction events
German Gomez
1
-0
/
+62
2021-12-17
bpf, selftests: Fix spelling mistake "tained" -> "tainted"
Colin Ian King
1
-1
/
+1
2021-12-17
bpftool: Reimplement large insn size limit feature probing
Andrii Nakryiko
1
-3
/
+23
2021-12-17
selftests/bpf: Add libbpf feature-probing API selftests
Andrii Nakryiko
2
-0
/
+126
2021-12-17
libbpf: Rework feature-probing APIs
Andrii Nakryiko
3
-54
/
+236
2021-12-17
selftests/sgx: Fix corrupted cpuid macro invocation
Jarkko Sakkinen
1
-3
/
+2
2021-12-17
selftests: gpio: gpio-sim: avoid forking test twice
Bartosz Golaszewski
1
-1
/
+1
2021-12-17
selftests: gpio: gpio-sim: remove bashisms
Bartosz Golaszewski
1
-2
/
+2
2021-12-17
selftests: gpio: add test cases for gpio-sim
Bartosz Golaszewski
3
-1
/
+398
2021-12-17
selftests: gpio: add a helper for reading GPIO line names
Bartosz Golaszewski
3
-1
/
+57
2021-12-17
selftests: gpio: provide a helper for reading chip info
Bartosz Golaszewski
3
-1
/
+59
2021-12-17
Merge tag 'lkdtm-v5.17-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux into char-misc-next
Greg Kroah-Hartman
1
-1
/
+15
2021-12-16
bpf: Right align verifier states in verifier logs.
Christy Lee
1
-77
/
+92
2021-12-16
bpf: Only print scratched registers and stack slots to verifier logs.
Christy Lee
1
-15
/
+15
2021-12-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
37
-124
/
+854
2021-12-16
selftest/lkdtm: Skip stack-entropy test if lkdtm is not available
Misono Tomohiro
1
-1
/
+15
2021-12-16
Merge tag 'net-5.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
14
-16
/
+421
2021-12-16
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
9
-3
/
+353
2021-12-16
bpf, selftests: Fix racing issue in btf_skc_cls_ingress test
Martin KaFai Lau
1
-2
/
+14
2021-12-16
selftest/bpf: Add a test that reads various addresses.
Alexei Starovoitov
2
-0
/
+32
2021-12-16
selftests/bpf: Enable cross-building with clang
Jean-Philippe Brucker
1
-4
/
+4
2021-12-16
tools/runqslower: Enable cross-building with clang
Jean-Philippe Brucker
1
-2
/
+2
2021-12-16
bpftool: Enable cross-building with clang
Jean-Philippe Brucker
1
-6
/
+7
2021-12-16
tools/libbpf: Enable cross-building with clang
Jean-Philippe Brucker
1
-1
/
+2
2021-12-16
tools/resolve_btfids: Support cross-building the kernel with clang
Jean-Philippe Brucker
1
-0
/
+1
2021-12-16
tools: Help cross-building with clang
Jean-Philippe Brucker
1
-1
/
+12
2021-12-16
perf test: Test 73 Sig_trap fails on s390
Thomas Richter
1
-0
/
+18
2021-12-16
bpf, selftests: Add test case trying to taint map value pointer
Daniel Borkmann
1
-0
/
+23
2021-12-16
perf ftrace: Implement cpu and task filters in BPF
Namhyung Kim
2
-1
/
+62
2021-12-16
perf ftrace: Add -b/--use-bpf option for latency subcommand
Namhyung Kim
6
-67
/
+380
2021-12-16
perf ftrace: Add 'latency' subcommand
Namhyung Kim
1
-9
/
+276
2021-12-16
perf ftrace: Move out common code from __cmd_ftrace
Namhyung Kim
1
-30
/
+33
2021-12-16
perf ftrace: Add 'trace' subcommand
Namhyung Kim
1
-12
/
+23
2021-12-16
perf arch: Support register names from all archs
German Gomez
13
-601
/
+697
2021-12-16
perf arm64: Rename perf_event_arm_regs for ARM64 registers
German Gomez
2
-0
/
+4
2021-12-16
perf namespaces: Add helper nsinfo__is_in_root_namespace()
Leo Yan
2
-30
/
+48
2021-12-16
libperf tests: Fix a spelling mistake "Runnnig" -> "Running"
Colin Ian King
1
-1
/
+1
2021-12-16
perf bpf-loader: Use IS_ERR_OR_NULL() to clean code and fix check
Miaoqian Lin
1
-6
/
+9
2021-12-16
perf cs-etm: Remove duplicate and incorrect aux size checks
James Clark
1
-19
/
+0
[prev]
[next]