summaryrefslogtreecommitdiff
path: root/arch/riscv/include/asm
AgeCommit message (Expand)AuthorFilesLines
2025-08-28sched: Add wrapper for get_wchan() to keep task blockedKees Cook1-1/+1
2025-05-02riscv: Avoid fortify warning in syscall_get_arguments()Nathan Chancellor1-2/+5
2025-05-02riscv: KGDB: Do not inline arch_kgdb_breakpoint()WangYuli1-8/+1
2025-04-10riscv: ftrace: Add parentheses in macro definitions of make_call_t0 and make_...Juhan Jin1-2/+2
2024-05-02riscv: Fix TASK_SIZE on 64-bit NOMMUSamuel Holland1-1/+1
2024-05-02riscv: fix VMALLOC_START definitionBaoquan He1-1/+1
2024-04-10riscv: Fix spurious errors from __get/put_kernel_nofaultSamuel Holland1-2/+2
2024-03-06riscv: Sparse-Memory/vmemmap out-of-bounds fixDimitris Vlachos1-1/+1
2024-03-01RISC-V: fix funct4 definition for c.jalr in parse_asm.hHeiko Stuebner1-1/+1
2024-02-23arch: consolidate arch_irq_work_raise prototypesArnd Bergmann1-1/+1
2024-01-26riscv: Check if the code to patch lies in the exit sectionAlexandre Ghiti1-0/+1
2023-08-16riscv,mmio: Fix readX()-to-delay() orderingAndrea Parri1-8/+8
2023-05-01riscv: Move early dtb mapping into the fixmap regionAlexandre Ghiti2-2/+14
2023-03-30riscv: mm: Fix incorrect ASID argument when flushing TLBDylan Jhong1-0/+2
2023-03-22Revert "riscv: mm: notify remote harts about mmu cache updates"Sergey Matyukevich2-20/+0
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-10riscv: ftrace: Reduce the detour code size to halfGuo Ren1-12/+38
2023-03-10riscv: jump_label: Fixup unaligned arch_static_branch functionAndy Chiu1-0/+2
2023-03-10riscv: mm: fix regression due to update_mmu_cache changeSergey Matyukevich1-1/+1
2023-03-10RISC-V: add a spin_shadow_stack declarationConor Dooley1-0/+1
2023-01-12riscv: uaccess: fix type of 0 variable on error in get_user()Ben Dooks1-1/+1
2023-01-12riscv: mm: notify remote harts about mmu cache updatesSergey Matyukevich3-1/+21
2022-12-31riscv/mm: add arch hook arch_clear_hugepage_flagsTong Tiangen1-0/+6
2022-12-08riscv: fix race when vmap stack overflowJisheng Zhang1-0/+1
2022-12-08riscv: Sync efi page table's kernel mappings before switchingAlexandre Ghiti2-4/+13
2022-10-26RISC-V: Make port I/O string accessors actually workMaciej W. Rozycki1-8/+8
2022-08-31riscv: traps: add missing prototypeConor Dooley1-0/+2
2022-06-09riscv: Move alternative length validation into subsectionNathan Chancellor1-2/+2
2022-06-09riscv: Wire up memfd_secret in UAPI headerTobias Klauser1-1/+0
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
2022-01-27RISC-V: Use common riscv_cpuid_to_hartid_mask() for both SMP=y and SMP=nSean Christopherson1-8/+2
2022-01-05efi: Move efifb_setup_from_dmi() prototype from arch headersJavier Martinez Canillas1-1/+0
2021-10-29riscv: Fix asan-stack clang buildAlexandre Ghiti1-2/+1
2021-10-02riscv/vdso: Move vdso data page up frontTong Tiangen1-0/+2
2021-10-02riscv/vdso: Refactor asm/vdso.hTong Tiangen2-6/+11
2021-09-11riscv: Improve stack randomisation on RV64Kefeng Wang1-0/+3
2021-09-05Merge tag 'riscv-for-linus-5.15-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-28/+24
2021-09-01Merge tag 'drm-next-2021-08-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-4/+1
2021-08-26RISC-V: Fix VDSO build for !MMUPalmer Dabbelt1-0/+9
2021-08-25riscv: explicitly use symbol offsets for VDSOSaleem Abdulrasool1-12/+2
2021-08-14riscv: fix the global name pfn_base confliction errorKenneth Lee1-2/+2
2021-08-12riscv: Introduce va_kernel_pa_offset for 32-bit kernelAlexandre Ghiti1-13/+2
2021-08-12riscv: Optimize kernel virtual address conversion macroAlexandre Ghiti1-1/+1
2021-08-07riscv: Get rid of CONFIG_PHYS_RAM_BASE in kernel physical address conversionAlexandre Ghiti1-3/+4
2021-08-04riscv: Implement thread_struct whitelist for hardened usercopyTong Tiangen1-0/+8
2021-07-26Backmerge tag 'v5.14-rc3' into drm-nextDave Airlie1-2/+2