summaryrefslogtreecommitdiff
path: root/arch/riscv/include
AgeCommit message (Expand)Author
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches
2020-10-24Merge tag 'riscv-for-linus-5.10-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-10-22Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2020-10-19Merge tag 'riscv-for-linus-5.10-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-10-04riscv: remove address space overrides using set_fs()Christoph Hellwig
2020-10-04riscv: implement __get_kernel_nofault and __put_user_nofaultChristoph Hellwig
2020-10-04riscv: refactor __get_user and __put_userChristoph Hellwig
2020-10-04riscv: use memcpy based uaccess for nommu againChristoph Hellwig
2020-10-02RISC-V: Add EFI runtime servicesAtish Patra
2020-10-02RISC-V: Add EFI stub support.Atish Patra
2020-10-02RISC-V: Add PE/COFF header for EFI stubAtish Patra
2020-10-02RISC-V: Add early ioremap supportAtish Patra
2020-10-02RISC-V: Move DT mapping outof fixmapAnup Patel
2020-09-30RISC-V: Check clint_time_val before useAnup Patel
2020-09-25kbuild: preprocess module linker scriptMasahiro Yamada
2020-09-19RISC-V: Resurrect the MMIO timer implementation for M-mode systemsPalmer Dabbelt
2020-09-15riscv: Add cache information in AUX vectorZong Li
2020-09-15riscv: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFOZong Li
2020-09-11RISC-V: Take text_mutex in ftrace_init_nop()Palmer Dabbelt
2020-08-20RISC-V: Remove CLINT related code from timer and archAnup Patel
2020-08-20RISC-V: Add mechanism to provide custom IPI operationsAnup Patel
2020-08-14Merge tag 'timers-urgent-2020-08-14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-08-12uaccess: remove segment_eqChristoph Hellwig
2020-08-12riscv: include <asm/pgtable.h> in <asm/uaccess.h>Christoph Hellwig
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-08-07asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport
2020-08-07asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()Mike Rapoport
2020-08-07Merge tag 'riscv-for-linus-5.9-mw0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-08-06vdso/treewide: Add vdso_data pointer argument to __arch_get_hw_counter()Thomas Gleixner
2020-08-04RISC-V: Fix build warning for smpboot.cAtish Patra
2020-08-03Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-08-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2020-07-30riscv: Use generic pgprot_* macros from <linux/pgtable.h>Pekka Enberg
2020-07-30riscv: Add jump-label implementationEmil 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: Support irq_work via self IPIsGreentime Hu
2020-07-29Merge branch 'locking/header'Peter Zijlstra
2020-07-29locking/atomic: Move ATOMIC_INIT into linux/types.hHerbert Xu
2020-07-21asm/rwonce: Don't pull <asm/barrier.h> into 'asm-generic/rwonce.h'Will Deacon
2020-07-17RISC-V: Upgrade smp_mb__after_spinlock() to iorw,iorwPalmer Dabbelt
2020-07-14riscv: use 16KB kernel stack on 64-bitAndreas Schwab
2020-07-09riscv: Avoid kgdb.h including gdb_xml.h to solve unused-const-variable warningVincent Chen
2020-07-09kgdb: Move the extern declaration kgdb_has_hit_break() to generic kgdb.hVincent Chen
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: use vDSO common flow to reduce the latency of the time-related functionsVincent Chen
2020-06-09clocksource/drivers/timer-riscv: Use per-CPU timer interruptAnup Patel
2020-06-09irqchip: RISC-V per-HART local interrupt controller driverAnup Patel