aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-03-11Merge tag 'kvm-x86-vmx-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-0/+2
2024-03-11Merge tag 'loongarch-kvm-6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini5-104/+104
2024-03-09Merge tag 'kvm-x86-guest_memfd_fixes-6.8' of https://github.com/kvm-x86/linux...Paolo Bonzini1-8/+5
2024-03-08x86/of: Unconditionally call unflatten_and_copy_device_tree()Stephen Boyd1-12/+14
2024-03-08x86/sev: Disable KMSAN for memory encryption TUsChangbin Du1-0/+1
2024-03-07x86/fred: Fix init_task thread stack pointer initializationXin Li (Intel)1-1/+2
2024-03-07x86/kprobes: Boost more instructions from grp2/3/4/5Jinghao Jia1-6/+17
2024-03-07x86/kprobes: Prohibit kprobing on INT and UDJinghao Jia1-9/+39
2024-03-07x86/kprobes: Refactor can_{probe,boost} return type to boolJinghao Jia2-19/+16
2024-03-06x86/topology: Ignore non-present APIC IDs in a present packageThomas Gleixner1-9/+30
2024-03-05cpuidle: ACPI/intel: fix MWAIT hint target C-state computationHe Rongguang1-2/+2
2024-03-05ACPI: CPPC: enable AMD CPPC V2 support for family 17h processorsPerry Yuan1-1/+1
2024-03-04x86/sev: Move early startup code into .head.text sectionArd Biesheuvel2-19/+18
2024-03-04x86/startup_64: Simplify virtual switch on primary bootArd Biesheuvel1-21/+21
2024-03-04x86/startup_64: Simplify calculation of initial page table addressArd Biesheuvel1-18/+7
2024-03-04x86/startup_64: Defer assignment of 5-level paging global variablesArd Biesheuvel1-30/+14
2024-03-04x86/startup_64: Simplify CR4 handling in startup codeArd Biesheuvel1-18/+17
2024-03-04x86/idle: Select idle routine only onceThomas Gleixner2-5/+7
2024-03-04x86/idle: Let prefer_mwait_c1_over_halt() return boolThomas Gleixner1-6/+6
2024-03-04x86/idle: Cleanup idle_setup()Thomas Gleixner1-17/+7
2024-03-04x86/idle: Clean up idle selectionThomas Gleixner1-5/+7
2024-03-04x86/idle: Sanitize X86_BUG_AMD_E400 handlingThomas Gleixner1-33/+9
2024-03-04x86/callthunks: Use EXPORT_PER_CPU_SYMBOL_GPL() for per CPU variablesThomas Gleixner1-2/+2
2024-03-04x86/cpu: Use EXPORT_PER_CPU_SYMBOL_GPL() for x86_spec_ctrl_currentThomas Gleixner1-1/+1
2024-03-04x86/percpu: Cure per CPU madness on UPThomas Gleixner3-4/+13
2024-03-04smp: Consolidate smp_prepare_boot_cpu()Thomas Gleixner1-0/+5
2024-03-04x86/msr: Prepare for including <linux/percpu.h> into <asm/msr.h>Thomas Gleixner4-0/+7
2024-03-04Merge tag 'v6.8-rc7' into x86/cleanups, to pick up fixesIngo Molnar5-104/+104
2024-03-04hyperv-tlfs: Change prefix of generic HV_REGISTER_* MSRs to HV_MSR_*Nuno Das Neves1-28/+28
2024-03-01x86/e820: Don't reserve SETUP_RNG_SEED in e820Jiri Bohac1-3/+5
2024-03-01x86/boot: Use 32-bit XOR to clear registersUros Bizjak2-4/+4
2024-02-28x86/sev: Dump SEV_STATUSBorislav Petkov (AMD)1-0/+35
2024-02-28x86/boot/64: Load the final kernel GDT during early boot directly, remove sta...Brian Gerst1-11/+2
2024-02-27x86/nmi: Remove an unnecessary IS_ENABLED(CONFIG_SMP)Xin Li (Intel)1-1/+1
2024-02-27Merge branch 'x86/urgent' into x86/apic, to resolve conflictsIngo Molnar4-101/+99
2024-02-27x86/apic: Build the x86 topology enumeration functions on UP APIC builds tooIngo Molnar1-1/+1
2024-02-27x86: Increase brk randomness entropy for 64-bit systemsKees Cook1-1/+4
2024-02-27x86/vdso: Move vDSO to mmap regionDaniel Micay1-7/+0
2024-02-26x86/nmi: Fix the inverse "in NMI handler" checkBreno Leitao1-1/+1
2024-02-26x86/cpu/intel: Detect TME keyid bits before setting MTRR mask registersPaolo Bonzini1-87/+91
2024-02-26x86/cpu: Allow reducing x86_phys_bits during early_identify_cpu()Paolo Bonzini1-2/+2
2024-02-26x86/boot/64: Use RIP_REL_REF() to access early_top_pgt[]Ard Biesheuvel2-13/+11
2024-02-26x86/boot/64: Use RIP_REL_REF() to access early page tablesArd Biesheuvel1-6/+4
2024-02-26x86/boot/64: Use RIP_REL_REF() to access '__supported_pte_mask'Ard Biesheuvel1-3/+1
2024-02-26x86/boot/64: Use RIP_REL_REF() to access early_dynamic_pgts[]Ard Biesheuvel1-6/+5
2024-02-26x86/boot/64: Use RIP_REL_REF() to assign 'phys_base'Ard Biesheuvel1-6/+1
2024-02-26x86/boot/64: Simplify global variable accesses in GDT/IDT programmingArd Biesheuvel2-48/+31
2024-02-26Merge branch 'x86/sev' into x86/boot, to resolve conflicts and to pick up dep...Ingo Molnar6-14/+153
2024-02-26Merge tag 'v6.8-rc6' into x86/boot, to pick up fixesIngo Molnar4-21/+13
2024-02-25x86/apic/msi: Use DOMAIN_BUS_GENERIC_MSI for HPET/IO-APIC domain searchThomas Gleixner2-2/+2