summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)Author
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
2023-08-21merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton
2023-08-21treewide: drop CONFIG_EMBEDDEDRandy Dunlap
2023-08-21riscv: include asm/cacheflush.h in asm/hugetlb.hHugh Dickins
2023-08-21riscv: convert alloc_{pmd, pte}_late() to use ptdescsVishal Moola (Oracle)
2023-08-21mm: enable page walking API to lock vmas during the walkSuren Baghdasaryan
2023-08-21efi/riscv: Move EFI runtime call setup/teardown helpers out of lineArd Biesheuvel
2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-18Merge tag 'riscv-for-linus-6.5-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-08-18kexec: rename ARCH_HAS_KEXEC_PURGATORYEric DeVolder
2023-08-18riscv/kexec: refactor for kernel/Kconfig.kexecEric DeVolder
2023-08-18mm/vmemmap optimization: split hugetlb and devdax vmemmap optimizationAneesh Kumar K.V
2023-08-18mm: remove CONFIG_PER_VMA_LOCK ifdefsMatthew Wilcox (Oracle)
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pud_setKemeng Shi
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pmd_setKemeng Shi
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pte_setKemeng Shi
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pmd_clearKemeng Shi
2023-08-18mm/page_table_check: remove unused parameter in [__]page_table_check_pte_clearKemeng Shi