summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)Author
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches
2020-10-24Merge tag 'riscv-for-linus-5.10-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-10-23Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-22Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2020-10-22Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2020-10-19Merge tag 'riscv-for-linus-5.10-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe
2020-10-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-10-13memblock: use separate iterators for memory and reserved regionsMike Rapoport
2020-10-13arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport
2020-10-13riscv: drop unneeded node initializationMike Rapoport
2020-10-13Merge tag 'seccomp-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-10-12Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-10-09kbuild: explicitly specify the build id styleBill Wendling
2020-10-08seccomp: Move config option SECCOMP to arch/KconfigYiFei Zhu
2020-10-06riscv: Fixup bootup failure with HARDENED_USERCOPYGuo Ren
2020-10-04RISC-V: Make sure memblock reserves the memory containing DTAtish Patra
2020-10-04riscv: remove address space overrides using set_fs()Christoph Hellwig
2020-10-04riscv: implement __get_kernel_nofault and __put_user_nofaultChristoph Hellwig
2020-10-04riscv: refactor __get_user and __put_userChristoph Hellwig
2020-10-04riscv: use memcpy based uaccess for nommu againChristoph Hellwig
2020-10-04Merge branch 'base.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Palmer Dabbelt
2020-10-02RISC-V: Add page table dump support for uefiAtish Patra
2020-10-02RISC-V: Add EFI runtime servicesAtish Patra
2020-10-02RISC-V: Add EFI stub support.Atish Patra
2020-10-02RISC-V: Add PE/COFF header for EFI stubAtish Patra
2020-10-02RISC-V: Implement late mapping page table allocation functionsAtish Patra
2020-10-02RISC-V: Add early ioremap supportAtish Patra
2020-10-02RISC-V: Move DT mapping outof fixmapAnup Patel
2020-09-30RISC-V: Check clint_time_val before useAnup Patel
2020-09-25kbuild: preprocess module linker scriptMasahiro Yamada
2020-09-20Merge tag 'riscv-for-linus-5.9-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-09-19RISC-V: Resurrect the MMIO timer implementation for M-mode systemsPalmer Dabbelt
2020-09-19riscv: Fix Kendryte K210 device treeDamien Le Moal
2020-09-19riscv: Add sfence.vma after early page table changesGreentime Hu
2020-09-15RISC-V: Fix duplicate included thread_info.hTian Tao
2020-09-15riscv/mm/fault: Set FAULT_FLAG_INSTRUCTION flag in do_page_fault()Pekka Enberg
2020-09-15riscv/mm/fault: Fix inline placement in vmalloc_fault() declarationPekka Enberg
2020-09-15riscv: Add cache information in AUX vectorZong Li
2020-09-15riscv: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFOZong Li
2020-09-15riscv: Set more data to cacheinfoZong Li
2020-09-15riscv/mm/fault: Move access error check to functionPekka Enberg
2020-09-15riscv/mm/fault: Move FAULT_FLAG_WRITE handling in do_page_fault()Pekka Enberg
2020-09-15riscv/mm/fault: Simplify mm_fault_error()Pekka Enberg
2020-09-15riscv/mm/fault: Move fault error handling to mm_fault_error()Pekka Enberg
2020-09-15riscv/mm/fault: Simplify fault error handlingPekka Enberg
2020-09-15riscv/mm/fault: Move vmalloc fault handling to vmalloc_fault()Pekka Enberg
2020-09-15riscv/mm/fault: Move bad area handling to bad_area()Pekka Enberg
2020-09-15riscv/mm/fault: Move no context handling to no_context()Pekka Enberg
2020-09-15riscv/mm: Simplify retry logic in do_page_fault()Pekka Enberg