aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-15RISC-V: fix virtual address overlapped in FIXADDR_START and VMEMMAP_STARTGreentime Hu1-8/+8
2019-10-14riscv: tlbflush: remove confusing comment on local_flush_tlb_all()Paul Walmsley1-4/+0
2019-10-01RISC-V: Clear load reservations while restoring hart contextsPalmer Dabbelt1-0/+1
2019-09-27Merge tag 'riscv/for-v5.4-rc1-b' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds1-12/+12
2019-09-26mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland1-1/+1
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport1-5/+0
2019-09-24mm: remove quicklist page table cachesNicholas Piggin1-4/+0
2019-09-19RISC-V: Fix building error when CONFIG_SPARSEMEM_MANUAL=yGreentime Hu1-12/+12
2019-09-16Merge tag 'riscv/for-v5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds7-60/+96
2019-09-13riscv: modify the Image header to improve compatibility with the ARM64 headerPaul Walmsley1-6/+6
2019-09-05riscv: move the TLB flush logic out of lineChristoph Hellwig1-30/+7
2019-09-05riscv: don't use the rdtime(h) pseudo-instructionsChristoph Hellwig1-23/+21
2019-09-05riscv: cleanup riscv_cpuid_to_hartid_maskChristoph Hellwig2-7/+0
2019-09-05riscv: Add support for perf registers samplingMao Han1-0/+42
2019-08-30RISC-V: Implement sparsememLogan Gunthorpe3-0/+26
2019-08-28RISC-V: Fix FIXMAP area corruption on RV32 systemsAnup Patel2-6/+10
2019-08-14riscv: Make __fstate_clean() work correctly.Vincent Chen1-1/+1
2019-08-14riscv: Correct the initialized flow of FP registerVincent Chen1-0/+6
2019-08-13riscv: fix flush_tlb_range() end address for flush_tlb_page()Paul Walmsley1-2/+9
2019-07-28Merge tag 'spdx-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds7-7/+7
2019-07-25treewide: add "WITH Linux-syscall-note" to SPDX tag of uapi headersMasahiro Yamada7-7/+7
2019-07-22riscv: include generic support for MSI irqdomainsWesley Terpstra1-0/+1
2019-07-18riscv: enable sys_clone3 syscall for rv64Paul Walmsley1-0/+1
2019-07-18Merge tag 'riscv/for-v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds7-10/+176
2019-07-18riscv: fix build break after macro-to-function conversion in generic cacheflush.hPaul Walmsley1-4/+59
2019-07-12riscv: switch to generic version of pte allocationMike Rapoport1-27/+2
2019-07-11RISC-V: Add an Image header that boot loader can parse.Atish Patra1-0/+65
2019-07-10Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds1-0/+1
2019-07-09RISC-V: Setup initial page tables in two stagesAnup Patel3-0/+18
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2019-07-08Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-21/+23
2019-07-03riscv: Introduce huge page support for 32/64bit kernelAlexandre Ghiti3-2/+34
2019-07-01riscv: Remove gate area stubsAndy Lutomirski1-4/+0
2019-06-24riscv: add binfmt_flat supportChristoph Hellwig1-0/+1
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds8-96/+8
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner8-96/+8
2019-06-17Merge tag 'riscv-for-v5.2/fixes-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds1-5/+0
2019-06-17riscv: remove unused barrier definesRolf Eike Beer1-5/+0
2019-06-17Merge tag 'v5.2-rc5' into locking/core, to pick up fixesIngo Molnar40-359/+40
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner40-359/+40
2019-06-03locking/atomic, riscv: Use s64 for atomic64Mark Rutland1-21/+23
2019-06-03locking/atomic, riscv: Fix atomic64_sub_if_positive() offset argumentMark Rutland1-1/+1
2019-05-30treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman2-0/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner1-9/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-29signal/riscv: Remove tsk parameter from do_trapEric W. Biederman1-1/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner1-5/+1
2019-05-19Merge tag 'kbuild-v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-4/+0
2019-05-19Merge tag 'riscv-for-linus-5.2-mw2' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linuxLinus Torvalds13-181/+156
2019-05-18arch: remove dangling asm-generic wrappersMasahiro Yamada1-4/+0