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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-17
selftests: mptcp: gives slow test-case more time
Paolo Abeni
1
-3
/
+3
2022-11-17
selftests/bpf: Temporarily disable linked list tests
Kumar Kartikeya Dwivedi
4
-16
/
+34
2022-11-17
selftests/bpf: Add BTF sanity tests
Kumar Kartikeya Dwivedi
1
-0
/
+485
2022-11-17
selftests/bpf: Add BPF linked list API tests
Kumar Kartikeya Dwivedi
6
-0
/
+1264
2022-11-17
selftests/bpf: Add failure test cases for spin lock pairing
Kumar Kartikeya Dwivedi
2
-1
/
+292
2022-11-17
selftests/bpf: Update spinlock selftest
Kumar Kartikeya Dwivedi
3
-47
/
+51
2022-11-17
selftests/bpf: Add __contains macro to bpf_experimental.h
Kumar Kartikeya Dwivedi
1
-0
/
+2
2022-11-17
bpf: Introduce single ownership BPF linked list API
Kumar Kartikeya Dwivedi
1
-0
/
+28
2022-11-17
bpf: Introduce bpf_obj_drop
Kumar Kartikeya Dwivedi
1
-0
/
+13
2022-11-17
bpf: Introduce bpf_obj_new
Kumar Kartikeya Dwivedi
1
-0
/
+25
2022-11-17
bpf: Rewrite kfunc argument handling
Kumar Kartikeya Dwivedi
3
-4
/
+4
2022-11-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
16
-29
/
+35907
2022-11-18
random: use random.trust_{bootloader,cpu} command line option only
Jason A. Donenfeld
1
-2
/
+0
2022-11-17
libbpf: Check the validity of size in user_ring_buffer__reserve()
Hou Tao
1
-0
/
+4
2022-11-17
libbpf: Handle size overflow for user ringbuf mmap
Hou Tao
1
-2
/
+8
2022-11-17
libbpf: Handle size overflow for ringbuf mmap
Hou Tao
1
-4
/
+8
2022-11-17
libbpf: Use page size as max_entries when probing ring buffer map
Hou Tao
1
-1
/
+1
2022-11-17
selftests/bpf: Pass target triple to get_sys_includes macro
Björn Töpel
1
-4
/
+8
2022-11-17
selftests/bpf: Explicitly pass RESOLVE_BTFIDS to sub-make
Björn Töpel
1
-1
/
+1
2022-11-17
selftests/tdx: Test TDX attestation GetReport support
Kuppuswamy Sathyanarayanan
4
-0
/
+172
2022-11-17
Merge tag 'net-6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
4
-2
/
+14
2022-11-17
Merge branch 'kvm-svm-harden' into HEAD
Paolo Bonzini
6
-30
/
+138
2022-11-17
KVM: selftests: add svm part to triple_fault_test
Maxim Levitsky
1
-17
/
+56
2022-11-17
kvm: selftests: add svm nested shutdown test
Maxim Levitsky
3
-0
/
+69
2022-11-17
KVM: selftests: move idt_entry to header
Maxim Levitsky
2
-13
/
+13
2022-11-16
selftests/bpf: fix memory leak of lsm_cgroup
Wang Yufen
2
-4
/
+21
2022-11-16
KVM: selftests: Assert in prepare_eptp() that nEPT is supported
David Matlack
3
-1
/
+3
2022-11-16
KVM: selftests: Check for KVM nEPT support using "feature" MSRs
David Matlack
2
-9
/
+5
2022-11-16
KVM: selftests: Drop helpers for getting specific KVM supported CPUID entry
Sean Christopherson
1
-11
/
+0
2022-11-16
KVM: selftests: Add and use KVM helpers for x86 Family and Model
Sean Christopherson
2
-14
/
+28
2022-11-16
KVM: selftests: Add dedicated helpers for getting x86 Family and Model
Sean Christopherson
2
-20
/
+36
2022-11-16
KVM: selftests: Add PMU feature framework, use in PMU event filter test
Sean Christopherson
2
-44
/
+48
2022-11-16
KVM: selftests: Convert vmx_pmu_caps_test to use X86_PROPERTY_*
Sean Christopherson
2
-21
/
+4
2022-11-16
KVM: selftests: Convert AMX test to use X86_PROPRETY_XXX
Sean Christopherson
2
-79
/
+31
2022-11-16
KVM: selftests: Add kvm_cpu_*() support for X86_PROPERTY_*
Sean Christopherson
2
-12
/
+39
2022-11-16
KVM: selftests: Refactor kvm_cpuid_has() to prep for X86_PROPERTY_* support
Sean Christopherson
1
-6
/
+13
2022-11-16
KVM: selftests: Use X86_PROPERTY_MAX_KVM_LEAF in CPUID test
Sean Christopherson
1
-10
/
+1
2022-11-16
KVM: selftests: Add X86_PROPERTY_* framework to retrieve CPUID values
Sean Christopherson
2
-10
/
+76
2022-11-16
KVM: selftests: Refactor X86_FEATURE_* framework to prep for X86_PROPERTY_*
Sean Christopherson
1
-13
/
+25
2022-11-16
KVM: selftests: Add X86_FEATURE_PAE and use it calc "fallback" MAXPHYADDR
Sean Christopherson
2
-3
/
+2
2022-11-16
KVM: selftests: Add a test for KVM_CAP_EXIT_ON_EMULATION_FAILURE
David Matlack
3
-0
/
+47
2022-11-16
KVM: selftests: Expect #PF(RSVD) when TDP is disabled
David Matlack
1
-5
/
+46
2022-11-16
KVM: selftests: Provide error code as a KVM_ASM_SAFE() output
Sean Christopherson
3
-13
/
+30
2022-11-16
KVM: selftests: Avoid JMP in non-faulting path of KVM_ASM_SAFE()
Sean Christopherson
1
-5
/
+3
2022-11-16
KVM: selftests: Copy KVM PFERR masks into selftests
David Matlack
1
-0
/
+23
2022-11-16
KVM: selftests: Move flds instruction emulation failure handling to header
David Matlack
2
-40
/
+59
2022-11-16
KVM: selftests: Delete dead ucall code
David Matlack
1
-60
/
+1
2022-11-16
KVM: selftests: Explicitly require instructions bytes
David Matlack
1
-48
/
+20
2022-11-16
KVM: selftests: Rename emulator_error_test to smaller_maxphyaddr_emulation_test
David Matlack
3
-3
/
+4
2022-11-16
KVM: selftests: Don't assume vcpu->id is '0' in xAPIC state test
Gautam Menghani
1
-1
/
+3
[prev]
[next]