index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-29
KVM: selftests: Explicitly clobber the IDT in the "delete memslot" testcase
Sean Christopherson
1
-0
/
+12
2024-04-29
KVM: selftests: Rework platform_info_test to actually verify #GP
Sean Christopherson
1
-33
/
+33
2024-04-29
KVM: selftests: Move platform_info_test's main assert into guest code
Sean Christopherson
1
-8
/
+12
2024-04-29
KVM: selftests: Fix off-by-one initialization of GDT limit
Ackerley Tng
1
-1
/
+1
2024-04-29
KVM: selftests: Move GDT, IDT, and TSS fields to x86's kvm_vm_arch
Sean Christopherson
5
-16
/
+18
2024-04-29
KVM: sefltests: Add kvm_util_types.h to hold common types, e.g. vm_vaddr_t
Sean Christopherson
2
-15
/
+21
2024-04-29
Revert "kvm: selftests: move base kvm_util.h declarations to kvm_util_base.h"
Sean Christopherson
28
-12
/
+1156
2024-04-29
KVM: selftests: Randomly force emulation on x86 writes from guest code
Sean Christopherson
1
-0
/
+21
2024-04-29
KVM: selftests: Add vcpu_arch_put_guest() to do writes from guest code
Sean Christopherson
3
-4
/
+9
2024-04-29
KVM: selftests: Add global snapshot of kvm_is_forced_emulation_enabled()
Sean Christopherson
4
-11
/
+7
2024-04-29
KVM: selftests: Provide an API for getting a random bool from an RNG
Sean Christopherson
2
-1
/
+12
2024-04-29
KVM: selftests: Provide a global pseudo-RNG instance for all tests
Sean Christopherson
6
-29
/
+23
2024-04-29
KVM: selftests: Define _GNU_SOURCE for all selftests code
Sean Christopherson
57
-120
/
+17
2024-04-29
KVM: selftests: Avoid assuming "sudo" exists in NX hugepage test
Brendan Jackman
1
-1
/
+12
2024-04-29
cxl: Fix cxl_endpoint_get_perf_coordinate() support for RCH
Dave Jiang
1
-0
/
+7
2024-04-29
selftests/powerpc: Install tests in sub-directories
Michael Ellerman
2
-4
/
+4
2024-04-29
selftests/powerpc: Convert pmu Makefile to for loop style
Michael Ellerman
1
-21
/
+22
2024-04-29
selftests/powerpc: make sub-folders buildable on their own
Madhavan Srinivasan
24
-7
/
+25
2024-04-29
selftests/powerpc: Add flags.mk to support pmu buildable
Madhavan Srinivasan
5
-0
/
+16
2024-04-29
selftests/powerpc: Re-order *FLAGS to follow lib.mk
Madhavan Srinivasan
13
-44
/
+45
2024-04-28
kselftest: arm64: Add a null pointer check
Kunwu Chan
1
-0
/
+4
2024-04-28
kselftest/arm64: Remove unused parameters in abi test
xieming
1
-1
/
+1
2024-04-27
Merge tag 'riscv-for-linus-6.9-rc6' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
3
-1
/
+25
2024-04-26
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-0
/
+3
2024-04-26
selftests: drv-net: validate the environment
Jakub Kicinski
1
-0
/
+25
2024-04-26
selftests: drv-net: reimplement the config parser
Jakub Kicinski
1
-12
/
+14
2024-04-26
selftests: drv-net: extend the README with more info and example
Jakub Kicinski
1
-12
/
+85
2024-04-26
Merge tag 'mm-hotfixes-stable-2024-04-26-13-30' of git://git.kernel.org/pub/s...
Linus Torvalds
5
-43
/
+12
2024-04-26
RISC-V: selftests: cbo: Ensure asm operands match constraints, take 2
Andrew Jones
2
-1
/
+11
2024-04-26
selftests/bpf: Test PROBE_MEM of VSYSCALL_ADDR on x86-64
Puranjay Mohan
1
-0
/
+3
2024-04-26
selftests: virtio_net: add initial tests
Jiri Pirko
5
-0
/
+248
2024-04-26
selftests: forwarding: add wait_for_dev() helper
Jiri Pirko
1
-0
/
+13
2024-04-26
selftests: forwarding: add check_driver() helper
Jiri Pirko
1
-0
/
+12
2024-04-26
selftests: forwarding: add ability to assemble NETIFS array by driver name
Jiri Pirko
1
-0
/
+37
2024-04-26
test: hsr: Add test for HSR RedBOX (HSR-SAN) mode of operation
Lukasz Majewski
2
-1
/
+93
2024-04-26
test: hsr: Extract version agnostic information from ping command output
Lukasz Majewski
1
-1
/
+2
2024-04-26
test: hsr: Move common code to hsr_common.sh file
Lukasz Majewski
3
-78
/
+88
2024-04-26
test: hsr: Remove script code already implemented in lib.sh
Lukasz Majewski
1
-25
/
+3
2024-04-26
KVM: riscv: selftests: Add commandline option for SBI PMU test
Atish Patra
1
-9
/
+64
2024-04-26
KVM: riscv: selftests: Add a test for counter overflow
Atish Patra
1
-0
/
+113
2024-04-26
KVM: riscv: selftests: Add a test for PMU snapshot functionality
Atish Patra
3
-0
/
+181
2024-04-26
KVM: riscv: selftests: Add SBI PMU selftest
Atish Patra
2
-0
/
+370
2024-04-26
KVM: riscv: selftests: Add SBI PMU extension definitions
Atish Patra
1
-0
/
+66
2024-04-26
KVM: riscv: selftests: Add Sscofpmf to get-reg-list test
Atish Patra
1
-0
/
+4
2024-04-26
KVM: riscv: selftests: Add helper functions for extension checks
Atish Patra
2
-1
/
+11
2024-04-26
KVM: riscv: selftests: Move sbi definitions to its own header file
Atish Patra
4
-40
/
+54
2024-04-25
selftests: break the dependency upon local header files
John Hubbard
2
-1
/
+10
2024-04-25
selftests/mm: mremap_test: use sscanf to parse /proc/self/maps
Dev Jain
1
-7
/
+11
2024-04-25
selftests/mm: mremap_test: optimize execution time from minutes to seconds us...
Dev Jain
1
-21
/
+91
2024-04-25
selftests/mm: mremap_test: optimize using pre-filled random array and memcpy
Dev Jain
1
-25
/
+53
[prev]
[next]