summaryrefslogtreecommitdiff
path: root/arch/riscv/include/asm/pgtable.h
AgeCommit message (Expand)AuthorFilesLines
2021-07-01Merge branch 'riscv-wx-mappings' into for-nextPalmer Dabbelt1-0/+2
2021-06-12riscv: Simplify xip and !xip kernel address conversion macrosAlexandre Ghiti1-0/+2
2021-06-09riscv: fix build error when CONFIG_SMP is disabledBixuan Cui1-5/+0
2021-05-30riscv: Use global mappings for kernel pagesGuo Ren1-1/+2
2021-05-26riscv: Move setup_bootmem into paging_initKefeng Wang1-1/+0
2021-05-26riscv: mremap speedup - enable HAVE_MOVE_PUD and HAVE_MOVE_PMDJisheng Zhang1-0/+11
2021-05-22riscv: mm: add THP support on 64-bitNanyong Sun1-0/+156
2021-05-22riscv: mm: make pmd_bad() check leaf conditionNanyong Sun1-1/+1
2021-05-22riscv: mm: add _PAGE_LEAF macroNanyong Sun1-4/+2
2021-05-01RISC-V: Always define XIP_FIXUPPalmer Dabbelt1-10/+13
2021-04-26RISC-V: enable XIPVitaly Wool1-2/+23
2021-04-26riscv: Move kernel mapping outside of linear mappingAlexandre Ghiti1-8/+31
2021-02-26Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+21
2021-01-15riscv: Add support pte_protnone and pmd_protnone if CONFIG_NUMA_BALANCINGGreentime Hu1-0/+20
2021-01-15riscv: Separate memory init from paging initAtish Patra1-0/+1
2021-01-10riscv: Drop a duplicated PAGE_KERNEL_EXECKefeng Wang1-1/+0
2020-12-15arch, mm: restore dependency of __kernel_map_pages() on DEBUG_PAGEALLOCMike Rapoport1-2/+0
2020-10-03RISC-V: Add EFI runtime servicesAtish Patra1-0/+4
2020-10-03RISC-V: Move DT mapping outof fixmapAnup Patel1-0/+1
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport1-20/+0
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-2/+0
2020-06-02mm: switch the test_vmalloc module to use __vmalloc_nodeChristoph Hellwig1-2/+2
2020-05-14riscv: pgtable: Fix __kernel_map_pages build error if NOMMUKefeng Wang1-0/+2
2020-05-13riscv: Add pgprot_writecombine/device and PAGE_SHARED defination if NOMMUKefeng Wang1-0/+1
2020-03-26riscv: Add support to dump the kernel page tablesZong Li1-0/+10
2020-03-06RISC-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-28Merge 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-18riscv: 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-24riscv: Fix implicit declaration of 'page_to_section'Kefeng Wang1-4/+1
2019-10-24riscv: fix fs/proc/kcore.c compilation with sparsemem enabledDavid Abdurachmanov1-2/+0
2019-10-16RISC-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...Linus Torvalds1-12/+12
2019-09-25mm: 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-29RISC-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-04riscv: 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-12riscv: Add pte bit to distinguish swap from invalidStefan O'Rear1-4/+4
2018-01-08riscv: remove CONFIG_MMU ifdefsChristoph Hellwig1-4/+0
2017-11-30RISC-V: Flush I$ when making a dirty page executableAndrew Waterman1-26/+32
2017-09-27RISC-V: Paging and MMUPalmer Dabbelt1-0/+430