index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Lines
2024-03-07
tools: ynl: check for overflow of constructed messages
Jakub Kicinski
-4
/
+68
2024-03-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-21
/
+84
2024-03-07
Merge tag 'net-6.8-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
-11
/
+78
2024-03-07
kselftest/arm64: Add 2023 DPISA hwcap test coverage
Mark Brown
-0
/
+217
2024-03-07
kselftest/arm64: Add basic FPMR test
Mark Brown
-0
/
+83
2024-03-07
kselftest/arm64: Handle FPMR context in generic signal frame parser
Mark Brown
-0
/
+9
2024-03-06
selftests/harness: Fix TEST_F()'s vfork handling
Mickaël Salaün
-23
/
+27
2024-03-06
perf annotate: Add comments in the data structures
Namhyung Kim
-7
/
+62
2024-03-06
perf annotate: Remove sym_hist.addr[] array
Namhyung Kim
-34
/
+6
2024-03-06
perf annotate: Calculate instruction overhead using hashmap
Namhyung Kim
-17
/
+52
2024-03-06
perf annotate: Add a hashmap for symbol histogram
Namhyung Kim
-2
/
+42
2024-03-06
selftests/bpf: Test cases for '?' in BTF names
Eduard Zingerman
-0
/
+29
2024-03-06
selftests/bpf: Test case for SEC("?.struct_ops")
Eduard Zingerman
-6
/
+56
2024-03-06
libbpf: Rewrite btf datasec names starting from '?'
Eduard Zingerman
-2
/
+41
2024-03-06
libbpf: Struct_ops in SEC("?.struct_ops") / SEC("?.struct_ops.link")
Eduard Zingerman
-1
/
+14
2024-03-06
libbpf: Replace elf_state->st_ops_* fields with SEC_ST_OPS sec_type
Eduard Zingerman
-29
/
+32
2024-03-06
selftests/bpf: Verify struct_ops autoload/autocreate sync
Eduard Zingerman
-4
/
+125
2024-03-06
libbpf: Sync progs autoload with maps autocreate for struct_ops maps
Eduard Zingerman
-0
/
+43
2024-03-06
selftests/bpf: Test autocreate behavior for struct_ops maps
Eduard Zingerman
-0
/
+118
2024-03-06
selftests/bpf: Bad_struct_ops test
Eduard Zingerman
-0
/
+88
2024-03-06
selftests/bpf: Utility functions to capture libbpf log in test_progs
Eduard Zingerman
-0
/
+62
2024-03-06
selftests/bpf: Test struct_ops map definition with type suffix
Eduard Zingerman
-10
/
+46
2024-03-06
libbpf: Honor autocreate flag for struct_ops maps
Eduard Zingerman
-3
/
+15
2024-03-06
libbpf: Tie struct_ops programs to kernel BTF ids, not to local ids
Eduard Zingerman
-23
/
+26
2024-03-06
libbpf: Allow version suffixes (___smth) for struct_ops types
Eduard Zingerman
-1
/
+5
2024-03-06
selftests/bpf: Test may_goto
Alexei Starovoitov
-3
/
+101
2024-03-06
bpf: Add cond_break macro
Alexei Starovoitov
-0
/
+12
2024-03-06
bpf: Introduce may_goto instruction
Alexei Starovoitov
-0
/
+5
2024-03-06
KVM: selftests: Check that PV_UNHALT is cleared when HLT exiting is disabled
Vitaly Kuznetsov
-0
/
+48
2024-03-06
Fix cpupower-frequency-info.1 man page typo
Jan Kratochvil
-1
/
+1
2024-03-07
selftests/ftrace: Add test cases for entry args at function exit
Masami Hiramatsu (Google)
-0
/
+36
2024-03-07
tracing/probes: Support $argN in return probe (kprobe and fprobe)
Masami Hiramatsu (Google)
-0
/
+6
2024-03-06
KVM: riscv: selftests: Add Zacas extension to get-reg-list test
Anup Patel
-0
/
+4
2024-03-06
KVM: riscv: selftests: Add Ztso extension to get-reg-list test
Anup Patel
-0
/
+4
2024-03-06
KVM: riscv: selftests: Add sstc timer test
Haibo Xu
-10
/
+210
2024-03-06
KVM: riscv: selftests: Change vcpu_has_ext to a common function
Haibo Xu
-10
/
+13
2024-03-06
KVM: riscv: selftests: Add guest helper to get vcpu id
Haibo Xu
-4
/
+10
2024-03-06
KVM: riscv: selftests: Add exception handling support
Haibo Xu
-0
/
+221
2024-03-06
tools: ynl: add --dbg-small-recv for easier kernel testing
Jakub Kicinski
-1
/
+6
2024-03-06
tools: ynl: support debug printing messages
Jakub Kicinski
-0
/
+15
2024-03-06
tools: ynl: allow setting recv() size
Jakub Kicinski
-3
/
+18
2024-03-06
tools: ynl: move the new line in NlMsg __repr__
Jakub Kicinski
-3
/
+3
2024-03-06
tools: ynl: remove __pycache__ during clean
Jakub Kicinski
-0
/
+1
2024-03-06
tools: ynl: add distclean to .PHONY in all makefiles
Jakub Kicinski
-3
/
+3
2024-03-06
tools: ynl: rename make hardclean -> distclean
Jakub Kicinski
-5
/
+5
2024-03-05
selftests: avoid using SKIP(exit()) in harness fixure setup
Jakub Kicinski
-4
/
+4
2024-03-05
selftests/bpf: Fix up xdp bonding test wrt feature flags
Daniel Borkmann
-2
/
+2
2024-03-05
selftests/bpf: test case for callback_depth states pruning logic
Eduard Zingerman
-0
/
+70
2024-03-05
selftests/exec: Perform script checks with /bin/bash
Kees Cook
-1
/
+1
2024-03-05
KVM: selftests: Explicitly close guest_memfd files in some gmem tests
Dongli Zhang
-0
/
+5
[prev]
[next]