aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/riscv/include/asm/pgtable.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-26riscv: Add support to dump the kernel page tablesZong Li1-0/+10
2020-03-05RISC-V: Move all address space definition macros to one placeAtish Patra1-37/+41
2020-02-04riscv: mm: add p?d_leaf() definitionsSteven Price1-0/+7
2019-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+4
2019-12-20riscv: define vmemmap before pfn_to_page callsDavid Abdurachmanov1-17/+21
2019-12-19riscv, bpf: Provide RISC-V specific JIT image alloc/freeBjörn Töpel1-0/+4
2019-11-28Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremapLinus Torvalds1-0/+6
2019-11-17riscv: add nommu supportChristoph Hellwig1-41/+53
2019-11-11riscv: use the generic ioremap codeChristoph Hellwig1-0/+6
2019-10-28RISC-V: Add PCIe I/O BAR memory mappingYash Shah1-1/+6
2019-10-23riscv: Fix implicit declaration of 'page_to_section'Kefeng Wang1-4/+1
2019-10-23riscv: fix fs/proc/kcore.c compilation with sparsemem enabledDavid Abdurachmanov1-2/+0
2019-10-15RISC-V: fix virtual address overlapped in FIXADDR_START and VMEMMAP_STARTGreentime Hu1-8/+8
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-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport1-5/+0
2019-09-19RISC-V: Fix building error when CONFIG_SPARSEMEM_MANUAL=yGreentime Hu1-12/+12
2019-08-30RISC-V: Implement sparsememLogan Gunthorpe1-0/+13
2019-08-28RISC-V: Fix FIXMAP area corruption on RV32 systemsAnup Patel1-2/+10
2019-07-09RISC-V: Setup initial page tables in two stagesAnup Patel1-0/+8
2019-07-03riscv: Introduce huge page support for 32/64bit kernelAlexandre Ghiti1-2/+6
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner1-9/+1
2019-02-21RISC-V: Move setup_bootmem() to mm/init.cAnup Patel1-0/+1
2019-02-11riscv: Add pte bit to distinguish swap from invalidStefan O'Rear1-4/+4
2018-01-07riscv: remove CONFIG_MMU ifdefsChristoph Hellwig1-4/+0
2017-11-30RISC-V: Flush I$ when making a dirty page executableAndrew Waterman1-26/+32
2017-09-26RISC-V: Paging and MMUPalmer Dabbelt1-0/+430