index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
include
/
asm
/
pgalloc.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
arm64: mm: Fix VM_BUG_ON(mm != &init_mm) for trans_pgd
Pingfan Liu
2021-11-16
1
-1
/
+1
*
mm/thp: define default pmd_pgtable()
Anshuman Khandual
2021-07-01
1
-1
/
+0
*
arm64: mm: use XN table mapping attributes for user/kernel mappings
Ard Biesheuvel
2021-03-19
1
-7
/
+12
*
arm64: mm: add missing P4D definitions and use them consistently
Ard Biesheuvel
2021-03-19
1
-2
/
+2
*
asm-generic: pgalloc: provide generic pgd_free()
Mike Rapoport
2020-08-07
1
-0
/
+1
*
asm-generic: pgalloc: provide generic pud_alloc_one() and pud_free_one()
Mike Rapoport
2020-08-07
1
-11
/
+0
*
asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()
Mike Rapoport
2020-08-07
1
-26
/
+1
*
arm64: add support for folded p4d page tables
Mike Rapoport
2020-06-04
1
-5
/
+5
*
mm: remove quicklist page table caches
Nicholas Piggin
2019-09-24
1
-2
/
+0
*
arm64: switch to generic version of pte allocation
Mike Rapoport
2019-07-12
1
-39
/
+8
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
2019-06-19
1
-12
/
+1
*
arm64: mm: enable per pmd page table lock
Yu Zhao
2019-04-09
1
-1
/
+11
*
mm: treewide: remove unused address argument from pte_alloc functions
Joel Fernandes (Google)
2019-01-04
1
-2
/
+2
*
arm64: mm: Use READ_ONCE/WRITE_ONCE when accessing page tables
Will Deacon
2018-02-16
1
-22
/
+22
*
arm64: handle 52-bit physical addresses in page table entries
Kristina Martsenko
2017-12-22
1
-3
/
+3
*
kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACK
Levin, Alexander (Sasha Levin)
2017-11-15
1
-1
/
+1
*
arm64: get rid of superfluous __GFP_REPEAT
Michal Hocko
2016-06-24
1
-1
/
+1
*
arm64: mm: add __{pud,pgd}_populate
Mark Rutland
2016-02-16
1
-4
/
+22
*
arm64: move PGD_SIZE definition to pgalloc.h
Andrey Ryabinin
2015-10-12
1
-0
/
+1
*
arm64: expose number of page table levels on Kconfig level
Kirill A. Shutemov
2015-04-14
1
-4
/
+4
*
arm64: pgalloc: consistently use PGALLOC_GFP
Mark Rutland
2014-11-20
1
-4
/
+4
*
arm64: Convert bool ARM64_x_LEVELS to int ARM64_PGTABLE_LEVELS
Catalin Marinas
2014-07-23
1
-4
/
+4
*
arm64: mm: Implement 4 levels of translation tables
Jungseok Lee
2014-07-23
1
-0
/
+20
*
arm64: Introduce VA_BITS and translation level options
Jungseok Lee
2014-07-23
1
-2
/
+2
*
arm64: handle pgtable_page_ctor() fail
Kirill A. Shutemov
2013-11-15
1
-3
/
+6
*
arm64: MMU fault handling and page table management
Catalin Marinas
2012-09-17
1
-0
/
+113