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
/
arch
/
x86
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-24
KVM: SVM: Update max number of vCPUs supported for x2AVIC mode
Suravee Suthikulpanit
1
-3
/
+5
2022-06-24
KVM: SVM: Detect X2APIC virtualization (x2AVIC) support
Suravee Suthikulpanit
3
-13
/
+56
2022-06-24
KVM: x86: lapic: Rename [GET/SET]_APIC_DEST_FIELD to [GET/SET]_XAPIC_DEST_FIELD
Suravee Suthikulpanit
2
-3
/
+3
2022-06-24
KVM: nVMX: clean up posted interrupt descriptor try_cmpxchg
Paolo Bonzini
1
-7
/
+8
2022-06-24
KVM: x86: Enable CMCI capability by default and handle injected UCNA errors
Jue Wang
2
-1
/
+43
2022-06-24
KVM: x86: Add emulation for MSR_IA32_MCx_CTL2 MSRs.
Jue Wang
1
-39
/
+91
2022-06-24
KVM: x86: Use kcalloc to allocate the mce_banks array.
Jue Wang
1
-1
/
+1
2022-06-24
KVM: x86: Add Corrected Machine Check Interrupt (CMCI) emulation to lapic.
Jue Wang
3
-16
/
+39
2022-06-24
KVM: x86: Add APIC_LVTx() macro.
Jue Wang
2
-4
/
+5
2022-06-24
KVM: x86: Fill apic_lvt_mask with enums / explicit entries.
Jue Wang
2
-10
/
+21
2022-06-24
KVM: x86: Make APIC_VERSION capture only the magic 0x14UL.
Jue Wang
1
-2
/
+2
2022-06-24
KVM: x86/mmu: Avoid unnecessary flush on eager page split
Paolo Bonzini
1
-12
/
+20
2022-06-24
KVM: x86/mmu: Extend Eager Page Splitting to nested MMUs
David Matlack
1
-7
/
+252
2022-06-24
KVM: x86/mmu: pull call to drop_large_spte() into __link_shadow_page()
Paolo Bonzini
2
-39
/
+35
2022-06-24
KVM: x86/mmu: Zap collapsible SPTEs in shadow MMU at all possible levels
David Matlack
1
-7
/
+13
2022-06-24
KVM: x86/mmu: Extend make_huge_page_split_spte() for the shadow MMU
David Matlack
3
-11
/
+10
2022-06-24
KVM: x86/mmu: Cache the access bits of shadowed translations
David Matlack
3
-28
/
+83
2022-06-24
KVM: x86/mmu: Update page stats in __rmap_add()
David Matlack
1
-1
/
+2
2022-06-24
KVM: x86/mmu: Decouple rmap_add() and link_shadow_page() from kvm_vcpu
David Matlack
1
-18
/
+29
2022-06-24
KVM: x86/mmu: Pass const memslot to rmap_add()
David Matlack
1
-1
/
+1
2022-06-24
KVM: x86/mmu: Allow NULL @vcpu in kvm_mmu_find_shadow_page()
David Matlack
1
-0
/
+10
2022-06-24
KVM: x86/mmu: Pass kvm pointer separately from vcpu to kvm_mmu_find_shadow_pa...
David Matlack
1
-13
/
+15
2022-06-24
KVM: x86/mmu: Replace vcpu with kvm in kvm_mmu_alloc_shadow_page()
David Matlack
1
-6
/
+6
2022-06-24
KVM: x86/mmu: Pass memory caches to allocate SPs separately
David Matlack
1
-7
/
+29
2022-06-24
KVM: x86/mmu: Move guest PT write-protection to account_shadowed()
David Matlack
1
-4
/
+4
2022-06-24
KVM: x86/mmu: Rename shadow MMU functions that deal with shadow pages
David Matlack
1
-6
/
+7
2022-06-24
KVM: x86/mmu: Consolidate shadow page allocation and initialization
David Matlack
1
-22
/
+17
2022-06-24
KVM: x86/mmu: Decompose kvm_mmu_get_page() into separate functions
David Matlack
1
-13
/
+39
2022-06-24
KVM: x86/mmu: Always pass 0 for @quadrant when gptes are 8 bytes
David Matlack
1
-6
/
+14
2022-06-24
KVM: x86/mmu: Derive shadow MMU page role from parent
David Matlack
2
-52
/
+71
2022-06-24
KVM: x86/mmu: Stop passing "direct" to mmu_alloc_root()
David Matlack
1
-5
/
+6
2022-06-24
KVM: x86/mmu: Use a bool for direct
David Matlack
1
-2
/
+2
2022-06-24
KVM: x86/mmu: Optimize MMU page cache lookup for all direct SPs
David Matlack
1
-2
/
+2
2022-06-24
KVM: x86/MMU: Allow NX huge pages to be disabled on a per-vm basis
Ben Gardon
5
-8
/
+41
2022-06-24
KVM: x86: Fix errant brace in KVM capability handling
Ben Gardon
1
-1
/
+1
2022-06-20
KVM: x86: Add a quirk for KVM's "MONITOR/MWAIT are NOPs!" behavior
Sean Christopherson
1
-11
/
+19
2022-06-20
KVM: x86: Ignore benign host writes to "unsupported" F15H_PERF_CTL MSRs
Sean Christopherson
1
-0
/
+1
2022-06-20
KVM: x86: Ignore benign host accesses to "unsupported" PEBS and BTS MSRs
Sean Christopherson
1
-0
/
+17
2022-06-20
KVM: VMX: Use vcpu_get_perf_capabilities() to get guest-visible value
Sean Christopherson
1
-4
/
+7
2022-06-20
Revert "KVM: x86: always allow host-initiated writes to PMU MSRs"
Sean Christopherson
5
-27
/
+20
2022-06-20
Revert "KVM: x86/pmu: Accept 0 for absent PMU MSRs when host-initiated if !en...
Sean Christopherson
2
-18
/
+1
2022-06-20
KVM: VMX: Give host userspace full control of MSR_IA32_PERF_CAPABILITIES
Sean Christopherson
1
-2
/
+0
2022-06-20
KVM: x86: Give host userspace full control of MSR_IA32_MISC_ENABLES
Sean Christopherson
2
-18
/
+11
2022-06-20
KVM: x86/mmu: Shove refcounted page dependency into host_pfn_mapping_level()
Sean Christopherson
2
-7
/
+11
2022-06-20
KVM: Rename/refactor kvm_is_reserved_pfn() to kvm_pfn_to_refcounted_page()
Sean Christopherson
2
-7
/
+10
2022-06-20
KVM: Take a 'struct page', not a pfn in kvm_is_zone_device_page()
Sean Christopherson
1
-2
/
+3
2022-06-20
KVM: nVMX: Use kvm_vcpu_map() to get/pin vmcs12's APIC-access page
Sean Christopherson
2
-28
/
+13
2022-06-20
KVM: x86/mmu: Use common logic for computing the 32/64-bit base PA mask
Sean Christopherson
3
-14
/
+1
2022-06-20
KVM: x86/mmu: Truncate paging32's PT_BASE_ADDR_MASK to 32 bits
Sean Christopherson
1
-1
/
+1
2022-06-20
KVM: x86/mmu: Use common macros to compute 32/64-bit paging masks
Paolo Bonzini
2
-37
/
+11
[next]