summaryrefslogtreecommitdiffstats
path: root/arch/riscv
AgeCommit message (Expand)Author
2020-10-01riscv: Fix Kendryte K210 device treeDamien Le Moal
2020-10-01RISC-V: Take text_mutex in ftrace_init_nop()Palmer Dabbelt
2020-09-23riscv: Add sfence.vma after early page table changesGreentime Hu
2020-08-26riscv: Fixup static_obj() failGuo Ren
2020-07-24riscv: Parse all memory blocks to remove unusable memoryAtish Patra
2020-07-24RISC-V: Do not rely on initrd_start/end computed during early dt parsingAtish Patra
2020-07-24RISC-V: Set maximum number of mapped pages correctlyAtish Patra
2020-07-20riscv: kasan: use local_tlb_flush_all() to avoid uninitialized __sbi_rfenceVincent Chen
2020-07-17RISC-V: Upgrade smp_mb__after_spinlock() to iorw,iorwPalmer Dabbelt
2020-07-14riscv: use 16KB kernel stack on 64-bitAndreas Schwab
2020-07-09riscv: Avoid kgdb.h including gdb_xml.h to solve unused-const-variable warningVincent Chen
2020-07-09kgdb: Move the extern declaration kgdb_has_hit_break() to generic kgdb.hVincent Chen
2020-07-09riscv: Fix "no previous prototype" compile warning in kgdb.c fileVincent Chen
2020-07-09riscv: enable the Kconfig prompt of STRICT_KERNEL_RWXVincent Chen
2020-06-25riscv: Fixup __vdso_gettimeofday broke dynamic ftraceGuo Ren
2020-06-25riscv: Add extern declarations for vDSO time-related functionsVincent Chen
2020-06-25riscv: Add -fPIC option to CFLAGS_vgettimeofday.oVincent Chen
2020-06-20Merge tag 'riscv-for-linus-5.8-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-06-18RISC-V: Acquire mmap lock before invoking walk_page_rangeAtish Patra
2020-06-18RISC-V: Don't allow write+exec only page mapping request in mmapYash Shah
2020-06-18maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig
2020-06-12riscv/atomic: Fix sign extension for RV64INathan Huckleberry
2020-06-11Merge tag 'riscv-for-linus-5.8-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-06-10riscv: set the permission of vdso_data to read-onlyVincent Chen
2020-06-10riscv: use vDSO common flow to reduce the latency of the time-related functionsVincent Chen
2020-06-09riscv: fix build warning of missing prototypesZong Li
2020-06-09RISC-V: Don't mark init section as non-executableAnup Patel
2020-06-09RISC-V: Force select RISCV_INTC for CONFIG_RISCVAnup Patel
2020-06-09RISC-V: Remove do_IRQ() functionAnup Patel
2020-06-09clocksource/drivers/timer-riscv: Use per-CPU timer interruptAnup Patel
2020-06-09irqchip: RISC-V per-HART local interrupt controller driverAnup Patel
2020-06-09RISC-V: Rename and move plic_find_hart_id() to arch directoryAnup Patel
2020-06-09RISC-V: self-contained IPI handling routineAnup Patel
2020-06-09RISC-V: Sort select statements alphanumericallyPalmer Dabbelt
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse
2020-06-09mmap locking API: convert mmap_sem call sites missed by coccinelleMichel Lespinasse
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov
2020-06-09riscv: add show_stack_loglvl()Dmitry Safonov
2020-06-09kallsyms/printk: add loglvl to print_ip_sym()Dmitry Safonov
2020-06-08mm: rename flush_icache_user_range to flush_icache_user_pageChristoph Hellwig
2020-06-08riscv: use asm-generic/cacheflush.hChristoph Hellwig
2020-06-04Merge tag 'riscv-for-linus-5.8-mw0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-06-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds