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
2026-04-06
selftests/bpf: Add tests for unaligned syscall ctx accesses
Kumar Kartikeya Dwivedi
-0
/
+133
2026-04-06
selftests/bpf: Test modified syscall ctx for ARG_PTR_TO_CTX
Kumar Kartikeya Dwivedi
-0
/
+94
2026-04-06
selftests/bpf: Add syscall ctx variable offset tests
Kumar Kartikeya Dwivedi
-6
/
+267
2026-04-06
selftests/bpf: Convert ctx tests from ASM to C
Kumar Kartikeya Dwivedi
-45
/
+35
2026-04-06
bpf: Support variable offsets for syscall PTR_TO_CTX
Kumar Kartikeya Dwivedi
-2
/
+0
2026-04-06
kunit: tool: Terminate kernel under test on SIGINT
David Gow
-9
/
+19
2026-04-06
kunit: tool: skip stty when stdin is not a tty
Shuvam Pandey
-2
/
+50
2026-04-06
kunit: tool: Recommend --raw_output=all if no KTAP found
David Gow
-1
/
+2
2026-04-06
kunit: Add --list_suites to show suites
Ryota Sakamoto
-5
/
+27
2026-04-06
tools/sched_ext: Fix off-by-one in scx_sdt payload zeroing
Cheng-Yang Chou
-1
/
+2
2026-04-06
selftests/nolibc: only use libgcc when really necessary
Thomas Weißschuh
-13
/
+4
2026-04-06
selftests/nolibc: test the memory allocator
Thomas Weißschuh
-0
/
+55
2026-04-06
tools/nolibc: check for overflow in calloc() without divisions
Thomas Weißschuh
-2
/
+2
2026-04-06
tools/nolibc: add support for asprintf()
Thomas Weißschuh
-0
/
+74
2026-04-06
cpupower: remove extern declarations in cmd functions
Kaushlendra Kumar
-12
/
+0
2026-04-06
selftests: ublk: test that teardown after incomplete recovery completes
Uday Shankar
-3
/
+95
2026-04-05
perf test: Skip sched stats test for !root
Namhyung Kim
-0
/
+5
2026-04-05
perf cgroup: Update metric leader in evlist__expand_cgroup
Ian Rogers
-7
/
+23
2026-04-05
perf sample: Add evsel to struct perf_sample
Ian Rogers
-18
/
+37
2026-04-05
perf sample: Make sure perf_sample__init/exit are used
Ian Rogers
-49
/
+108
2026-04-05
perf sample: Document struct perf_sample
Ian Rogers
-4
/
+105
2026-04-05
perf tools: Save cln_size header
Ricky Ringler
-11
/
+61
2026-04-05
perf tests sched stats: Write output to temp file
Ian Rogers
-10
/
+27
2026-04-05
perf sched: Avoid crash for unexpected perf sched stats report
Namhyung Kim
-0
/
+2
2026-04-05
selftests/bpf: remove unused toggle in tc_tunnel
Alexis Lothoré (eBPF Foundation)
-10
/
+5
2026-04-05
selftests/bpf: add get_next_key boundary test for cgroup_storage
Weiming Shi
-0
/
+5
2026-04-05
selftests/bpf: Add torn write detection test for htab BPF_F_LOCK
Mykyta Yatsenko
-1
/
+184
2026-04-05
Merge tag 'riscv-for-linus-7.0-rc7' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-8
/
+11
2026-04-05
mm: add mmap_action_map_kernel_pages[_full]()
Lorenzo Stoakes (Oracle)
-0
/
+7
2026-04-05
mm: allow handling of stacked mmap_prepare hooks in more drivers
Lorenzo Stoakes (Oracle)
-24
/
+44
2026-04-05
mm: add mmap_action_simple_ioremap()
Lorenzo Stoakes (Oracle)
-1
/
+5
2026-04-05
mm: add vm_ops->mapped hook
Lorenzo Stoakes (Oracle)
-0
/
+17
2026-04-05
mm: have mmap_action_complete() handle the rmap lock and unmap
Lorenzo Stoakes (Oracle)
-7
/
+1
2026-04-05
mm: switch the rmap lock held option off in compat layer
Lorenzo Stoakes (Oracle)
-20
/
+22
2026-04-05
mm: document vm_operations_struct->open the same as close()
Lorenzo Stoakes (Oracle)
-5
/
+10
2026-04-05
mm: various small mmap_prepare cleanups
Lorenzo Stoakes (Oracle)
-6
/
+9
2026-04-05
mm/vma: convert __mmap_region() to use vma_flags_t
Lorenzo Stoakes (Oracle)
-39
/
+13
2026-04-05
mm/vma: convert vma_modify_flags[_uffd]() to use vma_flags_t
Lorenzo Stoakes (Oracle)
-11
/
+14
2026-04-05
tools: bitmap: add missing bitmap_copy() implementation
Lorenzo Stoakes (Oracle)
-0
/
+11
2026-04-05
mm/vma: convert as much as we can in mm/vma.c to vma_flags_t
Lorenzo Stoakes (Oracle)
-1
/
+5
2026-04-05
tools/testing/vma: update VMA tests to test vma_clear_flags[_mask]()
Lorenzo Stoakes (Oracle)
-16
/
+17
2026-04-05
mm/vma: introduce vma_clear_flags[_mask]()
Lorenzo Stoakes (Oracle)
-0
/
+9
2026-04-05
mm: convert do_brk_flags() to use vma_flags_t
Lorenzo Stoakes (Oracle)
-28
/
+29
2026-04-05
tools/testing/vma: test vma_flags_count,vma[_flags]_test_single_mask
Lorenzo Stoakes (Oracle)
-9
/
+54
2026-04-05
mm: introduce vma_flags_count() and vma[_flags]_test_single_mask()
Lorenzo Stoakes (Oracle)
-6
/
+27
2026-04-05
tools/testing/vma: update VMA flag tests to test vma_test[_any_mask]()
Lorenzo Stoakes (Oracle)
-6
/
+13
2026-04-05
mm/vma: introduce vma_test[_any[_mask]](), and make inlining consistent
Lorenzo Stoakes (Oracle)
-21
/
+40
2026-04-05
tools/testing/vma: test that legacy flag helpers work correctly
Lorenzo Stoakes (Oracle)
-0
/
+6
2026-04-05
mm/vma: introduce [vma_flags,legacy]_to_[legacy,vma_flags]() helpers
Lorenzo Stoakes (Oracle)
-4
/
+32
2026-04-05
mm/vma: introduce vma_flags_same[_mask/_pair]()
Lorenzo Stoakes (Oracle)
-11
/
+21
[prev]
[next]