summaryrefslogtreecommitdiffstats
path: root/arch/riscv
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-054-153/+643
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-258-33/+71
| |\
| * | bpf, riscv: Use compressed instructions in the rv64 JITLuke Nelson2020-07-211-134/+147
| * | bpf, riscv: Add encodings for compressed instructionsLuke Nelson2020-07-211-0/+452
| * | bpf, riscv: Modify JIT ctx to support compressed instructionsLuke Nelson2020-07-214-19/+44
* | | Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Linus Torvalds2020-08-042-3/+2
|\ \ \
| * | | arch: rename copy_thread_tls() back to copy_thread()Christian Brauner2020-07-041-2/+2
| * | | arch: remove HAVE_COPY_THREAD_TLSChristian Brauner2020-07-041-1/+0
* | | | Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-08-031-2/+0
|\ \ \ \
| * \ \ \ Merge branch 'linus' into locking/core, to resolve conflictIngo Molnar2020-07-312-23/+47
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge branch 'locking/header'Peter Zijlstra2020-07-291-2/+0
| |\ \ \ \
| | * | | | locking/atomic: Move ATOMIC_INIT into linux/types.hHerbert Xu2020-07-291-2/+0
* | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-08-031-0/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | asm/rwonce: Don't pull <asm/barrier.h> into 'asm-generic/rwonce.h'Will Deacon2020-07-211-0/+1
| | |_|_|/ | |/| | |
* | | | | riscv: Parse all memory blocks to remove unusable memoryAtish Patra2020-07-241-14/+17
* | | | | RISC-V: Do not rely on initrd_start/end computed during early dt parsingAtish Patra2020-07-241-6/+27
* | | | | RISC-V: Set maximum number of mapped pages correctlyAtish Patra2020-07-241-1/+1
* | | | | riscv: kasan: use local_tlb_flush_all() to avoid uninitialized __sbi_rfenceVincent Chen2020-07-201-2/+2
| |/ / / |/| | |
* | | | RISC-V: Upgrade smp_mb__after_spinlock() to iorw,iorwPalmer Dabbelt2020-07-171-1/+9
* | | | riscv: use 16KB kernel stack on 64-bitAndreas Schwab2020-07-141-0/+4
* | | | riscv: Avoid kgdb.h including gdb_xml.h to solve unused-const-variable warningVincent Chen2020-07-092-3/+4
* | | | kgdb: Move the extern declaration kgdb_has_hit_break() to generic kgdb.hVincent Chen2020-07-091-1/+0
* | | | riscv: Fix "no previous prototype" compile warning in kgdb.c fileVincent Chen2020-07-091-5/+5
* | | | riscv: enable the Kconfig prompt of STRICT_KERNEL_RWXVincent Chen2020-07-091-0/+2
|/ / /
* | | 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