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-10
selftests/net: expand cmsg_ip with MSG_MORE
Willem de Bruijn
-9
/
+26
2025-03-10
perf util: Remove unused perf_config__refresh
Dr. David Alan Gilbert
-7
/
+0
2025-03-10
perf util: Remove unused perf_pmus__default_pmu_name
Dr. David Alan Gilbert
-30
/
+0
2025-03-10
perf util: Remove unused perf_data__update_dir
Dr. David Alan Gilbert
-21
/
+0
2025-03-10
perf util: Remove unused pstack__pop
Dr. David Alan Gilbert
-15
/
+0
2025-03-10
perf util: Remove unused perf_color_default_config
Dr. David Alan Gilbert
-16
/
+0
2025-03-10
Merge 6.14-rc6 into driver-core-next
Greg Kroah-Hartman
-336
/
+1169
2025-03-10
selftests: ublk: add --foreground command line
Ming Lei
-4
/
+14
2025-03-10
selftests: ublk: fix build failure
Ming Lei
-0
/
+1
2025-03-10
selftests: ublk: make ublk_stop_io_daemon() more reliable
Ming Lei
-10
/
+14
2025-03-09
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
-9
/
+17
2025-03-09
Merge tag 'kvm-x86-fixes-6.14-rcN.2' of https://github.com/kvm-x86/linux into...
Paolo Bonzini
-9
/
+17
2025-03-08
Merge tag 'mm-hotfixes-stable-2025-03-08-16-27' of git://git.kernel.org/pub/s...
Linus Torvalds
-11
/
+71
2025-03-08
selftests: pci_endpoint: Add GET_IRQTYPE checks to each interrupt test
Kunihiko Hayashi
-1
/
+10
2025-03-08
selftests: pci_endpoint: Skip disabled BARs
Niklas Cassel
-0
/
+2
2025-03-08
tools/Makefile: Remove pci target
Jianfeng Liu
-7
/
+6
2025-03-08
tools/nolibc: don't use asm/ UAPI headers
Thomas Weißschuh
-8
/
+7
2025-03-07
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
-51
/
+207
2025-03-07
selftests/net: add proc_net_pktgen to .gitignore
Willem de Bruijn
-0
/
+1
2025-03-07
Merge tag 's390-6.14-6' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
-5
/
+5
2025-03-07
perf tests: Fix data symbol test with LTO builds
Ian Rogers
-13
/
+15
2025-03-07
perf report: Fix memory leaks in the hierarchy mode
Namhyung Kim
-0
/
+10
2025-03-07
perf report: Use map_symbol__copy() when copying callchains
Namhyung Kim
-7
/
+3
2025-03-07
cpupower: Make lib versioning scheme more obvious and fix version link
Thomas Renninger
-8
/
+11
2025-03-07
tools/power/x86/intel-speed-select: v1.22 release
Srinivas Pandruvada
-1
/
+1
2025-03-07
tools/power/x86/intel-speed-select: Prefix header search path with sysroot
Khem Raj
-1
/
+1
2025-03-07
tools/power/x86/intel-speed-select: Die ID for IO dies
Srinivas Pandruvada
-2
/
+9
2025-03-07
tools/power/x86/intel-speed-select: Fix the condition to check multi die system
Srinivas Pandruvada
-5
/
+4
2025-03-07
tools/power/x86/intel-speed-select: Prevent increasing MAX_DIE_PER_PACKAGE
Srinivas Pandruvada
-2
/
+11
2025-03-07
selftests/nolibc: stop testing constructor order
Thomas Weißschuh
-7
/
+7
2025-03-06
perf annotate: Return errors from disasm_line__parse_powerpc()
Athira Rajeev
-2
/
+3
2025-03-06
perf annotate: Add annotation_options.disassembler_used
Athira Rajeev
-9
/
+14
2025-03-06
selftests: openvswitch: don't hardcode the drop reason subsys
Jakub Kicinski
-3
/
+10
2025-03-06
perf report: Do not process non-JIT BPF ksymbol events
Namhyung Kim
-0
/
+4
2025-03-06
perf test: Fix leak in "Synthesize attr update" test
Ian Rogers
-0
/
+1
2025-03-06
selftests: net: bpf_offload: add 'libbpf_global' to ignored maps
Jakub Kicinski
-0
/
+1
2025-03-06
selftests: net: fix error message in bpf_offload
Jakub Kicinski
-1
/
+3
2025-03-06
selftests/nolibc: use O_RDONLY flag instead of 0
Louis Taylor
-2
/
+2
2025-03-06
tools/nolibc: drop outdated example from overview comment
Louis Taylor
-2
/
+1
2025-03-06
tools/nolibc: process open() vararg as mode_t
Louis Taylor
-1
/
+1
2025-03-06
tools/nolibc: always use openat(2) instead of open(2)
Louis Taylor
-6
/
+0
2025-03-06
tools/nolibc: add support for openat(2)
Louis Taylor
-0
/
+42
2025-03-06
Merge branch 'sched/urgent' into sched/core, to pick up dependent commits
Ingo Molnar
-401
/
+1274
2025-03-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-12
/
+17
2025-03-06
selftests/bpf: Fix file descriptor assertion in open_tuntap helper
Marcus Wichelmann
-1
/
+1
2025-03-06
selftests/bpf: Add test for XDP metadata support in tun driver
Marcus Wichelmann
-0
/
+66
2025-03-06
selftests/bpf: Refactor xdp_context_functional test and bpf program
Marcus Wichelmann
-22
/
+110
2025-03-06
selftests/bpf: Move open_tuntap to network helpers
Marcus Wichelmann
-29
/
+31
2025-03-06
cpupower: Implement CPU physical core querying
John B. Wyatt IV
-8
/
+43
2025-03-06
pm: cpupower: remove hard-coded topology depth values
Shuah Khan
-11
/
+29
[prev]
[next]