summaryrefslogtreecommitdiff
path: root/arch/riscv/include
AgeCommit message (Expand)Author
2021-10-04Merge remote-tracking branch 'palmer/riscv-clone3' into fixesPalmer Dabbelt
2021-10-04RISC-V: Include clone3() on rv32Palmer Dabbelt
2021-10-02riscv/vdso: Move vdso data page up frontTong Tiangen
2021-10-02riscv/vdso: Refactor asm/vdso.hTong Tiangen
2021-09-10riscv: Improve stack randomisation on RV64Kefeng Wang
2021-09-05Merge tag 'riscv-for-linus-5.15-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-09-01Merge tag 'drm-next-2021-08-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2021-08-25RISC-V: Fix VDSO build for !MMUPalmer Dabbelt
2021-08-24riscv: explicitly use symbol offsets for VDSOSaleem Abdulrasool
2021-08-13riscv: fix the global name pfn_base confliction errorKenneth Lee
2021-08-11riscv: Introduce va_kernel_pa_offset for 32-bit kernelAlexandre Ghiti
2021-08-11riscv: Optimize kernel virtual address conversion macroAlexandre Ghiti
2021-08-06riscv: Get rid of CONFIG_PHYS_RAM_BASE in kernel physical address conversionAlexandre Ghiti
2021-08-03riscv: Implement thread_struct whitelist for hardened usercopyTong Tiangen
2021-07-26Backmerge tag 'v5.14-rc3' into drm-nextDave Airlie
2021-07-23Merge tag 'drm-misc-next-2021-07-22' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2021-07-21RISC-V: load initrd wherever it fits into memoryHeinrich Schuchardt
2021-07-21drivers/firmware: consolidate EFI framebuffer setup for all archesJavier Martinez Canillas
2021-07-09Merge tag 'riscv-for-linus-5.14-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-07-08mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V
2021-07-08arch, mm: wire up memfd_secret system call where relevantMike Rapoport
2021-07-06riscv: add VMAP_STACK overflow detectionTong Tiangen
2021-07-05riscv: ptrace: add argn syntaxJeff Xie
2021-07-05riscv: mm: fix build errors caused by mk_pmd()Nanyong Sun
2021-07-05riscv: Introduce structure that group all variables regarding kernel mappingAlexandre Ghiti
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-07-01mm/thp: define default pmd_pgtable()Anshuman Khandual
2021-07-01mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual
2021-06-30Merge branch 'riscv-wx-mappings' into for-nextPalmer Dabbelt
2021-06-30riscv: Map the kernel with correct permissions the first timeAlexandre Ghiti
2021-06-30riscv: Introduce set_kernel_memory helperAlexandre Ghiti
2021-06-30riscv: Enable KFENCE for riscv64Liu Shixin
2021-06-30RISC-V: Use asm-generic for {in,out}{bwlq}Palmer Dabbelt
2021-06-30riscv: add ASID-based tlbflushing methodsGuo Ren
2021-06-28Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-06-18riscv: Ensure BPF_JIT_REGION_START aligned with PMD sizeJisheng Zhang
2021-06-11riscv: Simplify xip and !xip kernel address conversion macrosAlexandre Ghiti
2021-06-10riscv: alternative: fix typo in macro nameVitaly Wool
2021-06-08riscv: Cleanup unused functionsGuo Ren
2021-06-08riscv: fix build error when CONFIG_SMP is disabledBixuan Cui
2021-05-29riscv: Use global mappings for kernel pagesGuo Ren
2021-05-29riscv: mm: init: Consolidate vars, functionsJisheng Zhang
2021-05-29riscv: kprobes: Remove redundant kprobe_step_ctxJisheng Zhang
2021-05-26locking/atomic: riscv: move to ARCH_ATOMICMark Rutland
2021-05-25riscv: Turn has_fpu into a static key if FPU=yJisheng Zhang
2021-05-25riscv: Move setup_bootmem into paging_initKefeng Wang
2021-05-25riscv: enable generic PCI resource mappingStanislaw Kardach
2021-05-25riscv: mremap speedup - enable HAVE_MOVE_PUD and HAVE_MOVE_PMDJisheng Zhang
2021-05-22riscv: kexec: Fix W=1 build warningsJisheng Zhang
2021-05-22riscv: mm: add THP support on 64-bitNanyong Sun