summaryrefslogtreecommitdiffstats
path: root/arch/arm/mm/pgd.c
Commit message (Expand)AuthorAgeFilesLines
* ARM: 9016/2: Initialize the mapping of KASan shadow memoryLinus Walleij2020-10-271-1/+15
* arm: add support for folded p4d page tablesMike Rapoport2020-06-041-7/+33
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
* mm: introduce wrappers to access mm->nr_ptesKirill A. Shutemov2017-11-151-1/+1
* arm: get rid of superfluous __GFP_REPEATMichal Hocko2016-07-261-1/+1
* mm: cleanup *pte_alloc* interfacesKirill A. Shutemov2016-03-171-1/+1
* ARM: domains: keep vectors in separate domainRussell King2015-08-211-0/+10
* mm: fix false-positive warning on exit due mm_nr_pmds(mm)Kirill A. Shutemov2015-02-111-0/+4
* ARM: pgd allocation: retry on failureRussell King2013-12-291-1/+1
* ARM: fix booting low-vectors machinesRussell King2013-11-301-1/+2
* ARM: move CP15 definitions to separate header fileRussell King2012-03-281-0/+1
* ARM: LPAE: Page table maintenance for the 3-level formatCatalin Marinas2011-12-081-4/+47
* Merge branches 'fixes', 'pgt-next' and 'versatile' into develRussell King2011-03-201-4/+20
|\
| * ARM: pgtable: add pud-level codeRussell King2011-02-211-4/+20
* | thp: pte alloc trans splittingAndrea Arcangeli2011-01-131-1/+1
|/
* ARM: pgtable: remove FIRST_USER_PGD_NRRussell King2010-12-221-5/+3
* ARM: pgtable: use pXd_none_or_clear_bad() in pgd_free()Russell King2010-11-261-13/+14
* ARM: pgtable: get rid of get_pgd_slow()/free_pgd_slow()Russell King2010-11-261-2/+2
* mm: remove pte_*map_nested()Peter Zijlstra2010-10-261-2/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* [ARM] remove memzero()Russell King2008-11-271-1/+1
* [ARM] Fix freeing of page tables for ARM in free_pgd_slowUwe Kleine-König2008-03-011-4/+2
* add mm argument to pte/pmd/pud/pgd_freeBenjamin Herrenschmidt2008-02-051-4/+4
* [ARM] Unuse another Linux PTE bitRussell King2006-12-131-1/+1
* [ARM] Rename mm-armv.c to pgd.cRussell King2006-09-271-0/+101