summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2024-04-08Merge tag 'nativebhi' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds
2024-04-08x86/bhi: Mitigate KVM by defaultPawan Gupta
2024-04-08x86/bhi: Add BHI mitigation knobPawan Gupta
2024-04-08x86/bhi: Enumerate Branch History Injection (BHI) bugPawan Gupta
2024-04-08x86/bhi: Define SPEC_CTRL_BHI_DIS_SDaniel Sneddon
2024-04-08x86/bugs: Change commas to semicolons in 'spectre_v2' sysfs fileJosh Poimboeuf
2024-04-06Merge branch 'linus' into x86/urgent, to pick up dependent commitIngo Molnar
2024-04-05x86/microcode/AMD: Remove unused PATCH_MAX_SIZE macroBorislav Petkov (AMD)
2024-04-05x86/microcode/AMD: Avoid -Wformat warning with clang-15Arnd Bergmann
2024-04-04Merge tag 'net-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2024-04-04x86/mce: Make sure to grab mce_sysfs_mutex in set_bank()Borislav Petkov (AMD)
2024-04-04x86/extable: Remove unused fixup type EX_TYPE_COPYTong Tiangen
2024-04-04x86/CPU/AMD: Track SNP host status with cc_platform_*()Borislav Petkov (AMD)
2024-04-04x86/coco: Require seeding RNG with RDRAND on CoCo systemsJason A. Donenfeld
2024-04-04x86/fpu: Update fpu_swap_kvm_fpu() uses in comments as wellLi RongQing
2024-04-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-04-03x86/apic: Improve data types to fix Coccinelle warningsThorsten Blum
2024-04-03x86/rtc: Remove unused intel-mid.hAndy Shevchenko
2024-04-03x86/resctrl: Fix uninitialized memory read when last CPU of domain goes offlineReinette Chatre
2024-04-03x86/of: Change x86_dtb_parse_smp_config() to staticSaurabh Sengar
2024-04-03x86/of: Map NUMA node to CPUs as per DeviceTreeSaurabh Sengar
2024-04-03x86/of: Set the parse_smp_cfg for all the DeviceTree platforms by defaultSaurabh Sengar
2024-04-02Merge tag 'kvmarm-fixes-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2024-04-01x86/bpf: Fix IP for relocating call depth accountingJoan Bruguera Micó
2024-03-31Merge tag 'perf_urgent_for_v6.9_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-03-29x86/boot: Move kernel cmdline setup earlier in the boot process (again)Julian Stecklina
2024-03-27x86/dumpstack: Use uniform "Oops: " prefix for die() messagesAlex Shi
2024-03-26x86/sev: Skip ROM range scans and validation for SEV-SNP guestsKevin Loughlin
2024-03-26x86/mce: Dynamically size space for machine check recordsTony Luck
2024-03-26x86/nmi: Upgrade NMI backtrace stall checks & messagesPaul E. McKenney
2024-03-26x86/cpu: Clear TME feature flag if TME is not enabled by BIOSBingsong Si
2024-03-25x86/head: Simplify relative include path to xen-head.SYuntao Wang
2024-03-25x86/CPU/AMD: Improve the erratum 1386 workaroundBorislav Petkov (AMD)
2024-03-25perf/x86/amd/lbr: Use freeze based on availabilitySandipan Das
2024-03-24Merge tag 'x86-urgent-2024-03-24' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-03-24x86/boot/64: Move 5-level paging global variable assignments backTom Lendacky
2024-03-24x86/boot/64: Apply encryption mask to 5-level pagetable updateTom Lendacky
2024-03-24x86/fpu: Keep xfd_state in sync with MSR_IA32_XFDAdamos Ttofari
2024-03-23x86/mpparse: Register APIC address only onceThomas Gleixner
2024-03-23x86/topology: Handle the !APIC case gracefullyThomas Gleixner
2024-03-23x86/topology: Don't evaluate logical IDs during early bootThomas Gleixner
2024-03-23x86/cpu: Ensure that CPU info updates are propagated on UPThomas Gleixner
2024-03-22kprobes/x86: Use copy_from_kernel_nofault() to read from unsafe addressMasami Hiramatsu (Google)
2024-03-22x86/cpu/topology: Add support for the AMD 0x80000026 leafThomas Gleixner
2024-03-22x86/tsc: Make __use_tsc __ro_after_initValentin Schneider
2024-03-22x86/kvm: Make kvm_async_pf_enabled __ro_after_initValentin Schneider
2024-03-22x86/shstk: Enable shadow stacks for x32H.J. Lu
2024-03-22x86/kexec: Do not update E820 kexec table for setup_dataDave Young
2024-03-22x86/syscall/compat: Remove ia32_unistd.hBrian Gerst
2024-03-22x86: Rename __{start,end}_init_task to __{start,end}_init_stackXin Li (Intel)