summaryrefslogtreecommitdiffstats
path: root/arch/riscv
Commit message (Expand)AuthorAgeFilesLines
* riscv: fix build warning of missing prototypesZong Li2020-06-091-0/+1
* RISC-V: Don't mark init section as non-executableAnup Patel2020-06-091-11/+0
* RISC-V: Force select RISCV_INTC for CONFIG_RISCVAnup Patel2020-06-091-0/+1
* RISC-V: Remove do_IRQ() functionAnup Patel2020-06-092-7/+3
* clocksource/drivers/timer-riscv: Use per-CPU timer interruptAnup Patel2020-06-091-2/+0
* irqchip: RISC-V per-HART local interrupt controller driverAnup Patel2020-06-094-34/+4
* RISC-V: Rename and move plic_find_hart_id() to arch directoryAnup Patel2020-06-092-0/+17
* RISC-V: self-contained IPI handling routineAnup Patel2020-06-094-9/+22
* RISC-V: Sort select statements alphanumericallyPalmer Dabbelt2020-06-091-34/+34
* Merge tag 'riscv-for-linus-5.8-mw0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-06-0424-30/+1056
|\
| * riscv: cacheinfo: Implement cache_get_priv_group with a generic ops structureYash Shah2020-05-202-0/+32
| * riscv: Use text_mutex instead of patch_lockZong Li2020-05-182-6/+20
| * riscv: Use NOKPROBE_SYMBOL() instead of __krpobes annotationZong Li2020-05-181-7/+14
| * riscv: Remove the 'riscv_' prefix of function nameZong Li2020-05-183-14/+14
| * riscv: Add SW single-step support for KDBVincent Chen2020-05-182-2/+396
| * riscv: Use the XML target descriptions to report 3 system registersVincent Chen2020-05-184-1/+140
| * riscv: Add KGDB supportVincent Chen2020-05-186-0/+325
| * RISC-V: Skip setting up PMPs on trapsPalmer Dabbelt2020-05-181-1/+10
| * riscv: K210: Update defconfigDamien Le Moal2020-05-181-5/+2
| * riscv: K210: Add a built-in device treePalmer Dabbelt2020-05-183-2/+21
| * riscv: Allow device trees to be built into the kernelPalmer Dabbelt2020-05-187-0/+90
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-035-28/+24
|\ \
| * | riscv: support DEBUG_WXZong Li2020-06-033-0/+15
| * | mm/hugetlb: define a generic fallback for arch_clear_hugepage_flags()Anshuman Khandual2020-06-031-4/+0
| * | mm/hugetlb: define a generic fallback for is_hugepage_only_range()Anshuman Khandual2020-06-031-6/+0
| * | hugetlbfs: remove hugetlb_add_hstate() warning for existing hstateMike Kravetz2020-06-031-1/+1
| * | hugetlbfs: move hugepagesz= parsing to arch independent codeMike Kravetz2020-06-031-16/+0
| * | hugetlbfs: add arch_hugetlb_valid_sizeMike Kravetz2020-06-031-9/+17
| * | mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport2020-06-031-1/+1
| * | mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP optionMike Rapoport2020-06-031-1/+0
* | | 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