summaryrefslogtreecommitdiffstats
path: root/arch/riscv/include
AgeCommit message (Expand)AuthorFilesLines
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches1-2/+2
2020-10-24Merge tag 'riscv-for-linus-5.10-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-92/+91
2020-10-22Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-0/+9
2020-10-19Merge tag 'riscv-for-linus-5.10-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds10-3/+132
2020-10-04riscv: remove address space overrides using set_fs()Christoph Hellwig2-32/+1
2020-10-04riscv: implement __get_kernel_nofault and __put_user_nofaultChristoph Hellwig1-0/+20
2020-10-04riscv: refactor __get_user and __put_userChristoph Hellwig1-42/+52
2020-10-04riscv: use memcpy based uaccess for nommu againChristoph Hellwig1-18/+18
2020-10-02RISC-V: Add EFI runtime servicesAtish Patra3-0/+26
2020-10-02RISC-V: Add EFI stub support.Atish Patra1-0/+35
2020-10-02RISC-V: Add PE/COFF header for EFI stubAtish Patra1-0/+13
2020-10-02RISC-V: Add early ioremap supportAtish Patra3-0/+15
2020-10-02RISC-V: Move DT mapping outof fixmapAnup Patel2-3/+1
2020-09-30RISC-V: Check clint_time_val before useAnup Patel2-4/+13
2020-09-25kbuild: preprocess module linker scriptMasahiro Yamada1-0/+9
2020-09-19RISC-V: Resurrect the MMIO timer implementation for M-mode systemsPalmer Dabbelt2-0/+53
2020-09-15riscv: Add cache information in AUX vectorZong Li3-1/+40
2020-09-15riscv: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFOZong Li1-0/+3
2020-09-11RISC-V: Take text_mutex in ftrace_init_nop()Palmer Dabbelt1-0/+7
2020-08-20RISC-V: Remove CLINT related code from timer and archAnup Patel2-35/+7
2020-08-20RISC-V: Add mechanism to provide custom IPI operationsAnup Patel2-25/+19
2020-08-14Merge tag 'timers-urgent-2020-08-14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+2
2020-08-12uaccess: remove segment_eqChristoph Hellwig1-3/+1
2020-08-12riscv: include <asm/pgtable.h> in <asm/uaccess.h>Christoph Hellwig1-0/+2
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-17/+1
2020-08-07asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport1-5/+0
2020-08-07asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()Mike Rapoport1-12/+1
2020-08-07Merge tag 'riscv-for-linus-5.9-mw0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-8/+108
2020-08-06vdso/treewide: Add vdso_data pointer argument to __arch_get_hw_counter()Thomas Gleixner1-1/+2
2020-08-04RISC-V: Fix build warning for smpboot.cAtish Patra1-0/+3
2020-08-03Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+0
2020-08-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+1
2020-07-30riscv: Use generic pgprot_* macros from <linux/pgtable.h>Pekka Enberg1-6/+0
2020-07-30riscv: Add jump-label implementationEmil Renner Berthing1-0/+60
2020-07-30Replace HTTP links with HTTPS ones: RISC-VAlexander A. Klimov1-1/+1
2020-07-30riscv: Add STACKPROTECTOR supportedGuo Ren1-0/+33
2020-07-30riscv: Fix typo in asm/hwcap.h uapi headerTobias Klauser1-1/+1
2020-07-30riscv: Support irq_work via self IPIsGreentime Hu1-0/+10
2020-07-29Merge branch 'locking/header'Peter Zijlstra1-2/+0
2020-07-29locking/atomic: Move ATOMIC_INIT into linux/types.hHerbert Xu1-2/+0
2020-07-21asm/rwonce: Don't pull <asm/barrier.h> into 'asm-generic/rwonce.h'Will Deacon1-0/+1
2020-07-17RISC-V: Upgrade smp_mb__after_spinlock() to iorw,iorwPalmer Dabbelt1-1/+9
2020-07-14riscv: use 16KB kernel stack on 64-bitAndreas Schwab1-0/+4
2020-07-09riscv: Avoid kgdb.h including gdb_xml.h to solve unused-const-variable warningVincent Chen2-3/+4
2020-07-09kgdb: Move the extern declaration kgdb_has_hit_break() to generic kgdb.hVincent Chen1-1/+0
2020-06-12riscv/atomic: Fix sign extension for RV64INathan Huckleberry1-4/+4
2020-06-11Merge tag 'riscv-for-linus-5.8-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds9-15/+148
2020-06-10riscv: use vDSO common flow to reduce the latency of the time-related functionsVincent Chen7-10/+144
2020-06-09clocksource/drivers/timer-riscv: Use per-CPU timer interruptAnup Patel1-2/+0
2020-06-09irqchip: RISC-V per-HART local interrupt controller driverAnup Patel1-2/+0