aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
2020-10-14Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-30/+16
2020-10-13memblock: use separate iterators for memory and reserved regionsGravatar Mike Rapoport 1-1/+1
2020-10-13arch, drivers: replace for_each_membock() with for_each_mem_range()Gravatar Mike Rapoport 2-20/+15
2020-10-13riscv: drop unneeded node initializationGravatar Mike Rapoport 1-9/+0
2020-10-13Merge tag 'seccomp-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-13/+0
2020-10-12Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+1
2020-10-08seccomp: Move config option SECCOMP to arch/KconfigGravatar YiFei Zhu 1-13/+0
2020-10-06riscv: Fixup bootup failure with HARDENED_USERCOPYGravatar Guo Ren 1-2/+3
2020-10-04RISC-V: Make sure memblock reserves the memory containing DTGravatar Atish Patra 1-0/+1
2020-09-30RISC-V: Check clint_time_val before useGravatar Anup Patel 2-4/+13
2020-09-20Merge tag 'riscv-for-linus-5.9-rc6' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 7-6/+87
2020-09-19RISC-V: Resurrect the MMIO timer implementation for M-mode systemsGravatar Palmer Dabbelt 3-0/+54
2020-09-19riscv: Fix Kendryte K210 device treeGravatar Damien Le Moal 1-2/+4
2020-09-19riscv: Add sfence.vma after early page table changesGravatar Greentime Hu 1-4/+3
2020-09-11RISC-V: Take text_mutex in ftrace_init_nop()Gravatar Palmer Dabbelt 2-0/+26
2020-09-01vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGGravatar Kees Cook 1-0/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 2-3/+3
2020-08-20riscv: Add SiFive drivers to rv32_defconfigGravatar Bin Meng 1-0/+5
2020-08-20RISC-V: Remove CLINT related code from timer and archGravatar Anup Patel 10-109/+13
2020-08-20RISC-V: Add mechanism to provide custom IPI operationsGravatar Anup Patel 6-48/+79
2020-08-15Merge tag 'riscv-for-linus-5.9-mw1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-8/+17
2020-08-14riscv: Setup exception vector for nommu platformGravatar Qiu Wenbo 1-8/+17
2020-08-14Merge tag 'timers-urgent-2020-08-14' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+2
2020-08-12mm/riscv: use general page fault accountingGravatar Peter Xu 1-15/+1
2020-08-12mm: do page fault accounting in handle_mm_faultGravatar Peter Xu 1-1/+1
2020-08-12uaccess: remove segment_eqGravatar Christoph Hellwig 1-3/+1
2020-08-12riscv: include <asm/pgtable.h> in <asm/uaccess.h>Gravatar Christoph Hellwig 1-0/+2
2020-08-07Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 3-20/+2
2020-08-07mm/sparse: cleanup the code surrounding memory_present()Gravatar Mike Rapoport 1-1/+0
2020-08-07mm/sparsemem: enable vmem_altmap support in vmemmap_populate_basepages()Gravatar Anshuman Khandual 1-1/+1
2020-08-07asm-generic: pgalloc: provide generic pgd_free()Gravatar Mike Rapoport 1-5/+0
2020-08-07asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()Gravatar Mike Rapoport 1-12/+1
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Gravatar Mike Rapoport 1-1/+0
2020-08-07Merge tag 'riscv-for-linus-5.9-mw0' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 28-34/+316
2020-08-07Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-22/+11
2020-08-06vdso/treewide: Add vdso_data pointer argument to __arch_get_hw_counter()Gravatar Thomas Gleixner 1-1/+2
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 4-153/+643
2020-08-04riscv: disable stack-protector for vDSOGravatar Tobias Klauser 1-0/+2
2020-08-04RISC-V: Fix build warning for smpboot.cGravatar Atish Patra 2-1/+4
2020-08-04Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Gravatar Linus Torvalds 2-3/+2
2020-08-03Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+0
2020-08-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-0/+1
2020-07-31Merge branch 'linus' into locking/core, to resolve conflictGravatar Ingo Molnar 2-23/+47
2020-07-30riscv: fix build warning of mm/pageattrGravatar Zong Li 1-1/+2
2020-07-30riscv: Fix build warning for mm/initGravatar Zong Li 1-1/+1
2020-07-30RISC-V: Setup exception vector earlyGravatar Atish Patra 3-10/+10
2020-07-30riscv: Select ARCH_HAS_DEBUG_VM_PGTABLEGravatar Emil Renner Berthing 1-0/+1
2020-07-30riscv: Use generic pgprot_* macros from <linux/pgtable.h>Gravatar Pekka Enberg 1-6/+0
2020-07-30riscv: Cleanup unnecessary define in asm-offset.cGravatar Guo Ren 2-8/+1
2020-07-30riscv: Add jump-label implementationGravatar Emil Renner Berthing 8-0/+121