aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)Author
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
2021-07-07Merge tag 'x86-fpu-2021-07-07' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-07-02Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko
2021-07-01mm/thp: define default pmd_pgtable()Anshuman Khandual
2021-07-01mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual
2021-06-29Merge tag 'x86-entry-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-06-29Merge tag 'x86-irq-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-06-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-06-28Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2021-06-28Merge tag 'x86-misc-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-06-28Merge tag 'x86-cleanups-2021-06-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-06-28Merge tag 'x86-asm-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-06-28Merge tag 'x86-apic-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-06-28Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-06-28Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-06-28Merge tags 'objtool-urgent-2021-06-28' and 'objtool-core-2021-06-28' of git:/...Linus Torvalds
2021-06-28Merge tag 'x86_sev_for_v5.14_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-06-28Merge tag 'x86_cpu_for_v5.14_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-06-28Merge tag 'ras_core_for_v5.14_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-06-25Merge tag 'x86_urgent_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-06-24KVM: x86: rename apic_access_page_done to apic_access_memslot_enabledMaxim Levitsky
2021-06-24kvm: x86: Allow userspace to handle emulation errorsAaron Lewis
2021-06-24KVM: x86/mmu: Optimize and clean up so called "last nonleaf level" logicSean Christopherson
2021-06-24KVM: x86: Enhance comments for MMU roles and nested transition trickinessSean Christopherson
2021-06-24KVM: x86/mmu: Drop "nx" from MMU context now that there are no readersSean Christopherson
2021-06-24KVM: x86/mmu: Rename "nxe" role bit to "efer_nx" for macro shenanigansSean Christopherson
2021-06-24Revert "KVM: MMU: record maximum physical address width in kvm_mmu_extended_r...Sean Christopherson
2021-06-24KVM: x86: Alert userspace that KVM_SET_CPUID{,2} after KVM_RUN is brokenSean Christopherson
2021-06-24KVM: x86: Force all MMUs to reinitialize if guest CPUID is modifiedSean Christopherson
2021-06-24Revert "KVM: x86/mmu: Drop kvm_mmu_extended_role.cr4_la57 hack"Sean Christopherson
2021-06-24KVM: stats: Separate generic stats from architecture specific onesJing Zhang