summaryrefslogtreecommitdiffstats
path: root/arch/riscv
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-032-55/+112
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-242-2/+2
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-1518-55/+146
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-05-141-20/+44
| |\ \ \
| | * | | bpf, riscv: Optimize BPF_JSET BPF_K using andi on RV64Luke Nelson2020-05-061-8/+19
| | * | | bpf, riscv: Optimize BPF_JMP BPF_K when imm == 0 on RV64Luke Nelson2020-05-061-5/+10
| | * | | bpf, riscv: Optimize FROM_LE using verifier_zext on RV64Luke Nelson2020-05-061-6/+14
| | * | | bpf, riscv: Enable missing verifier_zext optimizations on RV64Luke Nelson2020-05-061-4/+4
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-064-13/+16
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | bpf, riscv: Fix stack layout of JITed code on RV32Luke Nelson2020-04-301-33/+65
| * | | | bpf, riscv: Fix tail call count off by one in RV32 BPF JITLuke Nelson2020-04-261-2/+3
* | | | | mm: switch the test_vmalloc module to use __vmalloc_nodeChristoph Hellwig2020-06-021-2/+2
* | | | | mm: ptdump: expand type of 'val' in note_page()Steven Price2020-06-021-1/+1
| |_|_|/ |/| | |
* | | | RISC-V: gp_in_global needs register keywordPalmer Dabbelt2020-05-211-1/+1
* | | | riscv: Fix print_vm_layout build error if NOMMUKefeng Wang2020-05-201-1/+1
| |_|/ |/| |
* | | riscv: mmiowb: Fix implicit declaration of function 'smp_processor_id'Kefeng Wang2020-05-131-0/+1
* | | riscv: pgtable: Fix __kernel_map_pages build error if NOMMUKefeng Wang2020-05-131-0/+2
* | | riscv: Make SYS_SUPPORTS_HUGETLBFS depends on MMUKefeng Wang2020-05-121-0/+1
* | | riscv: Disable ARCH_HAS_DEBUG_VIRTUAL if NOMMUKefeng Wang2020-05-121-1/+1
* | | riscv: Add pgprot_writecombine/device and PAGE_SHARED defination if NOMMUKefeng Wang2020-05-122-0/+3
* | | riscv: stacktrace: Fix undefined reference to `walk_stackframe'Kefeng Wang2020-05-121-1/+1
* | | riscv: Fix unmet direct dependencies built based on SOC_VIRTKefeng Wang2020-05-121-8/+9
* | | riscv: perf: RISCV_BASE_PMU should be independentKefeng Wang2020-05-122-7/+3
* | | riscv: perf_event: Make some funciton staticKefeng Wang2020-05-111-4/+4
* | | RISC-V: Remove unused code from STRICT_KERNEL_RWXAtish Patra2020-05-052-24/+0
* | | riscv: force __cpu_up_ variables to put in data sectionZong Li2020-05-041-2/+2
* | | riscv: add Linux note to vdsoAndreas Schwab2020-05-042-1/+13
* | | riscv: set max_pfn to the PFN of the last pageVincent Chen2020-05-041-1/+2
* | | RISC-V: Remove N-extension related definesAnup Patel2020-05-041-3/+0
* | | RISC-V: Add bitmap reprensenting ISA features common across CPUsAnup Patel2020-05-042-3/+102
* | | RISC-V: Export riscv_cpuid_to_hartid_mask() APIAnup Patel2020-05-041-0/+2
| |/ |/|
* | Merge tag 'riscv-for-linus-5.7-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-04-294-13/+16
|\ \ | |/ |/|
| * riscv: select ARCH_HAS_STRICT_KERNEL_RWX only if MMUDamien Le Moal2020-04-241-1/+1
| * riscv: sbi: Fix undefined reference to sbi_shutdownKefeng Wang2020-04-211-5/+8
| * riscv: sbi: Correct sbi_shutdown() and sbi_clear_ipi() exportKefeng Wang2020-04-211-2/+2
| * riscv: fix vdso build with lldIlie Halip2020-04-211-3/+3
| * RISC-V: stacktrace: Declare sp_in_global outside ifdefGuenter Roeck2020-04-211-2/+2
* | arch: split MODULE_ARCH_VERMAGIC definitions out to <asm/vermagic.h>Masahiro Yamada2020-04-232-2/+9
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-04-162-18/+33
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-04-092-18/+33
| |\
| | * riscv, bpf: Fix offset range checking for auipc+jalr on RV64Luke Nelson2020-04-081-17/+32
| | * riscv, bpf: Remove BPF JIT for nommu buildsBjörn Töpel2020-04-031-1/+1
* | | mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual2020-04-101-2/+1
* | | Merge tag 'riscv-for-linus-5.7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-04-0948-294/+2806
|\ \ \ | |/ / |/| |
| * | riscv: create a loader.bin boot image for Kendryte SoCChristoph Hellwig2020-04-032-3/+6
| * | riscv: Kendryte K210 default configDamien Le Moal2020-04-031-0/+68
| * | riscv: Add Kendryte K210 device treeDamien Le Moal2020-04-034-0/+149
| * | riscv: Select required drivers for Kendryte SOCDamien Le Moal2020-04-031-0/+4
| * | riscv: Add Kendryte K210 SoC supportChristoph Hellwig2020-04-031-0/+30
| * | riscv: Add SOC early init supportDamien Le Moal2020-04-035-0/+59