summaryrefslogtreecommitdiffstats
path: root/arch/riscv
Commit message (Expand)AuthorAgeFilesLines
* riscv: Fixup __vdso_gettimeofday broke dynamic ftraceGuo Ren2020-06-251-0/+3
* riscv: Add extern declarations for vDSO time-related functionsVincent Chen2020-06-251-0/+6
* riscv: Add -fPIC option to CFLAGS_vgettimeofday.oVincent Chen2020-06-251-1/+1
* Merge tag 'riscv-for-linus-5.8-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-06-203-6/+22
|\
| * RISC-V: Acquire mmap lock before invoking walk_page_rangeAtish Patra2020-06-181-2/+12
| * RISC-V: Don't allow write+exec only page mapping request in mmapYash Shah2020-06-181-0/+6
| * riscv/atomic: Fix sign extension for RV64INathan Huckleberry2020-06-121-4/+4
* | maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig2020-06-182-4/+4
* | maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig2020-06-173-5/+6
|/
* Merge tag 'riscv-for-linus-5.8-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-06-1125-157/+284
|\
| * riscv: set the permission of vdso_data to read-onlyVincent Chen2020-06-101-2/+14
| * riscv: use vDSO common flow to reduce the latency of the time-related functionsVincent Chen2020-06-1016-69/+199
| * 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
* | 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