aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/include/asm/pgtable.h
AgeCommit message (Expand)Author
2020-10-02RISC-V: Add EFI runtime servicesAtish Patra
2020-10-02RISC-V: Move DT mapping outof fixmapAnup Patel
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2020-06-02mm: switch the test_vmalloc module to use __vmalloc_nodeChristoph Hellwig
2020-05-13riscv: pgtable: Fix __kernel_map_pages build error if NOMMUKefeng Wang
2020-05-12riscv: Add pgprot_writecombine/device and PAGE_SHARED defination if NOMMUKefeng Wang
2020-03-26riscv: Add support to dump the kernel page tablesZong Li
2020-03-05RISC-V: Move all address space definition macros to one placeAtish Patra
2020-02-04riscv: mm: add p?d_leaf() definitionsSteven Price
2019-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-12-20riscv: define vmemmap before pfn_to_page callsDavid Abdurachmanov
2019-12-19riscv, bpf: Provide RISC-V specific JIT image alloc/freeBjörn Töpel
2019-11-28Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremapLinus Torvalds
2019-11-17riscv: add nommu supportChristoph Hellwig
2019-11-11riscv: use the generic ioremap codeChristoph Hellwig
2019-10-28RISC-V: Add PCIe I/O BAR memory mappingYash Shah
2019-10-23riscv: Fix implicit declaration of 'page_to_section'Kefeng Wang
2019-10-23riscv: fix fs/proc/kcore.c compilation with sparsemem enabledDavid Abdurachmanov
2019-10-15RISC-V: fix virtual address overlapped in FIXADDR_START and VMEMMAP_STARTGreentime Hu
2019-09-27Merge tag 'riscv/for-v5.4-rc1-b' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport
2019-09-19RISC-V: Fix building error when CONFIG_SPARSEMEM_MANUAL=yGreentime Hu
2019-08-30RISC-V: Implement sparsememLogan Gunthorpe
2019-08-28RISC-V: Fix FIXMAP area corruption on RV32 systemsAnup Patel
2019-07-09RISC-V: Setup initial page tables in two stagesAnup Patel
2019-07-03riscv: Introduce huge page support for 32/64bit kernelAlexandre Ghiti
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner
2019-02-21RISC-V: Move setup_bootmem() to mm/init.cAnup Patel
2019-02-11riscv: Add pte bit to distinguish swap from invalidStefan O'Rear
2018-01-07riscv: remove CONFIG_MMU ifdefsChristoph Hellwig
2017-11-30RISC-V: Flush I$ when making a dirty page executableAndrew Waterman
2017-09-26RISC-V: Paging and MMUPalmer Dabbelt