aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)Author
2020-06-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-03riscv: support DEBUG_WXZong Li
2020-06-03mm/hugetlb: define a generic fallback for arch_clear_hugepage_flags()Anshuman Khandual
2020-06-03mm/hugetlb: define a generic fallback for is_hugepage_only_range()Anshuman Khandual
2020-06-03hugetlbfs: remove hugetlb_add_hstate() warning for existing hstateMike Kravetz
2020-06-03hugetlbfs: move hugepagesz= parsing to arch independent codeMike Kravetz
2020-06-03hugetlbfs: add arch_hugetlb_valid_sizeMike Kravetz
2020-06-03mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport
2020-06-03mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP optionMike Rapoport
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-06-02mm: switch the test_vmalloc module to use __vmalloc_nodeChristoph Hellwig
2020-06-02mm: ptdump: expand type of 'val' in note_page()Steven Price
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-21RISC-V: gp_in_global needs register keywordPalmer Dabbelt
2020-05-20riscv: Fix print_vm_layout build error if NOMMUKefeng Wang
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-05-13riscv: mmiowb: Fix implicit declaration of function 'smp_processor_id'Kefeng Wang
2020-05-13riscv: pgtable: Fix __kernel_map_pages build error if NOMMUKefeng Wang
2020-05-12riscv: Make SYS_SUPPORTS_HUGETLBFS depends on MMUKefeng Wang
2020-05-12riscv: Disable ARCH_HAS_DEBUG_VIRTUAL if NOMMUKefeng Wang
2020-05-12riscv: Add pgprot_writecombine/device and PAGE_SHARED defination if NOMMUKefeng Wang
2020-05-12riscv: stacktrace: Fix undefined reference to `walk_stackframe'Kefeng Wang
2020-05-12riscv: Fix unmet direct dependencies built based on SOC_VIRTKefeng Wang
2020-05-12riscv: perf: RISCV_BASE_PMU should be independentKefeng Wang
2020-05-11riscv: perf_event: Make some funciton staticKefeng Wang
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-06bpf, riscv: Optimize BPF_JSET BPF_K using andi on RV64Luke Nelson
2020-05-06bpf, riscv: Optimize BPF_JMP BPF_K when imm == 0 on RV64Luke Nelson
2020-05-06bpf, riscv: Optimize FROM_LE using verifier_zext on RV64Luke Nelson
2020-05-06bpf, riscv: Enable missing verifier_zext optimizations on RV64Luke Nelson
2020-05-05RISC-V: Remove unused code from STRICT_KERNEL_RWXAtish Patra
2020-05-04riscv: force __cpu_up_ variables to put in data sectionZong Li
2020-05-04riscv: add Linux note to vdsoAndreas Schwab
2020-05-04riscv: set max_pfn to the PFN of the last pageVincent Chen
2020-05-04RISC-V: Remove N-extension related definesAnup Patel
2020-05-04RISC-V: Add bitmap reprensenting ISA features common across CPUsAnup Patel
2020-05-04RISC-V: Export riscv_cpuid_to_hartid_mask() APIAnup Patel
2020-04-30bpf, riscv: Fix stack layout of JITed code on RV32Luke Nelson
2020-04-29Merge tag 'riscv-for-linus-5.7-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-04-26bpf, riscv: Fix tail call count off by one in RV32 BPF JITLuke Nelson
2020-04-24riscv: select ARCH_HAS_STRICT_KERNEL_RWX only if MMUDamien Le Moal
2020-04-23arch: split MODULE_ARCH_VERMAGIC definitions out to <asm/vermagic.h>Masahiro Yamada
2020-04-21riscv: sbi: Fix undefined reference to sbi_shutdownKefeng Wang
2020-04-21riscv: sbi: Correct sbi_shutdown() and sbi_clear_ipi() exportKefeng Wang
2020-04-21riscv: fix vdso build with lldIlie Halip
2020-04-21RISC-V: stacktrace: Declare sp_in_global outside ifdefGuenter Roeck
2020-04-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-04-10mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual
2020-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller