summaryrefslogtreecommitdiff
path: root/arch/um/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-25um: implement the new page table range APIMatthew Wilcox (Oracle)1-5/+2
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-03um/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-2/+35
2022-11-09mm: remove kern_addr_valid() completelyKefeng Wang1-2/+0
2022-07-18um/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual1-17/+0
2022-03-21arch: Add pmd_pfn() where it is missingMike Rapoport1-0/+1
2021-04-16um: pgtable.h: Fix W=1 warning for empty body in 'do' statementRandy Dunlap1-1/+1
2021-01-27Revert "um: support some of ARCH_HAS_SET_MEMORY"Johannes Berg1-3/+0
2020-12-14um: support some of ARCH_HAS_SET_MEMORYJohannes Berg1-0/+3
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport1-52/+15
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-2/+0
2020-04-11mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Anshuman Khandual1-10/+0
2019-12-05um: add support for folded p4d page tablesMike Rapoport1-0/+3
2019-09-25mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport1-2/+0
2019-09-15um: Add SPDX headers for files in arch/um/includeAlex Dewar1-1/+1
2019-05-08um: define set_pte_at() as a static inline function, not a macroBartosz Golaszewski1-1/+6
2018-12-28um: Avoid marking pages with "changed protection"Anton Ivanov1-1/+8
2016-01-16um: kill pfn_tDan Williams1-1/+1
2015-04-13um: Remove broken highmem supportRichard Weinberger1-5/+1
2015-02-11um: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov1-9/+0
2013-06-29consolidate io_remap_pfn_range definitionsAl Viro1-2/+0
2012-10-10um: get rid of pointless include "..." where include <...> will doAl Viro1-2/+2
2012-05-21um: Fix __swp_type()Richard Weinberger1-2/+2
2012-05-21um: Implement a custom pte_same() functionRichard Weinberger1-0/+6
2012-03-25um: Serve io_remap_pfn_range()Richard Weinberger1-0/+2
2010-10-27mm: remove pte_*map_nested()Peter Zijlstra1-2/+0
2010-02-20MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itselfRussell King1-1/+1
2009-06-12module: merge module_alloc() finallyAmerigo Wang1-1/+6
2008-10-23x86, um: get rid of uml highmem.hAl Viro1-0/+8
2008-10-23x86, um: initial part of asm-um moveAl Viro1-0/+358