summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-05-23Merge tag 'x86_kdump_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2022-05-23Merge tag 'x86_platform_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+13
2022-05-23Merge tag 'x86_fpu_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-26/+48
2022-05-23Merge tag 'x86_core_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds6-23/+23
2022-05-23Merge tag 'x86_cleanups_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds9-490/+424
2022-05-23Merge tag 'x86_asm_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-12/+7
2022-05-23Merge tag 'x86_cpu_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-51/+85
2022-05-23Merge tag 'x86_tdx_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds10-33/+302
2022-05-23Merge tag 'ras_core_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-79/+67
2022-05-23Merge tag 'x86_sev_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-73/+1404
2022-05-23Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-10/+57
2022-05-23x86/alternative: Introduce text_poke_setSong Liu1-10/+57
2022-05-23Merge branches 'pm-core', 'pm-sleep' and 'powercap'Rafael J. Wysocki1-1/+1
2022-05-23Merge branches 'acpi-apei', 'acpi-dptf', 'acpi-x86' and 'acpi-docs'Rafael J. Wysocki2-9/+6
2022-05-21x86/speculation/mmio: Reuse SRBDS mitigation for SBDSPawan Gupta1-7/+14
2022-05-21x86/speculation/srbds: Update SRBDS mitigation selectionPawan Gupta1-3/+5
2022-05-21x86/speculation/mmio: Add sysfs reporting for Processor MMIO Stale DataPawan Gupta1-0/+22
2022-05-21x86/speculation/mmio: Enable CPU Fill buffer clearing on idlePawan Gupta1-2/+14
2022-05-21x86/bugs: Group MDS, TAA & Processor MMIO Stale Data mitigationsPawan Gupta1-10/+16
2022-05-21x86/speculation/mmio: Add mitigation for Processor MMIO Stale DataPawan Gupta1-4/+107
2022-05-21x86/speculation: Add a common function for MD_CLEAR mitigation updatePawan Gupta1-26/+33
2022-05-21x86/speculation/mmio: Enumerate Processor MMIO Stale Data bugPawan Gupta1-2/+41
2022-05-19x86: Use do_kernel_power_off()Dmitry Osipenko1-2/+2
2022-05-17x86/sev: Remove duplicated assignment to variable infoColin Ian King1-4/+1
2022-05-17x86/nmi: Make register_nmi_handler() more robustThomas Gleixner1-4/+8
2022-05-16x86/sgx: Ensure no data in PCMD page after truncateReinette Chatre1-1/+9
2022-05-16x86/sgx: Fix race between reclaimer and page fault handlerReinette Chatre1-1/+93
2022-05-16x86/sgx: Obtain backing storage page with enclave mutex heldReinette Chatre1-3/+6
2022-05-16x86/sgx: Mark PCMD page as dirty when modifying contentsReinette Chatre1-0/+1
2022-05-16x86/sgx: Disconnect backing page references from dirty statusReinette Chatre3-11/+7
2022-05-16mce: fix set_mce_nospec to always unmap the whole pageJane Chu1-3/+3
2022-05-13x86/prctl: Remove pointless task argumentThomas Gleixner4-12/+8
2022-05-12x86/microcode/intel: Expose collect_cpu_info_early() for IFSJithu Joseph2-52/+39
2022-05-11ptrace: Reimplement PTRACE_KILL by always sending SIGKILLEric W. Biederman1-2/+1
2022-05-11x86: ACPI: Make mp_config_acpi_gsi() a void functionLi kunyu1-4/+3
2022-05-11x86/hyperv: Disable hardlockup detector by default in Hyper-V guestsMichael Kelley1-0/+2
2022-05-11Merge branch 'v5.18-rc5'Peter Zijlstra9-31/+120
2022-05-11Merge tag 'drm-intel-next-2022-05-06' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-0/+1
2022-05-07fork: Generalize PF_IO_WORKER handlingEric W. Biederman2-9/+8
2022-05-07fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman1-2/+5
2022-05-05x86/fpu: Prevent FPU state corruptionThomas Gleixner1-41/+26
2022-05-04x86/mm: Cleanup the control_va_addr_alignment() __setup handlerRandy Dunlap1-5/+2
2022-05-04x86: Fix return value of __setup handlersRandy Dunlap2-2/+2
2022-05-04x86/split_lock: Enable the split lock feature on Raptor LakeTony Luck1-0/+1
2022-05-04x86/cpufeatures: Add PerfMonV2 feature bitSandipan Das1-0/+1
2022-05-03x86/traps: Use pt_regs directly in fixup_bad_iret()Lai Jiangshan1-12/+7
2022-05-03Backmerge tag 'v5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie8-28/+118
2022-05-02x86/sev: Fix address space sparse warningBorislav Petkov1-3/+6
2022-05-02x86/fpu: Cleanup variable shadowingThomas Gleixner1-1/+1
2022-05-01x86/apic: Do apic driver probe for "nosmp" use caseKuppuswamy Sathyanarayanan1-3/+2