summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-09-08soc: renesas: Kconfig: For ARCH_R9A07G043 select the required configs if depe...Lad Prabhakar
2023-09-08riscv: Kconfig.errata: Add dependency for RISCV_SBI in ERRATA_ANDES configLad Prabhakar
2023-09-08riscv: Kconfig.errata: Drop dependency for MMU in ERRATA_ANDES_CMO configLad Prabhakar
2023-09-08riscv: Kconfig: Select DMA_DIRECT_REMAP only if MMU is enabledLad Prabhakar
2023-09-08Merge patch series "bpf, riscv: use BPF prog pack allocator in BPF JIT"Palmer Dabbelt
2023-09-08Merge patch series "riscv: Introduce KASLR"Palmer Dabbelt
2023-09-08Merge patch "RISC-V: Add ptrace support for vectors"Palmer Dabbelt
2023-09-08Merge patch series "Add non-coherent DMA support for AX45MP"Palmer Dabbelt
2023-09-08Merge patch series "riscv: dma-mapping: unify support for cache flushes"Palmer Dabbelt
2023-09-08Merge patch series "RISC-V: Probe for misaligned access speed"Palmer Dabbelt
2023-09-06bpf, riscv: use prog pack allocator in the BPF JITPuranjay Mohan
2023-09-06riscv: implement a memset like function for textPuranjay Mohan
2023-09-06riscv: extend patch_text_nosync() for multiple pagesPuranjay Mohan
2023-09-06bpf: make bpf_prog_pack allocator portablePuranjay Mohan
2023-09-05riscv: libstub: Implement KASLR by using generic functionsAlexandre Ghiti
2023-09-05libstub: Fix compilation warning for rv32Alexandre Ghiti
2023-09-05arm64: libstub: Move KASLR handling functions to kaslr.cAlexandre Ghiti
2023-09-05riscv: Dump out kernel offset information on panicAlexandre Ghiti
2023-09-05riscv: Introduce virtual kernel mapping KASLRAlexandre Ghiti
2023-09-01RISC-V: Add ptrace support for vectorsAndy Chiu
2023-09-01soc: renesas: Kconfig: Select the required configs for RZ/Five SoCLad Prabhakar
2023-09-01cache: Add L2 cache management for Andes AX45MP RISC-V coreLad Prabhakar
2023-09-01dt-bindings: cache: andestech,ax45mp-cache: Add DT binding documentation for ...Lad Prabhakar
2023-09-01riscv: mm: dma-noncoherent: nonstandard cache operations supportLad Prabhakar
2023-09-01riscv: errata: Add Andes alternative portsLad Prabhakar
2023-09-01riscv: asm: vendorid_list: Add Andes Technology to the vendors listLad Prabhakar
2023-09-01riscv: dma-mapping: switch over to generic implementationLad Prabhakar
2023-09-01riscv: dma-mapping: skip invalidation before bidirectional DMAArnd Bergmann
2023-09-01riscv: dma-mapping: only invalidate after DMA, not flushArnd Bergmann
2023-09-01RISC-V: alternative: Remove feature_probe_funcEvan Green
2023-09-01RISC-V: Probe for unaligned access speedEvan Green
2023-09-01Merge tag 'riscv-for-linus-6.6-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-09-01Merge tag 'csky-for-linus-6.6-2' of https://github.com/c-sky/csky-linuxLinus Torvalds
2023-08-31Merge tag 'nfs-for-6.6-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2023-08-31Merge tag 'nfsd-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2023-08-31Merge tag '6.6-rc-ksmbd-fixes-part1' of git://git.samba.org/ksmbdLinus Torvalds
2023-08-31Merge tag 'jfs-6.6' of github.com:kleikamp/linux-shaggyLinus Torvalds
2023-08-31Merge tag 'ext4_for_linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-08-31Merge tag 'dlm-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds
2023-08-31Merge tag 'v6.6-vfs.super.fixes.2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-08-31powerpc: Fix pud_mkwrite() definition after pte_mkwrite() API changesIngo Molnar
2023-08-31Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2023-08-31Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-08-31macintosh/ams: linux/platform_device.h is neededRandy Dunlap
2023-08-31NFS: switch back to using kill_anon_superChristoph Hellwig
2023-08-31mtd: key superblock by device numberChristian Brauner
2023-08-31fs: export sget_dev()Christian Brauner
2023-08-31lib/Kconfig.debug: Restrict DEBUG_INFO_SPLIT for RISC-VNathan Chancellor
2023-08-31Merge patch series "RISC-V: mm: Make SV48 the default address space"Palmer Dabbelt