summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2024-03-04x86/startup_64: Simplify calculation of initial page table addressArd Biesheuvel
2024-03-04x86/startup_64: Defer assignment of 5-level paging global variablesArd Biesheuvel
2024-03-04x86/startup_64: Simplify CR4 handling in startup codeArd Biesheuvel
2024-03-04x86/idle: Select idle routine only onceThomas Gleixner
2024-03-04x86/idle: Let prefer_mwait_c1_over_halt() return boolThomas Gleixner
2024-03-04x86/idle: Cleanup idle_setup()Thomas Gleixner
2024-03-04x86/idle: Clean up idle selectionThomas Gleixner
2024-03-04x86/idle: Sanitize X86_BUG_AMD_E400 handlingThomas Gleixner
2024-03-04x86/callthunks: Use EXPORT_PER_CPU_SYMBOL_GPL() for per CPU variablesThomas Gleixner
2024-03-04x86/cpu: Use EXPORT_PER_CPU_SYMBOL_GPL() for x86_spec_ctrl_currentThomas 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: Prepare for including <linux/percpu.h> into <asm/msr.h>Thomas Gleixner
2024-03-04Merge tag 'v6.8-rc7' into x86/cleanups, to pick up fixesIngo Molnar
2024-03-04hyperv-tlfs: Change prefix of generic HV_REGISTER_* MSRs to HV_MSR_*Nuno Das Neves
2024-03-01x86/e820: Don't reserve SETUP_RNG_SEED in e820Jiri Bohac
2024-03-01x86/boot: Use 32-bit XOR to clear registersUros Bizjak
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-27x86/nmi: Remove an unnecessary IS_ENABLED(CONFIG_SMP)Xin Li (Intel)
2024-02-27Merge branch 'x86/urgent' into x86/apic, to resolve conflictsIngo Molnar
2024-02-27x86/apic: Build the x86 topology enumeration functions on UP APIC builds tooIngo Molnar
2024-02-27x86: Increase brk randomness entropy for 64-bit systemsKees Cook
2024-02-27x86/vdso: Move vDSO to mmap regionDaniel Micay
2024-02-26x86/nmi: Fix the inverse "in NMI handler" checkBreno Leitao
2024-02-26x86/cpu/intel: Detect TME keyid bits before setting MTRR mask registersPaolo Bonzini
2024-02-26x86/cpu: Allow reducing x86_phys_bits during early_identify_cpu()Paolo Bonzini
2024-02-26x86/boot/64: Use RIP_REL_REF() to access early_top_pgt[]Ard Biesheuvel
2024-02-26x86/boot/64: Use RIP_REL_REF() to access early page tablesArd Biesheuvel
2024-02-26x86/boot/64: Use RIP_REL_REF() to access '__supported_pte_mask'Ard Biesheuvel
2024-02-26x86/boot/64: Use RIP_REL_REF() to access early_dynamic_pgts[]Ard Biesheuvel
2024-02-26x86/boot/64: Use RIP_REL_REF() to assign 'phys_base'Ard Biesheuvel
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-26Merge tag 'v6.8-rc6' into x86/boot, to pick up fixesIngo Molnar
2024-02-25x86/apic/msi: Use DOMAIN_BUS_GENERIC_MSI for HPET/IO-APIC domain searchThomas Gleixner
2024-02-23x86, crash: wrap crash dumping code into crash related ifdefsBaoquan He
2024-02-23crash: split vmcoreinfo exporting code out from crash_core.cBaoquan He
2024-02-22x86/cpu: Add a VMX flag to enumerate 5-level EPT support to userspaceSean Christopherson
2024-02-22kexec: Allocate kernel above bzImage's pref_addressChris Koch
2024-02-22x86/mm: delete unused cpu argument to leave_mm()Yosry Ahmed
2024-02-22x86/resctrl: Remove lockdep annotation that triggers false positiveJames Morse
2024-02-21x86/apm_32: Remove dead function apm_get_battery_status()Kunwu Chan
2024-02-20x86/pat: Simplify the PAT programming protocolKirill A. Shutemov
2024-02-19x86/bugs: Use ALTERNATIVE() instead of mds_user_clear static keyPawan Gupta
2024-02-19x86/resctrl: Separate arch and fs resctrl locksJames Morse
2024-02-16x86/resctrl: Move domain helper migration into resctrl_offline_cpu()James Morse
2024-02-16x86/resctrl: Add CPU offline callback for resctrl workJames Morse
2024-02-16x86/resctrl: Allow overflow/limbo handlers to be scheduled on any-but CPUJames Morse
2024-02-16x86/resctrl: Add CPU online callback for resctrl workJames Morse