summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
2020-08-05Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Linus Torvalds2-3/+2
2020-08-04Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+0
2020-08-04Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+1
2020-07-31Merge branch 'linus' into locking/core, to resolve conflictIngo Molnar2-23/+47
2020-07-29Merge branch 'locking/header'Peter Zijlstra1-2/+0
2020-07-29locking/atomic: Move ATOMIC_INIT into linux/types.hHerbert Xu1-2/+0
2020-07-25riscv: Parse all memory blocks to remove unusable memoryAtish Patra1-14/+17
2020-07-25RISC-V: Do not rely on initrd_start/end computed during early dt parsingAtish Patra1-6/+27
2020-07-25RISC-V: Set maximum number of mapped pages correctlyAtish Patra1-1/+1
2020-07-21asm/rwonce: Don't pull <asm/barrier.h> into 'asm-generic/rwonce.h'Will Deacon1-0/+1
2020-07-21riscv: 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-10riscv: Avoid kgdb.h including gdb_xml.h to solve unused-const-variable warningVincent Chen2-3/+4
2020-07-10kgdb: Move the extern declaration kgdb_has_hit_break() to generic kgdb.hVincent Chen1-1/+0
2020-07-10riscv: Fix "no previous prototype" compile warning in kgdb.c fileVincent Chen1-5/+5
2020-07-10riscv: enable the Kconfig prompt of STRICT_KERNEL_RWXVincent Chen1-0/+2
2020-07-05arch: rename copy_thread_tls() back to copy_thread()Christian Brauner1-2/+2
2020-07-05arch: remove HAVE_COPY_THREAD_TLSChristian Brauner1-1/+0
2020-06-26riscv: Fixup __vdso_gettimeofday broke dynamic ftraceGuo Ren1-0/+3
2020-06-26riscv: Add extern declarations for vDSO time-related functionsVincent Chen1-0/+6
2020-06-26riscv: 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/ker...Linus Torvalds3-6/+22
2020-06-19RISC-V: Acquire mmap lock before invoking walk_page_rangeAtish Patra1-2/+12
2020-06-19RISC-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/ker...Linus Torvalds25-157/+284
2020-06-11riscv: set the permission of vdso_data to read-onlyVincent Chen1-2/+14
2020-06-11riscv: use vDSO common flow to reduce the latency of the time-related functionsVincent Chen16-69/+199
2020-06-10riscv: fix build warning of missing prototypesZong Li1-0/+1
2020-06-10RISC-V: Don't mark init section as non-executableAnup Patel1-11/+0
2020-06-10RISC-V: Force select RISCV_INTC for CONFIG_RISCVAnup Patel1-0/+1
2020-06-10RISC-V: Remove do_IRQ() functionAnup Patel2-7/+3
2020-06-10clocksource/drivers/timer-riscv: Use per-CPU timer interruptAnup Patel1-2/+0
2020-06-10irqchip: RISC-V per-HART local interrupt controller driverAnup Patel4-34/+4
2020-06-10RISC-V: Rename and move plic_find_hart_id() to arch directoryAnup Patel2-0/+17
2020-06-10RISC-V: self-contained IPI handling routineAnup Patel4-9/+22
2020-06-10RISC-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