summaryrefslogtreecommitdiffstats
path: root/arch/riscv/include
AgeCommit message (Expand)AuthorFilesLines
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
2020-06-09RISC-V: Rename and move plic_find_hart_id() to arch directoryAnup Patel1-0/+1
2020-06-09RISC-V: self-contained IPI handling routineAnup Patel2-1/+3
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport2-27/+0
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport3-4/+2
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport4-5/+3
2020-06-08mm: rename flush_icache_user_range to flush_icache_user_pageChristoph Hellwig1-1/+2
2020-06-08riscv: use asm-generic/cacheflush.hChristoph Hellwig1-59/+3
2020-06-04Merge tag 'riscv-for-linus-5.8-mw0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-2/+516
2020-06-03riscv: support DEBUG_WXZong Li1-0/+11
2020-06-03mm/hugetlb: define a generic fallback for arch_clear_hugepage_flags()Anshuman Khandual1-4/+0
2020-06-03mm/hugetlb: define a generic fallback for is_hugepage_only_range()Anshuman Khandual1-6/+0
2020-06-02mm: switch the test_vmalloc module to use __vmalloc_nodeChristoph Hellwig1-2/+2
2020-05-20riscv: cacheinfo: Implement cache_get_priv_group with a generic ops structureYash Shah1-0/+15
2020-05-18riscv: Remove the 'riscv_' prefix of function nameZong Li1-2/+2
2020-05-18riscv: Add SW single-step support for KDBVincent Chen1-0/+219
2020-05-18riscv: Use the XML target descriptions to report 3 system registersVincent Chen2-1/+124
2020-05-18riscv: Add KGDB supportVincent Chen2-0/+118
2020-05-18riscv: Allow device trees to be built into the kernelPalmer Dabbelt1-0/+39
2020-05-13riscv: mmiowb: Fix implicit declaration of function 'smp_processor_id'Kefeng Wang1-0/+1
2020-05-13riscv: pgtable: Fix __kernel_map_pages build error if NOMMUKefeng Wang1-0/+2
2020-05-12riscv: Add pgprot_writecombine/device and PAGE_SHARED defination if NOMMUKefeng Wang2-0/+3
2020-05-12riscv: perf: RISCV_BASE_PMU should be independentKefeng Wang1-6/+2
2020-05-05RISC-V: Remove unused code from STRICT_KERNEL_RWXAtish Patra1-8/+0
2020-05-04RISC-V: Remove N-extension related definesAnup Patel1-3/+0
2020-05-04RISC-V: Add bitmap reprensenting ISA features common across CPUsAnup Patel1-0/+22
2020-04-23arch: split MODULE_ARCH_VERMAGIC definitions out to <asm/vermagic.h>Masahiro Yamada2-2/+9
2020-04-10mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual1-2/+1
2020-04-09Merge tag 'riscv-for-linus-5.7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds13-75/+313
2020-04-03riscv: Add SOC early init supportDamien Le Moal1-0/+23
2020-04-02asm-generic: make more kernel-space headers mandatoryMasahiro Yamada1-28/+0
2020-03-31RISC-V: Support cpu hotplugAtish Patra2-0/+29
2020-03-31RISC-V: Add SBI HSM extension definitionsAtish Patra1-0/+14
2020-03-31RISC-V: Export SBI error to linux error mapping functionAtish Patra1-0/+2
2020-03-31RISC-V: Add cpu_ops and modify default booting methodAtish Patra1-0/+34
2020-03-31RISC-V: Implement new SBI v0.2 extensionsAtish Patra2-0/+21
2020-03-31RISC-V: Introduce a new config for SBI v0.1Atish Patra1-0/+2
2020-03-31RISC-V: Add SBI v0.2 extension definitionsAtish Patra1-0/+21
2020-03-31RISC-V: Add basic support for SBI v0.2Atish Patra1-71/+68
2020-03-31RISC-V: Mark existing SBI as 0.1 SBI.Atish Patra1-19/+22
2020-03-30Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-3/+2
2020-03-28Merge branch 'uaccess.futex' of git://git.kernel.org/pub/scm/linux/kernel/git...Thomas Gleixner1-3/+2
2020-03-27futex: arch_futex_atomic_op_inuser() calling conventions changeAl Viro1-3/+2
2020-03-26RISC-V: Move all address space definition macros to one placeAtish Patra1-37/+41
2020-03-26riscv: Use macro definition instead of magic numberZong Li1-1/+1
2020-03-26riscv: Add support to dump the kernel page tablesZong Li2-0/+21