index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-14
interval_tree: Sync interval_tree_generic.h with tools
Josh Poimboeuf
2
-6
/
+3
2025-10-14
objtool: Fix standalone --hacks=jump_label
Dylan Hatch
1
-1
/
+2
2025-10-14
tools build: Fix fixdep dependencies
Josh Poimboeuf
2
-2
/
+23
2025-10-14
objtool: Remove unneeded semicolon
Chen Ni
1
-1
/
+1
2025-10-14
selftests: net: check jq command is supported
Wang Liang
2
-0
/
+4
2025-10-14
objtool/x86: Fix NOP decode
Peter Zijlstra
1
-4
/
+11
2025-10-14
objtool/x86: Add UDB support
Peter Zijlstra
1
-0
/
+4
2025-10-14
objtool/x86: Remove 0xea hack
Peter Zijlstra
1
-9
/
+0
2025-10-13
sched_ext/tools: Add compat wrapper for scx_bpf_task_set_slice/dsq_vtime()
Tejun Heo
2
-2
/
+24
2025-10-13
sched_ext: Make scx_bpf_dsq_insert*() return bool
Tejun Heo
2
-4
/
+22
2025-10-13
sched_ext: Wrap kfunc args in struct to prepare for aux__prog
Tejun Heo
2
-3
/
+75
2025-10-13
sched_ext: Add scx_bpf_task_set_slice() and scx_bpf_task_set_dsq_vtime()
Tejun Heo
1
-0
/
+2
2025-10-13
tools/sched_ext: Strip compatibility macros for cgroup and dispatch APIs
Tejun Heo
3
-120
/
+12
2025-10-13
x86/cpufeatures: Make X86_FEATURE leaf 17 Linux-specific
Borislav Petkov (AMD)
1
-1
/
+4
2025-10-13
KVM: arm64: selftests: Fix misleading comment about virtual timer encoding
Marc Zyngier
1
-3
/
+14
2025-10-13
KVM: arm64: selftests: Add an E2H=0-specific configuration to get_reg_list
Marc Zyngier
1
-0
/
+79
2025-10-13
KVM: arm64: selftests: Make dependencies on VHE-specific registers explicit
Marc Zyngier
1
-0
/
+3
2025-10-13
KVM: arm64: selftests: Actually enable IRQs in vgic_lpi_stress
Oliver Upton
1
-0
/
+1
2025-10-13
KVM: arm64: selftests: Allocate vcpus with correct size
Zenghui Yu
1
-1
/
+1
2025-10-13
KVM: arm64: selftests: Sync ID_AA64PFR1, MPIDR, CLIDR in guest
Zenghui Yu
1
-0
/
+3
2025-10-13
KVM: selftests: Fix irqfd_test for non-x86 architectures
Oliver Upton
6
-3
/
+33
2025-10-13
KVM: arm64: selftests: Track width of timer counter as "int", not "uint64_t"
Sean Christopherson
1
-1
/
+1
2025-10-13
KVM: arm64: selftests: Test effective value of HCR_EL2.AMO
Oliver Upton
2
-1
/
+54
2025-10-13
perf bpf_counter: Fix opening of "any"(-1) CPU events
Ian Rogers
2
-1
/
+19
2025-10-13
perf build python: Don't leave a.out file when building with clang
Ian Rogers
1
-3
/
+10
2025-10-13
perf stat: Additional verbose details for <not supported> events
Ian Rogers
1
-5
/
+7
2025-10-13
perf tests: use strdup() in "Object code reading"
James Clark
1
-2
/
+7
2025-10-12
tools/nolibc: handle NULL wstatus argument to waitpid()
Thomas Weißschuh
1
-6
/
+12
2025-10-12
selftests: drv-net: update remaining Python init files
Jakub Kicinski
3
-16
/
+57
2025-10-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf before 6.18-rc1
Alexei Starovoitov
433
-8841
/
+24107
2025-10-11
Merge tag 'x86_core_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
3
-0
/
+44
2025-10-11
Merge tag 'x86_cleanups_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-13
/
+1
2025-10-11
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
5
-12
/
+77
2025-10-10
KVM: selftests: Verify that reads to inaccessible guest_memfd VMAs SIGBUS
Sean Christopherson
1
-0
/
+1
2025-10-10
KVM: selftests: Verify that faulting in private guest_memfd memory fails
Sean Christopherson
1
-5
/
+21
2025-10-10
KVM: selftests: Add wrapper macro to handle and assert on expected SIGBUS
Sean Christopherson
3
-17
/
+27
2025-10-10
KVM: selftests: Isolate the guest_memfd Copy-on-Write negative testcase
Sean Christopherson
1
-3
/
+9
2025-10-10
KVM: selftests: Add wrappers for mmap() and munmap() to assert success
Sean Christopherson
6
-64
/
+64
2025-10-10
KVM: selftests: Add test coverage for guest_memfd without GUEST_MEMFD_FLAG_MMAP
Ackerley Tng
1
-11
/
+16
2025-10-10
KVM: selftests: Create a new guest_memfd for each testcase
Sean Christopherson
1
-15
/
+16
2025-10-10
KVM: selftests: Stash the host page size in a global in the guest_memfd test
Sean Christopherson
1
-19
/
+18
2025-10-10
KVM: guest_memfd: Add INIT_SHARED flag, reject user page faults if not set
Sean Christopherson
1
-3
/
+12
2025-10-10
KVM: Rework KVM_CAP_GUEST_MEMFD_MMAP into KVM_CAP_GUEST_MEMFD_FLAGS
Sean Christopherson
1
-7
/
+6
2025-10-10
selftests/bpf: Add more bpf_wq tests
Mykyta Yatsenko
3
-0
/
+96
2025-10-10
selftests/bpf: Test direct packet access on non-linear skbs
Paul Chaignon
1
-0
/
+58
2025-10-10
selftests/bpf: Support non-linear flag in test loader
Paul Chaignon
3
-2
/
+32
2025-10-10
selftests/bpf: Add test for unpinning htab with internal timer struct
KaFai Wan
2
-0
/
+61
2025-10-10
selftests/bpf: Test bpf_strcasestr,bpf_strncasestr kfuncs
Rong Tao
4
-0
/
+26
2025-10-10
selftests/bpf: Add tests for async cb context
Kumar Kartikeya Dwivedi
2
-0
/
+183
2025-10-09
Merge tag 'net-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
36
-442
/
+739
[prev]
[next]