summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2021-10-01KVM: MMU: change mmu->page_fault() arguments to kvm_page_faultPaolo Bonzini1-2/+2
2021-10-01kvm: x86: abstract locking around pvclock_update_vm_gtod_copyPaolo Bonzini1-1/+0
2021-09-30KVM: x86: Subsume nested GPA read helper into load_pdptrs()Sean Christopherson1-3/+0
2021-09-30kvm: rename KVM_MAX_VCPU_ID to KVM_MAX_VCPU_IDSJuergen Gross1-1/+1
2021-09-30KVM: Make kvm_make_vcpus_request_mask() use pre-allocated cpu_kick_maskVitaly Kuznetsov1-1/+0
2021-09-30x86/kvmclock: Move this_cpu_pvti into kvmclock.hZelin Deng1-0/+14
2021-09-22KVM: x86: Handle SRCU initialization failure during page track initHaimin Zhang1-1/+1
2021-09-13x86/uaccess: Fix 32-bit __get_user_asm_u64() when CC_HAS_ASM_GOTO_OUTPUT=yWill Deacon1-2/+2
2021-09-09arch: remove compat_alloc_user_spaceArnd Bergmann2-20/+0
2021-09-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-52/+46
2021-09-06kvm: x86: Increase KVM_SOFT_MAX_VCPUS to 710Eduardo Habkost1-1/+1
2021-09-06kvm: x86: Increase MAX_VCPUS to 1024Eduardo Habkost1-1/+1
2021-09-06kvm: x86: Set KVM_MAX_VCPU_ID to 4*KVM_MAX_VCPUSEduardo Habkost1-1/+13
2021-09-02Merge tag 'hyperv-next-signed-20210831' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-4/+9
2021-09-01Merge tag 'drm-next-2021-08-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-94/+0
2021-09-01Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2-11/+4
2021-08-31Merge tag 'x86-irq-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-4/+39
2021-08-31Merge tag 'x86-cpu-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-3/+9
2021-08-30Merge tag 'perf-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-0/+134
2021-08-30Merge tag 'ras_core_for_v5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2021-08-30Merge tag 's390-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-0/+4
2021-08-26perf/x86/amd/ibs: Add bitfield definitions in new <asm/amd-ibs.h> headerKim Phillips1-0/+132
2021-08-26x86/cpu: Add get_llc_id() helper functionKim Phillips1-0/+2
2021-08-24x86/mce: Defer processing of early errorsBorislav Petkov1-0/+1
2021-08-20KVM: x86/mmu: Support shadowing NPT when 5-level paging is enabled in hostWei Huang1-0/+1
2021-08-20KVM: x86: Allow CPU to force vendor-specific TDP levelWei Huang1-3/+2
2021-08-20KVM: x86: implement KVM_GUESTDBG_BLOCKIRQMaxim Levitsky2-1/+3
2021-08-20KVM: x86/mmu: Add detailed page size statsMingwei Zhang1-1/+8
2021-08-20KVM: x86: hyper-v: Deactivate APICv only when AutoEOI feature is in useVitaly Kuznetsov1-0/+6
2021-08-20KVM: x86: APICv: fix race in kvm_request_apicv_update on SVMMaxim Levitsky1-0/+6
2021-08-20KVM: x86: don't disable APICv memslot when inhibitedMaxim Levitsky2-2/+0
2021-08-20KVM: X86: Introduce kvm_mmu_slot_lpages() helpersPeter Xu1-7/+0
2021-08-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+9
2021-08-16KVM: nSVM: avoid picking up unsupported bits from L2 in int_ctl (CVE-2021-3653)Maxim Levitsky1-0/+2
2021-08-13KVM: x86: Move declaration of kvm_spurious_fault() to x86.hUros Bizjak1-2/+0
2021-08-13KVM: x86: Kill off __ex() and __kvm_handle_fault_on_reboot()Sean Christopherson1-24/+1
2021-08-13KVM: X86: Remove unneeded KVM_DEBUGREG_RELOADLai Jiangshan1-1/+0
2021-08-13Merge branch 'kvm-tdpmmu-fixes' into HEADPaolo Bonzini1-0/+7
2021-08-13KVM: x86/mmu: Protect marking SPs unsync when using TDP MMU with spinlockSean Christopherson1-0/+7
2021-08-11x86: Avoid magic number with ELCR register accessesMaciej W. Rozycki1-0/+2
2021-08-11x86: Add support for 0x22/0x23 port I/O configuration spaceMaciej W. Rozycki2-4/+37
2021-08-05KVM: xen: do not use struct gfn_to_hva_cachePaolo Bonzini1-2/+1
2021-08-04x86/hyperv: fix root partition faults when writing to VP assist page MSRPraveen Kumar1-0/+9
2021-08-04KVM: x86/pmu: Introduce pmc->is_paused to reduce the call time of perf interf...Like Xu1-0/+1
2021-08-03KVM: const-ify all relevant uses of struct kvm_memory_slotHamza Mahfooz1-2/+2
2021-08-02KVM: x86: Move EDX initialization at vCPU RESET to common codeSean Christopherson1-5/+0
2021-08-02KVM: X86: Add per-vm stat for max rmap list sizePeter Xu1-0/+1
2021-07-30kfence, x86: only define helpers if !MODULEMarco Elver1-0/+4
2021-07-28x86/mm: Prepare for opt-in based L1D flush in switch_mm()Balbir Singh2-0/+4
2021-07-28x86/process: Make room for TIF_SPEC_L1D_FLUSHBalbir Singh1-2/+2