index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
parisc
/
include
/
asm
/
pgalloc.h
Age
Commit message (
Expand
)
Author
2022-07-17
parisc: rename PGD_ORDER to PGD_TABLE_ORDER
Mike Rapoport
2021-08-30
parisc: Rename PMD_ORDER to PMD_TABLE_ORDER
Matthew Wilcox (Oracle)
2021-07-01
mm/thp: define default pmd_pgtable()
Anshuman Khandual
2021-02-12
parisc: Optimize per-pagetable spinlocks
Helge Deller
2020-08-16
parisc: fix PMD pages allocation by restoring pmd_alloc_one()
Mike Rapoport
2020-08-07
asm-generic: pgalloc: provide generic pgd_free()
Mike Rapoport
2020-08-07
asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()
Mike Rapoport
2019-12-04
parisc: use pgtable-nopXd instead of 4level-fixup
Mike Rapoport
2019-09-24
mm: remove quicklist page table caches
Nicholas Piggin
2019-07-12
parisc: switch to generic version of pte allocation
Mike Rapoport
2019-05-03
parisc: Use per-pagetable spinlock
Mikulas Patocka
2019-01-04
mm: treewide: remove unused address argument from pte_alloc functions
Joel Fernandes (Google)
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2016-06-24
parisc: get rid of superfluous __GFP_REPEAT
Michal Hocko
2016-06-24
tree wide: get rid of __GFP_REPEAT for order-0 allocations part I
Michal Hocko
2015-11-20
parisc: Fix wrong comment regarding first pmd entry flags
Helge Deller
2015-07-19
parisc: mm: Fix a memory leak related to pmd not attached to the pgd
Christophe Jaillet
2015-04-21
parisc: Replace PT_NLEVELS with CONFIG_PGTABLE_LEVELS
Guenter Roeck
2015-04-14
parisc: expose number of page table levels on Kconfig level
Kirill A. Shutemov
2015-03-23
parisc: Fix pmd code to depend on PT_NLEVELS value, not on CONFIG_64BIT
Helge Deller
2015-03-23
parisc: mm: don't count preallocated pmds
Mikulas Patocka
2013-11-15
parisc: handle pgtable_page_ctor() fail
Kirill A. Shutemov
2008-10-10
parisc: move include/asm-parisc to arch/parisc/include/asm
Kyle McMartin