summaryrefslogtreecommitdiffstats
path: root/arch/riscv/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | | Merge tag 'docs-5.6' of git://git.lwn.net/linuxLinus Torvalds2020-01-301-2/+2
|\ \ \
| * | | RISC-V: Typo fixes in image header and documentation.Atish Patra2019-12-191-2/+2
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-293-0/+17
|\ \ \
| * \ \ Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-192-16/+4
| |\ \ \ | | | |/ | | |/|
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-091-9/+9
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-12-273-0/+17
| |\ \ \ \
| | * | | | riscv, perf: Add arch specific perf_arch_bpf_user_pt_regsBjörn Töpel2019-12-191-0/+4
| | * | | | riscv, bpf: Add missing uapi header for BPF_PROG_TYPE_PERF_EVENT programsBjörn Töpel2019-12-191-0/+9
| | * | | | riscv, bpf: Provide RISC-V specific JIT image alloc/freeBjörn Töpel2019-12-191-0/+4
| | | |_|/ | | |/| |
* | | | | Merge tag 'v5.5-rc7' into efi/core, to pick up fixesIngo Molnar2020-01-202-16/+4
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | riscv: Less inefficient gcc tishift helpers (and export their symbols)Olof Johansson2020-01-191-0/+4
| * | | | riscv: move sifive_l2_cache.h to include/socYash Shah2020-01-121-16/+0
| | |_|/ | |/| |
* | | | Merge branch 'x86/mm' into efi/core, to pick up dependenciesIngo Molnar2020-01-101-0/+4
|\ \ \ \ | |/ / / |/| | |
| * | | mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmallo...Ingo Molnar2019-12-101-0/+4
| | |/ | |/|
* | | riscv: prefix IRQ_ macro names with an RV_ namespacePaul Walmsley2020-01-051-9/+9
| |/ |/|
* | riscv: define vmemmap before pfn_to_page callsDavid Abdurachmanov2019-12-201-17/+21
|/
* Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-12-031-1/+0
|\
| * asm-generic: Make msi.h a mandatory include/asm headerMichal Simek2019-11-261-1/+0
* | Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2019-11-282-14/+7
|\ \
| * | riscv: use the generic ioremap codeChristoph Hellwig2019-11-112-3/+6
| * | arch: rely on asm-generic/io.h for default ioremap_* definitionsChristoph Hellwig2019-11-111-10/+0
* | | Merge branch 'next/nommu' into for-nextPaul Walmsley2019-11-2320-226/+417
|\ \ \
| * | | riscv: add nommu supportChristoph Hellwig2019-11-1812-49/+102