aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2021-10-08ftrace: Cleanup ftrace_dyn_arch_init()Weizhao Ouyang1-5/+0
2021-10-08x86/fpu: Restore the masking out of reserved MXCSR bitsBorislav Petkov1-3/+8
2021-10-07Merge branch 'objtool/urgent'Peter Zijlstra4-35/+49
2021-10-06x86/MCE/AMD: Export smca_get_bank_type symbolMukul Joshi1-1/+2
2021-10-06x86/sev: Make the #VC exception stacks part of the default stacks storageBorislav Petkov1-32/+0
2021-10-06x86/entry: Clear X86_FEATURE_SMAP when CONFIG_X86_SMAP=nVegard Nossum1-0/+1
2021-10-06x86/resctrl: Fix kfree() of the wrong type in domain_add_cpu()James Morse1-2/+2
2021-10-06x86/resctrl: Free the ctrlval arrays when domain_setup_mon_state() failsJames Morse1-0/+2
2021-10-05x86/sched: Decrease further the priorities of SMT siblingsRicardo Neri1-1/+1
2021-10-04x86: change default to spec_store_bypass_disable=prctl spectre_v2_user=prctlAndrea Arcangeli1-2/+2
2021-10-04Merge branch x86/cc into x86/coreBorislav Petkov13-59/+156
2021-10-04treewide: Replace the use of mem_encrypt_active() with cc_platform_has()Tom Lendacky1-2/+7
2021-10-04x86/sev: Replace occurrences of sev_es_active() with cc_platform_has()Tom Lendacky1-3/+3
2021-10-04x86/sev: Replace occurrences of sev_active() with cc_platform_has()Tom Lendacky4-6/+9
2021-10-04x86/sme: Replace occurrences of sme_active() with cc_platform_has()Tom Lendacky3-13/+13
2021-10-04x86/sev: Add an x86 version of cc_platform_has()Tom Lendacky2-0/+75
2021-10-01audit: add support for the openat2 syscallRichard Guy Briggs1-0/+2
2021-10-01audit: replace magic audit syscall class numbers with macrosRichard Guy Briggs1-4/+4
2021-10-01x86: ACPI: cstate: Optimize C3 entry on AMD CPUsDeepak Sharma1-0/+15
2021-10-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-11/+2
2021-10-01x86/hpet: Use another crystalball to evaluate HPET usabilityThomas Gleixner2-6/+81
2021-10-01x86/sev: Return an error on a returned non-zero SW_EXITINFO1[31:0]Tom Lendacky1-0/+2
2021-09-30x86/kprobes: Fixup return address in generic trampoline handlerMasami Hiramatsu1-2/+16
2021-09-30x86/unwind: Recover kretprobe trampoline entryMasami Hiramatsu3-8/+19
2021-09-30x86/kprobes: Push a fake return address at kretprobe_trampolineMasami Hiramatsu1-9/+25
2021-09-30x86/kprobes: Add UNWIND_HINT_FUNC on kretprobe_trampoline()Josh Poimboeuf1-2/+11
2021-09-30kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu1-9/+9
2021-09-30kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu1-1/+1
2021-09-30kprobes: treewide: Use 'kprobe_opcode_t *' for the code address in get_optimized_kprobe()Masami Hiramatsu1-3/+3
2021-09-30x86/kvmclock: Move this_cpu_pvti into kvmclock.hZelin Deng1-11/+2
2021-09-27x86/softirq: Disable softirq stacks on PREEMPT_RTThomas Gleixner1-0/+2
2021-09-25x86/umip: Downgrade warning messages to debug loglevelBorislav Petkov1-4/+4
2021-09-23x86/mce: Sort mca_config members to get rid of unnecessary paddingBorislav Petkov1-6/+6
2021-09-23x86/mce: Get rid of the ->quirk_no_way_out() indirect callBorislav Petkov2-34/+35
2021-09-23x86/mce: Get rid of msr_opsBorislav Petkov3-75/+42
2021-09-23x86/mce: Get rid of machine_check_vectorBorislav Petkov4-45/+53
2021-09-23x86/mce: Get rid of the mce_severity function pointerBorislav Petkov3-9/+6
2021-09-23x86/fpu/signal: Fix missed conversion to correct boolean retval in save_xstate_epilog()Anders Roxell1-1/+1
2021-09-21x86/mm/64: Improve stack overflow warningsPeter Zijlstra2-12/+19
2021-09-21x86/iopl: Fake iopl(3) CLI/STI usagePeter Zijlstra2-0/+34
2021-09-21x86/setup: Call early_reserve_memory() earlierJuergen Gross1-12/+14
2021-09-20x86/mce: Change to not send SIGBUS error during copy from userTony Luck1-15/+20
2021-09-19Merge tag 'x86_urgent_for_v5.15_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-11/+32
2021-09-17x86/smp: Remove unnecessary assignment to local var freq_scaleTim Gardner1-1/+1
2021-09-17x86/xen: Make irq_disable() noinstrPeter Zijlstra1-1/+6
2021-09-17x86/xen: Make irq_enable() noinstrPeter Zijlstra1-1/+6
2021-09-17x86/xen: Make save_fl() noinstrPeter Zijlstra1-0/+2
2021-09-17x86/xen: Make set_debugreg() noinstrPeter Zijlstra1-3/+6
2021-09-17x86/xen: Make get_debugreg() noinstrPeter Zijlstra1-2/+6
2021-09-17x86/xen: Make write_cr2() noinstrPeter Zijlstra1-1/+6