summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2024-03-09Merge tag 'kvm-x86-guest_memfd_fixes-6.8' of https://github.com/kvm-x86/linux...Paolo Bonzini5-11/+11
2024-03-09x86/efistub: Remap kernel text read-only before dropping NX attributeArd Biesheuvel1-0/+1
2024-03-07x86/fred: Fix init_task thread stack pointer initializationXin Li (Intel)1-2/+4
2024-03-06mm/treewide: align up pXd_leaf() retval across archsPeter Xu1-4/+4
2024-03-06mm/treewide: drop pXd_large()Peter Xu1-12/+7
2024-03-06mm/x86: drop two unnecessary pud_leaf() definitionsPeter Xu1-1/+0
2024-03-06mm/x86: replace pgd_large() with pgd_leaf()Peter Xu1-2/+2
2024-03-06arch: define CONFIG_PAGE_SIZE_*KB on all architecturesArnd Bergmann1-1/+1
2024-03-06x86/nmi: Drop unused declaration of proc_nmi_enabled()Thomas Weißschuh1-3/+0
2024-03-04x86/sev: Move early startup code into .head.text sectionArd Biesheuvel1-5/+5
2024-03-04x86/sme: Move early SME kernel encryption handling into .head.textArd Biesheuvel1-4/+4
2024-03-04x86/boot: Move mem_encrypt= parsing to the decompressorArd Biesheuvel1-0/+1
2024-03-04x86/startup_64: Defer assignment of 5-level paging global variablesArd Biesheuvel1-1/+1
2024-03-04x86/idle: Select idle routine only onceThomas Gleixner1-1/+1
2024-03-04x86/cpu: Provide a declaration for itlb_multihit_kvm_mitigationThomas Gleixner1-0/+2
2024-03-04x86/uaccess: Add missing __force to casts in __access_ok() and valid_user_add...Thomas Gleixner1-3/+4
2024-03-04x86/percpu: Cure per CPU madness on UPThomas Gleixner1-5/+0
2024-03-04smp: Consolidate smp_prepare_boot_cpu()Thomas Gleixner1-5/+0
2024-03-04x86/msr: Add missing __percpu annotationsThomas Gleixner3-14/+16
2024-03-04x86/msr: Prepare for including <linux/percpu.h> into <asm/msr.h>Thomas Gleixner4-25/+27
2024-03-04hyperv-tlfs: Change prefix of generic HV_REGISTER_* MSRs to HV_MSR_*Nuno Das Neves2-84/+91
2024-03-01locking/x86: Implement local_xchg() using CMPXCHG without the LOCK prefixUros Bizjak1-2/+14
2024-03-01x86/mm: Regularize set_memory_p() parameters and make non-staticMichael Kelley1-0/+1
2024-02-28x86/sev: Dump SEV_STATUSBorislav Petkov (AMD)2-24/+37
2024-02-28x86/boot/64: Load the final kernel GDT during early boot directly, remove sta...Brian Gerst1-0/+1
2024-02-27KVM: SVM: Rename vmplX_ssp -> plX_sspJohn Allen1-4/+4
2024-02-27kvm/x86: allocate the write-tracking metadata on-demandAndrei Vagin1-0/+9
2024-02-27Merge branch 'x86/urgent' into x86/apic, to resolve conflictsIngo Molnar3-14/+14
2024-02-26x86/bugs: Use fixed addressing for VERW operandPawan Gupta1-1/+1
2024-02-26KVM: x86/pmu: Explicitly check NMI from guest to reducee false positivesLike Xu1-1/+9
2024-02-27x86/vdso: Move vDSO to mmap regionDaniel Micay1-1/+0
2024-02-26x86/boot/64: Simplify global variable accesses in GDT/IDT programmingArd Biesheuvel1-1/+1
2024-02-26Merge branch 'x86/sev' into x86/boot, to resolve conflicts and to pick up dep...Ingo Molnar11-17/+101
2024-02-25Merge tag 'x86_urgent_for_v6.8_rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-14/+14
2024-02-23kexec: split crashkernel reservation code out from crash_core.cBaoquan He1-3/+3
2024-02-23x86: irq: unconditionally define KVM interrupt vectorsPaolo Bonzini1-2/+0
2024-02-23genirq/matrix: Dynamic bitmap allocationBjörn Töpel1-2/+0
2024-02-22KVM: x86: Fully defer to vendor code to decide how to force immediate exitSean Christopherson2-4/+0
2024-02-22KVM: x86: Plumb "force_immediate_exit" into kvm_entry() tracepointSean Christopherson1-1/+2
2024-02-22KVM: x86: Make kvm_get_dr() return a value, not use an out parameterSean Christopherson1-1/+1
2024-02-22x86/cpu: Add a VMX flag to enumerate 5-level EPT support to userspaceSean Christopherson1-0/+1
2024-02-22x86/mm: convert pte_next_pfn() to pte_advance_pfn()Ryan Roberts1-4/+4
2024-02-22x86/asm: Remove the __iomem annotation of movdir64b()'s dst argumentKai Huang2-3/+8
2024-02-22mm: ptdump: have ptdump_check_wx() return boolChristophe Leroy1-1/+1
2024-02-22arm64, powerpc, riscv, s390, x86: ptdump: refactor CONFIG_DEBUG_WXChristophe Leroy1-2/+1
2024-02-22x86/mm: delete unused cpu argument to leave_mm()Yosry Ahmed1-1/+1
2024-02-22KVM: x86/xen: allow vcpu_info to be mapped by fixed HVAPaul Durrant1-0/+3
2024-02-22KVM: x86/xen: allow shared_info to be mapped by fixed HVAPaul Durrant1-1/+5
2024-02-22Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni1-0/+10
2024-02-19x86/bugs: Use ALTERNATIVE() instead of mds_user_clear static keyPawan Gupta2-13/+0