summaryrefslogtreecommitdiff
path: root/arch/riscv/include/asm
AgeCommit message (Expand)AuthorFilesLines
2023-08-16riscv,mmio: Fix readX()-to-delay() orderingAndrea Parri1-8/+8
2023-07-27mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V1-2/+2
2023-03-17RISC-V: Don't check text_mutex during stop_machineConor Dooley2-1/+3
2023-03-17riscv: Add header include guards to insn.hLiao Chang1-0/+5
2023-03-11riscv: jump_label: Fixup unaligned arch_static_branch functionAndy Chiu1-0/+2
2023-03-11RISC-V: fix funct4 definition for c.jalr in parse_asm.hHeiko Stuebner1-1/+1
2023-01-14riscv: uaccess: fix type of 0 variable on error in get_user()Ben Dooks1-1/+1
2023-01-14riscv/mm: add arch hook arch_clear_hugepage_flagsTong Tiangen1-0/+6
2023-01-04riscv: add support for TIF_NOTIFY_SIGNALJens Axboe1-1/+4
2022-11-16riscv: Separate memory init from paging initAtish Patra1-0/+1
2022-10-26RISC-V: Make port I/O string accessors actually workMaciej W. Rozycki1-8/+8
2022-06-09riscv: Fix irq_work when SMP is disabledSamuel Holland1-1/+1
2022-05-30riscv: use fallback for random_get_entropy() instead of zeroJason A. Donenfeld1-1/+1
2022-04-08riscv module: remove (NOLOAD)Fangrui Song1-3/+3
2022-04-08riscv: Increase stack size under KASANDmitry Vyukov1-2/+8
2021-11-02riscv: Fix asan-stack clang buildAlexandre Ghiti1-2/+1
2021-05-22riscv: Workaround mcount name prior to clang-13Nathan Chancellor1-2/+12
2021-04-07riscv: evaluate put_user() arg before enabling user accessBen Dooks1-2/+5
2021-03-25RISC-V: correct enum sbi_ext_rfence_fidHeinrich Schuchardt1-2/+2
2021-02-17riscv: virt_addr_valid must check the address belongs to linear mappingAlexandre Ghiti1-1/+4
2021-01-19riscv: Fixup CONFIG_GENERIC_TIME_VSYSCALLGuo Ren1-1/+1
2021-01-19riscv: Drop a duplicated PAGE_KERNEL_EXECKefeng Wang1-1/+0
2021-01-12local64.h: make <asm/local64.h> mandatoryRandy Dunlap1-1/+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-11RISC-V: Define get_cycles64() regardless of M-modePalmer Dabbelt1-2/+2
2020-11-29Merge tag 'riscv-for-linus-5.10-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+2
2020-11-25RISC-V: fix barrier() use in <vdso/processor.h>Randy Dunlap1-0/+2
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-26treewide: 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-20Merge tag 'riscv-for-linus-5.10-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds9-3/+108
2020-10-04riscv: remove address space overrides using set_fs()Christoph Hellwig2-32/+1
2020-10-04riscv: implement __get_kernel_nofault and __put_user_nofaultChristoph Hellwig1-0/+20
2020-10-04riscv: refactor __get_user and __put_userChristoph Hellwig1-42/+52
2020-10-04riscv: use memcpy based uaccess for nommu againChristoph Hellwig1-18/+18
2020-10-03RISC-V: Add EFI runtime servicesAtish Patra3-0/+26
2020-10-03RISC-V: Add EFI stub support.Atish Patra1-0/+35
2020-10-03RISC-V: Add PE/COFF header for EFI stubAtish Patra1-0/+13
2020-10-03RISC-V: Add early ioremap supportAtish Patra3-0/+15
2020-10-03RISC-V: Move DT mapping outof fixmapAnup Patel2-3/+1
2020-09-30RISC-V: Check clint_time_val before useAnup Patel2-4/+13
2020-09-24kbuild: preprocess module linker scriptMasahiro Yamada1-0/+9
2020-09-19RISC-V: Resurrect the MMIO timer implementation for M-mode systemsPalmer Dabbelt2-0/+53
2020-09-16riscv: Add cache information in AUX vectorZong Li2-0/+18
2020-09-11RISC-V: Take text_mutex in ftrace_init_nop()Palmer Dabbelt1-0/+7
2020-08-20RISC-V: Remove CLINT related code from timer and archAnup Patel2-35/+7
2020-08-20RISC-V: Add mechanism to provide custom IPI operationsAnup Patel2-25/+19
2020-08-15Merge tag 'timers-urgent-2020-08-14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+2