summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)Author
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-30riscv: pass the mm_struct to __sbi_tlb_flush_rangeChristoph Hellwig
2021-06-30mm: generalize ZONE_[DMA|DMA32]Kefeng Wang
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-06-29mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-06-28Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-06-28Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-06-19riscv: dts: fu740: fix cache-controller interruptsDavid Abdurachmanov
2021-06-18riscv: Ensure BPF_JIT_REGION_START aligned with PMD sizeJisheng Zhang
2021-06-18riscv: kasan: Fix MODULES_VADDR evaluation due to local variables' nameJisheng Zhang
2021-06-18sched: Introduce task_is_running()Peter Zijlstra
2021-06-18Merge branch 'sched/urgent' into sched/core, to resolve conflictsIngo Molnar
2021-06-15riscv: Add mem kernel parameter supportKefeng Wang
2021-06-12riscv: sifive: fix Kconfig errata warningRandy Dunlap
2021-06-12riscv32: Use medany C model for modulesKhem Raj
2021-06-11riscv: Fix BUILTIN_DTB for sifive and microchip socAlexandre Ghiti
2021-06-11riscv: Simplify xip and !xip kernel address conversion macrosAlexandre Ghiti
2021-06-11riscv: Remove CONFIG_PHYS_RAM_BASE_FIXEDAlexandre Ghiti
2021-06-11riscv: Only initialize swiotlb when necessaryKefeng Wang
2021-06-10riscv: alternative: fix typo in macro nameVitaly Wool
2021-06-10riscv: code patching only works on !XIP_KERNELJisheng Zhang
2021-06-10riscv: xip: support runtime trap patchingVitaly Wool
2021-06-08riscv: fix typo in init.cVitaly Wool
2021-06-08riscv: Cleanup unused functionsGuo Ren
2021-06-08riscv: mm: Use better bitmap_zalloc()Kefeng Wang
2021-06-08riscv: fix build error when CONFIG_SMP is disabledBixuan Cui
2021-06-03Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar
2021-06-03kprobes: Do not increment probe miss count in the fault handlerNaveen N. Rao
2021-06-01Merge remote-tracking branch 'riscv/riscv-wx-mappings' into fixesPalmer Dabbelt
2021-06-01RISC-V: Fix memblock_free() usages in init_resources()Wende Tan
2021-06-01riscv: skip errata_cip_453.o if CONFIG_ERRATA_SIFIVE_CIP_453 is disabledVincent
2021-06-01riscv: mm: Fix W+X mappings at bootJisheng Zhang
2021-06-01kprobes: Remove kprobe::fault_handlerPeter Zijlstra
2021-05-29riscv: Use global mappings for kernel pagesGuo Ren
2021-05-29riscv: TRANSPARENT_HUGEPAGE: depends on MMURandy Dunlap
2021-05-29riscv: mm: init: Consolidate vars, functionsJisheng Zhang
2021-05-29riscv: Add __init section marker to some functions againJisheng Zhang