summaryrefslogtreecommitdiffstats
path: root/arch/riscv/include
Commit message (Expand)AuthorAgeFilesLines
* riscv: Add support pte_protnone and pmd_protnone if CONFIG_NUMA_BALANCINGGreentime Hu2021-01-141-0/+20
* riscv: Separate memory init from paging initAtish Patra2021-01-141-0/+1
* riscv: Fix builtin DTB handlingDamien Le Moal2021-01-071-38/+0
* riscv: Cleanup sbi function stubs when RISCV_SBI disabledKefeng Wang2021-01-071-7/+3
* local64.h: make <asm/local64.h> mandatoryRandy Dunlap2020-12-291-1/+0
* Merge tag 'efi_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-241-6/+0
|\
| * efi: stub: get rid of efi_get_max_fdt_addr()Ard Biesheuvel2020-12-091-6/+0
* | Merge tag 'riscv-for-linus-5.11-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-12-184-4/+27
|\ \
| * | riscv: provide memmove implementationNylon Chen2020-12-101-4/+4
| * | RISC-V: Protect all kernel sections including init earlyAtish Patra2020-11-252-0/+6
| * | riscv: Make stack walk callback consistent with generic codeKefeng Wang2020-11-201-1/+1
| * | riscv: Cleanup stacktraceKefeng Wang2020-11-201-0/+17
| |/
* | Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-1/+4
|\ \
| * | riscv: add support for TIF_NOTIFY_SIGNALJens Axboe2020-12-121-1/+4
* | | Merge tag 'seccomp-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-161-0/+10
|\ \ \
| * | | riscv: Enable seccomp architecture trackingYiFei Zhu2020-11-201-0/+10
| |/ /
* | | Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2020-12-151-20/+2
|\ \ \
| * | | riscv: use asm-generic/mmu_context.h for no-op implementationsNicholas Piggin2020-10-271-20/+2
| | |/ | |/|
* | | arch, mm: make kernel_page_present() always availableMike Rapoport2020-12-151-0/+1
* | | arch, mm: restore dependency of __kernel_map_pages() on DEBUG_PAGEALLOCMike Rapoport2020-12-151-2/+0
* | | Merge tag 'riscv-for-linus-5.10-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-12-121-2/+2
|\ \ \
| * | | RISC-V: Define get_cycles64() regardless of M-modePalmer Dabbelt2020-12-101-2/+2
* | | | Merge tag 'riscv-for-linus-5.10-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-11-281-0/+2
|\| | |
| * | | RISC-V: fix barrier() use in <vdso/processor.h>Randy Dunlap2020-11-251-0/+2
| | |/ | |/|
* / | arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where neededArnd Bergmann2020-11-161-0/+2
|/ /
* / riscv: uaccess: fix __put_kernel_nofault()Changbin Du2020-11-061-1/+1
|/
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-2/+2
* Merge tag 'riscv-for-linus-5.10-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-10-242-92/+91
|\
| * riscv: remove address space overrides using set_fs()Christoph Hellwig2020-10-042-32/+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-041-18/+18
* | Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2020-10-221-0/+9
|\ \
| * | kbuild: preprocess module linker scriptMasahiro Yamada2020-09-251-0/+9
* | | Merge tag 'riscv-for-linus-5.10-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-10-1910-3/+132
|\ \ \ | | |/ | |/|
| * | RISC-V: Add EFI runtime servicesAtish Patra2020-10-023-0/+26
| * | RISC-V: Add EFI stub support.Atish Patra2020-10-021-0/+35
| * | RISC-V: Add PE/COFF header for EFI stubAtish Patra2020-10-021-0/+13
| * | RISC-V: Add early ioremap supportAtish Patra2020-10-023-0/+15
| * | RISC-V: Move DT mapping outof fixmapAnup Patel2020-10-022-3/+1
| * | riscv: Add cache information in AUX vectorZong Li2020-09-153-1/+40
| * | riscv: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFOZong Li2020-09-151-0/+3
| |/
* | RISC-V: Check clint_time_val before useAnup Patel2020-09-302-4/+13
* | RISC-V: Resurrect the MMIO timer implementation for M-mode systemsPalmer Dabbelt2020-09-192-0/+53
* | RISC-V: Take text_mutex in ftrace_init_nop()Palmer Dabbelt2020-09-111-0/+7
|/
* RISC-V: Remove CLINT related code from timer and archAnup Patel2020-08-202-35/+7
* RISC-V: Add mechanism to provide custom IPI operationsAnup Patel2020-08-202-25/+19
* 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
* | uaccess: remove segment_eqChristoph Hellwig2020-08-121-3/+1