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
2025-03-15
selftests/bpf: Add tests for extending sleepable global subprogs
Kumar Kartikeya Dwivedi
-147
/
+238
2025-03-15
selftests/bpf: Test sleepable global subprogs in atomic contexts
Kumar Kartikeya Dwivedi
-2
/
+270
2025-03-15
bpf/selftests: test_select_reuseport_kern: Remove unused header
Alexis Lothoré (eBPF Foundation)
-1
/
+0
2025-03-15
selftests/bpf: Add selftests allowing cgroup prog pre-ordering
Yonghong Song
-0
/
+169
2025-03-15
bpf: Allow pre-ordering for bpf cgroup progs
Yonghong Song
-0
/
+1
2025-03-15
selftests/bpf: Fixes for test_maps test
Jiayuan Chen
-4
/
+5
2025-03-15
selftests/bpf: Allow auto port binding for bpf nf
Jiayuan Chen
-3
/
+6
2025-03-15
selftests/bpf: Allow auto port binding for cgroup connect
Jiayuan Chen
-5
/
+12
2025-03-15
selftests/bpf: Add tests for bpf_dynptr_copy
Mykyta Yatsenko
-5
/
+139
2025-03-14
perf test: Add pipe output testing for annotate
Ian Rogers
-16
/
+40
2025-03-14
perf test: Fixes to variable expansion and stdout for diff test
Ian Rogers
-6
/
+6
2025-03-14
perf libunwind: Fixup conversion perf_sample->user_regs to a pointer
Arnaldo Carvalho de Melo
-6
/
+6
2025-03-14
cxl/test: Define a CFMWS capable of a 3 way HB interleave
Alison Schofield
-5
/
+5
2025-03-14
Merge branch 'for-6.15/extended-linear-cache' into cxl-for-next2
Dave Jiang
-0
/
+2
2025-03-14
Merge branch 'for-6.15/dirty-shutdown' into cxl-for-next2
Dave Jiang
-0
/
+23
2025-03-14
tools/testing/cxl: Set Shutdown State support
Davidlohr Bueso
-0
/
+23
2025-03-14
cxl/pmem: debug invalid serial number data
Yuquan Wang
-1
/
+1
2025-03-14
Merge branch 'for-6.15/fw-first-error-logging' into cxl-for-next2
Dave Jiang
-0
/
+1
2025-03-14
acpi/ghes, cxl/pci: Process CXL CPER Protocol Errors
Smita Koralahalli
-0
/
+1
2025-03-14
scanf: convert self-test to KUnit
Tamir Duberstein
-6
/
+1
2025-03-14
perf test stat_all_pmu.sh: Correctly check 'perf stat' result
Veronika Molnarova
-14
/
+34
2025-03-14
perf script: Update brstack syntax documentation
Yujie Liu
-7
/
+16
2025-03-14
selftests: pci_endpoint: Use IRQ_TYPE_* defines from UAPI header
Niklas Cassel
-9
/
+9
2025-03-14
selftests: drv-net: fix merge conflicts resolution
Matthieu Baerts (NGI0)
-9
/
+9
2025-03-14
Merge tag 'iio-for-6.15a' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...
Greg Kroah-Hartman
-0
/
+4
2025-03-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
-44
/
+506
2025-03-13
selftests/bpf: Add bpf_getsockopt() for TCP_BPF_DELACK_MAX and TCP_BPF_RTO_MIN
Jason Xing
-0
/
+2
2025-03-13
perf script: Fix typo in branch event mask
Yujie Liu
-3
/
+3
2025-03-13
Merge tag 'net-6.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-17
/
+411
2025-03-13
printf: convert self-test to KUnit
Tamir Duberstein
-7
/
+2
2025-03-13
Merge tag 'nf-25-03-13' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...
Paolo Abeni
-0
/
+15
2025-03-13
selftests/timers/posix-timers: Add a test for exact allocation mode
Thomas Gleixner
-1
/
+72
2025-03-13
selftests: Add IPv6 link-local address generation tests for GRE devices.
Guillaume Nault
-0
/
+178
2025-03-13
perf hist stdio: Do bounds check when printing callchains to avoid UB with ne...
Arnaldo Carvalho de Melo
-0
/
+4
2025-03-13
perf units: Fix insufficient array space
Arnaldo Carvalho de Melo
-1
/
+1
2025-03-13
libapi: Add missing header with NAME_MAX define to io_dir.h
Arnaldo Carvalho de Melo
-0
/
+1
2025-03-13
perf annotate: Add --code-with-type option.
Namhyung Kim
-0
/
+13
2025-03-13
perf annotate: Implement code + data type annotation
Namhyung Kim
-14
/
+60
2025-03-13
perf annotate: Factor out __hist_entry__get_data_type()
Namhyung Kim
-75
/
+95
2025-03-13
perf annotate: Pass hist_entry to annotate functions
Namhyung Kim
-14
/
+16
2025-03-13
perf annotate: Pass annotation_options to annotation_line__print()
Namhyung Kim
-8
/
+14
2025-03-13
perf annotate: Remove unused len parameter from annotation_line__print()
Namhyung Kim
-6
/
+3
2025-03-13
perf annotate-data: Add annotated_data_type__get_member_name()
Namhyung Kim
-32
/
+54
2025-03-13
perf ftrace: Use atomic inc to update histogram in BPF
Namhyung Kim
-1
/
+1
2025-03-13
perf ftrace: Remove an unnecessary condition check in BPF
Namhyung Kim
-2
/
+1
2025-03-13
perf ftrace: Fix latency stats with BPF
Namhyung Kim
-13
/
+15
2025-03-12
objtool/LoongArch: Add support for goto table
Tiezhu Yang
-2
/
+30
2025-03-12
objtool/LoongArch: Add support for switch table
Tiezhu Yang
-1
/
+130
2025-03-12
objtool: Handle PC relative relocation type
Tiezhu Yang
-5
/
+27
2025-03-12
objtool: Handle different entry size of rodata
Tiezhu Yang
-1
/
+41
[prev]
[next]