summaryrefslogtreecommitdiffstats
path: root/arch/riscv
AgeCommit message (Expand)Author
2020-08-26riscv: Fixup static_obj() failGuo Ren
2020-08-05riscv: Parse all memory blocks to remove unusable memoryAtish Patra
2020-08-05RISC-V: Set maximum number of mapped pages correctlyAtish Patra
2020-08-05riscv: kasan: use local_tlb_flush_all() to avoid uninitialized __sbi_rfenceVincent Chen
2020-07-29RISC-V: Upgrade smp_mb__after_spinlock() to iorw,iorwPalmer Dabbelt
2020-07-29RISC-V: Do not rely on initrd_start/end computed during early dt parsingAtish Patra
2020-07-22riscv: use 16KB kernel stack on 64-bitAndreas Schwab
2020-06-30RISC-V: Don't allow write+exec only page mapping request in mmapYash Shah
2020-06-30riscv/atomic: Fix sign extension for RV64INathan Huckleberry
2020-06-22RISC-V: Don't mark init section as non-executableAnup Patel
2020-06-22bpf, riscv: Fix tail call count off by one in RV32 BPF JITLuke Nelson
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-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-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-29Merge tag 'riscv-for-linus-5.7-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
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
2020-04-09Merge tag 'riscv-for-linus-5.7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-04-08riscv, bpf: Fix offset range checking for auipc+jalr on RV64Luke Nelson
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2020-04-03riscv: create a loader.bin boot image for Kendryte SoCChristoph Hellwig
2020-04-03riscv: Kendryte K210 default configDamien Le Moal
2020-04-03riscv: Add Kendryte K210 device treeDamien Le Moal
2020-04-03riscv: Select required drivers for Kendryte SOCDamien Le Moal
2020-04-03riscv: Add Kendryte K210 SoC supportChristoph Hellwig
2020-04-03riscv: Add SOC early init supportDamien Le Moal
2020-04-03riscv: Unaligned load/store handling for M_MODEDamien Le Moal
2020-04-03riscv, bpf: Remove BPF JIT for nommu buildsBjörn Töpel