summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2022-05-31x86/microcode: Rip out the OLD_INTERFACEBorislav Petkov
2022-05-24Merge tag 'perf-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-05-24Merge tag 'objtool-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-05-23Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2022-05-23Merge tag 'platform-drivers-x86-v5.19-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2022-05-23Merge tag 'x86_sgx_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-05-23Merge tag 'x86_misc_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-05-23Merge tag 'x86_splitlock_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2022-05-23Merge tag 'x86_apic_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-05-23Merge tag 'x86_kdump_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-05-23Merge tag 'x86_platform_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-05-23Merge tag 'x86_fpu_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-05-23Merge tag 'x86_core_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-05-23Merge tag 'x86_cleanups_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-05-23Merge tag 'x86_asm_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-05-23Merge tag 'x86_cpu_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-05-23Merge tag 'x86_tdx_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-05-23Merge tag 'ras_core_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-05-23Merge tag 'x86_sev_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-05-17x86/sev: Remove duplicated assignment to variable infoColin Ian King
2022-05-17x86/nmi: Make register_nmi_handler() more robustThomas Gleixner
2022-05-16x86/sgx: Ensure no data in PCMD page after truncateReinette Chatre
2022-05-16x86/sgx: Fix race between reclaimer and page fault handlerReinette Chatre
2022-05-16x86/sgx: Obtain backing storage page with enclave mutex heldReinette Chatre
2022-05-16x86/sgx: Mark PCMD page as dirty when modifying contentsReinette Chatre
2022-05-16x86/sgx: Disconnect backing page references from dirty statusReinette Chatre
2022-05-13x86/prctl: Remove pointless task argumentThomas Gleixner
2022-05-12x86/microcode/intel: Expose collect_cpu_info_early() for IFSJithu Joseph
2022-05-11Merge branch 'v5.18-rc5'Peter Zijlstra
2022-05-05x86/fpu: Prevent FPU state corruptionThomas Gleixner
2022-05-04x86/mm: Cleanup the control_va_addr_alignment() __setup handlerRandy Dunlap
2022-05-04x86: Fix return value of __setup handlersRandy Dunlap
2022-05-04x86/split_lock: Enable the split lock feature on Raptor LakeTony Luck
2022-05-04x86/cpufeatures: Add PerfMonV2 feature bitSandipan Das
2022-05-03x86/traps: Use pt_regs directly in fixup_bad_iret()Lai Jiangshan
2022-05-02x86/sev: Fix address space sparse warningBorislav Petkov
2022-05-02x86/fpu: Cleanup variable shadowingThomas Gleixner
2022-05-01x86/apic: Do apic driver probe for "nosmp" use caseKuppuswamy Sathyanarayanan
2022-05-01Merge tag 'x86_urgent_for_v5.18_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-04-29ftrace: cleanup ftrace_graph_caller enable and disableChengming Zhou
2022-04-27x86/aperfmperf: Integrate the fallback code from show_cpuinfo()Thomas Gleixner
2022-04-27x86/aperfmperf: Replace arch_freq_get_on_cpu()Thomas Gleixner
2022-04-27x86/aperfmperf: Replace aperfmperf_get_khz()Thomas Gleixner
2022-04-27x86/aperfmperf: Store aperf/mperf data for cpu frequency readsThomas Gleixner
2022-04-27x86/aperfmperf: Make parts of the frequency invariance code unconditionalThomas Gleixner
2022-04-27x86/aperfmperf: Restructure arch_scale_freq_tick()Thomas Gleixner
2022-04-27x86/aperfmperf: Put frequency invariance aperf/mperf data into a structThomas Gleixner
2022-04-27x86/aperfmperf: Untangle Intel and AMD frequency invariance initThomas Gleixner
2022-04-27x86/aperfmperf: Separate AP/BP frequency invariance initThomas Gleixner
2022-04-27x86/smp: Move APERF/MPERF code where it belongsThomas Gleixner