summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-11-08x86/traps: move kmsan check after instrumentation_beginSabyrzhan Tasbolatov1-6/+6
2024-11-08x86/traps: Enable UBSAN traps on x86Gatlin Newhouse1-5/+54
2024-11-01x86: fix user address masking non-canonical speculation issueLinus Torvalds2-0/+11
2024-11-01x86/amd_nb: Add new PCI ID for AMD family 1Ah model 20hRichard Gong1-0/+2
2024-11-01x86/amd_nb: Add new PCI IDs for AMD family 1Ah model 60h-70hRichard Gong1-0/+4
2024-11-01x86/resctrl: Avoid overflow in MB settings in bw_validate()Martin Kletzander1-9/+14
2024-10-22x86/CPU/AMD: Only apply Zenbleed fix for Zen2 during late microcode loadJohn Allen1-1/+2
2024-10-22x86/apic: Always explicitly disarm TSC-deadline timerZhang Rui1-1/+13
2024-10-22x86/resctrl: Annotate get_mem_config() functions as __initNathan Chancellor1-2/+2
2024-10-22x86/bugs: Do not use UNTRAIN_RET with IBPB on entryJohannes Wikner1-0/+17
2024-10-22x86/bugs: Skip RSB fill at VMEXITJohannes Wikner1-0/+15
2024-10-22x86/cpufeatures: Add a IBPB_NO_RET BUG flagJohannes Wikner1-0/+3
2024-10-17x86/amd_nb: Add new PCI IDs for AMD family 1Ah model 60hShyam Sundar S K1-0/+3
2024-10-10x86/kexec: Add EFI config table identity mapping for kexec kernelTao Liu1-0/+27
2024-10-10x86/pkeys: Restore altstack access in sigreturn()Aruna Ramakrishna1-3/+3
2024-10-10x86/pkeys: Add PKRU as a parameter in signal handling functionsAruna Ramakrishna2-4/+5
2024-10-10x86/apic: Remove logical destination mode for 64-bitThomas Gleixner1-112/+7
2024-10-10x86/ioapic: Handle allocation failures gracefullyThomas Gleixner1-24/+22
2024-10-10x86/bugs: Fix handling when SRSO mitigation is disabledDavid Kaplan1-9/+5
2024-10-10x86/bugs: Add missing NO_SSB flagDaniel Sneddon1-2/+2
2024-10-04xen: allow mapping ACPI data using a different physical addressJuergen Gross5-0/+15
2024-10-04x86/boot/64: Strip percpu address space when setting up GDT descriptorsUros Bizjak1-1/+2
2024-10-04x86/mm: Use IPIs to synchronize LAM enablementYosry Ahmed1-3/+26
2024-10-04x86/sgx: Fix deadlock in SGX NUMA node searchAaron Lu1-13/+14
2024-09-09Merge tag 'hyperv-fixes-signed-20240908' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-3/+18
2024-09-05x86/hyperv: fix kexec crash due to VP assist page corruptionAnirudh Rayabharam (Microsoft)1-2/+2
2024-08-28x86/resctrl: Fix arch_mbm_* array overrun on SNCPeter Newman1-0/+8
2024-08-14x86/fpu: Avoid writing LBR bit to IA32_XSS unless supportedMitchell Levy2-2/+5
2024-08-13x86/apic: Make x2apic_disable() work correctlyYuntao Wang1-5/+6
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-02x86/hyperv: Set X86_FEATURE_TSC_KNOWN_FREQ when Hyper-V provides frequencyMichael Kelley1-0/+1
2024-07-31x86/setup: Parse the builtin command line before mergingBorislav Petkov (AMD)1-1/+1
2024-07-30x86/CPU/AMD: Add models 0x60-0x6f to the Zen5 rangePerry Yuan1-1/+1
2024-07-29x86/aperfmperf: Fix deadlock on cpu_hotplug_lockJonathan Cameron1-2/+4
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
2024-07-15Merge tag 'x86_misc_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-6/+40
2024-07-15Merge tag 'x86_cc_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds12-124/+395
2024-07-15Merge tag 'x86_boot_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+2