aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-08-25x86/sgx: Fix a W=1 build warning in function commentKai Huang1-1/+1
2024-08-25x86/EISA: Use memremap() to probe for the EISA BIOS signatureMaciej W. Rozycki1-3/+3
2024-08-14x86/fpu: Avoid writing LBR bit to IA32_XSS unless supportedMitchell Levy2-2/+5
2024-08-13x86/fred: Enable FRED right after init_mem_mapping()Xin Li (Intel)4-5/+21
2024-08-13x86/fred: Move FRED RSP initialization into a separate functionXin Li (Intel)2-11/+23
2024-08-13x86/fred: Parse cmdline param "fred=" in cpu_parse_early_param()Xin Li (Intel)2-26/+5
2024-08-13x86/apic: Make x2apic_disable() work correctlyYuntao Wang1-5/+6
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro1-2/+2
2024-08-09x86/apic: Remove logical destination mode for 64-bitThomas Gleixner1-112/+7
2024-08-08x86: Ignore stack unwinding in KCOVDmitry Vyukov1-0/+8
2024-08-08x86/mtrr: Check if fixed MTRRs exist before saving themAndi Kleen1-1/+1
2024-08-07x86/paravirt: Fix incorrect virt spinlock setting on bare metalChen Yu1-4/+3
2024-08-07x86/acpi: Remove __ro_after_init from acpi_mp_wake_mailboxZhiquan Li1-1/+1
2024-08-07x86/ioapic: Cleanup remaining coding style issuesThomas Gleixner1-11/+12
2024-08-07x86/ioapic: Cleanup line breaksThomas Gleixner1-37/+18
2024-08-07x86/ioapic: Cleanup bracket usageThomas Gleixner1-16/+18
2024-08-07x86/ioapic: Cleanup commentsThomas Gleixner1-49/+37
2024-08-07x86/ioapic: Move replace_pin_at_irq_node() to the call siteThomas Gleixner1-22/+18
2024-08-07x86/mpparse: Cleanup apic_printk()sThomas Gleixner1-7/+6
2024-08-07x86/ioapic: Cleanup guarded debug printk()sThomas Gleixner1-38/+29
2024-08-07x86/ioapic: Cleanup apic_printk()sThomas Gleixner1-103/+73
2024-08-07x86/apic: Cleanup apic_printk()sThomas Gleixner1-46/+35
2024-08-07x86/ioapic: Use guard() for locking where applicableThomas Gleixner1-128/+64
2024-08-07x86/ioapic: Cleanup structsThomas Gleixner1-18/+14
2024-08-07x86/ioapic: Mark mp_alloc_timer_irq() __initThomas Gleixner1-2/+2
2024-08-07x86/ioapic: Handle allocation failures gracefullyThomas Gleixner1-24/+22
2024-08-06x86/traps: Enable UBSAN traps on x86Gatlin Newhouse1-5/+54
2024-08-05x86/kexec: Add EFI config table identity mapping for kexec kernelTao Liu1-0/+27
2024-08-02x86/hyperv: Set X86_FEATURE_TSC_KNOWN_FREQ when Hyper-V provides frequencyMichael Kelley1-0/+1
2024-08-02x86/tsc: Check for sockets instead of CPUs to make code match commentPaul E. McKenney1-1/+1
2024-08-02clockevents/drivers/i8253: Fix stop sequence for timer 0David Woodhouse1-11/+0
2024-08-02x86/i8253: Disable PIT timer 0 when not in useDavid Woodhouse1-2/+9
2024-08-02x86/pkeys: Restore altstack access in sigreturn()Aruna Ramakrishna1-3/+3
2024-08-02x86/pkeys: Update PKRU to enable all pkeys before XSAVEAruna Ramakrishna2-4/+19
2024-08-02x86/pkeys: Add helper functions to update PKRU on the sigframeAruna Ramakrishna4-0/+43
2024-08-02x86/pkeys: Add PKRU as a parameter in signal handling functionsAruna Ramakrishna2-4/+5
2024-08-02Merge branch 'linus' into x86/mmThomas Gleixner40-4453/+1663
2024-08-01x86/mce: Use mce_prep_record() helpers for apei_smca_report_x86_error()Yazen Ghannam1-8/+8
2024-08-01x86/mce: Define mce_prep_record() helpers for common and per-CPU fieldsYazen Ghannam2-11/+25
2024-08-01x86/mce: Rename mce_setup() to mce_prep_record()Yazen Ghannam3-6/+6
2024-07-31x86/setup: Parse the builtin command line before mergingBorislav Petkov (AMD)1-1/+1
2024-07-31x86/tsc: Use topology_max_packages() to get package numberFeng Tang1-5/+3
2024-07-30x86/CPU/AMD: Add models 0x60-0x6f to the Zen5 rangePerry Yuan1-1/+1
2024-07-30x86/bugs: Add a separate config for GDSBreno Leitao1-1/+2
2024-07-30x86/bugs: Remove GDS Force Kconfig optionBreno Leitao1-4/+0
2024-07-30x86/bugs: Add a separate config for SSBBreno Leitao1-4/+6
2024-07-30x86/bugs: Add a separate config for Spectre V2Breno Leitao1-4/+5
2024-07-30x86/bugs: Add a separate config for SRBDSBreno Leitao1-1/+2
2024-07-30x86/bugs: Add a separate config for Spectre v1Breno Leitao1-1/+2
2024-07-30x86/bugs: Add a separate config for RETBLEEDBreno Leitao1-1/+1