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
2023-12-08
KVM: selftests: fix supported_flags for aarch64
Paolo Bonzini
1
-1
/
+3
2023-12-08
KVM: selftests: add -MP to CFLAGS
David Woodhouse
1
-1
/
+1
2023-12-08
KVM: selftests: Actually print out magic token in NX hugepages skip message
angquan yu
1
-1
/
+1
2023-12-08
selftests/sgx: Skip non X86_64 platform
Zhao Mengmeng
1
-1
/
+1
2023-12-08
selftests/sgx: Remove incomplete ABI sanitization code in test enclave
Jo Van Bulck
1
-13
/
+3
2023-12-08
selftests/sgx: Discard unsupported ELF sections
Jo Van Bulck
1
-0
/
+2
2023-12-08
selftests/sgx: Ensure expected location of test enclave buffer
Jo Van Bulck
3
-4
/
+6
2023-12-08
selftests/sgx: Ensure test enclave buffer is entirely preserved
Jo Van Bulck
2
-4
/
+6
2023-12-08
selftests/sgx: Fix linker script asserts
Jo Van Bulck
1
-5
/
+1
2023-12-08
selftests/sgx: Handle relocations in test enclave
Jo Van Bulck
1
-15
/
+35
2023-12-08
selftests/sgx: Produce static-pie executable for test enclave
Jo Van Bulck
3
-4
/
+8
2023-12-08
selftests/sgx: Remove redundant enclave base address save/restore
Jo Van Bulck
1
-3
/
+0
2023-12-08
selftests/sgx: Specify freestanding environment for enclave compilation
Jo Van Bulck
1
-1
/
+1
2023-12-08
selftests/sgx: Separate linker options
Jo Van Bulck
1
-5
/
+7
2023-12-08
selftests/sgx: Include memory clobber for inline asm in test enclave
Jo Van Bulck
1
-3
/
+5
2023-12-08
selftests/sgx: Fix uninitialized pointer dereferences in encl_get_entry
Jo Van Bulck
1
-3
/
+6
2023-12-08
selftests/sgx: Fix uninitialized pointer dereference in error path
Jo Van Bulck
1
-2
/
+3
2023-12-08
Merge tag 'mm-hotfixes-stable-2023-12-07-18-47' of git://git.kernel.org/pub/s...
Linus Torvalds
2
-5
/
+8
2023-12-08
selftests/net: convert vrf-xfrm-tests.sh to run it in unique namespace
Hangbin Liu
1
-41
/
+36
2023-12-08
selftests/net: convert vrf_strict_mode_test.sh to run it in unique namespace
Hangbin Liu
1
-25
/
+22
2023-12-08
selftests/net: convert vrf_route_leaking.sh to run it in unique namespace
Hangbin Liu
1
-105
/
+96
2023-12-08
selftests/net: convert test_vxlan_vnifiltering.sh to run it in unique namespace
Hangbin Liu
1
-59
/
+95
2023-12-08
selftests/net: convert test_vxlan_under_vrf.sh to run it in unique namespace
Hangbin Liu
1
-34
/
+36
2023-12-08
selftests/net: convert test_vxlan_nolocalbypass.sh to run it in unique namespace
Hangbin Liu
1
-25
/
+23
2023-12-08
selftests/net: convert test_vxlan_mdb.sh to run it in unique namespace
Hangbin Liu
1
-103
/
+99
2023-12-08
selftests/net: convert test_bridge_neigh_suppress.sh to run it in unique name...
Hangbin Liu
1
-169
/
+162
2023-12-08
selftests/net: convert test_bridge_backup_port.sh to run it in unique namespace
Hangbin Liu
1
-189
/
+182
2023-12-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-9
/
+125
2023-12-07
Merge tag 'net-6.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2
-0
/
+116
2023-12-07
bpf: Add verifier regression test for previous patch
Andrei Matei
1
-0
/
+29
2023-12-07
KVM: selftests: Fix vmxon_pa == vmcs12_pa == -1ull nVMX testcase for !eVMCS
Vitaly Kuznetsov
1
-6
/
+10
2023-12-07
KVM: selftests: Make Hyper-V tests explicitly require KVM Hyper-V support
Vitaly Kuznetsov
7
-2
/
+14
2023-12-07
selftests/hid: fix failing tablet button tests
Benjamin Tissoires
1
-2
/
+2
2023-12-07
selftests/hid: fix ruff linter complains
Benjamin Tissoires
2
-10
/
+10
2023-12-07
selftests/hid: fix mypy complains
Benjamin Tissoires
2
-7
/
+7
2023-12-07
selftests/hid: tablets: be stricter for some transitions
Benjamin Tissoires
1
-19
/
+113
2023-12-07
selftests/hid: tablets: add a secondary barrel switch test
Benjamin Tissoires
1
-0
/
+67
2023-12-07
selftests/hid: tablets: convert the primary button tests
Benjamin Tissoires
1
-95
/
+65
2023-12-07
selftests/hid: tablets: add variants of states with buttons
Benjamin Tissoires
1
-13
/
+160
2023-12-07
selftests/hid: tablets: define the elements of PenState
Benjamin Tissoires
1
-12
/
+24
2023-12-07
selftests/hid: tablets: set initial data for tilt/twist
Benjamin Tissoires
1
-7
/
+7
2023-12-07
selftests/hid: tablets: do not set invert when the eraser is used
Benjamin Tissoires
1
-1
/
+1
2023-12-07
selftests/hid: tablets: move move_to function to PenDigitizer
Benjamin Tissoires
1
-47
/
+50
2023-12-07
selftests/hid: tablets: move the transitions to PenState
Benjamin Tissoires
1
-106
/
+109
2023-12-07
selftests/hid: tablets: remove unused class
Benjamin Tissoires
1
-4
/
+0
2023-12-07
selftests/hid: base: allow for multiple skip_if_uhdev
Benjamin Tissoires
1
-2
/
+1
2023-12-07
selftests/hid: vmtest.sh: allow finer control on the build steps
Benjamin Tissoires
1
-18
/
+24
2023-12-07
selftests/hid: vmtest.sh: update vm2c and container
Benjamin Tissoires
1
-2
/
+2
2023-12-06
Merge branch 'master' into mm-hotfixes-stable
Andrew Morton
9
-32
/
+62
2023-12-06
selftests/mm: prevent duplicate runs caused by TEST_GEN_PROGS
Nico Pache
1
-2
/
+2
[prev]
[next]