summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-08-256-38/+207
|\
| * riscv, bpf: Support unconditional bswap insnPu Lehui2023-08-241-0/+1
| * riscv, bpf: Support signed div/mod insnsPu Lehui2023-08-242-6/+40
| * riscv, bpf: Support 32-bit offset jmp insnPu Lehui2023-08-241-1/+5
| * riscv, bpf: Support sign-extension mov insnsPu Lehui2023-08-241-1/+13
| * riscv, bpf: Support sign-extension load insnsPu Lehui2023-08-242-8/+48
| * riscv, bpf: Fix missing exception handling and redundant zext for LDX_B/H/WPu Lehui2023-08-241-6/+3
| * bpf, arm64: Support signed div/mod instructionsXu Kuohai2023-08-182-4/+17
| * bpf, arm64: Support 32-bit offset jmp instructionXu Kuohai2023-08-181-1/+5
| * bpf, arm64: Support unconditional bswapXu Kuohai2023-08-181-2/+3
| * bpf, arm64: Support sign-extension mov instructionsXu Kuohai2023-08-182-1/+19
| * bpf, arm64: Support sign-extension load instructionsXu Kuohai2023-08-182-8/+43
| * arm64: insn: Add encoders for LDRSB/LDRSH/LDRSWXu Kuohai2023-08-182-0/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-2468-260/+390
|\ \
| * \ Merge tag 'x86_urgent_for_v6.5_rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-08-1912-114/+189
| |\ \
| | * | x86/srso: Correct the mitigation status when SMT is disabledBorislav Petkov (AMD)2023-08-181-3/+2
| | * | x86/static_call: Fix __static_call_fixup()Peter Zijlstra2023-08-171-0/+13
| | * | x86/srso: Explain the untraining sequences a bit moreBorislav Petkov (AMD)2023-08-161-0/+19
| | * | x86/cpu/kvm: Provide UNTRAIN_RET_VMPeter Zijlstra2023-08-163-5/+14
| | * | x86/cpu: Cleanup the untrain messPeter Zijlstra2023-08-163-14/+13
| | * | x86/cpu: Rename srso_(.*)_alias to srso_alias_\1Peter Zijlstra2023-08-163-20/+20
| | * | x86/cpu: Rename original retbleed methodsPeter Zijlstra2023-08-164-21/+21
| | * | x86/cpu: Clean up SRSO return thunk messPeter Zijlstra2023-08-164-19/+61
| | * | x86/alternative: Make custom return thunk unconditionalPeter Zijlstra2023-08-163-8/+7
| | * | x86/cpu: Fix up srso_safe_ret() and __x86_return_thunk()Peter Zijlstra2023-08-161-2/+2
| | * | x86/cpu: Fix __x86_return_thunk symbol typePeter Zijlstra2023-08-161-1/+3
| | * | x86/retpoline,kprobes: Skip optprobe check for indirect jumps with retpolines...Petr Pavlu2023-08-143-29/+16
| | * | x86/retpoline,kprobes: Fix position of thunk sections with CONFIG_LTO_CLANGPetr Pavlu2023-08-142-8/+8
| | * | x86/srso: Disable the mitigation on unaffected configurationsBorislav Petkov (AMD)2023-08-141-1/+6
| | * | x86/CPU/AMD: Fix the DIV(0) initial fix attemptBorislav Petkov (AMD)2023-08-144-2/+4
| | * | x86/retpoline: Don't clobber RFLAGS during srso_safe_ret()Sean Christopherson2023-08-141-4/+3
| * | | Merge tag 'powerpc-6.5-6' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-08-191-3/+3
| |\ \ \
| | * | | powerpc/rtas_flash: allow user copy to flash block cache objectsNathan Lynch2023-08-171-3/+3
| * | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2023-08-184-9/+23
| |\ \ \ \
| | * | | | arm64/ptrace: Ensure that the task sees ZT writes on first useMark Brown2023-08-171-1/+8
| | * | | | arm64/ptrace: Ensure that SME is set up for target when writing SSVE stateMark Brown2023-08-174-8/+15
| * | | | | Merge tag 'riscv-for-linus-6.5-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-08-186-23/+55
| |\ \ \ \ \
| | * | | | | riscv: Handle zicsr/zifencei issue between gcc and binutilsMingzheng Xing2023-08-162-14/+26
| | * | | | | riscv: uaccess: Return the number of bytes effectively not copiedAlexandre Ghiti2023-08-161-4/+7
| | * | | | | riscv: stack: Fixup independent softirq stack for CONFIG_FRAME_POINTER=nGuo Ren2023-08-161-0/+3
| | * | | | | riscv: stack: Fixup independent irq stack for CONFIG_FRAME_POINTER=nGuo Ren2023-08-161-0/+3
| | * | | | | riscv: correct riscv_insn_is_c_jr() and riscv_insn_is_c_jalr()Nam Cao2023-08-161-2/+13
| | * | | | | riscv: entry: set a0 = -ENOSYS only when syscall != -1Celeste Liu2023-08-161-3/+3
| * | | | | | Merge tag 'soc-fixes-6.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-08-1843-111/+82
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge tag 'qcom-arm64-fixes-for-6.5' of https://git.kernel.org/pub/scm/linux/...Arnd Bergmann2023-08-177-24/+28
| | |\ \ \ \ \ \
| | | * | | | | | arm64: dts: qcom: sc7180: Fix DSI0_PHY reg-namesKonrad Dybcio2023-07-311-2/+2
| | | * | | | | | arm64: dts: qcom: sa8775p-ride: Update L4C parametersNaveen Kumar Goud Arepalli2023-07-131-2/+2
| | | * | | | | | arm64: dts: qcom: qrb5165-rb5: fix thermal zone conflictDmitry Baryshkov2023-07-091-1/+1
| | | * | | | | | arm64: dts: qcom: sm8350: fix BAM DMA crash and rebootKrzysztof Kozlowski2023-07-091-0/+4
| | | * | | | | | arm64: dts: qcom: sc8180x: Fix OSM L3 compatibleKrzysztof Kozlowski2023-07-091-1/+1