summaryrefslogtreecommitdiffstats
path: root/arch/riscv/include
AgeCommit message (Expand)AuthorLines
2020-08-14Merge tag 'timers-urgent-2020-08-14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+2
2020-08-12uaccess: remove segment_eqChristoph Hellwig-3/+1
2020-08-12riscv: include <asm/pgtable.h> in <asm/uaccess.h>Christoph Hellwig-0/+2
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds-17/+1
2020-08-07asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport-5/+0
2020-08-07asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()Mike Rapoport-12/+1
2020-08-07Merge tag 'riscv-for-linus-5.9-mw0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-8/+108
2020-08-06vdso/treewide: Add vdso_data pointer argument to __arch_get_hw_counter()Thomas Gleixner-1/+2
2020-08-04RISC-V: Fix build warning for smpboot.cAtish Patra-0/+3
2020-08-03Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-2/+0
2020-08-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-0/+1
2020-07-30riscv: Use generic pgprot_* macros from <linux/pgtable.h>Pekka Enberg-6/+0
2020-07-30riscv: Add jump-label implementationEmil Renner Berthing-0/+60
2020-07-30Replace HTTP links with HTTPS ones: RISC-VAlexander A. Klimov-1/+1
2020-07-30riscv: Add STACKPROTECTOR supportedGuo Ren-0/+33
2020-07-30riscv: Fix typo in asm/hwcap.h uapi headerTobias Klauser-1/+1
2020-07-30riscv: Support irq_work via self IPIsGreentime Hu-0/+10
2020-07-29Merge branch 'locking/header'Peter Zijlstra-2/+0
2020-07-29locking/atomic: Move ATOMIC_INIT into linux/types.hHerbert Xu-2/+0
2020-07-21asm/rwonce: Don't pull <asm/barrier.h> into 'asm-generic/rwonce.h'Will Deacon-0/+1
2020-07-17RISC-V: Upgrade smp_mb__after_spinlock() to iorw,iorwPalmer Dabbelt-1/+9
2020-07-14riscv: use 16KB kernel stack on 64-bitAndreas Schwab-0/+4
2020-07-09riscv: Avoid kgdb.h including gdb_xml.h to solve unused-const-variable warningVincent Chen-3/+4
2020-07-09kgdb: Move the extern declaration kgdb_has_hit_break() to generic kgdb.hVincent Chen-1/+0
2020-06-12riscv/atomic: Fix sign extension for RV64INathan Huckleberry-4/+4
2020-06-11Merge tag 'riscv-for-linus-5.8-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-15/+148
2020-06-10riscv: use vDSO common flow to reduce the latency of the time-related functionsVincent Chen-10/+144
2020-06-09clocksource/drivers/timer-riscv: Use per-CPU timer interruptAnup Patel-2/+0
2020-06-09irqchip: RISC-V per-HART local interrupt controller driverAnup Patel-2/+0
2020-06-09RISC-V: Rename and move plic_find_hart_id() to arch directoryAnup Patel-0/+1
2020-06-09RISC-V: self-contained IPI handling routineAnup Patel-1/+3
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport-27/+0
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport-4/+2
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport-5/+3
2020-06-08mm: rename flush_icache_user_range to flush_icache_user_pageChristoph Hellwig-1/+2
2020-06-08riscv: use asm-generic/cacheflush.hChristoph Hellwig-59/+3
2020-06-04Merge tag 'riscv-for-linus-5.8-mw0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-2/+516
2020-06-03riscv: support DEBUG_WXZong Li-0/+11
2020-06-03mm/hugetlb: define a generic fallback for arch_clear_hugepage_flags()Anshuman Khandual-4/+0
2020-06-03mm/hugetlb: define a generic fallback for is_hugepage_only_range()Anshuman Khandual-6/+0
2020-06-02mm: switch the test_vmalloc module to use __vmalloc_nodeChristoph Hellwig-2/+2
2020-05-20riscv: cacheinfo: Implement cache_get_priv_group with a generic ops structureYash Shah-0/+15
2020-05-18riscv: Remove the 'riscv_' prefix of function nameZong Li-2/+2
2020-05-18riscv: Add SW single-step support for KDBVincent Chen-0/+219
2020-05-18riscv: Use the XML target descriptions to report 3 system registersVincent Chen-1/+124
2020-05-18riscv: Add KGDB supportVincent Chen-0/+118
2020-05-18riscv: Allow device trees to be built into the kernelPalmer Dabbelt-0/+39
2020-05-13riscv: mmiowb: Fix implicit declaration of function 'smp_processor_id'Kefeng Wang-0/+1
2020-05-13riscv: pgtable: Fix __kernel_map_pages build error if NOMMUKefeng Wang-0/+2
2020-05-12riscv: Add pgprot_writecombine/device and PAGE_SHARED defination if NOMMUKefeng Wang-0/+3