summaryrefslogtreecommitdiffstats
path: root/arch/riscv/include
Commit message (Expand)AuthorAgeFilesLines
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-2/+2
* Merge tag 'riscv-for-linus-5.10-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-10-242-92/+91
|\
| * riscv: remove address space overrides using set_fs()Christoph Hellwig2020-10-042-32/+1
| * riscv: implement __get_kernel_nofault and __put_user_nofaultChristoph Hellwig2020-10-041-0/+20
| * riscv: refactor __get_user and __put_userChristoph Hellwig2020-10-041-42/+52
| * riscv: use memcpy based uaccess for nommu againChristoph Hellwig2020-10-041-18/+18
* | Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2020-10-221-0/+9
|\ \
| * | kbuild: preprocess module linker scriptMasahiro Yamada2020-09-251-0/+9
* | | Merge tag 'riscv-for-linus-5.10-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-10-1910-3/+132
|\ \ \ | | |/ | |/|
| * | RISC-V: Add EFI runtime servicesAtish Patra2020-10-023-0/+26
| * | RISC-V: Add EFI stub support.Atish Patra2020-10-021-0/+35
| * | RISC-V: Add PE/COFF header for EFI stubAtish Patra2020-10-021-0/+13
| * | RISC-V: Add early ioremap supportAtish Patra2020-10-023-0/+15
| * | RISC-V: Move DT mapping outof fixmapAnup Patel2020-10-022-3/+1
| * | riscv: Add cache information in AUX vectorZong Li2020-09-153-1/+40
| * | riscv: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFOZong Li2020-09-151-0/+3
| |/
* | RISC-V: Check clint_time_val before useAnup Patel2020-09-302-4/+13
* | RISC-V: Resurrect the MMIO timer implementation for M-mode systemsPalmer Dabbelt2020-09-192-0/+53
* | RISC-V: Take text_mutex in ftrace_init_nop()Palmer Dabbelt2020-09-111-0/+7
|/
* RISC-V: Remove CLINT related code from timer and archAnup Patel2020-08-202-35/+7
* RISC-V: Add mechanism to provide custom IPI operationsAnup Patel2020-08-202-25/+19
* 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
* | 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-071-17/+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
| |/
* | Merge tag 'riscv-for-linus-5.9-mw0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-08-077-8/+108
|\ \ | |/ |/|
| * RISC-V: Fix build warning for smpboot.cAtish Patra2020-08-041-0/+3
| * riscv: Use generic pgprot_* macros from <linux/pgtable.h>Pekka Enberg2020-07-301-6/+0
| * riscv: Add jump-label implementationEmil Renner Berthing2020-07-301-0/+60
| * Replace HTTP links with HTTPS ones: RISC-VAlexander A. Klimov2020-07-301-1/+1
| * riscv: Add STACKPROTECTOR supportedGuo Ren2020-07-301-0/+33
| * riscv: Fix typo in asm/hwcap.h uapi headerTobias Klauser2020-07-301-1/+1
| * riscv: Support irq_work via self IPIsGreentime Hu2020-07-301-0/+10
* | Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-08-031-2/+0
|\ \
| * \ Merge branch 'locking/header'Peter Zijlstra2020-07-291-2/+0
| |\ \
| | * | locking/atomic: Move ATOMIC_INIT into linux/types.hHerbert Xu2020-07-291-2/+0
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-08-031-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | asm/rwonce: Don't pull <asm/barrier.h> into 'asm-generic/rwonce.h'Will Deacon2020-07-211-0/+1
| | |/ | |/|
* | | RISC-V: Upgrade smp_mb__after_spinlock() to iorw,iorwPalmer Dabbelt2020-07-171-1/+9
* | | riscv: use 16KB kernel stack on 64-bitAndreas Schwab2020-07-141-0/+4
* | | riscv: Avoid kgdb.h including gdb_xml.h to solve unused-const-variable warningVincent Chen2020-07-092-3/+4
* | | kgdb: Move the extern declaration kgdb_has_hit_break() to generic kgdb.hVincent Chen2020-07-091-1/+0
|/ /
* / riscv/atomic: Fix sign extension for RV64INathan Huckleberry2020-06-121-4/+4
|/
* Merge tag 'riscv-for-linus-5.8-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-06-119-15/+148
|\
| * riscv: use vDSO common flow to reduce the latency of the time-related functionsVincent Chen2020-06-107-10/+144
| * 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-091-2/+0