index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-18
KVM: x86: Stub out is_tdp_mmu_root on 32-bit hosts
Paolo Bonzini
1
-6
/
+7
2021-06-18
KVM: x86: WARN and reject loading KVM if NX is supported but not enabled
Sean Christopherson
1
-0
/
+3
2021-06-18
KVM: SVM: Refuse to load kvm_amd if NX support is not available
Sean Christopherson
1
-3
/
+10
2021-06-18
KVM: VMX: Refuse to load kvm_intel if EPT and NX are disabled
Sean Christopherson
1
-0
/
+6
2021-06-18
sched: Introduce task_is_running()
Peter Zijlstra
1
-2
/
+2
2021-06-18
Merge branch 'sched/urgent' into sched/core, to resolve conflicts
Ingo Molnar
22
-147
/
+185
2021-06-17
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
7
-10
/
+53
2021-06-17
um: allow not setting extra rpaths in the linux binary
Johannes Berg
1
-1
/
+1
2021-06-17
KVM: x86/mmu: Fix TDP MMU page table level
Kai Huang
2
-5
/
+5
2021-06-17
KVM: x86/mmu: Fix pf_fixed count in tdp_mmu_map_handle_target_level()
Kai Huang
1
-1
/
+5
2021-06-17
KVM: x86/mmu: Fix return value in tdp_mmu_map_handle_target_level()
Kai Huang
1
-1
/
+1
2021-06-17
KVM: LAPIC: Keep stored TMCCT register value 0 after KVM_SET_LAPIC
Wanpeng Li
1
-0
/
+1
2021-06-17
KVM: X86: Introduce KVM_HC_MAP_GPA_RANGE hypercall
Ashish Kalra
3
-0
/
+61
2021-06-17
KVM: switch per-VM stats to u64
Paolo Bonzini
1
-11
/
+11
2021-06-17
KVM: x86/mmu: Grab nx_lpage_splits as an unsigned long before division
Sean Christopherson
1
-1
/
+2
2021-06-17
KVM: x86: Check for pending interrupts when APICv is getting disabled
Vitaly Kuznetsov
1
-0
/
+9
2021-06-17
KVM: nVMX: Drop redundant checks on vmcs12 in EPTP switching emulation
Sean Christopherson
1
-3
/
+1
2021-06-17
KVM: nVMX: WARN if subtly-impossible VMFUNC conditions occur
Sean Christopherson
1
-0
/
+10
2021-06-17
KVM: x86: Drop pointless @reset_roots from kvm_init_mmu()
Sean Christopherson
5
-15
/
+6
2021-06-17
KVM: x86: Defer MMU sync on PCID invalidation
Sean Christopherson
1
-1
/
+1
2021-06-17
KVM: nVMX: Use fast PGD switch when emulating VMFUNC[EPTP_SWITCH]
Sean Christopherson
1
-6
/
+13
2021-06-17
KVM: x86: Use KVM_REQ_TLB_FLUSH_GUEST to handle INVPCID(ALL) emulation
Sean Christopherson
1
-1
/
+1
2021-06-17
KVM: nVMX: Free only guest_mode (L2) roots on INVVPID w/o EPT
Sean Christopherson
3
-4
/
+31
2021-06-17
KVM: nVMX: Consolidate VM-Enter/VM-Exit TLB flush and MMU sync logic
Sean Christopherson
1
-64
/
+23
2021-06-17
KVM: x86: Drop skip MMU sync and TLB flush params from "new PGD" helpers
Sean Christopherson
5
-19
/
+11
2021-06-17
KVM: nSVM: Move TLB flushing logic (or lack thereof) to dedicated helper
Sean Christopherson
2
-10
/
+30
2021-06-17
KVM: x86: Uncondtionally skip MMU sync/TLB flush in MOV CR3's PGD switch
Sean Christopherson
1
-1
/
+1
2021-06-17
KVM: x86: Invalidate all PGDs for the current PCID on MOV CR3 w/ flush
Sean Christopherson
1
-27
/
+42
2021-06-17
KVM: nVMX: Don't clobber nested MMU's A/D status on EPTP switch
Sean Christopherson
1
-7
/
+0
2021-06-17
KVM: nVMX: Ensure 64-bit shift when checking VMFUNC bitmap
Sean Christopherson
1
-1
/
+1
2021-06-17
KVM: nVMX: Sync all PGDs on nested transition with shadow paging
Sean Christopherson
4
-8
/
+15
2021-06-17
KVM: nVMX: Request to sync eVMCS from VMCS12 after migration
Vitaly Kuznetsov
1
-0
/
+6
2021-06-17
KVM: nVMX: Reset eVMCS clean fields data from prepare_vmcs02()
Vitaly Kuznetsov
1
-6
/
+13
2021-06-17
KVM: nVMX: Force enlightened VMCS sync from nested_vmx_failValid()
Vitaly Kuznetsov
1
-2
/
+6
2021-06-17
KVM: nVMX: Ignore 'hv_clean_fields' data when eVMCS data is copied in vmx_get_nested_state()
Vitaly Kuznetsov
1
-18
/
+25
2021-06-17
KVM: nVMX: Release enlightened VMCS on VMCLEAR
Vitaly Kuznetsov
1
-0
/
+2
2021-06-17
KVM: nVMX: Introduce 'EVMPTR_MAP_PENDING' post-migration state
Vitaly Kuznetsov
3
-11
/
+9
2021-06-17
KVM: nVMX: Make copy_vmcs12_to_enlightened()/copy_enlightened_to_vmcs12() return 'void'
Vitaly Kuznetsov
1
-4
/
+4
2021-06-17
KVM: nVMX: Release eVMCS when enlightened VMENTRY was disabled
Vitaly Kuznetsov
1
-1
/
+3
2021-06-17
KVM: nVMX: Don't set 'dirty_vmcs12' flag on enlightened VMPTRLD
Vitaly Kuznetsov
1
-1
/
+0
2021-06-17
KVM: nVMX: Use '-1' in 'hv_evmcs_vmptr' to indicate that eVMCS is not in use
Vitaly Kuznetsov
5
-28
/
+40
2021-06-17
KVM: x86: avoid loading PDPTRs after migration when possible
Maxim Levitsky
4
-2
/
+13
2021-06-17
KVM: x86: Introduce KVM_GET_SREGS2 / KVM_SET_SREGS2
Maxim Levitsky
3
-27
/
+133
2021-06-17
KVM: x86: introduce kvm_register_clear_available
Maxim Levitsky
2
-4
/
+9
2021-06-17
KVM: nVMX: delay loading of PDPTRs to KVM_REQ_GET_NESTED_STATE_PAGES
Maxim Levitsky
1
-5
/
+18
2021-06-17
KVM: nSVM: refactor the CR3 reload on migration
Maxim Levitsky
1
-7
/
+25
2021-06-17
KVM: x86: Always load PDPTRs on CR3 load for SVM w/o NPT and a PAE guest
Sean Christopherson
2
-33
/
+2
2021-06-17
KVM: nSVM: Drop pointless pdptrs_changed() check on nested transition
Sean Christopherson
1
-4
/
+2
2021-06-17
KVM: nVMX: Drop obsolete (and pointless) pdptrs_changed() check
Sean Christopherson
1
-5
/
+3
2021-06-17
KVM: x86: hyper-v: Honor HV_X64_EX_PROCESSOR_MASKS_RECOMMENDED bit
Vitaly Kuznetsov
1
-0
/
+8
[prev]
[next]