summaryrefslogtreecommitdiff
path: root/arch/openrisc/include/asm/pgtable.h
AgeCommit message (Expand)AuthorFilesLines
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2023-08-25openrisc: implement the new page table range APIMatthew Wilcox (Oracle)1-5/+10
2023-07-12mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe1-1/+1
2023-02-03mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-1/+0
2023-02-03openrisc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-5/+36
2022-11-09mm: remove kern_addr_valid() completelyKefeng Wang1-2/+0
2022-07-18openrisc/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual1-18/+0
2022-03-21arch: Add pmd_pfn() where it is missingMike Rapoport1-0/+1
2021-08-05openrisc: rename or32 code & comments to or1kRandy Dunlap1-3/+3
2021-07-01mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual1-1/+0
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport1-27/+4
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-2/+0
2020-06-05openrisc: add support for folded p4d page tablesMike Rapoport1-1/+0
2020-04-11mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Anshuman Khandual1-2/+0
2019-09-25mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport1-5/+0
2019-08-31openrisc: map as uncached in ioremapChristoph Hellwig1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2017-11-03openrisc: add cacheflush support to fix icache aliasingJan Henrik Weinstock1-6/+10
2017-11-03openrisc: initial SMP supportStefan Kristiansson1-1/+1
2017-09-11openrisc: add forward declaration for struct vm_area_structTobias Klauser1-0/+2
2017-03-09arch, mm: convert all architectures to use 5level-fixup.hKirill A. Shutemov1-0/+1
2016-12-12openrisc: fix PTRS_PER_PGD defineStefan Kristiansson1-1/+1
2015-02-12mm: make FIRST_USER_ADDRESS unsigned long on all archsKirill A. Shutemov1-1/+1
2015-02-11openrisc: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov1-8/+0
2013-06-29consolidate io_remap_pfn_range definitionsAl Viro1-3/+0
2012-03-24Remove remaining bits of io_remap_page_range()Javi Merino1-1/+0
2011-07-22OpenRISC: Memory managementJonas Bonn1-0/+463