summaryrefslogtreecommitdiffstats
path: root/arch/riscv
Commit message (Expand)AuthorAgeFilesLines
* riscv: Add SiFive drivers to rv32_defconfigBin Meng2020-08-201-0/+5
* RISC-V: Remove CLINT related code from timer and archAnup Patel2020-08-2010-109/+13
* RISC-V: Add mechanism to provide custom IPI operationsAnup Patel2020-08-206-48/+79
* Merge tag 'riscv-for-linus-5.9-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-08-151-8/+17
|\
| * riscv: Setup exception vector for nommu platformQiu Wenbo2020-08-141-8/+17
* | Merge tag 'timers-urgent-2020-08-14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-08-141-1/+2
|\ \
| * | vdso/treewide: Add vdso_data pointer argument to __arch_get_hw_counter()Thomas Gleixner2020-08-061-1/+2
* | | mm/riscv: use general page fault accountingPeter Xu2020-08-121-15/+1
* | | mm: do page fault accounting in handle_mm_faultPeter Xu2020-08-121-1/+1
* | | uaccess: remove segment_eqChristoph Hellwig2020-08-121-3/+1
* | | riscv: include <asm/pgtable.h> in <asm/uaccess.h>Christoph Hellwig2020-08-121-0/+2
* | | 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