summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2022-07-14x86/bugs: Mark retbleed_strings staticJiapeng Chong1-1/+1
2022-07-13ACPI: CPPC: Fix enabling CPPC on AMD systems with shared memoryMario Limonciello1-0/+6
2022-07-13x86/pat: Fix x86_has_pat_wp()Juergen Gross1-2/+12
2022-07-13x86/asm/32: Fix ANNOTATE_UNRET_SAFE use on 32-bitJiri Slaby1-0/+1
2022-07-12Merge tag 'x86_bugs_retbleed' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+8
2022-07-12x86/static_call: Serialize __static_call_fixup() properlyThomas Gleixner1-5/+8
2022-07-12Merge tag 'x86_bugs_retbleed' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds52-349/+1408
2022-07-11x86/setup: Use rng seeds from setup_dataJason A. Donenfeld3-7/+47
2022-07-11Merge tag 'v5.19-rc6' into tip:x86/kdumpBorislav Petkov8-14/+38
2022-07-11x86/build: Remove unused OBJECT_FILES_NON_STANDARD_test_nx.oMasahiro Yamada1-2/+0
2022-07-11x86/Kconfig: Fix CONFIG_CC_HAS_SANE_STACKPROTECTOR when cross compiling with ...Nathan Chancellor1-2/+2
2022-07-10Merge tag 'x86_urgent_for_v5.19_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds7-14/+28
2022-07-10x86/boot: Fix the setup data types max limitBorislav Petkov1-1/+1
2022-07-09x86/speculation: Disable RRSBA behaviorPawan Gupta4-1/+37
2022-07-09x86/kexec: Disable RET on kexecKonrad Rzeszutek Wilk2-12/+36
2022-07-08x86/bugs: Do not enable IBPB-on-entry when IBPB is not supportedThadeu Lima de Souza Cascardo1-2/+5
2022-07-07x86/mm: Refer to the intended config STRICT_DEVMEM in a commentLukas Bulwahn1-1/+1
2022-07-07x86/entry: Move PUSH_AND_CLEAR_REGS() back into error_entryPeter Zijlstra1-3/+6
2022-07-07x86/bugs: Add Cannon lake to RETBleed affected CPU listPawan Gupta1-0/+1
2022-07-07genirq: Return a const cpumask from irq_data_get_affinity_maskSamuel Holland1-1/+1
2022-07-06x86/compressed/64: Add identity mappings for setup_data entriesMichael Roth1-0/+13
2022-07-05ACPI: CPPC: Don't require _OSC if X86_FEATURE_CPPC is supportedMario Limonciello1-0/+10
2022-07-04perf/x86/intel: Fix PEBS data source encoding for ADLKan Liang3-14/+45
2022-07-04perf/x86/intel: Fix PEBS memory access info encoding for ADLKan Liang3-33/+60
2022-07-01x86/kexec: Carry forward IMA measurement log on kexecJonathan McDowell5-5/+116
2022-07-01x86: Fix .brk attribute in linker scriptJuergen Gross1-1/+1
2022-07-01x86: Clear .brk area at early bootJuergen Gross1-0/+2
2022-07-01x86/xen: Use clear_bss() for Xen PV guestsJuergen Gross4-12/+11
2022-06-29x86/retbleed: Add fine grained Kconfig knobsPeter Zijlstra13-55/+161
2022-06-28x86/mce: Check whether writes to MCA_STATUS are getting ignoredSmita Koralahalli2-1/+48
2022-06-27x86/cpu/amd: Enumerate BTC_NOAndrew Cooper3-8/+20
2022-06-27x86/common: Stamp out the stepping madnessPeter Zijlstra1-21/+16
2022-06-27KVM: VMX: Prevent RSB underflow before vmenterJosh Poimboeuf7-15/+42
2022-06-27x86/speculation: Fill RSB on vmexit for IBRSJosh Poimboeuf3-9/+62
2022-06-27KVM: VMX: Fix IBRS handling after vmexitJosh Poimboeuf1-1/+6
2022-06-27KVM: VMX: Prevent guest RSB poisoning attacks with eIBRSJosh Poimboeuf6-31/+73
2022-06-27KVM: VMX: Convert launched argument to flagsJosh Poimboeuf5-9/+31
2022-06-27KVM: VMX: Flatten __vmx_vcpu_run()Josh Poimboeuf1-73/+46
2022-06-27objtool: Re-add UNWIND_HINT_{SAVE_RESTORE}Josh Poimboeuf1-2/+10
2022-06-27x86/speculation: Remove x86_spec_ctrl_maskJosh Poimboeuf1-30/+1
2022-06-27x86/speculation: Use cached host SPEC_CTRL value for guest entry/exitJosh Poimboeuf1-11/+1
2022-06-27x86/speculation: Fix SPEC_CTRL write on SMT state changeJosh Poimboeuf1-1/+2
2022-06-27x86/speculation: Fix firmware entry SPEC_CTRL handlingJosh Poimboeuf1-6/+4
2022-06-27x86/speculation: Fix RSB filling with CONFIG_RETPOLINE=nJosh Poimboeuf3-6/+0
2022-06-27x86/cpu/amd: Add Spectral ChickenPeter Zijlstra4-1/+33
2022-06-27objtool: Add entry UNRET validationPeter Zijlstra6-9/+31
2022-06-27x86/bugs: Do IBPB fallback check only onceJosh Poimboeuf1-10/+5
2022-06-27x86/bugs: Add retbleed=ibpbPeter Zijlstra5-13/+64
2022-06-27x86/xen: Add UNTRAIN_RETPeter Zijlstra1-1/+7
2022-06-27x86/xen: Rename SYS* entry pointsPeter Zijlstra3-16/+16