aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2021-12-15Revert "x86/boot: Mark prepare_command_line() __init"Borislav Petkov1-1/+1
2021-12-14Merge branch 'irq/urgent' into irq/msiThomas Gleixner7-16/+45
2021-12-14x86: perf: Move RDPMC event flag to a common definitionRob Herring2-6/+6
2021-12-13exit: Add and use make_task_dead.Eric W. Biederman3-8/+8
2021-12-13bpf: Add get_func_[arg|ret|arg_cnt] helpersJiri Olsa1-1/+14
2021-12-13bpf, x64: Replace some stack_size usage with offset variablesJiri Olsa1-14/+28
2021-12-13efi: Move efifb_setup_from_dmi() prototype from arch headersJavier Martinez Canillas1-2/+0
2021-12-13x86/mce: Mark mce_start() noinstrBorislav Petkov1-6/+14
2021-12-13x86/mce: Mark mce_timed_out() noinstrBorislav Petkov1-3/+13
2021-12-13x86/mce: Move the tainting outside of the noinstr regionBorislav Petkov1-15/+26
2021-12-13x86/mce: Mark mce_read_aux() noinstrBorislav Petkov1-1/+1
2021-12-13x86/mce: Mark mce_end() noinstrBorislav Petkov1-3/+11
2021-12-13x86/mce: Mark mce_panic() noinstrBorislav Petkov1-3/+12
2021-12-13x86/mce: Prevent severity computation from being instrumentedBorislav Petkov1-9/+21
2021-12-13x86/mce: Allow instrumentation during task work queueingBorislav Petkov1-0/+11
2021-12-13x86/mce: Remove noinstr annotation from mce_setup()Borislav Petkov1-6/+20
2021-12-13x86/mce: Use mce_rdmsrl() in severity checking codeBorislav Petkov3-6/+6
2021-12-13x86/mce: Remove function-local cpus variablesBorislav Petkov1-6/+2
2021-12-13x86/mce: Do not use memset to clear the banks bitmapsBorislav Petkov1-3/+2
2021-12-12Merge tag 'sched-urgent-2021-12-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+14
2021-12-11x86: Remove .fixup sectionPeter Zijlstra2-2/+0
2021-12-11x86/word-at-a-time: Remove .fixup usagePeter Zijlstra1-19/+47
2021-12-11x86/usercopy: Remove .fixup usagePeter Zijlstra4-28/+22
2021-12-11x86/usercopy_32: Simplify __copy_user_intel_nocache()Peter Zijlstra1-20/+20
2021-12-11x86/sgx: Remove .fixup usagePeter Zijlstra4-31/+35
2021-12-11x86/checksum_32: Remove .fixup usagePeter Zijlstra1-16/+3
2021-12-11x86/vmx: Remove .fixup usagePeter Zijlstra1-9/+7
2021-12-11x86/kvm: Remove .fixup usagePeter Zijlstra2-12/+5
2021-12-11x86/segment: Remove .fixup usagePeter Zijlstra2-8/+2
2021-12-11x86/fpu: Remove .fixup usagePeter Zijlstra2-10/+2
2021-12-11x86/xen: Remove .fixup usagePeter Zijlstra1-11/+3
2021-12-11x86/uaccess: Remove .fixup usagePeter Zijlstra1-22/+17
2021-12-11x86/futex: Remove .fixup usagePeter Zijlstra2-20/+10
2021-12-11x86/msr: Remove .fixup usagePeter Zijlstra3-53/+47
2021-12-11x86/extable: Extend extable functionalityPeter Zijlstra7-32/+145
2021-12-11x86/entry_32: Remove .fixup usagePeter Zijlstra3-20/+24
2021-12-11x86/entry_64: Remove .fixup usagePeter Zijlstra1-7/+6
2021-12-11x86/copy_mc_64: Remove .fixup usagePeter Zijlstra1-8/+4
2021-12-11x86/copy_user_64: Remove .fixup usagePeter Zijlstra1-21/+11
2021-12-11x86/mmx_32: Remove X86_USE_3DNOWPeter Zijlstra10-465/+1
2021-12-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2-9/+9
2021-12-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-15/+28
2021-12-10x86/boot/string: Add missing function prototypesKees Cook1-0/+3
2021-12-10x86/fpu: Remove duplicate copy_fpstate_to_sigframe() prototypeShaokun Zhang1-3/+0
2021-12-10x86/uaccess: Move variable into switch case statementKees Cook1-2/+3
2021-12-10KVM: x86: Don't WARN if userspace mucks with RCX during string I/O exitSean Christopherson1-2/+7
2021-12-10KVM: X86: Raise #GP when clearing CR0_PG in 64 bit modeLai Jiangshan1-1/+2
2021-12-10arch: Make ARCH_STACKWALK independent of STACKTRACEPeter Zijlstra1-1/+1
2021-12-10KVM: x86: Ignore sparse banks size for an "all CPUs", non-sparse IPI reqSean Christopherson1-2/+5
2021-12-10KVM: x86: Wait for IPIs to be delivered when handling Hyper-V TLB flush hypercallVitaly Kuznetsov1-1/+1