summaryrefslogtreecommitdiffstats
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
2020-08-07mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport1-1/+0
2020-08-07mm/sparsemem: enable vmem_altmap support in vmemmap_populate_basepages()Anshuman Khandual1-1/+1
2020-08-07asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport1-5/+0
2020-08-07asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()Mike Rapoport1-12/+1
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport1-1/+0
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds4-153/+643
2020-08-04Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Linus Torvalds2-3/+2
2020-08-03Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+0
2020-08-03Merge 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-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller8-33/+71
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-21bpf, riscv: Use compressed instructions in the rv64 JITLuke Nelson1-134/+147
2020-07-21bpf, riscv: Add encodings for compressed instructionsLuke Nelson1-0/+452
2020-07-21bpf, riscv: Modify JIT ctx to support compressed instructionsLuke Nelson4-19/+44
2020-07-21asm/rwonce: Don't pull <asm/barrier.h> into 'asm-generic/rwonce.h'Will Deacon1-0/+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-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner1-2/+2
2020-07-04arch: remove HAVE_COPY_THREAD_TLSChristian Brauner1-1/+0
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/ker...Linus 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/ker...Linus 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