aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-24riscv: Parse all memory blocks to remove unusable memoryAtish Patra1-14/+17
2020-07-24RISC-V: Do not rely on initrd_start/end computed during early dt parsingAtish Patra1-6/+27
2020-07-24RISC-V: Set maximum number of mapped pages correctlyAtish Patra1-1/+1
2020-07-20riscv: kasan: use local_tlb_flush_all() to avoid uninitialized __sbi_rfenceVincent Chen1-2/+2
2020-07-17RISC-V: Upgrade smp_mb__after_spinlock() to iorw,iorwPalmer Dabbelt1-1/+9
2020-07-14riscv: use 16KB kernel stack on 64-bitAndreas Schwab1-0/+4
2020-07-09riscv: Avoid kgdb.h including gdb_xml.h to solve unused-const-variable warningVincent Chen2-3/+4
2020-07-09kgdb: Move the extern declaration kgdb_has_hit_break() to generic kgdb.hVincent Chen1-1/+0
2020-07-09riscv: Fix "no previous prototype" compile warning in kgdb.c fileVincent Chen1-5/+5
2020-07-09riscv: enable the Kconfig prompt of STRICT_KERNEL_RWXVincent Chen1-0/+2
2020-06-25riscv: Fixup __vdso_gettimeofday broke dynamic ftraceGuo Ren1-0/+3
2020-06-25riscv: Add extern declarations for vDSO time-related functionsVincent Chen1-0/+6
2020-06-25riscv: Add -fPIC option to CFLAGS_vgettimeofday.oVincent Chen1-1/+1
2020-06-20Merge tag 'riscv-for-linus-5.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds3-6/+22
2020-06-18RISC-V: Acquire mmap lock before invoking walk_page_rangeAtish Patra1-2/+12
2020-06-18RISC-V: Don't allow write+exec only page mapping request in mmapYash Shah1-0/+6
2020-06-18maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig2-4/+4
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig3-5/+6
2020-06-12riscv/atomic: Fix sign extension for RV64INathan Huckleberry1-4/+4
2020-06-11Merge tag 'riscv-for-linus-5.8-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds25-157/+284
2020-06-10riscv: set the permission of vdso_data to read-onlyVincent Chen1-2/+14
2020-06-10riscv: use vDSO common flow to reduce the latency of the time-related functionsVincent Chen16-69/+199
2020-06-09riscv: fix build warning of missing prototypesZong Li1-0/+1
2020-06-09RISC-V: Don't mark init section as non-executableAnup Patel1-11/+0
2020-06-09RISC-V: Force select RISCV_INTC for CONFIG_RISCVAnup Patel1-0/+1
2020-06-09RISC-V: Remove do_IRQ() functionAnup Patel2-7/+3
2020-06-09clocksource/drivers/timer-riscv: Use per-CPU timer interruptAnup Patel1-2/+0
2020-06-09irqchip: RISC-V per-HART local interrupt controller driverAnup Patel4-34/+4
2020-06-09RISC-V: Rename and move plic_find_hart_id() to arch directoryAnup Patel2-0/+17
2020-06-09RISC-V: self-contained IPI handling routineAnup Patel4-9/+22
2020-06-09RISC-V: Sort select statements alphanumericallyPalmer Dabbelt1-34/+34
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-1/+1
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse1-1/+1
2020-06-09mmap locking API: convert mmap_sem call sites missed by coccinelleMichel Lespinasse1-2/+2
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2-7/+7
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport3-42/+15
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport5-6/+3
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport10-11/+9
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2-2/+0
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov1-7/+1
2020-06-09riscv: add show_stack_loglvl()Dmitry Safonov1-3/+10
2020-06-09kallsyms/printk: add loglvl to print_ip_sym()Dmitry Safonov1-1/+1
2020-06-08mm: rename flush_icache_user_range to flush_icache_user_pageChristoph Hellwig1-1/+2
2020-06-08riscv: use asm-generic/cacheflush.hChristoph Hellwig1-59/+3
2020-06-04Merge tag 'riscv-for-linus-5.8-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds24-30/+1056
2020-06-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-28/+24
2020-06-03riscv: support DEBUG_WXZong Li3-0/+15
2020-06-03mm/hugetlb: define a generic fallback for arch_clear_hugepage_flags()Anshuman Khandual1-4/+0
2020-06-03mm/hugetlb: define a generic fallback for is_hugepage_only_range()Anshuman Khandual1-6/+0
2020-06-03hugetlbfs: remove hugetlb_add_hstate() warning for existing hstateMike Kravetz1-1/+1