summaryrefslogtreecommitdiff
path: root/arch/riscv/include/asm
AgeCommit message (Expand)AuthorFilesLines
2023-11-06riscv: rt: add riscv lazy preempt support.minda.chen2-2/+129
2023-11-06locking: Allow to include asm/spinlock_types.h from linux/spinlock_types_raw.hSebastian Andrzej Siewior1-1/+1
2023-04-03riscv: optimized memcpy Write a C version of memcpy() which uses the biggest ...Matteo Croce1-2/+4
2023-01-06Merge branch 'CR_3049_Hibernation_mason.huo' into 'jh7110-5.15.y-devel'andy.hu3-0/+25
2023-01-05riscv: kernel: Support hibernation resume for JH7110Sia Jee Heng2-0/+6
2023-01-05riscv: kernel: Expand functionlity of swsusp_arch_suspend for JH7110Sia Jee Heng1-0/+8
2023-01-05riscv: kernel: Add support for hibernate/suspend to diskSia Jee Heng2-0/+11
2023-01-03RISC-V: Add sscofpmf extension supportAtish Patra2-1/+8
2023-01-03RISC-V: Improve /proc/cpuinfo output for ISA extensionsAtish Patra1-0/+7
2023-01-03RISC-V: Implement multi-letter ISA extension probing frameworkAtish Patra1-0/+18
2023-01-03RISC-V: Add RISC-V SBI PMU extension definitionsAtish Patra1-0/+96
2023-01-03RISC-V: Add CSR encodings for all HPMCOUNTERSAtish Patra1-0/+58
2023-01-03RISC-V: Remove the current perf implementationAtish Patra1-72/+0
2022-10-27RISC-V: Avoid using per cpu array for ordered bootingAtish Patra1-0/+25
2022-10-27RISC-V: Use SBI SRST extension when availableAnup Patel1-0/+16
2022-07-05riscv: Add the make function for SBI versionmason.huo1-0/+8
2022-07-05RISC-V: Add SBI HSM suspend related definesmason.huo1-5/+21
2022-07-05RISC-V: Add arch functions for non-retentive suspend entry/exitAnup Patel2-0/+63
2022-07-05RISC-V: Enable CPU_IDLE driversAnup Patel1-0/+24
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
2021-07-23Merge tag 'drm-misc-next-2021-07-22' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-4/+1
2021-07-22RISC-V: load initrd wherever it fits into memoryHeinrich Schuchardt1-2/+2
2021-07-21drivers/firmware: consolidate EFI framebuffer setup for all archesJavier Martinez Canillas1-4/+1
2021-07-09Merge tag 'riscv-for-linus-5.14-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds16-81/+374
2021-07-08mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V1-2/+2
2021-07-08arch, mm: wire up memfd_secret system call where relevantMike Rapoport1-0/+1
2021-07-06riscv: add VMAP_STACK overflow detectionTong Tiangen2-0/+18
2021-07-06riscv: ptrace: add argn syntaxJeff Xie1-0/+31
2021-07-06riscv: mm: fix build errors caused by mk_pmd()Nanyong Sun2-5/+2
2021-07-06riscv: Introduce structure that group all variables regarding kernel mappingAlexandre Ghiti1-24/+30
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-4/+0
2021-07-01mm/thp: define default pmd_pgtable()Anshuman Khandual1-2/+0
2021-07-01mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual1-2/+0
2021-07-01Merge branch 'riscv-wx-mappings' into for-nextPalmer Dabbelt4-20/+50
2021-07-01riscv: Map the kernel with correct permissions the first timeAlexandre Ghiti3-9/+29
2021-07-01riscv: Introduce set_kernel_memory helperAlexandre Ghiti1-0/+16
2021-07-01riscv: Enable KFENCE for riscv64Liu Shixin1-0/+63