summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2021-10-15x86: Fix get_wchan() to support the ORC unwinderQi Zheng
2021-10-10Merge tag 'x86_urgent_for_v5.15_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-10-08ftrace: Cleanup ftrace_dyn_arch_init()Weizhao Ouyang
2021-10-08x86/fpu: Restore the masking out of reserved MXCSR bitsBorislav Petkov
2021-10-07Merge branch 'objtool/urgent'Peter Zijlstra
2021-10-06x86/MCE/AMD: Export smca_get_bank_type symbolMukul Joshi
2021-10-06x86/sev: Make the #VC exception stacks part of the default stacks storageBorislav Petkov
2021-10-06x86/entry: Clear X86_FEATURE_SMAP when CONFIG_X86_SMAP=nVegard Nossum
2021-10-06x86/resctrl: Fix kfree() of the wrong type in domain_add_cpu()James Morse
2021-10-06x86/resctrl: Free the ctrlval arrays when domain_setup_mon_state() failsJames Morse
2021-10-05x86/sched: Decrease further the priorities of SMT siblingsRicardo Neri
2021-10-04x86: change default to spec_store_bypass_disable=prctl spectre_v2_user=prctlAndrea Arcangeli
2021-10-04Merge branch x86/cc into x86/coreBorislav Petkov
2021-10-04treewide: Replace the use of mem_encrypt_active() with cc_platform_has()Tom Lendacky
2021-10-04x86/sev: Replace occurrences of sev_es_active() with cc_platform_has()Tom Lendacky
2021-10-04x86/sev: Replace occurrences of sev_active() with cc_platform_has()Tom Lendacky
2021-10-04x86/sme: Replace occurrences of sme_active() with cc_platform_has()Tom Lendacky
2021-10-04x86/sev: Add an x86 version of cc_platform_has()Tom Lendacky
2021-10-01audit: add support for the openat2 syscallRichard Guy Briggs
2021-10-01audit: replace magic audit syscall class numbers with macrosRichard Guy Briggs
2021-10-01x86: ACPI: cstate: Optimize C3 entry on AMD CPUsDeepak Sharma
2021-10-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-10-01x86/hpet: Use another crystalball to evaluate HPET usabilityThomas Gleixner
2021-10-01x86/sev: Return an error on a returned non-zero SW_EXITINFO1[31:0]Tom Lendacky
2021-09-30x86/kprobes: Fixup return address in generic trampoline handlerMasami Hiramatsu
2021-09-30x86/unwind: Recover kretprobe trampoline entryMasami Hiramatsu
2021-09-30x86/kprobes: Push a fake return address at kretprobe_trampolineMasami Hiramatsu
2021-09-30x86/kprobes: Add UNWIND_HINT_FUNC on kretprobe_trampoline()Josh Poimboeuf
2021-09-30kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu
2021-09-30kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu
2021-09-30kprobes: treewide: Use 'kprobe_opcode_t *' for the code address in get_optimi...Masami Hiramatsu
2021-09-30x86/kvmclock: Move this_cpu_pvti into kvmclock.hZelin Deng
2021-09-27x86/softirq: Disable softirq stacks on PREEMPT_RTThomas Gleixner
2021-09-25x86/umip: Downgrade warning messages to debug loglevelBorislav Petkov
2021-09-23x86/mce: Sort mca_config members to get rid of unnecessary paddingBorislav Petkov
2021-09-23x86/mce: Get rid of the ->quirk_no_way_out() indirect callBorislav Petkov
2021-09-23x86/mce: Get rid of msr_opsBorislav Petkov
2021-09-23x86/mce: Get rid of machine_check_vectorBorislav Petkov
2021-09-23x86/mce: Get rid of the mce_severity function pointerBorislav Petkov
2021-09-23x86/fpu/signal: Fix missed conversion to correct boolean retval in save_xstat...Anders Roxell
2021-09-21x86/mm/64: Improve stack overflow warningsPeter Zijlstra
2021-09-21x86/iopl: Fake iopl(3) CLI/STI usagePeter Zijlstra
2021-09-21x86/setup: Call early_reserve_memory() earlierJuergen Gross
2021-09-20x86/mce: Change to not send SIGBUS error during copy from userTony Luck
2021-09-19Merge tag 'x86_urgent_for_v5.15_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-09-17x86/smp: Remove unnecessary assignment to local var freq_scaleTim Gardner
2021-09-17x86/xen: Make irq_disable() noinstrPeter Zijlstra
2021-09-17x86/xen: Make irq_enable() noinstrPeter Zijlstra
2021-09-17x86/xen: Make save_fl() noinstrPeter Zijlstra
2021-09-17x86/xen: Make set_debugreg() noinstrPeter Zijlstra