summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
2020-10-03RISC-V: Add PE/COFF header for EFI stubAtish Patra5-2/+212
2020-10-03RISC-V: Implement late mapping page table allocation functionsAtish Patra1-31/+99
2020-10-03RISC-V: Add early ioremap supportAtish Patra6-0/+51
2020-10-03RISC-V: Move DT mapping outof fixmapAnup Patel6-22/+20
2020-09-30RISC-V: Check clint_time_val before useAnup Patel2-4/+13
2020-09-24kbuild: preprocess module linker scriptMasahiro Yamada2-4/+2
2020-09-20Merge tag 'riscv-for-linus-5.9-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-6/+87
2020-09-19RISC-V: Resurrect the MMIO timer implementation for M-mode systemsPalmer Dabbelt3-0/+54
2020-09-19riscv: Fix Kendryte K210 device treeDamien Le Moal1-2/+4
2020-09-19riscv: Add sfence.vma after early page table changesGreentime Hu1-4/+3
2020-09-16RISC-V: Fix duplicate included thread_info.hTian Tao1-1/+0
2020-09-16riscv/mm/fault: Set FAULT_FLAG_INSTRUCTION flag in do_page_fault()Pekka Enberg1-1/+2
2020-09-16riscv/mm/fault: Fix inline placement in vmalloc_fault() declarationPekka Enberg1-1/+1
2020-09-16riscv: Add cache information in AUX vectorZong Li4-2/+71
2020-09-16riscv: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFOZong Li1-0/+3
2020-09-16riscv: Set more data to cacheinfoZong Li1-15/+51
2020-09-16riscv/mm/fault: Move access error check to functionPekka Enberg1-21/+27
2020-09-16riscv/mm/fault: Move FAULT_FLAG_WRITE handling in do_page_fault()Pekka Enberg1-1/+3
2020-09-16riscv/mm/fault: Simplify mm_fault_error()Pekka Enberg1-23/+18
2020-09-16riscv/mm/fault: Move fault error handling to mm_fault_error()Pekka Enberg1-25/+31
2020-09-16riscv/mm/fault: Simplify fault error handlingPekka Enberg1-10/+8
2020-09-16riscv/mm/fault: Move vmalloc fault handling to vmalloc_fault()Pekka Enberg1-82/+82
2020-09-16riscv/mm/fault: Move bad area handling to bad_area()Pekka Enberg1-27/+40
2020-09-16riscv/mm/fault: Move no context handling to no_context()Pekka Enberg1-31/+52
2020-09-16riscv/mm: Simplify retry logic in do_page_fault()Pekka Enberg1-11/+9
2020-09-11RISC-V: Take text_mutex in ftrace_init_nop()Palmer Dabbelt2-0/+26
2020-09-09uaccess: add infrastructure for kernel builds with set_fs()Christoph Hellwig1-0/+1
2020-09-01vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGKees Cook1-0/+1
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-3/+3
2020-08-20riscv: Add SiFive drivers to rv32_defconfigBin Meng1-0/+5
2020-08-20RISC-V: Remove CLINT related code from timer and archAnup Patel10-109/+13
2020-08-20RISC-V: Add mechanism to provide custom IPI operationsAnup Patel6-48/+79
2020-08-16Merge tag 'riscv-for-linus-5.9-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-8/+17
2020-08-15riscv: Setup exception vector for nommu platformQiu Wenbo1-8/+17
2020-08-15Merge tag 'timers-urgent-2020-08-14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+2
2020-08-12mm/riscv: use general page fault accountingPeter Xu1-15/+1
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu1-1/+1
2020-08-12uaccess: remove segment_eqChristoph Hellwig1-3/+1
2020-08-12riscv: include <asm/pgtable.h> in <asm/uaccess.h>Christoph Hellwig1-0/+2
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-20/+2
2020-08-07mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport1-1/+0
2020-08-07mm/sparsemem: enable vmem_altmap support in vmemmap_populate_basepages()Anshuman Khandual1-1/+1
2020-08-07asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport1-5/+0
2020-08-07asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()Mike Rapoport1-12/+1
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport1-1/+0
2020-08-07Merge tag 'riscv-for-linus-5.9-mw0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds28-34/+316
2020-08-07Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-22/+11
2020-08-06vdso/treewide: Add vdso_data pointer argument to __arch_get_hw_counter()Thomas Gleixner1-1/+2
2020-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds4-153/+643
2020-08-05riscv: disable stack-protector for vDSOTobias Klauser1-0/+2