aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)Author
2021-09-08arch: remove compat_alloc_user_spaceArnd Bergmann
2021-09-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-09-06kvm: x86: Increase KVM_SOFT_MAX_VCPUS to 710Eduardo Habkost
2021-09-06kvm: x86: Increase MAX_VCPUS to 1024Eduardo Habkost
2021-09-06kvm: x86: Set KVM_MAX_VCPU_ID to 4*KVM_MAX_VCPUSEduardo Habkost
2021-09-01Merge tag 'hyperv-next-signed-20210831' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2021-09-01Merge tag 'drm-next-2021-08-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2021-08-31Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2021-08-30Merge tag 'x86-irq-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-08-30Merge tag 'x86-cpu-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-08-30Merge tag 'perf-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-08-30Merge tag 'ras_core_for_v5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-08-30Merge tag 's390-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2021-08-26perf/x86/amd/ibs: Add bitfield definitions in new <asm/amd-ibs.h> headerKim Phillips
2021-08-26x86/cpu: Add get_llc_id() helper functionKim Phillips
2021-08-24x86/mce: Defer processing of early errorsBorislav Petkov
2021-08-20KVM: x86/mmu: Support shadowing NPT when 5-level paging is enabled in hostWei Huang
2021-08-20KVM: x86: Allow CPU to force vendor-specific TDP levelWei Huang
2021-08-20KVM: x86: implement KVM_GUESTDBG_BLOCKIRQMaxim Levitsky
2021-08-20KVM: x86/mmu: Add detailed page size statsMingwei Zhang
2021-08-20KVM: x86: hyper-v: Deactivate APICv only when AutoEOI feature is in useVitaly Kuznetsov
2021-08-20KVM: x86: APICv: fix race in kvm_request_apicv_update on SVMMaxim Levitsky
2021-08-20KVM: x86: don't disable APICv memslot when inhibitedMaxim Levitsky
2021-08-20KVM: X86: Introduce kvm_mmu_slot_lpages() helpersPeter Xu
2021-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-16KVM: nSVM: avoid picking up unsupported bits from L2 in int_ctl (CVE-2021-3653)Maxim Levitsky
2021-08-13KVM: x86: Move declaration of kvm_spurious_fault() to x86.hUros Bizjak
2021-08-13KVM: x86: Kill off __ex() and __kvm_handle_fault_on_reboot()Sean Christopherson
2021-08-13KVM: X86: Remove unneeded KVM_DEBUGREG_RELOADLai Jiangshan
2021-08-13Merge branch 'kvm-tdpmmu-fixes' into HEADPaolo Bonzini
2021-08-13KVM: x86/mmu: Protect marking SPs unsync when using TDP MMU with spinlockSean Christopherson
2021-08-10x86: Avoid magic number with ELCR register accessesMaciej W. Rozycki
2021-08-10x86: Add support for 0x22/0x23 port I/O configuration spaceMaciej W. Rozycki
2021-08-05KVM: xen: do not use struct gfn_to_hva_cachePaolo Bonzini
2021-08-04x86/hyperv: fix root partition faults when writing to VP assist page MSRPraveen Kumar
2021-08-04KVM: x86/pmu: Introduce pmc->is_paused to reduce the call time of perf interf...Like Xu
2021-08-03KVM: const-ify all relevant uses of struct kvm_memory_slotHamza Mahfooz
2021-08-02KVM: x86: Move EDX initialization at vCPU RESET to common codeSean Christopherson
2021-08-02KVM: X86: Add per-vm stat for max rmap list sizePeter Xu
2021-07-30kfence, x86: only define helpers if !MODULEMarco Elver
2021-07-28x86/mm: Prepare for opt-in based L1D flush in switch_mm()Balbir Singh
2021-07-28x86/process: Make room for TIF_SPEC_L1D_FLUSHBalbir Singh
2021-07-28x86/mm: Refactor cond_ibpb() to support other use casesBalbir Singh
2021-07-28x86/smp: Add a per-cpu view of SMT stateBalbir Singh
2021-07-23compat: make linux/compat.h available everywhereArnd Bergmann
2021-07-23Merge tag 'drm-misc-next-2021-07-22' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2021-07-21drivers/firmware: move x86 Generic System Framebuffers supportJavier Martinez Canillas
2021-07-15Drivers: hv: Make portions of Hyper-V init code be arch neutralMichael Kelley
2021-07-08mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *Aneesh Kumar K.V
2021-07-08mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V