summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2022-11-10linux/const.h: move UL() macro to include/linux/const.hMasahiro Yamada3-18/+0
2022-11-10KVM: x86: emulator: update the emulation mode after CR0 writeMaxim Levitsky1-1/+15
2022-11-10KVM: x86: emulator: introduce emulator_recalc_and_set_modeMaxim Levitsky1-28/+57
2022-11-10KVM: x86: emulator: em_sysexit should update ctxt->modeMaxim Levitsky1-0/+1
2022-11-10KVM: x86: Mask off reserved bits in CPUID.80000008HJim Mattson1-0/+1
2022-11-03x86/unwind/orc: Fix unreliable stack dump with gcovChen Zhongjin1-1/+1
2022-11-03arc: iounmap() arg is volatileRandy Dunlap2-2/+2
2022-11-03s390/futex: add missing EX_TABLE entry to __futex_atomic_op()Heiko Carstens1-1/+2
2022-11-03arm64: errata: Remove AES hwcap for COMPAT tasksJames Morse4-2/+46
2022-11-03x86/microcode/AMD: Apply the patch early on every logical threadBorislav Petkov1-3/+13
2022-11-01x86/speculation: Add RSB VM Exit protectionsDaniel Sneddon6-30/+94
2022-11-01x86/bugs: Warn when "ibrs" mitigation is selected on Enhanced IBRS partsPawan Gupta1-0/+3
2022-11-01x86/speculation: Use DECLARE_PER_CPU for x86_spec_ctrl_currentNathan Chancellor1-1/+2
2022-11-01x86/speculation: Disable RRSBA behaviorPawan Gupta4-1/+37
2022-11-01x86/bugs: Add Cannon lake to RETBleed affected CPU listPawan Gupta1-0/+1
2022-11-01x86/cpu/amd: Enumerate BTC_NOAndrew Cooper3-8/+20
2022-11-01x86/common: Stamp out the stepping madnessPeter Zijlstra1-22/+16
2022-11-01x86/speculation: Fill RSB on vmexit for IBRSJosh Poimboeuf4-11/+62
2022-11-01KVM: VMX: Fix IBRS handling after vmexitJosh Poimboeuf1-1/+6
2022-11-01KVM: VMX: Prevent guest RSB poisoning attacks with eIBRSJosh Poimboeuf3-7/+45
2022-11-01x86/speculation: Remove x86_spec_ctrl_maskJosh Poimboeuf1-30/+1
2022-11-01x86/speculation: Use cached host SPEC_CTRL value for guest entry/exitJosh Poimboeuf1-11/+1
2022-11-01x86/speculation: Fix SPEC_CTRL write on SMT state changeJosh Poimboeuf1-1/+2
2022-11-01x86/speculation: Fix firmware entry SPEC_CTRL handlingJosh Poimboeuf1-6/+4
2022-11-01x86/speculation: Fix RSB filling with CONFIG_RETPOLINE=nJosh Poimboeuf3-6/+0
2022-11-01x86/speculation: Add LFENCE to RSB fill sequencePawan Gupta1-1/+3
2022-11-01x86/speculation: Change FILL_RETURN_BUFFER to work with objtoolPeter Zijlstra1-6/+6
2022-11-01entel_idle: Disable IBRS during long idlePeter Zijlstra2-0/+7
2022-11-01x86/bugs: Report Intel retbleed vulnerabilityPeter Zijlstra3-19/+48
2022-11-01x86/bugs: Split spectre_v2_select_mitigation() and spectre_v2_user_select_mit...Peter Zijlstra1-8/+17
2022-11-01x86/speculation: Add spectre_v2=ibrs option to support Kernel IBRSPawan Gupta2-14/+53
2022-11-01x86/bugs: Optimize SPEC_CTRL MSR writesPeter Zijlstra3-8/+14
2022-11-01x86/entry: Add kernel IBRS implementationThadeu Lima de Souza Cascardo4-2/+103
2022-11-01x86/bugs: Keep a per-CPU IA32_SPEC_CTRL valuePeter Zijlstra3-6/+25
2022-11-01x86/bugs: Add AMD retbleed= boot parameterAlexandre Chartre1-1/+69
2022-11-01x86/bugs: Report AMD retbleed vulnerabilityAlexandre Chartre3-0/+29
2022-11-01x86/cpufeatures: Move RETPOLINE flags to word 11Peter Zijlstra1-2/+10
2022-11-01x86/entry: Remove skip_r11rcxPeter Zijlstra2-11/+2
2022-11-01x86/cpu: Add a steppings field to struct x86_cpu_idMark Gross2-1/+33
2022-11-01x86/cpu: Add consistent CPU match macrosThomas Gleixner3-13/+146
2022-11-01x86/devicetable: Move x86 specific macro out of generic codeThomas Gleixner3-1/+14
2022-11-01x86/cpufeature: Fix various quality problems in the <asm/cpu_device_hd.h> headerIngo Molnar1-16/+15
2022-11-01x86/cpufeature: Add facility to check for min microcode revisionsKan Liang2-0/+59
2022-11-01Revert "x86/cpu: Add a steppings field to struct x86_cpu_id"Suraj Jitindar Singh2-33/+1
2022-10-26ARM: dts: imx6sl: add missing properties for sramAlexander Stein1-0/+3
2022-10-26ARM: dts: imx6qp: add missing properties for sramAlexander Stein1-0/+6
2022-10-26ARM: dts: imx6dl: add missing properties for sramAlexander Stein1-0/+3
2022-10-26ARM: dts: imx6q: add missing properties for sramAlexander Stein1-0/+3
2022-10-26ARM: dts: imx7d-sdb: config the max pressure for tsc2046Haibo Chen1-6/+1
2022-10-26MIPS: BCM47XX: Cast memcmp() of function to (void *)Kees Cook1-2/+2