summaryrefslogtreecommitdiffstats
path: root/arch/riscv/include/asm
AgeCommit message (Expand)AuthorLines
2020-12-29local64.h: make <asm/local64.h> mandatoryRandy Dunlap-1/+0
2020-12-24Merge tag 'efi_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-6/+0
2020-12-18Merge tag 'riscv-for-linus-5.11-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-4/+27
2020-12-16Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+4
2020-12-16Merge tag 'seccomp-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+10
2020-12-15Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-20/+2
2020-12-15arch, mm: make kernel_page_present() always availableMike Rapoport-0/+1
2020-12-15arch, mm: restore dependency of __kernel_map_pages() on DEBUG_PAGEALLOCMike Rapoport-2/+0
2020-12-12Merge tag 'riscv-for-linus-5.10-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-2/+2
2020-12-12riscv: add support for TIF_NOTIFY_SIGNALJens Axboe-1/+4
2020-12-10RISC-V: Define get_cycles64() regardless of M-modePalmer Dabbelt-2/+2
2020-12-10riscv: provide memmove implementationNylon Chen-4/+4
2020-12-09efi: stub: get rid of efi_get_max_fdt_addr()Ard Biesheuvel-6/+0
2020-11-28Merge tag 'riscv-for-linus-5.10-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+2
2020-11-25RISC-V: Protect all kernel sections including init earlyAtish Patra-0/+6
2020-11-25RISC-V: fix barrier() use in <vdso/processor.h>Randy Dunlap-0/+2
2020-11-20riscv: Make stack walk callback consistent with generic codeKefeng Wang-1/+1
2020-11-20riscv: Cleanup stacktraceKefeng Wang-0/+17
2020-11-20riscv: Enable seccomp architecture trackingYiFei Zhu-0/+10
2020-11-16arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where neededArnd Bergmann-0/+2
2020-11-06riscv: uaccess: fix __put_kernel_nofault()Changbin Du-1/+1
2020-10-27riscv: use asm-generic/mmu_context.h for no-op implementationsNicholas Piggin-20/+2
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches-2/+2
2020-10-24Merge tag 'riscv-for-linus-5.10-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-92/+91
2020-10-22Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-0/+9
2020-10-19Merge tag 'riscv-for-linus-5.10-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-3/+108
2020-10-04riscv: remove address space overrides using set_fs()Christoph Hellwig-32/+1
2020-10-04riscv: implement __get_kernel_nofault and __put_user_nofaultChristoph Hellwig-0/+20
2020-10-04riscv: refactor __get_user and __put_userChristoph Hellwig-42/+52
2020-10-04riscv: use memcpy based uaccess for nommu againChristoph Hellwig-18/+18
2020-10-02RISC-V: Add EFI runtime servicesAtish Patra-0/+26
2020-10-02RISC-V: Add EFI stub support.Atish Patra-0/+35
2020-10-02RISC-V: Add PE/COFF header for EFI stubAtish Patra-0/+13
2020-10-02RISC-V: Add early ioremap supportAtish Patra-0/+15
2020-10-02RISC-V: Move DT mapping outof fixmapAnup Patel-3/+1
2020-09-30RISC-V: Check clint_time_val before useAnup Patel-4/+13
2020-09-25kbuild: preprocess module linker scriptMasahiro Yamada-0/+9
2020-09-19RISC-V: Resurrect the MMIO timer implementation for M-mode systemsPalmer Dabbelt-0/+53
2020-09-15riscv: Add cache information in AUX vectorZong Li-0/+18
2020-09-11RISC-V: Take text_mutex in ftrace_init_nop()Palmer Dabbelt-0/+7
2020-08-20RISC-V: Remove CLINT related code from timer and archAnup Patel-35/+7
2020-08-20RISC-V: Add mechanism to provide custom IPI operationsAnup Patel-25/+19
2020-08-14Merge tag 'timers-urgent-2020-08-14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+2
2020-08-12uaccess: remove segment_eqChristoph Hellwig-3/+1
2020-08-12riscv: include <asm/pgtable.h> in <asm/uaccess.h>Christoph Hellwig-0/+2
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds-17/+1
2020-08-07asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport-5/+0
2020-08-07asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()Mike Rapoport-12/+1
2020-08-07Merge tag 'riscv-for-linus-5.9-mw0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-6/+106
2020-08-06vdso/treewide: Add vdso_data pointer argument to __arch_get_hw_counter()Thomas Gleixner-1/+2