summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)Author
2020-08-04riscv: disable stack-protector for vDSOTobias Klauser
2020-08-04RISC-V: Fix build warning for smpboot.cAtish Patra
2020-07-30riscv: fix build warning of mm/pageattrZong Li
2020-07-30riscv: Fix build warning for mm/initZong Li
2020-07-30RISC-V: Setup exception vector earlyAtish Patra
2020-07-30riscv: Select ARCH_HAS_DEBUG_VM_PGTABLEEmil Renner Berthing
2020-07-30riscv: Use generic pgprot_* macros from <linux/pgtable.h>Pekka Enberg
2020-07-30riscv: Cleanup unnecessary define in asm-offset.cGuo Ren
2020-07-30riscv: Add jump-label implementationEmil Renner Berthing
2020-07-30riscv: Support R_RISCV_ADD64 and R_RISCV_SUB64 relocsEmil Renner Berthing
2020-07-30Replace HTTP links with HTTPS ones: RISC-VAlexander A. Klimov
2020-07-30riscv: Add STACKPROTECTOR supportedGuo Ren
2020-07-30riscv: Fix typo in asm/hwcap.h uapi headerTobias Klauser
2020-07-30riscv: Add kmemleak supportTobias Klauser
2020-07-30riscv: Allow building with kcov coverageTobias Klauser
2020-07-30riscv: Enable context trackingGreentime Hu
2020-07-30riscv: Support irq_work via self IPIsGreentime Hu
2020-07-30riscv: Enable LOCKDEP_SUPPORT & fixup TRACE_IRQFLAGS_SUPPORTGuo Ren
2020-07-30riscv: Fixup lockdep_assert_held with wrong param cpu_runningZong Li
2020-07-30riscv: Fixup static_obj() failGuo Ren
2020-07-09riscv: Register System RAM as iomem resourcesZong Li
2020-06-29RISC-V: Use a local variable instead of smp_processor_id()Greentime Hu
2020-06-29riscv: Select ARCH_SUPPORTS_ATOMIC_RMW by defaultChenxi Mao
2020-06-25riscv: Fixup __vdso_gettimeofday broke dynamic ftraceGuo Ren
2020-06-25riscv: Add extern declarations for vDSO time-related functionsVincent Chen
2020-06-25riscv: Add -fPIC option to CFLAGS_vgettimeofday.oVincent Chen
2020-06-20Merge tag 'riscv-for-linus-5.8-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-06-18RISC-V: Acquire mmap lock before invoking walk_page_rangeAtish Patra
2020-06-18RISC-V: Don't allow write+exec only page mapping request in mmapYash Shah
2020-06-18maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig
2020-06-12riscv/atomic: Fix sign extension for RV64INathan Huckleberry
2020-06-11Merge tag 'riscv-for-linus-5.8-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-06-10riscv: set the permission of vdso_data to read-onlyVincent Chen
2020-06-10riscv: use vDSO common flow to reduce the latency of the time-related functionsVincent Chen
2020-06-09riscv: fix build warning of missing prototypesZong Li
2020-06-09RISC-V: Don't mark init section as non-executableAnup Patel
2020-06-09RISC-V: Force select RISCV_INTC for CONFIG_RISCVAnup Patel
2020-06-09RISC-V: Remove do_IRQ() functionAnup Patel
2020-06-09clocksource/drivers/timer-riscv: Use per-CPU timer interruptAnup Patel
2020-06-09irqchip: RISC-V per-HART local interrupt controller driverAnup Patel
2020-06-09RISC-V: Rename and move plic_find_hart_id() to arch directoryAnup Patel
2020-06-09RISC-V: self-contained IPI handling routineAnup Patel
2020-06-09RISC-V: Sort select statements alphanumericallyPalmer Dabbelt
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse
2020-06-09mmap locking API: convert mmap_sem call sites missed by coccinelleMichel Lespinasse
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport