summaryrefslogtreecommitdiffstats
path: root/arch/riscv/include
AgeCommit message (Expand)AuthorFilesLines
2021-04-26riscv: Introduce alternative mechanism to apply errata solutionVincent Chen7-0/+205
2021-04-26riscv: Add 3 SBI wrapper functions to get cpu manufacturer informationVincent Chen1-0/+3
2021-03-09riscv: Add ARCH_HAS_FORTIFY_SOURCEKefeng Wang1-0/+5
2021-02-26Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds21-58/+249
2021-02-22riscv: Improve kasan definitionsAlexandre Ghiti1-3/+19
2021-02-22riscv: Remove unnecessary declarationKefeng Wang1-3/+0
2021-02-22RISC-V: Add a non-void return for sbi v02 functionsAtish Patra1-5/+5
2021-02-18RISC-V: Implement ASID allocatorAnup Patel3-0/+18
2021-02-18RISC-V: remove unneeded semicolonChengyang Fan1-1/+1
2021-02-02riscv: Align on L1_CACHE_BYTES when STRICT_KERNEL_RWXSebastien Van Cauwenberghe1-3/+3
2021-02-02riscv: virt_addr_valid must check the address belongs to linear mappingAlexandre Ghiti1-1/+4
2021-01-14riscv: Add dump stack in show_regsKefeng Wang2-0/+3
2021-01-14riscv: Enable per-task stack canariesGuo Ren1-1/+2
2021-01-14riscv: Add support for function error injectionGuo Ren1-0/+6
2021-01-14riscv: Add uprobes supportedGuo Ren3-1/+44
2021-01-14riscv: Add kprobes supportedGuo Ren2-0/+64
2021-01-14RISC-V: Implement ptrace regs and stack APIPatrick Stählin1-0/+29
2021-01-14riscv: Add numa support for riscv64 platformAtish Patra3-0/+35
2021-01-14riscv: Add support pte_protnone and pmd_protnone if CONFIG_NUMA_BALANCINGGreentime Hu1-0/+20
2021-01-14riscv: Separate memory init from paging initAtish Patra1-0/+1
2021-01-12riscv: Fixup CONFIG_GENERIC_TIME_VSYSCALLGuo Ren1-1/+1
2021-01-09riscv: Drop a duplicated PAGE_KERNEL_EXECKefeng Wang1-1/+0
2021-01-07riscv: Fix builtin DTB handlingDamien Le Moal1-38/+0
2021-01-07riscv: Cleanup sbi function stubs when RISCV_SBI disabledKefeng Wang1-7/+3
2020-12-29local64.h: make <asm/local64.h> mandatoryRandy Dunlap1-1/+0
2020-12-24Merge tag 'efi_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-6/+0
2020-12-18Merge tag 'riscv-for-linus-5.11-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-4/+27
2020-12-16Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+4
2020-12-16Merge tag 'seccomp-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+10
2020-12-15Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-20/+2
2020-12-15arch, mm: make kernel_page_present() always availableMike Rapoport1-0/+1
2020-12-15arch, mm: restore dependency of __kernel_map_pages() on DEBUG_PAGEALLOCMike Rapoport1-2/+0
2020-12-12Merge tag 'riscv-for-linus-5.10-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+2
2020-12-12riscv: add support for TIF_NOTIFY_SIGNALJens Axboe1-1/+4
2020-12-10RISC-V: Define get_cycles64() regardless of M-modePalmer Dabbelt1-2/+2
2020-12-10riscv: provide memmove implementationNylon Chen1-4/+4
2020-12-09efi: stub: get rid of efi_get_max_fdt_addr()Ard Biesheuvel1-6/+0
2020-11-28Merge tag 'riscv-for-linus-5.10-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+2
2020-11-25RISC-V: Protect all kernel sections including init earlyAtish Patra2-0/+6
2020-11-25RISC-V: fix barrier() use in <vdso/processor.h>Randy Dunlap1-0/+2
2020-11-20riscv: Make stack walk callback consistent with generic codeKefeng Wang1-1/+1
2020-11-20riscv: Cleanup stacktraceKefeng Wang1-0/+17
2020-11-20riscv: Enable seccomp architecture trackingYiFei Zhu1-0/+10
2020-11-16arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where neededArnd Bergmann1-0/+2
2020-11-06riscv: uaccess: fix __put_kernel_nofault()Changbin Du1-1/+1
2020-10-27riscv: use asm-generic/mmu_context.h for no-op implementationsNicholas Piggin1-20/+2
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches1-2/+2
2020-10-24Merge tag 'riscv-for-linus-5.10-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-92/+91
2020-10-22Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-0/+9
2020-10-19Merge tag 'riscv-for-linus-5.10-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds10-3/+132