summaryrefslogtreecommitdiffstats
path: root/arch/riscv
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-11-291-1/+1
|\
| * sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra2020-11-241-1/+1
* | Merge tag 'riscv-for-linus-5.10-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-11-283-1/+4
|\ \
| * | RISC-V: fix barrier() use in <vdso/processor.h>Randy Dunlap2020-11-251-0/+2
| * | RISC-V: Add missing jump label initializationAnup Patel2020-11-251-0/+1
| * | riscv: Explicitly specify the build id style in vDSO Makefile againNathan Chancellor2020-11-251-1/+1
* | | Merge tag 'asm-generic-fixes-5.10-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-11-271-0/+2
|\ \ \ | |/ / |/| |
| * | arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where neededArnd Bergmann2020-11-161-0/+2
| |/
* | Merge tag 'perf-urgent-2020-11-15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-11-151-2/+1
|\ \ | |/ |/|
| * perf/arch: Remove perf_sample_data::regs_user_copyPeter Zijlstra2020-11-091-2/+1
* | RISC-V: Fix the VDSO symbol generaton for binutils-2.35+Palmer Dabbelt2020-11-063-9/+16
* | RISC-V: Use non-PGD mappings for early DTB accessAnup Patel2020-11-061-0/+14
* | riscv: uaccess: fix __put_kernel_nofault()Changbin Du2020-11-061-1/+1
* | riscv: fix pfn_to_virt err in do_page_fault().Liu Shaohua2020-11-051-1/+3
* | riscv: Set text_offset correctly for M-ModeSean Anderson2020-11-051-0/+5
* | RISC-V: Remove any memblock representing unusable memory areaAtish Patra2020-11-051-11/+7
* | risc-v: kernel: ftrace: Fixes improper SPDX comment styleRyan Kosta2020-11-041-1/+1
|/
* 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