summaryrefslogtreecommitdiffstats
path: root/arch/riscv
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-07-101-1/+0
|\
| * kbuild: require all architectures to have arch/$(SRCARCH)/KbuildMasahiro Yamada2021-05-261-1/+0
* | Merge tag 'riscv-for-linus-5.14-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-07-0937-360/+901
|\ \
| * | riscv: xip: Fix duplicate included asm/pgtable.hJiapeng Chong2021-07-061-1/+0
| * | riscv: Fix PTDUMP output now BPF region moved back to module regionAlexandre Ghiti2021-07-061-2/+2
| * | riscv: __asm_copy_to-from_user: Optimize unaligned memory access and pipeline...Akira Tsukamoto2021-07-061-35/+146
| * | riscv: add VMAP_STACK overflow detectionTong Tiangen2021-07-066-1/+163
| * | riscv: ptrace: add argn syntaxJeff Xie2021-07-052-0/+32
| * | riscv: mm: fix build errors caused by mk_pmd()Nanyong Sun2021-07-052-5/+2
| * | riscv: Introduce structure that group all variables regarding kernel mappingAlexandre Ghiti2021-07-058-93/+75
| * | Merge branch 'riscv-wx-mappings' into for-nextPalmer Dabbelt2021-06-307-94/+102
| |\ \
| | * | riscv: Map the kernel with correct permissions the first timeAlexandre Ghiti2021-06-305-81/+82
| | * | riscv: Introduce set_kernel_memory helperAlexandre Ghiti2021-06-301-0/+16
| | * | riscv: Simplify xip and !xip kernel address conversion macrosAlexandre Ghiti2021-06-112-11/+5
| | * | riscv: Remove CONFIG_PHYS_RAM_BASE_FIXEDAlexandre Ghiti2021-06-111-6/+0
| * | | riscv: Enable KFENCE for riscv64Liu Shixin2021-06-303-1/+74
| * | | RISC-V: Use asm-generic for {in,out}{bwlq}Palmer Dabbelt2021-06-301-13/+0
| * | | riscv: add ASID-based tlbflushing methodsGuo Ren2021-06-303-8/+43
| * | | riscv: pass the mm_struct to __sbi_tlb_flush_rangeChristoph Hellwig2021-06-301-9/+6
| * | | riscv: Add mem kernel parameter supportKefeng Wang2021-06-151-3/+25
| * | | riscv: Only initialize swiotlb when necessaryKefeng Wang2021-06-112-5/+8
| * | | riscv: fix typo in init.cVitaly Wool2021-06-081-1/+1
| * | | riscv: Cleanup unused functionsGuo Ren2021-06-081-10/+0
| * | | riscv: mm: Use better bitmap_zalloc()Kefeng Wang2021-06-081-2/+1
| * | | riscv: fix build error when CONFIG_SMP is disabledBixuan Cui2021-06-082-5/+5
| * | | riscv: Use global mappings for kernel pagesGuo Ren2021-05-291-1/+2
| * | | riscv: TRANSPARENT_HUGEPAGE: depends on MMURandy Dunlap2021-05-291-1/+1
| * | | riscv: mm: init: Consolidate vars, functionsJisheng Zhang2021-05-292-18/+20
| * | | riscv: Add __init section marker to some functions againJisheng Zhang2021-05-292-2/+2
| * | | riscv: kprobes: Remove redundant kprobe_step_ctxJisheng Zhang2021-05-292-38/+9
| * | | riscv: Turn has_fpu into a static key if FPU=yJisheng Zhang2021-05-254-8/+13
| * | | riscv: Optimize switch_mm by passing "cpu" to flush_icache_deferred()Jisheng Zhang2021-05-251-3/+4
| * | | riscv: mm: Drop redundant _sdata and _edata declarationKefeng Wang2021-05-251-7/+1
| * | | riscv: Move setup_bootmem into paging_initKefeng Wang2021-05-253-3/+2
| * | | riscv: enable generic PCI resource mappingStanislaw Kardach2021-05-251-0/+2
| * | | riscv: mm: Remove setup_zero_page()Jisheng Zhang2021-05-251-6/+0
| * | | riscv: mremap speedup - enable HAVE_MOVE_PUD and HAVE_MOVE_PMDJisheng Zhang2021-05-252-0/+13
| * | | riscv: mm: add THP support on 64-bitNanyong Sun2021-05-223-0/+164
| * | | riscv: mm: add param stride for __sbi_tlb_flush_rangeNanyong Sun2021-05-221-5/+5
| * | | riscv: mm: make pmd_bad() check leaf conditionNanyong Sun2021-05-221-1/+1
| * | | riscv: mm: add _PAGE_LEAF macroNanyong Sun2021-05-223-6/+8
| | |/ | |/|
* | | mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V2021-07-081-2/+2
* | | riscv: convert to setup_initial_init_mm()Kefeng Wang2021-07-081-4/+1
* | | arch, mm: wire up memfd_secret system call where relevantMike Rapoport2021-07-081-0/+1
* | | riscv/Kconfig: make direct map manipulation options depend on MMUMike Rapoport2021-07-081-2/+2
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-023-8/+1
|\ \ \
| * | | mm/thp: define default pmd_pgtable()Anshuman Khandual2021-07-011-2/+0
| * | | mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual2021-07-011-2/+0
| * | | mm: generalize ZONE_[DMA|DMA32]Kefeng Wang2021-06-301-4/+1
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-06-291-1/+1
|\| | |