summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2023-08-17arm64/ptrace: Ensure that the task sees ZT writes on first useMark Brown1-1/+8
2023-08-17arm64/ptrace: Ensure that SME is set up for target when writing SSVE stateMark Brown4-8/+15
2023-08-17asm-generic: partially revert "Unify uapi bitsperlong.h for arm64, riscv and ...Arnd Bergmann2-0/+38
2023-08-17Merge tag 'qcom-arm64-fixes-for-6.5' of https://git.kernel.org/pub/scm/linux/...Arnd Bergmann7-24/+28
2023-08-17Merge tag 'omap-for-v6.5/fixes-signed' of git://git.kernel.org/pub/scm/linux/...Arnd Bergmann1-0/+9
2023-08-17Merge tag 'v6.5-rockchip-dtsfixes1' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann27-69/+22
2023-08-17x86/static_call: Fix __static_call_fixup()Peter Zijlstra1-0/+13
2023-08-17powerpc/rtas_flash: allow user copy to flash block cache objectsNathan Lynch1-3/+3
2023-08-16ARM: ptrace: Restore syscall skipping for tracersKees Cook2-2/+6
2023-08-16ARM: ptrace: Restore syscall restart tracingKees Cook1-0/+1
2023-08-16um: refactor deprecated strncpy to memcpyJustin Stitt1-2/+2
2023-08-16um: vector: refactor deprecated strncpyJustin Stitt1-2/+2
2023-08-16x86/srso: Explain the untraining sequences a bit moreBorislav Petkov (AMD)1-0/+19
2023-08-16x86/cpu/kvm: Provide UNTRAIN_RET_VMPeter Zijlstra3-5/+14
2023-08-16x86/cpu: Cleanup the untrain messPeter Zijlstra3-14/+13
2023-08-16x86/cpu: Rename srso_(.*)_alias to srso_alias_\1Peter Zijlstra3-20/+20
2023-08-16x86/cpu: Rename original retbleed methodsPeter Zijlstra4-21/+21
2023-08-16x86/cpu: Clean up SRSO return thunk messPeter Zijlstra4-19/+61
2023-08-16riscv: Handle zicsr/zifencei issue between gcc and binutilsMingzheng Xing2-14/+26
2023-08-16riscv: uaccess: Return the number of bytes effectively not copiedAlexandre Ghiti1-4/+7
2023-08-16riscv: stack: Fixup independent softirq stack for CONFIG_FRAME_POINTER=nGuo Ren1-0/+3
2023-08-16riscv: stack: Fixup independent irq stack for CONFIG_FRAME_POINTER=nGuo Ren1-0/+3
2023-08-16riscv: correct riscv_insn_is_c_jr() and riscv_insn_is_c_jalr()Nam Cao1-2/+13
2023-08-16riscv: entry: set a0 = -ENOSYS only when syscall != -1Celeste Liu1-3/+3
2023-08-16x86/sev: Do not handle #VC for DR7 read/writeAlexey Kardashevskiy2-1/+7
2023-08-16x86/alternative: Make custom return thunk unconditionalPeter Zijlstra3-8/+7
2023-08-16x86/cpu: Fix up srso_safe_ret() and __x86_return_thunk()Peter Zijlstra1-2/+2
2023-08-16x86/cpu: Fix __x86_return_thunk symbol typePeter Zijlstra1-1/+3
2023-08-16alpha: Replace one-element array with flexible-array memberGustavo A. R. Silva1-1/+1
2023-08-16list: Introduce CONFIG_LIST_HARDENEDMarco Elver2-1/+3
2023-08-16list_debug: Introduce inline wrappers for debug checksMarco Elver1-3/+3
2023-08-14ARM: dts: am335x-bone-common: Add vcc-supply for on-board eepromShengyu Qu1-0/+1
2023-08-14ARM: dts: am335x-bone-common: Add GPIO PHY reset on revision C3 boardShengyu Qu1-0/+8
2023-08-14x86/retpoline,kprobes: Skip optprobe check for indirect jumps with retpolines...Petr Pavlu3-29/+16
2023-08-14x86/retpoline,kprobes: Fix position of thunk sections with CONFIG_LTO_CLANGPetr Pavlu2-8/+8
2023-08-14x86/srso: Disable the mitigation on unaffected configurationsBorislav Petkov (AMD)1-1/+6
2023-08-14x86/CPU/AMD: Fix the DIV(0) initial fix attemptBorislav Petkov (AMD)4-2/+4
2023-08-14x86/retpoline: Don't clobber RFLAGS during srso_safe_ret()Sean Christopherson1-4/+3
2023-08-14parisc: Fix CONFIG_TLB_PTLOCK to work with lightweight spinlock checksHelge Deller1-24/+23
2023-08-13x86/microcode/intel: Remove pointless mutexThomas Gleixner1-22/+2
2023-08-13x86/microcode/intel: Remove debug codeThomas Gleixner1-75/+0
2023-08-13x86/microcode: Move core specific defines to local headerThomas Gleixner7-227/+223
2023-08-13x86/microcode/intel: Rename get_datasize() since its used externallyAshok Raj2-7/+8
2023-08-13x86/microcode: Make reload_early_microcode() staticThomas Gleixner2-3/+1
2023-08-13x86/microcode: Include vendor headers into microcode.hAshok Raj8-11/+6
2023-08-13x86/microcode/intel: Move microcode functions out of cpu/intel.cThomas Gleixner3-200/+204
2023-08-13Merge tag 'kbuild-fixes-v6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+1
2023-08-13x86/microcode: Hide the config knobThomas Gleixner5-44/+8
2023-08-13x86/mm: Remove unused microcode.h includeThomas Gleixner1-1/+0
2023-08-12locking: remove spin_lock_prefetchMateusz Guzik7-38/+0