summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/pgtable.h
AgeCommit message (Expand)AuthorLines
2023-02-09arm/mm: fix swp type masking in __swp_entry()David Hildenbrand-1/+1
2023-02-02mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand-1/+0
2023-02-02arm/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand-7/+28
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-4/+0
2022-11-08mm: remove kern_addr_valid() completelyKefeng Wang-4/+0
2022-11-07ARM: 9266/1: mm: fix no-MMU ZERO_PAGE() implementationGiulio Benetti-7/+9
2022-07-17arm/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual-17/+0
2021-06-07ARM: update __swp_entry_to_pte() to use PTE_TYPE_FAULTRussell King (Oracle)-1/+1
2021-04-30ARM: mm: add missing pud_page define to 2-level page tablesNicholas Piggin-0/+3
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport-23/+0
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport-2/+0
2020-06-04arm: add support for folded p4d page tablesMike Rapoport-1/+0
2020-04-10mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Anshuman Khandual-13/+2
2020-03-24arm: Remove HYP/Stage-2 page-table supportMarc Zyngier-9/+0
2019-12-04arm: nommu: use pgtable-nopud instead of 4level-fixupMike Rapoport-1/+1
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport-2/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-4/+1
2019-02-01ARM: 8823/1: Implement pgprot_device()Vincent Whitchurch-0/+3
2018-01-08KVM: arm/arm64: Limit icache invalidation to prefetch abortsMarc Zyngier-2/+2
2017-11-21ARM: fix get_user_pages_fastRussell King-0/+12
2017-03-09arch, mm: convert all architectures to use 5level-fixup.hKirill A. Shutemov-0/+1
2016-08-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-1/+3
2016-06-29arm/arm64: KVM: Make default HYP mappings non-excutableMarc Zyngier-1/+1
2016-06-29arm/arm64: KVM: Map the HYP text as read-onlyMarc Zyngier-0/+1
2016-06-29arm/arm64: KVM: Enforce HYP read-only mapping of the kernel's rodata sectionMarc Zyngier-0/+1
2016-06-09ARM: 8578/1: mm: ensure pmd_present only checks the valid bitWill Deacon-1/+0
2015-09-22ARM: 8432/1: move VMALLOC_END from 0xff000000 to 0xff800000Nicolas Pitre-1/+1
2015-02-10arm: drop L_PTE_FILE and pte_file()-related helpersKirill A. Shutemov-17/+3
2014-12-03ARM: 8239/1: Introduce {set,clear}_pte_bitJungseung Lee-11/+51
2014-10-18Merge tag 'kvm-arm-for-3.18-take-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+1
2014-10-10ARM: kvm: define PAGE_S2_DEVICE as read-only by defaultArd Biesheuvel-1/+1
2014-10-09arm: mm: introduce special ptes for LPAESteve Capper-4/+2
2014-07-24ARM: 8108/1: mm: Introduce {pte,pmd}_isset and {pte,pmd}_isclearSteven Capper-7/+11
2014-02-25ARM: 7985/1: mm: implement pte_accessible for faulting mappingsWill Deacon-2/+5
2014-01-21Merge branches 'amba', 'fixes', 'kees', 'misc' and 'unstable/sa11x0' into for...Russell King-0/+2
2013-12-11ARM: add definitions for pte_mkexec/pte_mknexecLaura Abbott-0/+2
2013-11-30ARM: fix booting low-vectors machinesRussell King-1/+1
2013-08-13ARM: 7808/1: KVM: mm: Get rid of L_PTE_USER ref from PAGE_S2_DEVICEChristoffer Dall-1/+1
2013-07-03Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds-0/+3
2013-06-29consolidate io_remap_pfn_range definitionsAl Viro-7/+0
2013-06-04ARM: mm: Transparent huge page support for LPAE systems.Catalin Marinas-0/+3
2013-04-29arm: set the page table freeing ceiling to TASK_SIZECatalin Marinas-0/+9
2013-03-03Merge branches 'devel-stable', 'fixes' and 'mmci' into for-linusRussell King-1/+2
2013-02-21ARM: 7654/1: Preserve L_PTE_VALID in pte_modify()Catalin Marinas-1/+2
2013-01-23ARM: Add page table and page defines needed by KVMChristoffer Dall-0/+7
2012-11-09ARM: mm: introduce present, faulting entries for PAGE_NONEWill Deacon-3/+3
2012-11-09ARM: mm: introduce L_PTE_VALID for page table entriesWill Deacon-3/+1
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel syst...David Howells-1/+1
2012-08-11ARM: 7488/1: mm: use 5 bits for swapfile type encodingWill Deacon-3/+3
2012-08-11ARM: 7487/1: mm: avoid setting nG bit for user mappings that aren't presentWill Deacon-16/+18