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-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
2022-11-16
KVM: selftests: Add arch specific post vm creation hook
Vishal Annapurve
3
-3
/
+12
2022-11-16
KVM: selftests: Add arch specific initialization
Vishal Annapurve
3
-9
/
+22
2022-11-16
KVM: selftests: move common startup logic to kvm_util.c
Vishal Annapurve
20
-54
/
+6
2022-11-16
KVM: selftests: Play nice with huge pages when getting PTEs/GPAs
Sean Christopherson
2
-9
/
+47
2022-11-16
KVM: selftests: Use vm_get_page_table_entry() in addr_arch_gva2gpa()
Sean Christopherson
1
-34
/
+4
2022-11-16
KVM: selftests: Use virt_get_pte() when getting PTE pointer
Sean Christopherson
1
-23
/
+6
2022-11-16
KVM: selftests: Verify parent PTE is PRESENT when getting child PTE
Sean Christopherson
1
-8
/
+13
2022-11-16
KVM: selftests: Remove useless shifts when creating guest page tables
Sean Christopherson
2
-10
/
+10
2022-11-16
KVM: selftests: Drop reserved bit checks from PTE accessor
Sean Christopherson
3
-28
/
+3
2022-11-16
KVM: selftests: Drop helpers to read/write page table entries
Sean Christopherson
3
-25
/
+8
2022-11-16
KVM: selftests: Fix spelling mistake "begining" -> "beginning"
Colin Ian King
1
-1
/
+1
2022-11-16
KVM: selftests: Add ucall pool based implementation
Peter Gonda
6
-17
/
+77
2022-11-16
KVM: selftests: Drop now-unnecessary ucall_uninit()
Sean Christopherson
9
-34
/
+2
2022-11-16
KVM: selftests: Make arm64's MMIO ucall multi-VM friendly
Sean Christopherson
2
-5
/
+29
2022-11-16
tools: Add atomic_test_and_set_bit()
Peter Gonda
2
-0
/
+19
2022-11-16
KVM: selftests: Automatically do init_ucall() for non-barebones VMs
Sean Christopherson
20
-76
/
+20
2022-11-16
KVM: selftests: Consolidate boilerplate code in get_ucall()
Sean Christopherson
6
-59
/
+33
2022-11-16
KVM: selftests: Consolidate common code for populating ucall struct
Sean Christopherson
7
-74
/
+61
2022-11-16
KVM: arm64: selftests: Disable single-step without relying on ucall()
Sean Christopherson
1
-13
/
+15
2022-11-16
KVM: arm64: selftests: Disable single-step with correct KVM define
Sean Christopherson
1
-1
/
+1
2022-11-16
selftests/vm/pkeys: Add a regression test for setting PKRU through ptrace
Kyle Huey
2
-2
/
+141
2022-11-16
libperf: Add missing 'struct perf_cpu_map' forward declaration to perf/cpumap.h
Arnaldo Carvalho de Melo
1
-0
/
+2
2022-11-16
libperf: Remove recursive perf/cpumap.h include from perf/cpumap.h
Arnaldo Carvalho de Melo
1
-1
/
+0
2022-11-16
perf build: Use tools/lib headers from install path
Ian Rogers
2
-4
/
+14
2022-11-16
perf cpumap: Tidy libperf includes
Ian Rogers
6
-5
/
+5
2022-11-16
KVM: selftests: Rename perf_test_util symbols to memstress
David Matlack
7
-106
/
+106
2022-11-16
KVM: selftests: Rename pta (short for perf_test_args) to args
David Matlack
1
-30
/
+30
2022-11-16
KVM: selftests: Rename perf_test_util.[ch] to memstress.[ch]
David Matlack
8
-14
/
+14
2022-11-16
KVM: selftests: randomize page access order
Colton Lewis
3
-3
/
+26
2022-11-16
KVM: selftests: randomize which pages are written vs read
Colton Lewis
4
-20
/
+36
2022-11-16
KVM: selftests: create -r argument to specify random seed
Colton Lewis
3
-2
/
+18
2022-11-16
KVM: selftests: implement random number generator for guest code
Colton Lewis
2
-0
/
+24
2022-11-16
KVM: selftests: Allowing running dirty_log_perf_test on specific CPUs
Vipin Sharma
5
-3
/
+92
2022-11-16
KVM: selftests: Add atoi_positive() and atoi_non_negative() for input validation
Vipin Sharma
13
-66
/
+47
2022-11-16
KVM: selftests: Shorten the test args in memslot_modification_stress_test.c
Vipin Sharma
1
-10
/
+8
2022-11-16
KVM: selftests: Use SZ_* macros from sizes.h in max_guest_memory_test.c
Vipin Sharma
1
-8
/
+8
2022-11-16
KVM: selftests: Add atoi_paranoid() to catch errors missed by atoi()
Vipin Sharma
14
-29
/
+50
2022-11-16
KVM: selftests: Put command line options in alphabetical order in dirty_log_p...
Vipin Sharma
1
-17
/
+19
[prev]
[next]