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
2024-04-29
KVM: selftests: Add macro for TSS selector, rename up code/data macros
Sean Christopherson
1
-9
/
+9
2024-04-29
KVM: selftests: Allocate x86's TSS at VM creation
Sean Christopherson
1
-3
/
+2
2024-04-29
KVM: selftests: Fold x86's descriptor tables helpers into vcpu_init_sregs()
Sean Christopherson
1
-25
/
+5
2024-04-29
KVM: selftests: Drop superfluous switch() on vm->mode in vcpu_init_sregs()
Sean Christopherson
1
-16
/
+11
2024-04-29
KVM: selftests: Allocate x86's GDT during VM creation
Sean Christopherson
1
-3
/
+1
2024-04-29
KVM: selftests: Map x86's exception_handlers at VM creation, not vCPU setup
Sean Christopherson
1
-1
/
+2
2024-04-29
KVM: selftests: Init IDT and exception handlers for all VMs/vCPUs on x86
Sean Christopherson
23
-69
/
+6
2024-04-29
KVM: selftests: Rename x86's vcpu_setup() to vcpu_init_sregs()
Sean Christopherson
1
-2
/
+2
2024-04-29
KVM: selftests: Move x86's descriptor table helpers "up" in processor.c
Sean Christopherson
1
-96
/
+95
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-30
ASoC: Merge up fixes
Mark Brown
11
-81
/
+787
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-29
tools/power/x86/intel-speed-select: v1.19 release
Srinivas Pandruvada
1
-1
/
+1
2024-04-29
tools/power/x86/intel-speed-select: Display CPU as None for -1
Srinivas Pandruvada
1
-5
/
+17
2024-04-29
tools/power/x86/intel-speed-select: SST BF/TF support per level
Srinivas Pandruvada
3
-3
/
+10
2024-04-29
tools/power/x86/intel-speed-select: Increase number of CPUs displayed
Srinivas Pandruvada
1
-4
/
+4
2024-04-29
tools/power/x86/intel-speed-select: Present all TRL levels for turbo-freq
Srinivas Pandruvada
1
-1
/
+2
2024-04-29
tools/power/x86/intel-speed-select: Fix display for unsupported levels
Srinivas Pandruvada
1
-0
/
+1
2024-04-29
tools/power/x86/intel-speed-select: Support multiple dies
Srinivas Pandruvada
1
-0
/
+20
2024-04-29
tools/power/x86/intel-speed-select: Increase die count
Srinivas Pandruvada
1
-1
/
+1
2024-04-29
tools/arch/x86/intel_sdsi: Add current meter support
David E. Box
1
-19
/
+30
2024-04-29
tools/arch/x86/intel_sdsi: Simplify ascii printing
David E. Box
1
-9
/
+8
2024-04-29
tools/arch/x86/intel_sdsi: Fix meter_certificate decoding
David E. Box
1
-3
/
+4
2024-04-29
tools/arch/x86/intel_sdsi: Fix meter_show display
David E. Box
1
-10
/
+19
2024-04-29
tools/arch/x86/intel_sdsi: Fix maximum meter bundle length
David E. Box
1
-4
/
+8
2024-04-28
kselftest: arm64: Add a null pointer check
Kunwu Chan
1
-0
/
+4
2024-04-28
arm64/sysreg: Update PIE permission encodings
Shiqi Liu
1
-12
/
+12
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
4
-2
/
+26
2024-04-26
perf test: Reintroduce -p/--parallel and make -S/--sequential the default
Arnaldo Carvalho de Melo
2
-2
/
+19
2024-04-26
tools headers: Synchronize linux/bits.h with the kernel sources
Arnaldo Carvalho de Melo
4
-7
/
+21
2024-04-26
tools headers x86 cpufeatures: Sync with the kernel sources to pick BHI mitig...
Arnaldo Carvalho de Melo
1
-1
/
+6
[prev]
[next]