summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2022-12-14KVM: s390: vsie: Fix the initialization of the epoch extension (epdx) fieldThomas Huth1-1/+3
2022-12-14ARM: dts: rockchip: disable arm_global_timer on rk3066 and rk3188Johan Jonker2-1/+7
2022-12-14ARM: 9266/1: mm: fix no-MMU ZERO_PAGE() implementationGiulio Benetti3-13/+28
2022-12-14ARM: 9251/1: perf: Fix stacktraces for tracepoint events in THUMB2 kernelsTomislav Novak1-1/+1
2022-12-14ARM: dts: rockchip: fix ir-receiver node namesJohan Jonker1-1/+1
2022-12-14arm: dts: rockchip: fix node name for hym8563 rtcSebastian Reichel5-5/+5
2022-12-08Revert "x86/speculation: Change FILL_RETURN_BUFFER to work with objtool"Ben Hutchings1-5/+5
2022-12-08x86/nospec: Fix i386 RSB stuffingPeter Zijlstra1-0/+14
2022-12-08x86/ioremap: Fix page aligned size calculation in __ioremap_caller()Michael Kelley1-1/+7
2022-12-08x86/pm: Add enumeration check before spec MSRs save/restore setupPawan Gupta1-8/+15
2022-12-08x86/tsx: Add a feature bit for TSX control MSR supportPawan Gupta2-19/+15
2022-12-08arm64: errata: Fix KVM Spectre-v2 mitigation selection for Cortex-A57/A72James Morse1-1/+7
2022-12-08arm64: Fix panic() when Spectre-v2 causes Spectre-BHB to re-allocate KVM vectorsJames Morse1-5/+11
2022-12-08x86/bugs: Make sure MSR_SPEC_CTRL is updated properly upon resume from S3Pawan Gupta3-9/+16
2022-12-08arm64: dts: rockchip: lower rk3399-puma-haikou SD controller clock frequencyJakob Unterwurzacher1-1/+1
2022-12-08nios2: add FORCE for vmlinuz.gzRandy Dunlap1-1/+1
2022-12-08s390/crashdump: fix TOD programmable field sizeHeiko Carstens1-1/+1
2022-12-08ARM: mxs: fix memory leak in mxs_machine_init()Zheng Yongjun1-1/+3
2022-12-08ARM: dts: at91: sam9g20ek: enable udc vbus gpio pinctrlMichael Grzeschik1-0/+9
2022-12-08ARM: dts: am335x-pcm-953: Define fixed regulators in root nodeDominik Haller1-15/+13
2022-12-08MIPS: pic32: treat port as signed integerJason A. Donenfeld3-9/+8
2022-11-25x86/cpu: Restore AMD's DE_CFG MSR after resumeBorislav Petkov5-15/+16
2022-11-25arm64: efi: Fix handling of misaligned runtime regions and drop warningArd Biesheuvel1-18/+34
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