summaryrefslogtreecommitdiffstats
path: root/arch/riscv
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| * | | | riscv: Fix Kendryte K210 device treeDamien Le Moal2020-09-191-2/+4
| * | | | riscv: Add sfence.vma after early page table changesGreentime Hu2020-09-191-4/+3
| * | | | RISC-V: Take text_mutex in ftrace_init_nop()Palmer Dabbelt2020-09-112-0/+26
| | |/ / | |/| |
* / | | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-3/+3
|/ / /
* | | riscv: Add SiFive drivers to rv32_defconfigBin Meng2020-08-201-0/+5
* | | RISC-V: Remove CLINT related code from timer and archAnup Patel2020-08-2010-109/+13
* | | RISC-V: Add mechanism to provide custom IPI operationsAnup Patel2020-08-206-48/+79
| |/ |/|
* | Merge tag 'riscv-for-linus-5.9-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-08-151-8/+17
|\ \
| * | riscv: Setup exception vector for nommu platformQiu Wenbo2020-08-141-8/+17
* | | Merge tag 'timers-urgent-2020-08-14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-08-141-1/+2
|\ \ \ | |_|/ |/| |
| * | vdso/treewide: Add vdso_data pointer argument to __arch_get_hw_counter()Thomas Gleixner2020-08-061-1/+2
* | | mm/riscv: use general page fault accountingPeter Xu2020-08-121-15/+1
* | | mm: do page fault accounting in handle_mm_faultPeter Xu2020-08-121-1/+1
* | | uaccess: remove segment_eqChristoph Hellwig2020-08-121-3/+1
* | | riscv: include <asm/pgtable.h> in <asm/uaccess.h>Christoph Hellwig2020-08-121-0/+2
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-073-20/+2
|\ \ \ | |_|/ |/| |
| * | mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport2020-08-071-1/+0
| * | mm/sparsemem: enable vmem_altmap support in vmemmap_populate_basepages()Anshuman Khandual2020-08-071-1/+1
| * | asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport2020-08-071-5/+0
| * | asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()Mike Rapoport2020-08-071-12/+1
| * | mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-071-1/+0
* | | Merge tag 'riscv-for-linus-5.9-mw0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-08-0728-34/+316
|\ \ \
| * | | riscv: disable stack-protector for vDSOTobias Klauser2020-08-041-0/+2
| * | | RISC-V: Fix build warning for smpboot.cAtish Patra2020-08-042-1/+4
| * | | riscv: fix build warning of mm/pageattrZong Li2020-07-301-1/+2
| * | | riscv: Fix build warning for mm/initZong Li2020-07-301-1/+1
| * | | RISC-V: Setup exception vector earlyAtish Patra2020-07-303-10/+10
| * | | riscv: Select ARCH_HAS_DEBUG_VM_PGTABLEEmil Renner Berthing2020-07-301-0/+1
| * | | riscv: Use generic pgprot_* macros from <linux/pgtable.h>Pekka Enberg2020-07-301-6/+0
| * | | riscv: Cleanup unnecessary define in asm-offset.cGuo Ren2020-07-302-8/+1
| * | | riscv: Add jump-label implementationEmil Renner Berthing2020-07-308-0/+121
| * | | riscv: Support R_RISCV_ADD64 and R_RISCV_SUB64 relocsEmil Renner Berthing2020-07-301-0/+16
| * | | Replace HTTP links with HTTPS ones: RISC-VAlexander A. Klimov2020-07-301-1/+1