summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2024-03-11Merge branches 'misc' and 'fixes' into for-nextfor-nextRussell King (Oracle)
2024-03-11ARM: 9359/1: flush: check if the folio is reserved for no-mapping addressesfixesYongqiang Liu
2024-03-11ARM: 9354/1: ptrace: Use bitfield helpersGeert Uytterhoeven
2024-02-26ARM: 9352/1: iwmmxt: Remove support for PJ4/PJ4B coresArd Biesheuvel
2024-02-24ARM: 9353/1: remove unneeded entry for CONFIG_FRAME_POINTERMasahiro Yamada
2024-02-24ARM: 9351/1: fault: Add "cut here" line for prefetch abortsKees Cook
2024-02-24ARM: 9350/1: fault: Implement copy_from_kernel_nofault_allowed()Kees Cook
2024-02-24ARM: 9349/1: unwind: Add missing "Call trace:" lineKees Cook
2024-02-24ARM: 9334/1: mm: init: remove misuse of kernel-doc commentRandy Dunlap
2024-01-21Merge tag 'powerpc-6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2024-01-20Merge tag 'riscv-for-linus-6.8-mw4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-01-20Merge tag 'sh-for-v6.8-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-01-19Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2024-01-19Merge tag 'loongarch-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds
2024-01-19Merge tag 'devicetree-for-6.8-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-01-19Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2024-01-19sparc: Use device_get_match_data()Rob Herring
2024-01-19sh: vsyscall: Remove unnecessary $(foreach ...)Masahiro Yamada
2024-01-19sh: ecovec24: Rename missed backlight field from fbdev to devGeert Uytterhoeven
2024-01-18Merge tag 'kbuild-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2024-01-18Merge tag 'rtc-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds
2024-01-18Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-01-18Merge tag 'percpu-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2024-01-18riscv: lib: Check if output in asm goto supportedCharlie Jenkins
2024-01-18Merge tag 's390-6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2024-01-18riscv: Fix build error on rv32 + XIPAlexandre Ghiti
2024-01-18Merge tag 'x86_tdx_for_6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-01-18Merge tag 'usb-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2024-01-18Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2024-01-19powerpc/64s: Increase default stack size to 32KBMichael Ellerman
2024-01-18Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-01-18arm64/sme: Always exit sme_alloc() early with existing storageMark Brown
2024-01-18arm64/fpsimd: Remove spurious check for SVE supportMark Brown
2024-01-18arm64/ptrace: Don't flush ZA/ZT storage when writing ZA via ptraceMark Brown
2024-01-18arm64: entry: simplify kernel_exit logicMark Rutland
2024-01-18arm64: entry: fix ARM64_WORKAROUND_SPECULATIVE_UNPRIV_LOADMark Rutland
2024-01-17riscv: optimize ELF relocation function in riscvMaxim Kochetkov
2024-01-17RISC-V: Implement archrandom when Zkr is availableSamuel Ortiz
2024-01-17riscv: Optimize hweight API with Zbb extensionXiao Wang
2024-01-17riscv: add dependency among Image(.gz), loader(.bin), and vmlinuz.efiMasahiro Yamada
2024-01-17Merge patch series "riscv: ftrace: Miscellaneous ftrace improvements"Palmer Dabbelt
2024-01-17samples: ftrace: Add RISC-V support for SAMPLE_FTRACE_DIRECT[_MULTI]Song Shuai
2024-01-17riscv: ftrace: Add DYNAMIC_FTRACE_WITH_DIRECT_CALLS supportSong Shuai
2024-01-17riscv: ftrace: Make function graph use ftrace directlySong Shuai
2024-01-17riscv: select FTRACE_MCOUNT_USE_PATCHABLE_FUNCTION_ENTRYSong Shuai
2024-01-17Merge patch series "RISC-V: Disable DWARF5 with known broken LLVM versions"Palmer Dabbelt
2024-01-17riscv: Restrict DWARF5 when building with LLVM to known working versionsNathan Chancellor
2024-01-17riscv: Hoist linker relaxation disabling logic into KconfigNathan Chancellor
2024-01-17Merge patch series "riscv: Add fine-tuned checksum functions"Palmer Dabbelt
2024-01-17riscv: Add checksum libraryCharlie Jenkins