summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)Author
2024-03-06mm/x86: drop two unnecessary pud_leaf() definitionsPeter Xu
2024-03-06mm/x86: replace pgd_large() with pgd_leaf()Peter Xu
2024-03-06arch: define CONFIG_PAGE_SIZE_*KB on all architecturesArnd Bergmann
2024-03-06x86/nmi: Drop unused declaration of proc_nmi_enabled()Thomas Weißschuh
2024-03-04x86/sev: Move early startup code into .head.text sectionArd Biesheuvel
2024-03-04x86/sme: Move early SME kernel encryption handling into .head.textArd Biesheuvel
2024-03-04x86/boot: Move mem_encrypt= parsing to the decompressorArd Biesheuvel
2024-03-04x86/startup_64: Defer assignment of 5-level paging global variablesArd Biesheuvel
2024-03-04x86/idle: Select idle routine only onceThomas Gleixner
2024-03-04x86/cpu: Provide a declaration for itlb_multihit_kvm_mitigationThomas Gleixner
2024-03-04x86/uaccess: Add missing __force to casts in __access_ok() and valid_user_add...Thomas Gleixner
2024-03-04x86/percpu: Cure per CPU madness on UPThomas Gleixner
2024-03-04smp: Consolidate smp_prepare_boot_cpu()Thomas Gleixner
2024-03-04x86/msr: Add missing __percpu annotationsThomas Gleixner
2024-03-04x86/msr: Prepare for including <linux/percpu.h> into <asm/msr.h>Thomas Gleixner
2024-03-04hyperv-tlfs: Change prefix of generic HV_REGISTER_* MSRs to HV_MSR_*Nuno Das Neves
2024-03-01locking/x86: Implement local_xchg() using CMPXCHG without the LOCK prefixUros Bizjak
2024-03-01x86/mm: Regularize set_memory_p() parameters and make non-staticMichael Kelley
2024-02-28x86/sev: Dump SEV_STATUSBorislav Petkov (AMD)
2024-02-28x86/boot/64: Load the final kernel GDT during early boot directly, remove sta...Brian Gerst
2024-02-27KVM: SVM: Rename vmplX_ssp -> plX_sspJohn Allen
2024-02-27kvm/x86: allocate the write-tracking metadata on-demandAndrei Vagin
2024-02-27Merge branch 'x86/urgent' into x86/apic, to resolve conflictsIngo Molnar
2024-02-26x86/bugs: Use fixed addressing for VERW operandPawan Gupta
2024-02-26KVM: x86/pmu: Explicitly check NMI from guest to reducee false positivesLike Xu
2024-02-27x86/vdso: Move vDSO to mmap regionDaniel Micay
2024-02-26x86/boot/64: Simplify global variable accesses in GDT/IDT programmingArd Biesheuvel
2024-02-26Merge branch 'x86/sev' into x86/boot, to resolve conflicts and to pick up dep...Ingo Molnar
2024-02-25Merge tag 'x86_urgent_for_v6.8_rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-02-23kexec: split crashkernel reservation code out from crash_core.cBaoquan He
2024-02-23x86: irq: unconditionally define KVM interrupt vectorsPaolo Bonzini
2024-02-23genirq/matrix: Dynamic bitmap allocationBjörn Töpel
2024-02-22KVM: x86: Fully defer to vendor code to decide how to force immediate exitSean Christopherson
2024-02-22KVM: x86: Plumb "force_immediate_exit" into kvm_entry() tracepointSean Christopherson
2024-02-22KVM: x86: Make kvm_get_dr() return a value, not use an out parameterSean Christopherson
2024-02-22x86/cpu: Add a VMX flag to enumerate 5-level EPT support to userspaceSean Christopherson
2024-02-22x86/mm: convert pte_next_pfn() to pte_advance_pfn()Ryan Roberts
2024-02-22x86/asm: Remove the __iomem annotation of movdir64b()'s dst argumentKai Huang
2024-02-22mm: ptdump: have ptdump_check_wx() return boolChristophe Leroy
2024-02-22arm64, powerpc, riscv, s390, x86: ptdump: refactor CONFIG_DEBUG_WXChristophe Leroy
2024-02-22x86/mm: delete unused cpu argument to leave_mm()Yosry Ahmed
2024-02-22KVM: x86/xen: allow vcpu_info to be mapped by fixed HVAPaul Durrant
2024-02-22KVM: x86/xen: allow shared_info to be mapped by fixed HVAPaul Durrant
2024-02-22Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni
2024-02-19x86/bugs: Use ALTERNATIVE() instead of mds_user_clear static keyPawan Gupta
2024-02-19x86/bugs: Add asm helpers for executing VERWPawan Gupta
2024-02-16x86/resctrl: Add helpers for system wide mon/alloc capableJames Morse
2024-02-16x86/resctrl: Make rdt_enable_key the arch's decision to switchJames Morse
2024-02-16x86/resctrl: Move alloc/mon static keys into helpersJames Morse
2024-02-16x86/resctrl: Allow arch to allocate memory needed in resctrl_arch_rmid_read()James Morse