summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2024-08-25x86/fred: Set SS to __KERNEL_DS when enabling FREDXin Li (Intel)
2024-08-25x86/amd_nb: Add new PCI IDs for AMD family 1Ah model 60h-70hRichard Gong
2024-08-25x86/boot/64: Strip percpu address space when setting up GDT descriptorsUros Bizjak
2024-08-25x86/cpu: Clarify the error message when BIOS does not support SGXWangYuli
2024-08-25x86/kexec: Add comments around swap_pages() assembly to improve readabilityKai Huang
2024-08-25x86/kexec: Fix a comment of swap_pages() assemblyKai Huang
2024-08-25x86/sgx: Fix a W=1 build warning in function commentKai Huang
2024-08-25x86/EISA: Use memremap() to probe for the EISA BIOS signatureMaciej W. Rozycki
2024-08-22x86/cpu: KVM: Add common defines for architectural memory types (PAT, MTRRs, ...Sean Christopherson
2024-08-19runtime constants: move list of constants to vmlinux.lds.hJann Horn
2024-08-14x86/fpu: Avoid writing LBR bit to IA32_XSS unless supportedMitchell Levy
2024-08-13x86/fred: Enable FRED right after init_mem_mapping()Xin Li (Intel)
2024-08-13x86/fred: Move FRED RSP initialization into a separate functionXin Li (Intel)
2024-08-13x86/fred: Parse cmdline param "fred=" in cpu_parse_early_param()Xin Li (Intel)
2024-08-13x86/apic: Make x2apic_disable() work correctlyYuntao Wang
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro
2024-08-09x86/apic: Remove logical destination mode for 64-bitThomas Gleixner
2024-08-08x86/bus_lock: Add support for AMDRavi Bangoria
2024-08-08x86/split_lock: Move Split and Bus lock code to a dedicated fileRavi Bangoria
2024-08-08x86: Ignore stack unwinding in KCOVDmitry Vyukov
2024-08-08x86/mtrr: Check if fixed MTRRs exist before saving themAndi Kleen
2024-08-07x86/paravirt: Fix incorrect virt spinlock setting on bare metalChen Yu
2024-08-07x86/acpi: Remove __ro_after_init from acpi_mp_wake_mailboxZhiquan Li
2024-08-07x86/ioapic: Cleanup remaining coding style issuesThomas Gleixner
2024-08-07x86/ioapic: Cleanup line breaksThomas Gleixner
2024-08-07x86/ioapic: Cleanup bracket usageThomas Gleixner
2024-08-07x86/ioapic: Cleanup commentsThomas Gleixner
2024-08-07x86/ioapic: Move replace_pin_at_irq_node() to the call siteThomas Gleixner
2024-08-07x86/mpparse: Cleanup apic_printk()sThomas Gleixner
2024-08-07x86/ioapic: Cleanup guarded debug printk()sThomas Gleixner
2024-08-07x86/ioapic: Cleanup apic_printk()sThomas Gleixner
2024-08-07x86/apic: Cleanup apic_printk()sThomas Gleixner
2024-08-07x86/ioapic: Use guard() for locking where applicableThomas Gleixner
2024-08-07x86/ioapic: Cleanup structsThomas Gleixner
2024-08-07x86/ioapic: Mark mp_alloc_timer_irq() __initThomas Gleixner
2024-08-07x86/ioapic: Handle allocation failures gracefullyThomas Gleixner
2024-08-06x86/traps: Enable UBSAN traps on x86Gatlin Newhouse
2024-08-05x86/kexec: Add EFI config table identity mapping for kexec kernelTao Liu
2024-08-02x86/hyperv: Set X86_FEATURE_TSC_KNOWN_FREQ when Hyper-V provides frequencyMichael Kelley
2024-08-02x86/tsc: Check for sockets instead of CPUs to make code match commentPaul E. McKenney
2024-08-02clockevents/drivers/i8253: Fix stop sequence for timer 0David Woodhouse
2024-08-02x86/i8253: Disable PIT timer 0 when not in useDavid Woodhouse
2024-08-02x86/pkeys: Restore altstack access in sigreturn()Aruna Ramakrishna
2024-08-02x86/pkeys: Update PKRU to enable all pkeys before XSAVEAruna Ramakrishna
2024-08-02x86/pkeys: Add helper functions to update PKRU on the sigframeAruna Ramakrishna
2024-08-02x86/pkeys: Add PKRU as a parameter in signal handling functionsAruna Ramakrishna
2024-08-02Merge branch 'linus' into x86/mmThomas Gleixner
2024-08-01x86/mce: Use mce_prep_record() helpers for apei_smca_report_x86_error()Yazen Ghannam
2024-08-01x86/mce: Define mce_prep_record() helpers for common and per-CPU fieldsYazen Ghannam
2024-08-01x86/mce: Rename mce_setup() to mce_prep_record()Yazen Ghannam