aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/include
AgeCommit message (Expand)Author
2021-02-22RISC-V: Add a non-void return for sbi v02 functionsAtish Patra
2021-02-18RISC-V: Implement ASID allocatorAnup Patel
2021-02-18RISC-V: remove unneeded semicolonChengyang Fan
2021-01-14riscv: Add dump stack in show_regsKefeng Wang
2021-01-14riscv: Enable per-task stack canariesGuo Ren
2021-01-14riscv: Add support for function error injectionGuo Ren
2021-01-14riscv: Add uprobes supportedGuo Ren
2021-01-14riscv: Add kprobes supportedGuo Ren
2021-01-14RISC-V: Implement ptrace regs and stack APIPatrick Stählin
2021-01-14riscv: Add numa support for riscv64 platformAtish Patra
2021-01-14riscv: Add support pte_protnone and pmd_protnone if CONFIG_NUMA_BALANCINGGreentime Hu
2021-01-14riscv: Separate memory init from paging initAtish Patra
2021-01-07riscv: Fix builtin DTB handlingDamien Le Moal
2021-01-07riscv: Cleanup sbi function stubs when RISCV_SBI disabledKefeng Wang
2020-12-29local64.h: make <asm/local64.h> mandatoryRandy Dunlap
2020-12-24Merge tag 'efi_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-12-18Merge tag 'riscv-for-linus-5.11-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-12-16Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-16Merge tag 'seccomp-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-12-15Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2020-12-15arch, mm: make kernel_page_present() always availableMike Rapoport
2020-12-15arch, mm: restore dependency of __kernel_map_pages() on DEBUG_PAGEALLOCMike Rapoport
2020-12-12Merge tag 'riscv-for-linus-5.10-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-12-12riscv: add support for TIF_NOTIFY_SIGNALJens Axboe
2020-12-10RISC-V: Define get_cycles64() regardless of M-modePalmer Dabbelt
2020-12-10riscv: provide memmove implementationNylon Chen
2020-12-09efi: stub: get rid of efi_get_max_fdt_addr()Ard Biesheuvel
2020-11-28Merge tag 'riscv-for-linus-5.10-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-11-25RISC-V: Protect all kernel sections including init earlyAtish Patra
2020-11-25RISC-V: fix barrier() use in <vdso/processor.h>Randy Dunlap
2020-11-20riscv: Make stack walk callback consistent with generic codeKefeng Wang
2020-11-20riscv: Cleanup stacktraceKefeng Wang
2020-11-20riscv: Enable seccomp architecture trackingYiFei Zhu
2020-11-16arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where neededArnd Bergmann
2020-11-06riscv: uaccess: fix __put_kernel_nofault()Changbin Du
2020-10-27riscv: use asm-generic/mmu_context.h for no-op implementationsNicholas Piggin
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches
2020-10-24Merge tag 'riscv-for-linus-5.10-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-10-22Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2020-10-19Merge tag 'riscv-for-linus-5.10-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-10-04riscv: remove address space overrides using set_fs()Christoph Hellwig
2020-10-04riscv: implement __get_kernel_nofault and __put_user_nofaultChristoph Hellwig
2020-10-04riscv: refactor __get_user and __put_userChristoph Hellwig
2020-10-04riscv: use memcpy based uaccess for nommu againChristoph Hellwig
2020-10-02RISC-V: Add EFI runtime servicesAtish Patra
2020-10-02RISC-V: Add EFI stub support.Atish Patra
2020-10-02RISC-V: Add PE/COFF header for EFI stubAtish Patra
2020-10-02RISC-V: Add early ioremap supportAtish Patra
2020-10-02RISC-V: Move DT mapping outof fixmapAnup Patel
2020-09-30RISC-V: Check clint_time_val before useAnup Patel