summaryrefslogtreecommitdiffstats
path: root/arch/riscv
Commit message (Expand)AuthorAgeFilesLines
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-253-6/+6
* Merge tag 'riscv-for-linus-5.10-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-10-245-95/+93
|\
| * riscv: remove address space overrides using set_fs()Christoph Hellwig2020-10-044-34/+1
| * riscv: implement __get_kernel_nofault and __put_user_nofaultChristoph Hellwig2020-10-041-0/+20
| * riscv: refactor __get_user and __put_userChristoph Hellwig2020-10-041-42/+52
| * riscv: use memcpy based uaccess for nommu againChristoph Hellwig2020-10-043-19/+20
| * Merge branch 'base.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Palmer Dabbelt2020-10-041-0/+1
| |\
* | \ Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-231-3/+1
|\ \ \
| * | | tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe2020-10-171-3/+1
* | | | Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2020-10-223-5/+3
|\ \ \ \
| * | | | kbuild: explicitly specify the build id styleBill Wendling2020-10-091-1/+1
| * | | | kbuild: preprocess module linker scriptMasahiro Yamada2020-09-252-4/+2
* | | | | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-10-221-0/+1
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | uaccess: add infrastructure for kernel builds with set_fs()Christoph Hellwig2020-09-081-0/+1
* | | | | Merge tag 'riscv-for-linus-5.10-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-10-1925-239/+936
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | RISC-V: Add page table dump support for uefiAtish Patra2020-10-021-6/+42
| * | | RISC-V: Add EFI runtime servicesAtish Patra2020-10-028-3/+132
| * | | RISC-V: Add EFI stub support.Atish Patra2020-10-024-0/+59
| * | | RISC-V: Add PE/COFF header for EFI stubAtish Patra2020-10-025-2/+212
| * | | RISC-V: Implement late mapping page table allocation functionsAtish Patra2020-10-021-31/+99
| * | | RISC-V: Add early ioremap supportAtish Patra2020-10-026-0/+51
| * | | RISC-V: Move DT mapping outof fixmapAnup Patel2020-10-026-22/+20
| * | | RISC-V: Fix duplicate included thread_info.hTian Tao2020-09-151-1/+0
| * | | riscv/mm/fault: Set FAULT_FLAG_INSTRUCTION flag in do_page_fault()Pekka Enberg2020-09-151-1/+2
| * | | riscv/mm/fault: Fix inline placement in vmalloc_fault() declarationPekka Enberg2020-09-151-1/+1
| * | | riscv: Add cache information in AUX vectorZong Li2020-09-154-2/+71
| * | | riscv: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFOZong Li2020-09-151-0/+3
| * | | riscv: Set more data to cacheinfoZong Li2020-09-151-15/+51
| * | | riscv/mm/fault: Move access error check to functionPekka Enberg2020-09-151-21/+27
| * | | riscv/mm/fault: Move FAULT_FLAG_WRITE handling in do_page_fault()Pekka Enberg2020-09-151-1/+3
| * | | riscv/mm/fault: Simplify mm_fault_error()Pekka Enberg2020-09-151-23/+18
| * | | riscv/mm/fault: Move fault error handling to mm_fault_error()Pekka Enberg2020-09-151-25/+31
| * | | riscv/mm/fault: Simplify fault error handlingPekka Enberg2020-09-151-10/+8
| * | | riscv/mm/fault: Move vmalloc fault handling to vmalloc_fault()Pekka Enberg2020-09-151-82/+82
| * | | riscv/mm/fault: Move bad area handling to bad_area()Pekka Enberg2020-09-151-27/+40
| * | | riscv/mm/fault: Move no context handling to no_context()Pekka Enberg2020-09-151-31/+52
| * | | riscv/mm: Simplify retry logic in do_page_fault()Pekka Enberg2020-09-151-11/+9
| | |/ | |/|
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-10-142-30/+16
|\ \ \
| * | | memblock: use separate iterators for memory and reserved regionsMike Rapoport2020-10-131-1/+1
| * | | arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport2020-10-132-20/+15
| * | | riscv: drop unneeded node initializationMike Rapoport2020-10-131-9/+0
* | | | Merge tag 'seccomp-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-131-13/+0
|\ \ \ \ | |/ / / |/| | |
| * | | seccomp: Move config option SECCOMP to arch/KconfigYiFei Zhu2020-10-081-13/+0
| |/ /
* | | Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-121-0/+1
|\ \ \
| * | | vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGKees Cook2020-09-011-0/+1
* | | | riscv: Fixup bootup failure with HARDENED_USERCOPYGuo Ren2020-10-061-2/+3
* | | | RISC-V: Make sure memblock reserves the memory containing DTAtish Patra2020-10-041-0/+1
* | | | RISC-V: Check clint_time_val before useAnup Patel2020-09-302-4/+13
* | | | Merge tag 'riscv-for-linus-5.9-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-09-207-6/+87
|\ \ \ \
| * | | | RISC-V: Resurrect the MMIO timer implementation for M-mode systemsPalmer Dabbelt2020-09-193-0/+54