summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-03-16x86/nmi: Remove the 'strange power saving mode' hint from unknown NMI handlerJiri Kosina1-1/+0
2022-03-16Merge tag 'v5.17-rc8' into usb-nextGreg Kroah-Hartman11-110/+369
2022-03-15usb: early: xhci-dbc: Remove duplicate keep parsingPeter Zijlstra1-1/+1
2022-03-15x86/tsc: Be consistent about use_tsc_delay()Peter Zijlstra1-3/+3
2022-03-15Merge branch 'x86/cpu' into x86/core, to resolve conflictsIngo Molnar7-82/+94
2022-03-15Merge branch 'x86/pasid' into x86/core, to resolve conflictsIngo Molnar2-0/+62
2022-03-15x86: Remove toolchain check for X32 ABI capabilityMasahiro Yamada1-1/+1
2022-03-15x86/alternative: Use .ibt_endbr_seal to seal indirect callsPeter Zijlstra2-1/+46
2022-03-15objtool: Find unused ENDBR instructionsPeter Zijlstra1-0/+9
2022-03-15x86: Mark stop_this_cpu() __noreturnPeter Zijlstra1-1/+1
2022-03-15x86/ibt,sev: AnnotationsPeter Zijlstra1-0/+2
2022-03-15x86/ibt,ftrace: Annotate ftrace code patchingPeter Zijlstra1-0/+7
2022-03-15x86/ibt: Annotate text referencesPeter Zijlstra4-2/+15
2022-03-15x86/ibt: Disable IBT around firmwarePeter Zijlstra2-0/+35
2022-03-15x86/alternative: Simplify int3_selftest_ipPeter Zijlstra1-14/+7
2022-03-15x86/ibt,kexec: Disable CET on kexecPeter Zijlstra3-1/+17
2022-03-15x86/ibt: Add IBT feature, MSR and #CP handlingPeter Zijlstra3-1/+103
2022-03-15x86/ibt,kprobes: Cure sym+0 equals fentry woesPeter Zijlstra1-0/+17
2022-03-15x86/ibt,ftrace: Make function-graph play nicePeter Zijlstra2-11/+19
2022-03-15x86/ibt,ftrace: Search for __fentry__ locationPeter Zijlstra1-9/+2
2022-03-15x86/ibt,paravirt: Sprinkle ENDBRPeter Zijlstra2-1/+4
2022-03-15x86/ibt,entry: Sprinkle ENDBR dustPeter Zijlstra2-3/+6
2022-03-15x86/ibt,xen: Sprinkle the ENDBRPeter Zijlstra1-0/+1
2022-03-15x86/entry,xen: Early rewrite of restore_regs_and_return_to_kernel()Peter Zijlstra2-5/+2
2022-03-15x86/ibt,paravirt: Use text_gen_insn() for paravirt_patch()Peter Zijlstra1-20/+3
2022-03-15Merge tag 'v5.17-rc8' into sched/core, to pick up fixesIngo Molnar12-114/+379
2022-03-13Merge tag 'x86_urgent_for_v5.17_rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds7-57/+203
2022-03-11x86/sgx: Free backing memory after faulting the enclave pageJarkko Sakkinen1-9/+48
2022-03-11x86/traps: Mark do_int3() NOKPROBE_SYMBOLLi Huafei1-0/+1
2022-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-53/+166
2022-03-10tracehook: Remove tracehook.hEric W. Biederman2-2/+0
2022-03-10task_work: Call tracehook_notify_signal from get_signal on all architecturesEric W. Biederman1-2/+2
2022-03-09x86/boot: Fix memremap of setup_indirect structuresRoss Philipson4-43/+146
2022-03-08x86/hyperv: Output host build info as normal Windows version numberMichael Kelley1-4/+4
2022-03-08ACPI / x86: Work around broken XSDT on Advantech DAC-BJ01 boardMark Cilissen1-0/+24
2022-03-08x86/ACPI: CPPC: Move init_freq_invariance_cppc() into x86 CPPCHuang Rui2-20/+14
2022-03-08x86: Expose init_freq_invariance() to topology headerHuang Rui1-7/+1
2022-03-08x86/ACPI: CPPC: Move AMD maximum frequency ratio setting function into x86 CPPCHuang Rui2-43/+41
2022-03-08x86/ACPI: CPPC: Rename cppc_msr.c to cppc.cHuang Rui2-2/+2
2022-03-08x86/module: Fix the paravirt vs alternative orderPeter Zijlstra1-5/+8
2022-03-07Merge tag 'x86_bugs_for_v5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-52/+160
2022-03-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-1/+6
2022-03-05x86/speculation: Warn about eIBRS + LFENCE + Unprivileged eBPF + SMTJosh Poimboeuf1-2/+25
2022-03-05x86/speculation: Warn about Spectre v2 LFENCE mitigationJosh Poimboeuf1-0/+5
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-4/+10
2022-02-28x86/speculation: Use generic retpoline by default on AMDKim Phillips1-9/+0
2022-02-28Merge 5.17-rc6 into driver-core-nextGreg Kroah-Hartman9-43/+22
2022-02-28Backmerge tag 'v5.17-rc6' into drm-nextDave Airlie5-20/+17
2022-02-25KVM: x86: Yield to IPI target vCPU only if it is busyLi RongQing1-1/+1
2022-02-25x86/kvmclock: Fix Hyper-V Isolated VM's boot issue when vCPUs > 64Dexuan Cui1-1/+1