aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
2020-06-25riscv: Fixup __vdso_gettimeofday broke dynamic ftraceGravatar Guo Ren 1-0/+3
2020-06-25riscv: Add extern declarations for vDSO time-related functionsGravatar Vincent Chen 1-0/+6
2020-06-25riscv: Add -fPIC option to CFLAGS_vgettimeofday.oGravatar Vincent Chen 1-1/+1
2020-06-20Merge tag 'riscv-for-linus-5.8-rc2' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-6/+22
2020-06-18RISC-V: Acquire mmap lock before invoking walk_page_rangeGravatar Atish Patra 1-2/+12
2020-06-18RISC-V: Don't allow write+exec only page mapping request in mmapGravatar Yash Shah 1-0/+6
2020-06-18maccess: rename probe_kernel_address to get_kernel_nofaultGravatar Christoph Hellwig 2-4/+4
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultGravatar Christoph Hellwig 3-5/+6
2020-06-12riscv/atomic: Fix sign extension for RV64IGravatar Nathan Huckleberry 1-4/+4
2020-06-11Merge tag 'riscv-for-linus-5.8-mw1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 25-157/+284
2020-06-10riscv: set the permission of vdso_data to read-onlyGravatar Vincent Chen 1-2/+14
2020-06-10riscv: use vDSO common flow to reduce the latency of the time-related functionsGravatar Vincent Chen 16-69/+199
2020-06-09riscv: fix build warning of missing prototypesGravatar Zong Li 1-0/+1
2020-06-09RISC-V: Don't mark init section as non-executableGravatar Anup Patel 1-11/+0
2020-06-09RISC-V: Force select RISCV_INTC for CONFIG_RISCVGravatar Anup Patel 1-0/+1
2020-06-09RISC-V: Remove do_IRQ() functionGravatar Anup Patel 2-7/+3
2020-06-09clocksource/drivers/timer-riscv: Use per-CPU timer interruptGravatar Anup Patel 1-2/+0
2020-06-09irqchip: RISC-V per-HART local interrupt controller driverGravatar Anup Patel 4-34/+4
2020-06-09RISC-V: Rename and move plic_find_hart_id() to arch directoryGravatar Anup Patel 2-0/+17
2020-06-09RISC-V: self-contained IPI handling routineGravatar Anup Patel 4-9/+22
2020-06-09RISC-V: Sort select statements alphanumericallyGravatar Palmer Dabbelt 1-34/+34
2020-06-09mmap locking API: convert mmap_sem commentsGravatar Michel Lespinasse 1-1/+1
2020-06-09mmap locking API: convert mmap_sem API commentsGravatar Michel Lespinasse 1-1/+1
2020-06-09mmap locking API: convert mmap_sem call sites missed by coccinelleGravatar Michel Lespinasse 1-2/+2
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesGravatar Michel Lespinasse 2-7/+7
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsGravatar Mike Rapoport 3-42/+15
2020-06-09mm: reorder includes after introduction of linux/pgtable.hGravatar Mike Rapoport 5-6/+3
2020-06-09mm: introduce include/linux/pgtable.hGravatar Mike Rapoport 10-11/+9
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedGravatar Mike Rapoport 2-2/+0
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Gravatar Dmitry Safonov 1-7/+1
2020-06-09riscv: add show_stack_loglvl()Gravatar Dmitry Safonov 1-3/+10
2020-06-09kallsyms/printk: add loglvl to print_ip_sym()Gravatar Dmitry Safonov 1-1/+1
2020-06-08mm: rename flush_icache_user_range to flush_icache_user_pageGravatar Christoph Hellwig 1-1/+2
2020-06-08riscv: use asm-generic/cacheflush.hGravatar Christoph Hellwig 1-59/+3
2020-06-04Merge tag 'riscv-for-linus-5.8-mw0' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 24-30/+1056
2020-06-03Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 5-28/+24
2020-06-03riscv: support DEBUG_WXGravatar Zong Li 3-0/+15
2020-06-03mm/hugetlb: define a generic fallback for arch_clear_hugepage_flags()Gravatar Anshuman Khandual 1-4/+0
2020-06-03mm/hugetlb: define a generic fallback for is_hugepage_only_range()Gravatar Anshuman Khandual 1-6/+0
2020-06-03hugetlbfs: remove hugetlb_add_hstate() warning for existing hstateGravatar Mike Kravetz 1-1/+1
2020-06-03hugetlbfs: move hugepagesz= parsing to arch independent codeGravatar Mike Kravetz 1-16/+0
2020-06-03hugetlbfs: add arch_hugetlb_valid_sizeGravatar Mike Kravetz 1-9/+17
2020-06-03mm: use free_area_init() instead of free_area_init_nodes()Gravatar Mike Rapoport 1-1/+1
2020-06-03mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP optionGravatar Mike Rapoport 1-1/+0
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 2-55/+112
2020-06-02mm: switch the test_vmalloc module to use __vmalloc_nodeGravatar Christoph Hellwig 1-2/+2
2020-06-02mm: ptdump: expand type of 'val' in note_page()Gravatar Steven Price 1-1/+1
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 2-2/+2
2020-05-21RISC-V: gp_in_global needs register keywordGravatar Palmer Dabbelt 1-1/+1
2020-05-20riscv: Fix print_vm_layout build error if NOMMUGravatar Kefeng Wang 1-1/+1