summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)Author
2023-09-01Merge tag 'riscv-for-linus-6.6-mw1' of git://git.kernel.org/pub/scm/linux/ker...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-31Merge patch series "RISC-V: mm: Make SV48 the default address space"Palmer Dabbelt
2023-08-31Merge patch series "riscv: Reduce ARCH_KMALLOC_MINALIGN to 8"Palmer Dabbelt
2023-08-31riscv: support PREEMPT_DYNAMIC with static keysJisheng Zhang
2023-08-31Merge patch series "riscv: support ELF format binaries in nommu mode"Palmer Dabbelt
2023-08-31Merge patch series "riscv: KCFI support"Palmer Dabbelt
2023-08-31riscv: Move create_tmp_mapping() to init sectionsAlexandre Ghiti
2023-08-31riscv: Mark KASAN tmp* page tables variables as staticAlexandre Ghiti
2023-08-31riscv: mm: use bitmap_zero() APIYe Xingchen
2023-08-31Merge patch series "support allocating crashkernel above 4G explicitly on riscv"Palmer Dabbelt
2023-08-31Merge patch series "riscv: kprobes: simulate some instructions"Palmer Dabbelt
2023-08-31riscv: remove redundant mv instructionsNam Cao
2023-08-30Merge tag 'devicetree-header-cleanups-for-6.6' of git://git.kernel.org/pub/sc...Linus Torvalds
2023-08-30Merge tag 'soc-dt-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-08-29Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-08-28Merge tag 'efi-next-for-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-08-28riscv: Explicitly include correct DT includesRob Herring
2023-08-25Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-08-25Merge tag 'mm-hotfixes-stable-2023-08-25-11-07' of git://git.kernel.org/pub/s...Linus Torvalds
2023-08-25Merge tag 'riscv-for-linus-6.5-rc8' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-08-24riscv: implement the new page table range APIMatthew Wilcox (Oracle)
2023-08-24mm: convert page_table_check_pte_set() to page_table_check_ptes_set()Matthew Wilcox (Oracle)
2023-08-24mm: drop per-VMA lock when returning VM_FAULT_RETRY or VM_FAULT_COMPLETEDSuren Baghdasaryan
2023-08-24riscv: Fix build errors using binutils2.37 toolchainsMingzheng Xing
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-24riscv, bpf: Support unconditional bswap insnPu Lehui
2023-08-24riscv, bpf: Support signed div/mod insnsPu Lehui
2023-08-24riscv, bpf: Support 32-bit offset jmp insnPu Lehui
2023-08-24riscv, bpf: Support sign-extension mov insnsPu Lehui
2023-08-24riscv, bpf: Support sign-extension load insnsPu Lehui
2023-08-24riscv, bpf: Fix missing exception handling and redundant zext for LDX_B/H/WPu Lehui
2023-08-23RISC-V: mm: Update pgtable comment documentationCharlie Jenkins
2023-08-23RISC-V: mm: Restrict address space for sv39,sv48,sv57Charlie Jenkins
2023-08-23riscv: enable DMA_BOUNCE_UNALIGNED_KMALLOC for !dma_coherentJisheng Zhang
2023-08-23riscv: allow kmalloc() caches aligned to the smallest valueJisheng Zhang
2023-08-23riscv: support the elf-fdpic binfmt loaderGreg Ungerer
2023-08-23riscv: Allow CONFIG_CFI_CLANG to be selectedSami Tolvanen
2023-08-23riscv/purgatory: Disable CFISami Tolvanen
2023-08-23riscv: Add CFI error handlingSami Tolvanen
2023-08-23riscv: Add ftrace_stub_graphSami Tolvanen
2023-08-23riscv: Add types to indirectly called assembly functionsSami Tolvanen
2023-08-23riscv: Implement syscall wrappersSami Tolvanen
2023-08-23Merge patch series "riscv: fix ptrace and export VLENB"Palmer Dabbelt
2023-08-23riscv: Require FRAME_POINTER for some configurationsBjörn Töpel
2023-08-22RISC-V: vector: export VLENB csr in __sc_riscv_v_stateAndy Chiu
2023-08-22RISC-V: Remove ptrace support for vectorsPalmer Dabbelt
2023-08-21Merge tag 'riscv-dt-for-v6.6-pt2' of https://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann