summaryrefslogtreecommitdiff
path: root/arch/riscv/include
AgeCommit message (Expand)AuthorFilesLines
2021-08-07riscv: Get rid of CONFIG_PHYS_RAM_BASE in kernel physical address conversionAlexandre Ghiti1-3/+4
2021-07-22RISC-V: load initrd wherever it fits into memoryHeinrich Schuchardt1-2/+2
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
2021-07-01RISC-V: Use asm-generic for {in,out}{bwlq}Palmer Dabbelt1-13/+0
2021-07-01riscv: add ASID-based tlbflushing methodsGuo Ren1-0/+2
2021-06-28Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-81/+81
2021-06-19riscv: Ensure BPF_JIT_REGION_START aligned with PMD sizeJisheng Zhang1-3/+2
2021-06-12riscv: Simplify xip and !xip kernel address conversion macrosAlexandre Ghiti2-11/+5
2021-06-11riscv: alternative: fix typo in macro nameVitaly Wool1-2/+2
2021-06-09riscv: Cleanup unused functionsGuo Ren1-10/+0
2021-06-09riscv: fix build error when CONFIG_SMP is disabledBixuan Cui2-5/+5
2021-05-30riscv: Use global mappings for kernel pagesGuo Ren1-1/+2
2021-05-29riscv: mm: init: Consolidate vars, functionsJisheng Zhang1-1/+1
2021-05-29riscv: kprobes: Remove redundant kprobe_step_ctxJisheng Zhang1-7/+0
2021-05-26locking/atomic: riscv: move to ARCH_ATOMICMark Rutland2-81/+81
2021-05-26riscv: Turn has_fpu into a static key if FPU=yJisheng Zhang1-3/+8
2021-05-26riscv: Move setup_bootmem into paging_initKefeng Wang1-1/+0
2021-05-26riscv: enable generic PCI resource mappingStanislaw Kardach1-0/+2
2021-05-26riscv: mremap speedup - enable HAVE_MOVE_PUD and HAVE_MOVE_PMDJisheng Zhang1-0/+11
2021-05-23riscv: kexec: Fix W=1 build warningsJisheng Zhang1-2/+2
2021-05-22riscv: mm: add THP support on 64-bitNanyong Sun1-0/+156
2021-05-22riscv: mm: make pmd_bad() check leaf conditionNanyong Sun1-1/+1
2021-05-22riscv: mm: add _PAGE_LEAF macroNanyong Sun3-6/+8
2021-05-06riscv: Consistify protect_kernel_linear_mapping_text_rodata() useGeert Uytterhoeven1-1/+6
2021-05-06Merge tag 'riscv-for-linus-5.13-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds18-17/+424
2021-05-02Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+0
2021-05-01RISC-V: Always define XIP_FIXUPPalmer Dabbelt1-10/+13
2021-05-01riscv: Fix 32b kernel build with CONFIG_DEBUG_VIRTUAL=yAlexandre Ghiti1-1/+1
2021-04-26RISC-V: enable XIPVitaly Wool2-2/+44
2021-04-26RISC-V: Add kdump supportNick Kossifidis2-6/+19
2021-04-26RISC-V: Add kexec supportNick Kossifidis1-0/+49
2021-04-26riscv: Constify sbi_ipi_opsJisheng Zhang1-2/+2
2021-04-26riscv: Constify sys_call_tableJisheng Zhang1-1/+1
2021-04-26riscv: Move kernel mapping outside of linear mappingAlexandre Ghiti3-10/+56
2021-04-26riscv: Workaround mcount name prior to clang-13Nathan Chancellor1-2/+12
2021-04-26riscv: sifive: Apply errata "cip-1200" patchVincent Chen2-2/+11
2021-04-26riscv: sifive: Apply errata "cip-453" patchVincent Chen1-1/+20