summaryrefslogtreecommitdiffstats
path: root/arch/riscv
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-073-20/+2
|\
| * mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport2020-08-071-1/+0
| * mm/sparsemem: enable vmem_altmap support in vmemmap_populate_basepages()Anshuman Khandual2020-08-071-1/+1
| * asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport2020-08-071-5/+0
| * asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()Mike Rapoport2020-08-071-12/+1
| * mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-071-1/+0
* | Merge tag 'riscv-for-linus-5.9-mw0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-08-0728-34/+316
|\ \
| * | riscv: disable stack-protector for vDSOTobias Klauser2020-08-041-0/+2
| * | RISC-V: Fix build warning for smpboot.cAtish Patra2020-08-042-1/+4
| * | riscv: fix build warning of mm/pageattrZong Li2020-07-301-1/+2
| * | riscv: Fix build warning for mm/initZong Li2020-07-301-1/+1
| * | RISC-V: Setup exception vector earlyAtish Patra2020-07-303-10/+10
| * | riscv: Select ARCH_HAS_DEBUG_VM_PGTABLEEmil Renner Berthing2020-07-301-0/+1
| * | riscv: Use generic pgprot_* macros from <linux/pgtable.h>Pekka Enberg2020-07-301-6/+0
| * | riscv: Cleanup unnecessary define in asm-offset.cGuo Ren2020-07-302-8/+1
| * | riscv: Add jump-label implementationEmil Renner Berthing2020-07-308-0/+121
| * | riscv: Support R_RISCV_ADD64 and R_RISCV_SUB64 relocsEmil Renner Berthing2020-07-301-0/+16
| * | Replace HTTP links with HTTPS ones: RISC-VAlexander A. Klimov2020-07-301-1/+1
| * | riscv: Add STACKPROTECTOR supportedGuo Ren2020-07-303-0/+40
| * | riscv: Fix typo in asm/hwcap.h uapi headerTobias Klauser2020-07-301-1/+1
| * | riscv: Add kmemleak supportTobias Klauser2020-07-301-0/+1
| * | riscv: Allow building with kcov coverageTobias Klauser2020-07-304-0/+7
| * | riscv: Enable context trackingGreentime Hu2020-07-302-1/+16
| * | riscv: Support irq_work via self IPIsGreentime Hu2020-07-302-0/+25
| * | riscv: Enable LOCKDEP_SUPPORT & fixup TRACE_IRQFLAGS_SUPPORTGuo Ren2020-07-302-1/+36
| * | riscv: Fixup lockdep_assert_held with wrong param cpu_runningZong Li2020-07-301-1/+0
| * | riscv: Fixup static_obj() failGuo Ren2020-07-301-1/+1
| * | riscv: Register System RAM as iomem resourcesZong Li2020-07-091-0/+27
| * | RISC-V: Use a local variable instead of smp_processor_id()Greentime Hu2020-06-291-3/+4
| * | riscv: Select ARCH_SUPPORTS_ATOMIC_RMW by defaultChenxi Mao2020-06-291-0/+1
* | | Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-08-071-22/+11
|\ \ \ | |_|/ |/| |
| * | riscv: switch to ->regset_get()Al Viro2020-07-271-22/+11
* | | 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
| |/ / / |/| | |