aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/riscv (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2020-05-11riscv: perf_event: Make some funciton staticKefeng Wang1-4/+4
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller4-13/+16
2020-05-06bpf, riscv: Optimize BPF_JSET BPF_K using andi on RV64Luke Nelson1-8/+19
2020-05-06bpf, riscv: Optimize BPF_JMP BPF_K when imm == 0 on RV64Luke Nelson1-5/+10
2020-05-06bpf, riscv: Optimize FROM_LE using verifier_zext on RV64Luke Nelson1-6/+14
2020-05-06bpf, riscv: Enable missing verifier_zext optimizations on RV64Luke Nelson1-4/+4
2020-05-05RISC-V: Remove unused code from STRICT_KERNEL_RWXAtish Patra2-24/+0
2020-05-04riscv: force __cpu_up_ variables to put in data sectionZong Li1-2/+2
2020-05-04riscv: add Linux note to vdsoAndreas Schwab2-1/+13
2020-05-04riscv: set max_pfn to the PFN of the last pageVincent Chen1-1/+2
2020-05-04RISC-V: Remove N-extension related definesAnup Patel1-3/+0
2020-05-04RISC-V: Add bitmap reprensenting ISA features common across CPUsAnup Patel2-3/+102
2020-05-04RISC-V: Export riscv_cpuid_to_hartid_mask() APIAnup Patel1-0/+2