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
2024-12-20
selftests: net: lib: Add a couple autodefer helpers
Petr Machata
-2
/
+29
2024-12-20
perf lock contention: Add and use LCB_F_TYPE_MASK
Namhyung Kim
-3
/
+4
2024-12-20
perf script: Cache the output type
Arnaldo Carvalho de Melo
-42
/
+51
2024-12-20
selftests: drv-net: test empty queue and NAPI responses in netlink
Jakub Kicinski
-4
/
+24
2024-12-20
selftests: net: local_termination: require mausezahn
Vladimir Oltean
-1
/
+0
2024-12-20
stddef: make __struct_group() UAPI C++-friendly
Alexander Lobakin
-4
/
+11
2024-12-20
selftests/bpf: Clear out Python syntax warnings
Ariel Otilibili
-14
/
+14
2024-12-20
pm: cpupower: Add install and uninstall options to bindings makefile
John B. Wyatt IV
-0
/
+35
2024-12-20
cpupower: Adjust whitespace for amd-pstate specific prints
Mario Limonciello
-4
/
+6
2024-12-20
cpupower: Don't fetch maximum latency when EPP is enabled
Mario Limonciello
-0
/
+3
2024-12-20
cpupower: Add support for showing energy performance preference
Mario Limonciello
-1
/
+46
2024-12-20
cpupower: Don't try to read frequency from hardware when kernel uses aperfmperf
Mario Limonciello
-1
/
+6
2024-12-20
cpupower: Add support for amd-pstate preferred core rankings
Mario Limonciello
-0
/
+8
2024-12-20
cpupower: Add support for parsing 'enabled' or 'disabled' strings from table
Mario Limonciello
-0
/
+4
2024-12-20
cpupower: Remove spurious return statement
Mario Limonciello
-1
/
+0
2024-12-20
Merge tag 'asoc-fix-v6.13-rc3' of https://git.kernel.org/pub/scm/linux/kernel...
Takashi Iwai
-101
/
+570
2024-12-20
Merge branch 'linus' into x86/mm, to pick up fixes
Ingo Molnar
-10441
/
+38646
2024-12-20
selftests/alsa: Fix circular dependency involving global-timer
Li Zhijian
-1
/
+1
2024-12-19
selftests: net: remove redundant ncdevmem print
Jamal Hadi Salim
-3
/
+0
2024-12-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-123
/
+582
2024-12-19
Merge tag 'net-6.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-24
/
+46
2024-12-19
selftests: fib_rule_tests: Add flow label selector match tests
Ido Schimmel
-0
/
+31
2024-12-19
Merge tag 'kvm-selftests-treewide-6.14' of https://github.com/kvm-x86/linux i...
Paolo Bonzini
-468
/
+577
2024-12-19
selftests/bpf: Fix compilation error in get_uprobe_offset()
Jerome Marchand
-0
/
+4
2024-12-19
selftests/bpf: Use asm constraint "m" for LoongArch
Tiezhu Yang
-0
/
+2
2024-12-18
selftests: openvswitch: fix tcpdump execution
Adrian Moreno
-2
/
+4
2024-12-18
selftests/memfd: run sysctl tests when PID namespace support is enabled
Isaac J. Manjarres
-2
/
+12
2024-12-18
samples/check-exec: Add an enlighten "inc" interpreter and 28 tests
Mickaël Salaün
-2
/
+219
2024-12-18
selftests: ktap_helpers: Fix uninitialized variable
Mickaël Salaün
-1
/
+1
2024-12-18
selftests/landlock: Add tests for execveat + AT_EXECVE_CHECK
Mickaël Salaün
-0
/
+27
2024-12-18
selftests/exec: Add 32 tests for AT_EXECVE_CHECK and exec securebits
Mickaël Salaün
-0
/
+472
2024-12-18
KVM: selftests: Add test case for MMIO during vectoring on x86
Ivan Orlov
-0
/
+53
2024-12-18
KVM: selftests: Add and use a helper function for x86's LIDT
Ivan Orlov
-2
/
+7
2024-12-18
selftests: refactor the lsm `flags_overset_lsm_set_self_attr` test
Amit Vadhavana
-4
/
+3
2024-12-18
KVM: selftests: Update x86's KVM PV test to match KVM's disabling exits behavior
Sean Christopherson
-3
/
+30
2024-12-18
KVM: selftests: Fix a bad TEST_REQUIRE() in x86's KVM PV test
Sean Christopherson
-2
/
+3
2024-12-18
KVM: selftests: Verify KVM stuffs runtime CPUID OS bits on CR4 writes
Sean Christopherson
-0
/
+10
2024-12-18
KVM: selftests: Refresh vCPU CPUID cache in __vcpu_get_cpuid_entry()
Sean Christopherson
-7
/
+9
2024-12-18
KVM: selftests: Assert that vcpu->cpuid is non-NULL when getting CPUID entries
Sean Christopherson
-0
/
+2
2024-12-18
KVM: selftests: Update x86's set_sregs_test to match KVM's CPUID enforcement
Sean Christopherson
-23
/
+30
2024-12-18
KVM: selftests: Override ARCH for x86_64 instead of using ARCH_DIR
Sean Christopherson
-13
/
+11
2024-12-18
KVM: selftests: Use canonical $(ARCH) paths for KVM selftests directories
Sean Christopherson
-206
/
+170
2024-12-18
KVM: selftests: Provide empty 'all' and 'clean' targets for unsupported ARCHs
Sean Christopherson
-331
/
+340
2024-12-18
KVM: selftests: Verify KVM correctly handles mprotect(PROT_READ)
Sean Christopherson
-3
/
+101
2024-12-18
KVM: selftests: Add a read-only mprotect() phase to mmu_stress_test
Sean Christopherson
-4
/
+18
2024-12-18
KVM: selftests: Precisely limit the number of guest loops in mmu_stress_test
Sean Christopherson
-6
/
+19
2024-12-18
KVM: selftests: Use vcpu_arch_put_guest() in mmu_stress_test
Sean Christopherson
-1
/
+1
2024-12-18
KVM: selftests: Enable mmu_stress_test on arm64
Sean Christopherson
-0
/
+1
2024-12-18
KVM: sefltests: Explicitly include ucall_common.h in mmu_stress_test.c
Sean Christopherson
-0
/
+1
2024-12-18
KVM: selftests: Compute number of extra pages needed in mmu_stress_test
Sean Christopherson
-1
/
+7
[prev]
[next]