summary refs log tree commit diff
path: root/arch/x86
AgeCommit message (Expand)Author
2023-08-08x86/speculation: Add Gather Data Sampling mitigationDaniel Sneddon
2023-08-08x86/fpu: Move FPU initialization into arch_cpu_finalize_init()Thomas Gleixner
2023-08-08x86/fpu: Mark init functions __initThomas Gleixner
2023-08-08x86/fpu: Remove cpuinfo argument from init functionsThomas Gleixner
2023-08-08x86/init: Initialize signal frame size lateThomas Gleixner
2023-08-08init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init()Thomas Gleixner
2023-08-08x86/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner
2023-08-03x86/MCE/AMD: Decrement threshold_bank refcount when removing threshold blocksYazen Ghannam
2023-08-03KVM: x86: Disallow KVM_SET_SREGS{2} if incoming CR0 is invalidSean Christopherson
2023-08-03KVM: VMX: Don't fudge CR0 and CR4 for restricted L2 guestSean Christopherson
2023-08-03x86/traps: Fix load_unaligned_zeropad() handling for shared TDX memoryKirill A. Shutemov
2023-07-24x86/cpu/amd: Add a Zenbleed fixBorislav Petkov (AMD)
2023-07-24x86/cpu/amd: Move the errata checking functionality upBorislav Petkov (AMD)
2023-07-23perf/x86: Fix lockdep warning in for_each_sibling_event() on SPRNamhyung Kim
2023-07-22Merge tag 'v6.1.39' into 6.1/features/merge-fixesCristian Ciocaltea
2023-07-19x86/efi: Make efi_set_virtual_address_map IBT safeThomas Gleixner
2023-07-19x86/mm: Fix __swp_entry_to_pte() for Xen PV guestsJuergen Gross
2023-07-19perf/ibs: Fix interface via core pmu eventsRavi Bangoria
2023-07-19x86/tdx: Fix race between set_memory_encrypted() and load_unaligned_zeropad()Kirill A. Shutemov
2023-07-19x86/mm: Allow guest.enc_status_change_prepare() to failKirill A. Shutemov
2023-07-19x86/sev: Fix calculation of end address based on number of pagesTom Lendacky
2023-07-19x86/resctrl: Only show tasks' pid in current pid namespaceShawn Wang
2023-07-01mm: introduce new 'lock_mm_and_find_vma()' page fault helperLinus Torvalds
2023-07-01x86/smp: Cure kexec() vs. mwait_play_dead() breakageThomas Gleixner
2023-07-01x86/smp: Use dedicated cache-line for mwait_play_dead()Thomas Gleixner
2023-07-01x86/smp: Remove pointless wmb()s from native_stop_other_cpus()Thomas Gleixner
2023-07-01x86/smp: Dont access non-existing CPUID leafTony Battersby
2023-07-01x86/smp: Make stop_other_cpus() more robustThomas Gleixner
2023-07-01x86/microcode/AMD: Load late on both threads tooBorislav Petkov (AMD)
2023-06-28x86/apic: Fix kernel panic when booting with intremap=off and x2apic_physDheeraj Kumar Srivastava
2023-06-28bpf: Fix a bpf_jit_dump issue for x86_64 with sysctl bpf_jit_enable.Yonghong Song
2023-06-28x86/mm: Avoid using set_pgd() outside of real PGD pagesLee Jones
2023-06-21x86/boot/compressed: prefer cc-option for CFLAGS additionsNick Desaulniers
2023-06-21x86/purgatory: remove PGO flagsRicardo Ribalda
2023-06-21x86/head/64: Switch to KERNEL_CS as soon as new GDT is installedTom Lendacky
2023-06-09x86: revert extra time added to check for tsc wrapsMuhammad Usama Anjum
2023-06-09KVM: x86: Account fastpath-only VM-Exits in vCPU statsSean Christopherson
2023-06-09x86/mtrr: Revert 90b926e68f50 ("x86/pat: Fix pat_x_mtrr_type() for MTRR disab...Juergen Gross
2023-06-05Merge tag 'v6.1.29' into amd-staging-drm-nextCristian Ciocaltea
2023-05-30x86/show_trace_log_lvl: Ensure stack pointer is aligned, againVernon Lovejoy
2023-05-30x86/pci/xen: populate MSI sysfs entriesMaximilian Heyne
2023-05-30x86/topology: Fix erroneous smp_num_siblings on Intel Hybrid platformsZhang Rui
2023-05-30perf/x86/uncore: Correct the number of CHAs on SPRKan Liang
2023-05-30x86/mm: Avoid incomplete Global INVLPG flushesDave Hansen
2023-05-24rethook, fprobe: do not trace rethook related functionsZe Gao
2023-05-17x86: fix clear_user_rep_good() exception handling annotationLinus Torvalds
2023-05-17x86/amd_nb: Add PCI ID for family 19h model 78hMario Limonciello
2023-05-17x86/retbleed: Fix return thunk alignmentBorislav Petkov (AMD)
2023-05-17KVM: x86/mmu: Refresh CR0.WP prior to checking for emulated permission faultsSean Christopherson
2023-05-17KVM: VMX: Make CR0.WP a guest owned bitMathias Krause