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-04-08
objtool: Stop UNRET validation on UD2
Josh Poimboeuf
-0
/
+3
2025-04-08
objtool: Split INSN_CONTEXT_SWITCH into INSN_SYSCALL and INSN_SYSRET
Josh Poimboeuf
-10
/
+17
2025-04-08
objtool: Fix INSN_CONTEXT_SWITCH handling in validate_unret()
Josh Poimboeuf
-0
/
+5
2025-04-07
selftests: drv-net: test random value for hds-thresh
Taehee Yoo
-1
/
+32
2025-04-07
selftests/sched_ext: Add test for scx_bpf_select_cpu_and()
Andrea Righi
-0
/
+179
2025-04-07
sched_ext: idle: Introduce scx_bpf_select_cpu_and()
Andrea Righi
-0
/
+2
2025-04-07
selftests/filesystems: add open() test for anonymous inodes
Christian Brauner
-0
/
+17
2025-04-07
selftests/filesystems: add exec() test for anonymous inodes
Christian Brauner
-0
/
+13
2025-04-07
selftests/filesystems: add chmod() test for anonymous inodes
Christian Brauner
-0
/
+13
2025-04-07
selftests/filesystems: add chown() test for anonymous inodes
Christian Brauner
-1
/
+28
2025-04-07
selftest/pidfd: add test for thread-group leader pidfd open for thread
Christian Brauner
-0
/
+1
2025-04-07
selftests/pidfd: adapt to recent changes
Christian Brauner
-6
/
+6
2025-04-07
memblock tests: add test for memblock_set_node
Wei Yang
-0
/
+102
2025-04-07
memblock tests: Fix mutex related build error
Masami Hiramatsu (Google)
-0
/
+20
2025-04-06
tools/include: make uapi/linux/types.h usable from assembly
Thomas Weißschuh
-0
/
+3
2025-04-06
Merge tag 'turbostat-2025.05.06' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-43
/
+135
2025-04-06
tools/power turbostat: v2025.05.06
Len Brown
-1
/
+1
2025-04-06
tools/power turbostat: disable "cpuidle" invocation counters, by default
Len Brown
-13
/
+33
2025-04-06
KVM: arm64: selftests: Explicitly set the page attrs to Inner-Shareable
Raghavendra Rao Ananta
-0
/
+4
2025-04-06
KVM: arm64: selftests: Introduce and use hardware-definition macros
Raghavendra Rao Ananta
-33
/
+92
2025-04-06
tools/power turbostat: re-factor sysfs code
Len Brown
-10
/
+21
2025-04-06
tools/power turbostat: Restore GFX sysfs fflush() call
Zhang Rui
-0
/
+1
2025-04-06
tools/power turbostat: Document GNR UncMHz domain convention
Len Brown
-0
/
+1
2025-04-06
tools/power turbostat: report CoreThr per measurement interval
Len Brown
-1
/
+3
2025-04-06
tools/power turbostat: Increase CPU_SUBSET_MAXCPUS to 8192
Justin Ernst
-1
/
+1
2025-04-05
tracing/timers: Rename the hrtimer_init event to hrtimer_setup
Nam Cao
-1
/
+1
2025-04-04
selftests/bpf: Make res_spin_lock test less verbose
Kumar Kartikeya Dwivedi
-2
/
+5
2025-04-04
cgroup: change rstat function signatures from cgroup-based to css-based
JP Kobryn
-4
/
+5
2025-04-04
sched_ext: Drop "ops" from scx_ops_bypass(), scx_ops_breather() and friends
Tejun Heo
-2
/
+2
2025-04-04
sched_ext: Drop "ops" from scx_ops_helper, scx_ops_enable_mutex and __scx_ops...
Tejun Heo
-1
/
+1
2025-04-04
sched_ext: Drop "ops" from scx_ops_enable_state and friends
Tejun Heo
-4
/
+4
2025-04-04
lib/crc: remove unnecessary prompt for CONFIG_CRC_T10DIF
Eric Biggers
-2
/
+0
2025-04-04
Merge tag 'riscv-for-linus-6.15-mw1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-18
/
+66
2025-04-04
Merge tag 'net-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-24
/
+97
2025-04-04
selftests/bpf: Convert comma to semicolon
Chen Ni
-2
/
+2
2025-04-04
libbpf: Add likely/unlikely macros and use them in selftests
Anton Protopopov
-5
/
+8
2025-04-04
bpf: Fix a comment describing bpf_attr
Anton Protopopov
-1
/
+1
2025-04-04
libbpf: Fix implicit memfd_create() for bionic
Carlos Llamas
-10
/
+10
2025-04-04
selftests: net: amt: indicate progress in the stress test
Jakub Kicinski
-6
/
+14
2025-04-04
netlink: specs: rt_addr: pull the ifa- prefix out of the names
Jakub Kicinski
-1
/
+1
2025-04-04
netlink: specs: rt_addr: fix get multi command name
Jakub Kicinski
-1
/
+1
2025-04-04
Merge branch 'kvm-6.15-rc2-fixes' into HEAD
Paolo Bonzini
-6
/
+25
2025-04-04
KVM: selftests: Add option to rseq test to override /dev/cpu_dma_latency
Sean Christopherson
-6
/
+25
2025-04-04
selftests: kvm: list once tests that are valid on all architectures
Paolo Bonzini
-30
/
+15
2025-04-04
selftests: kvm: bring list of exit reasons up to date
Paolo Bonzini
-3
/
+2
2025-04-04
selftests: kvm: revamp MONITOR/MWAIT tests
Paolo Bonzini
-51
/
+57
2025-04-03
selftests: ublk: fix test_stripe_04
Ming Lei
-0
/
+24
2025-04-03
Merge tag 'io_uring-6.15-20250403' of git://git.kernel.dk/linux
Linus Torvalds
-57
/
+230
2025-04-03
io_uring/zcrx: fix selftests w/ updated netdev Python helpers
David Wei
-4
/
+4
2025-04-03
selftests: net: use netdevsim in netns test
Stanislav Fomichev
-4
/
+34
[prev]
[next]