summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2023-08-26x86/srso: Correct the mitigation status when SMT is disabledBorislav Petkov (AMD)
2023-08-26x86/retpoline,kprobes: Fix position of thunk sections with CONFIG_LTO_CLANGPetr Pavlu
2023-08-26x86/srso: Disable the mitigation on unaffected configurationsBorislav Petkov (AMD)
2023-08-26x86/CPU/AMD: Fix the DIV(0) initial fix attemptBorislav Petkov (AMD)
2023-08-26x86/retpoline: Don't clobber RFLAGS during srso_safe_ret()Sean Christopherson
2023-08-26x86/static_call: Fix __static_call_fixup()Peter Zijlstra
2023-08-26x86/srso: Explain the untraining sequences a bit moreBorislav Petkov (AMD)
2023-08-26x86/cpu: Cleanup the untrain messPeter Zijlstra
2023-08-26x86/cpu: Rename srso_(.*)_alias to srso_alias_\1Peter Zijlstra
2023-08-26x86/cpu: Rename original retbleed methodsPeter Zijlstra
2023-08-26x86/cpu: Clean up SRSO return thunk messPeter Zijlstra
2023-08-26x86/alternative: Make custom return thunk unconditionalPeter Zijlstra
2023-08-26x86/cpu: Fix up srso_safe_ret() and __x86_return_thunk()Peter Zijlstra
2023-08-26x86/cpu: Fix __x86_return_thunk symbol typePeter Zijlstra
2023-08-26arm64: dts: rockchip: Disable HS400 for eMMC on ROCK Pi 4Christopher Obbard
2023-08-26arm64: dts: rockchip: sort nodes/properties on rk3399-rock-4FUKAUMI Naoki
2023-08-26arm64: dts: rockchip: fix regulator name on rk3399-rock-4FUKAUMI Naoki
2023-08-26arm64: dts: rockchip: add SPDIF node for ROCK Pi 4Alex Bee
2023-08-26arm64: dts: rockchip: add ES8316 codec for ROCK Pi 4Alex Bee
2023-08-26arm64: dts: rockchip: use USB host by default on rk3399-rock-pi-4Vicente Bergas
2023-08-26arm64: dts: rockchip: fix supplies on rk3399-rock-pi-4Vicente Bergas
2023-08-26powerpc/rtas_flash: allow user copy to flash block cache objectsNathan Lynch
2023-08-26powerpc/kasan: Disable KCOV in KASAN codeBenjamin Gray
2023-08-26MIPS: dec: prom: Address -Warray-bounds warningGustavo A. R. Silva
2023-08-26ARM: dts: imx6dl: prtrvt, prtvt7, prti6q, prtwd2: fix USB related warningsOleksij Rempel
2023-08-16alpha: remove __init annotation from exported page_is_ram()Masahiro Yamada
2023-08-16x86: Move gds_ucode_mitigated() declaration to headerArnd Bergmann
2023-08-16x86/mm: Fix VDSO and VVAR placement on 5-level paging machinesKirill A. Shutemov
2023-08-16x86/cpu/amd: Enable Zenbleed fix for AMD Custom APU 0405Cristian Ciocaltea
2023-08-16x86/srso: Fix build breakage with the LLVM linkerNick Desaulniers
2023-08-16x86/pkeys: Revert a5eff7259790 ("x86/pkeys: Add PKRU value to init_fpstate")Thomas Gleixner
2023-08-16riscv,mmio: Fix readX()-to-delay() orderingAndrea Parri
2023-08-11x86/CPU/AMD: Do not leak quotient data after a division by 0Borislav Petkov (AMD)
2023-08-11ARM: dts: nxp/imx6sll: fix wrong property name in usbphy nodeXu Yang
2023-08-11ARM: dts: imx6sll: fixup of operating pointsAndreas Kemnade
2023-08-11ARM: dts: imx: add usb aliasPeng Fan
2023-08-11powerpc/mm/altmap: Fix altmap boundary checkAneesh Kumar K.V
2023-08-11arm64: dts: stratix10: fix incorrect I2C property for SCL signalDinh Nguyen
2023-08-11KVM: s390: fix sthyi error handlingHeiko Carstens
2023-08-11word-at-a-time: use the same return type for has_zero regardless of endiannessndesaulniers@google.com
2023-08-11arm64: dts: imx8mn-var-som: add missing pull-up for onboard PHY reset pinmuxHugo Villeneuve
2023-08-11x86/kprobes: Fix JNG/JNLE emulationNadav Amit
2023-08-11x86/kprobes: Update kcb status flag after singlesteppingMasami Hiramatsu (Google)
2023-08-11x86/kprobes: Move 'inline' to the beginning of the kprobe_is_ss() declarationWei Yongjun
2023-08-11x86/kprobes: Fix to identify indirect jmp and others using range caseMasami Hiramatsu
2023-08-11x86/kprobes: Use int3 instead of debug trap for single-stepMasami Hiramatsu
2023-08-11x86/kprobes: Identify far indirect JMP correctlyMasami Hiramatsu
2023-08-11x86/kprobes: Retrieve correct opcode for group instructionMasami Hiramatsu
2023-08-11x86/kprobes: Do not decode opcode in resume_execution()Masami Hiramatsu
2023-08-11kprobes/x86: Fix fall-through warnings for ClangGustavo A. R. Silva