summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2023-08-27parisc: iosapic: Convert I/O Sapic driver to use arch_initcall()Helge Deller2-6/+0
2023-08-27parisc: sba_iommu: Convert SBA IOMMU driver to use arch_initcall()Helge Deller2-4/+0
2023-08-27parisc: led: Move register_led_regions() to late_initcall()Helge Deller2-8/+0
2023-08-27parisc: lba: Convert LBA PCI bus driver to use arch_initcall()Helge Deller2-4/+0
2023-08-27parisc: gsc: Convert GSC bus driver to use arch_initcall()Helge Deller2-5/+0
2023-08-27parisc: ccio: Convert CCIO driver to use arch_initcall()Helge Deller2-11/+0
2023-08-27parisc: eisa: Convert HP EISA bus driver to use arch_initcall()Helge Deller2-4/+0
2023-08-27parisc: hppb: Convert HP PB bus driver to use arch_initcall()Helge Deller2-5/+0
2023-08-27parisc: dino: Convert dino PCI bus driver to use arch_initcall()Helge Deller2-5/+0
2023-08-22parisc: Avoid ioremap() for same addresss in iosapic_register()Helge Deller1-1/+1
2023-08-22parisc: unaligned: Simplify 32-bit assembly in emulate_std()Helge Deller1-13/+12
2023-08-22parisc: Wire up eBPF JIT compilerHelge Deller2-1/+3
2023-08-22parisc: Fix comment on Elf64 function descriptorHelge Deller1-2/+1
2023-08-22parisc: Add eBPF JIT compiler glue code and MakefileHelge Deller3-0/+689
2023-08-22parisc: Add 64-bit eBPF JIT compilerHelge Deller1-0/+1209
2023-08-22parisc: Add 32-bit eBPF JIT compilerHelge Deller1-0/+1615
2023-08-22parisc: Use generic mmap top-down layout and brk randomizationHelge Deller3-67/+18
2023-08-22parisc: Fix /proc/cpuinfo output for lscpuHelge Deller1-3/+10
2023-08-20parisc: Use page table locks only if DEBUG_KERNEL is enabledHelge Deller1-1/+1
2023-08-20parisc: traps: Drop cpu_lpmc function pointerHelge Deller1-4/+1
2023-08-20parisc: Drop the pa7300lc LPMC handlerHelge Deller4-72/+1
2023-08-20parisc: lasi: Register LASI power-off feature as sys_off_handlerHelge Deller1-6/+0
2023-08-19Merge tag 'x86_urgent_for_v6.5_rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds12-114/+189
2023-08-19Merge tag 'powerpc-6.5-6' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-3/+3
2023-08-18Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds4-9/+23
2023-08-18Merge tag 'riscv-for-linus-6.5-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-23/+55
2023-08-18Merge tag 'soc-fixes-6.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds43-111/+82
2023-08-18Merge tag 'asm-generic-fix-6.5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-0/+38
2023-08-18x86/srso: Correct the mitigation status when SMT is disabledBorislav Petkov (AMD)1-3/+2
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-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/alternative: Make custom return thunk unconditionalPeter Zijlstra3-8/+7