summaryrefslogtreecommitdiffstats
path: root/arch/riscv
Commit message (Expand)AuthorAgeFilesLines
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-1/+1
* mmap locking API: convert mmap_sem API commentsMichel Lespinasse2020-06-091-1/+1
* mmap locking API: convert mmap_sem call sites missed by coccinelleMichel Lespinasse2020-06-091-2/+2
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-092-7/+7
* mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport2020-06-093-42/+15
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-095-6/+3
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-0910-11/+9
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-092-2/+0
* kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov2020-06-091-7/+1
* riscv: add show_stack_loglvl()Dmitry Safonov2020-06-091-3/+10
* kallsyms/printk: add loglvl to print_ip_sym()Dmitry Safonov2020-06-091-1/+1
* mm: rename flush_icache_user_range to flush_icache_user_pageChristoph Hellwig2020-06-081-1/+2
* riscv: use asm-generic/cacheflush.hChristoph Hellwig2020-06-081-59/+3
* 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