summaryrefslogtreecommitdiff
path: root/arch/riscv
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-095-6/+3
* | mm: introduce include/linux/pgtable.hMike Rapoport2020-06-0910-11/+9
* | mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-092-2/+0
* | kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov2020-06-091-7/+1