summaryrefslogtreecommitdiffstats
path: root/arch/riscv/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* riscv: support DEBUG_WXZong Li2020-06-041-0/+11
* mm/hugetlb: define a generic fallback for arch_clear_hugepage_flags()Anshuman Khandual2020-06-041-4/+0
* mm/hugetlb: define a generic fallback for is_hugepage_only_range()Anshuman Khandual2020-06-041-6/+0
* mm: switch the test_vmalloc module to use __vmalloc_nodeChristoph Hellwig2020-06-021-2/+2
* riscv: mmiowb: Fix implicit declaration of function 'smp_processor_id'Kefeng Wang2020-05-141-0/+1
* riscv: pgtable: Fix __kernel_map_pages build error if NOMMUKefeng Wang2020-05-141-0/+2
* riscv: Add pgprot_writecombine/device and PAGE_SHARED defination if NOMMUKefeng Wang2020-05-132-0/+3
* riscv: perf: RISCV_BASE_PMU should be independentKefeng Wang2020-05-131-6/+2
* RISC-V: Remove unused code from STRICT_KERNEL_RWXAtish Patra2020-05-061-8/+0
* RISC-V: Remove N-extension related definesAnup Patel2020-05-041-3/+0
* RISC-V: Add bitmap reprensenting ISA features common across CPUsAnup Patel2020-05-041-0/+22
* arch: split MODULE_ARCH_VERMAGIC definitions out to <asm/vermagic.h>Masahiro Yamada2020-04-232-2/+9
* mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual2020-04-111-2/+1
* Merge tag 'riscv-for-linus-5.7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-04-0913-75/+313
|\
| * riscv: Add SOC early init supportDamien Le Moal2020-04-031-0/+23
| * RISC-V: Support cpu hotplugAtish Patra2020-03-312-0/+29
| * RISC-V: Add SBI HSM extension definitionsAtish Patra2020-03-311-0/+14
| * RISC-V: Export SBI error to linux error mapping functionAtish Patra2020-03-311-0/+2
| * RISC-V: Add cpu_ops and modify default booting methodAtish Patra2020-03-311-0/+34
| * RISC-V: Implement new SBI v0.2 extensionsAtish Patra2020-03-312-0/+21
| * RISC-V: Introduce a new config for SBI v0.1Atish Patra2020-03-311-0/+2
| * RISC-V: Add SBI v0.2 extension definitionsAtish Patra2020-03-311-0/+21
| * RISC-V: Add basic support for SBI v0.2Atish Patra2020-03-311-71/+68
| * RISC-V: Mark existing SBI as 0.1 SBI.Atish Patra2020-03-311-19/+22
| * riscv: Use macro definition instead of magic numberZong Li2020-03-261-1/+1
| * riscv: Add support to dump the kernel page tablesZong Li2020-03-262-0/+21
| * riscv: introduce interfaces to patch kernel codeZong Li2020-03-262-0/+14
| * riscv: add macro to get instruction lengthZong Li2020-03-261-0/+8
| * riscv: add STRICT_KERNEL_RWX supportZong Li2020-03-261-0/+8
| * riscv: add alignment for text, rodata and data sectionsZong Li2020-03-261-0/+13
| * riscv: add ARCH_HAS_SET_DIRECT_MAP supportZong Li2020-03-261-0/+3
| * riscv: add ARCH_HAS_SET_MEMORY supportZong Li2020-03-261-0/+24
| * RISC-V: Move all address space definition macros to one placeAtish Patra2020-03-061-37/+41
| * RISC-V: Stop relying on GCC's register allocator's hueristicsPalmer Dabbelt2020-03-031-2/+3
| * riscv: Use flush_icache_mm for flush_icache_user_rangeGuo Ren2020-03-031-1/+1
* | asm-generic: make more kernel-space headers mandatoryMasahiro Yamada2020-04-021-28/+0
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-03-311-3/+2
|\ \
| * \ Merge branch 'uaccess.futex' of git://git.kernel.org/pub/scm/linux/kernel/git...Thomas Gleixner2020-03-281-3/+2
| |\ \ | | |/ | |/|
| | * futex: arch_futex_atomic_op_inuser() calling conventions changeAl Viro2020-03-281-3/+2
* | | RISC-V: Move all address space definition macros to one placeAtish Patra2020-03-271-37/+41
* | | riscv: fix the IPI missing issue in nommu modeGreentime Hu2020-03-191-4/+4
* | | riscv: uaccess should be used in nommu modeGreentime Hu2020-03-191-18/+18
* | | riscv: fix seccomp reject syscall code pathTycho Andersen2020-03-051-7/+0
|/ /
* / riscv: set pmp configuration if kernel is running in M-modeGreentime Hu2020-02-181-0/+12
|/
* Merge tag 'microblaze-v5.6-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2020-02-041-1/+0
|\
| * asm-generic: Make dma-contiguous.h a mandatory include/asm headerMichal Simek2020-02-041-1/+0
* | riscv: mm: add p?d_leaf() definitionsSteven Price2020-02-042-0/+14
* | Merge tag 'riscv-for-linus-5.6-mw0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-01-314-2/+55
|\ \
| * | riscv: mm: add support for CONFIG_DEBUG_VIRTUALZong Li2020-01-231-2/+14
| * | riscv: Add KASAN supportNick Hu2020-01-223-0/+41