aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
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
2024-07-30x86/bugs: Add a separate config for L1TFBreno Leitao1-1/+2
2024-07-30x86/bugs: Add a separate config for MMIO Stable DataBreno Leitao1-1/+2
2024-07-30x86/bugs: Add a separate config for TAABreno Leitao1-1/+2
2024-07-30x86/bugs: Add a separate config for MDSBreno Leitao1-1/+2
2024-07-30x86/microcode/AMD: Fix a -Wsometimes-uninitialized clang false positiveBorislav Petkov (AMD)1-1/+1
2024-07-29x86/aperfmperf: Fix deadlock on cpu_hotplug_lockJonathan Cameron1-2/+4
2024-07-29x86/elf: Add a new FPU buffer layout info to x86 core filesVignesh Balasubramanian1-0/+89
2024-07-29x86/microcode/AMD: Use the family,model,stepping encoded in the patch IDBorislav Petkov1-32/+158
2024-07-29x86/amd_nb: Add new PCI IDs for AMD family 1Ah model 60hShyam Sundar S K1-0/+3
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados1-1/+1
2024-07-18Merge tag 'probes-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2-1/+139
2024-07-18Merge tag 'drm-next-2024-07-18' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-43/+42
2024-07-16Merge tag 'pm-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-0/+1
2024-07-16Merge tag 'hardening-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+4
2024-07-16Merge tag 'efi-next-for-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+0
2024-07-16Merge tag 'x86_sev_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-3578/+0
2024-07-16Merge tag 'x86_cache_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-298/+764
2024-07-15Merge tag 'x86_cpu_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-219/+70
2024-07-15Merge tag 'x86_bugs_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-5/+11
2024-07-15Merge tag 'x86_vmware_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-82/+143