aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-1/+1
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse1-1/+1
2020-06-09mmap locking API: convert mmap_sem call sites missed by coccinelleMichel Lespinasse1-2/+2
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2-7/+7
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport3-42/+15
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport5-6/+3
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport10-11/+9
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2-2/+0
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov1-7/+1
2020-06-09riscv: add show_stack_loglvl()Dmitry Safonov1-3/+10
2020-06-09kallsyms/printk: add loglvl to print_ip_sym()Dmitry Safonov1-1/+1
2020-06-08mm: rename flush_icache_user_range to flush_icache_user_pageChristoph Hellwig1-1/+2
2020-06-08riscv: use asm-generic/cacheflush.hChristoph Hellwig1-59/+3
2020-06-04Merge tag 'riscv-for-linus-5.8-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds24-30/+1056
2020-06-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-28/+24
2020-06-03riscv: support DEBUG_WXZong Li3-0/+15
2020-06-03mm/hugetlb: define a generic fallback for arch_clear_hugepage_flags()Anshuman Khandual1-4/+0
2020-06-03mm/hugetlb: define a generic fallback for is_hugepage_only_range()Anshuman Khandual1-6/+0
2020-06-03hugetlbfs: remove hugetlb_add_hstate() warning for existing hstateMike Kravetz1-1/+1
2020-06-03hugetlbfs: move hugepagesz= parsing to arch independent codeMike Kravetz1-16/+0
2020-06-03hugetlbfs: add arch_hugetlb_valid_sizeMike Kravetz1-9/+17
2020-06-03mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport1-1/+1
2020-06-03mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP optionMike Rapoport1-1/+0
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2-55/+112
2020-06-02mm: switch the test_vmalloc module to use __vmalloc_nodeChristoph Hellwig1-2/+2
2020-06-02mm: ptdump: expand type of 'val' in note_page()Steven Price1-1/+1
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-2/+2
2020-05-21RISC-V: gp_in_global needs register keywordPalmer Dabbelt1-1/+1
2020-05-20riscv: Fix print_vm_layout build error if NOMMUKefeng Wang1-1/+1
2020-05-20riscv: cacheinfo: Implement cache_get_priv_group with a generic ops structureYash Shah2-0/+32
2020-05-18riscv: Use text_mutex instead of patch_lockZong Li2-6/+20
2020-05-18riscv: Use NOKPROBE_SYMBOL() instead of __krpobes annotationZong Li1-7/+14
2020-05-18riscv: Remove the 'riscv_' prefix of function nameZong Li3-14/+14
2020-05-18riscv: Add SW single-step support for KDBVincent Chen2-2/+396
2020-05-18riscv: Use the XML target descriptions to report 3 system registersVincent Chen4-1/+140
2020-05-18riscv: Add KGDB supportVincent Chen6-0/+325
2020-05-18RISC-V: Skip setting up PMPs on trapsPalmer Dabbelt1-1/+10
2020-05-18riscv: K210: Update defconfigDamien Le Moal1-5/+2
2020-05-18riscv: K210: Add a built-in device treePalmer Dabbelt3-2/+21
2020-05-18riscv: Allow device trees to be built into the kernelPalmer Dabbelt7-0/+90
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller18-55/+146
2020-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-20/+44
2020-05-13riscv: mmiowb: Fix implicit declaration of function 'smp_processor_id'Kefeng Wang1-0/+1
2020-05-13riscv: pgtable: Fix __kernel_map_pages build error if NOMMUKefeng Wang1-0/+2
2020-05-12riscv: Make SYS_SUPPORTS_HUGETLBFS depends on MMUKefeng Wang1-0/+1
2020-05-12riscv: Disable ARCH_HAS_DEBUG_VIRTUAL if NOMMUKefeng Wang1-1/+1
2020-05-12riscv: Add pgprot_writecombine/device and PAGE_SHARED defination if NOMMUKefeng Wang2-0/+3
2020-05-12riscv: stacktrace: Fix undefined reference to `walk_stackframe'Kefeng Wang1-1/+1
2020-05-12riscv: Fix unmet direct dependencies built based on SOC_VIRTKefeng Wang1-8/+9
2020-05-12riscv: perf: RISCV_BASE_PMU should be independentKefeng Wang2-7/+3