aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv/include
AgeCommit message (Expand)Author
2024-05-02riscv: Fix TASK_SIZE on 64-bit NOMMUSamuel Holland
2024-05-02riscv: fix VMALLOC_START definitionBaoquan He
2024-05-02riscv: Enable per-task stack canariesGuo Ren
2024-04-13riscv: Fix spurious errors from __get/put_kernel_nofaultSamuel Holland
2024-03-06riscv: Sparse-Memory/vmemmap out-of-bounds fixDimitris Vlachos
2023-08-16riscv,mmio: Fix readX()-to-delay() orderingAndrea Parri
2023-07-27mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V
2023-04-05riscv: Bump COMMAND_LINE_SIZE value to 1024Alexandre Ghiti
2023-03-17RISC-V: Don't check text_mutex during stop_machineConor Dooley
2023-03-17riscv: Add header include guards to insn.hLiao Chang
2023-03-11riscv: jump_label: Fixup unaligned arch_static_branch functionAndy Chiu
2023-03-11RISC-V: fix funct4 definition for c.jalr in parse_asm.hHeiko Stuebner
2023-01-14riscv: uaccess: fix type of 0 variable on error in get_user()Ben Dooks
2023-01-14riscv/mm: add arch hook arch_clear_hugepage_flagsTong Tiangen
2023-01-04riscv: add support for TIF_NOTIFY_SIGNALJens Axboe
2022-11-16riscv: Separate memory init from paging initAtish Patra
2022-10-26RISC-V: Make port I/O string accessors actually workMaciej W. Rozycki
2022-06-09riscv: Fix irq_work when SMP is disabledSamuel Holland
2022-05-30riscv: use fallback for random_get_entropy() instead of zeroJason A. Donenfeld
2022-04-08riscv module: remove (NOLOAD)Fangrui Song
2022-04-08riscv: Increase stack size under KASANDmitry Vyukov
2021-11-02riscv: Fix asan-stack clang buildAlexandre Ghiti
2021-10-13RISC-V: Include clone3() on rv32Palmer Dabbelt
2021-05-22riscv: Workaround mcount name prior to clang-13Nathan Chancellor
2021-04-07riscv: evaluate put_user() arg before enabling user accessBen Dooks
2021-03-25RISC-V: correct enum sbi_ext_rfence_fidHeinrich Schuchardt
2021-02-17riscv: virt_addr_valid must check the address belongs to linear mappingAlexandre Ghiti
2021-01-19riscv: Fixup CONFIG_GENERIC_TIME_VSYSCALLGuo Ren
2021-01-19riscv: Drop a duplicated PAGE_KERNEL_EXECKefeng Wang
2021-01-12local64.h: make <asm/local64.h> mandatoryRandy Dunlap
2020-12-12Merge tag 'riscv-for-linus-5.10-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-12-10RISC-V: Define get_cycles64() regardless of M-modePalmer Dabbelt
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: fix barrier() use in <vdso/processor.h>Randy Dunlap
2020-11-16arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where neededArnd Bergmann
2020-11-06riscv: uaccess: fix __put_kernel_nofault()Changbin Du
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