index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
mm
/
hugetlbpage.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-15
powerpc/8xx: Support 16k hugepages with 4k pages
Christophe Leroy
1
-1
/
+1
2020-09-15
powerpc: Fix random segfault when freeing hugetlb range
Christophe Leroy
1
-2
/
+16
2020-07-29
powerpc/hugetlb/cma: Allocate gigantic hugetlb pages using CMA
Aneesh Kumar K.V
1
-0
/
+18
2020-06-09
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
1
-1
/
+0
2020-06-05
Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-18
/
+25
2020-06-05
powerpc: add support for folded p4d page tables
Mike Rapoport
1
-12
/
+16
2020-06-04
hugetlbfs: remove hugetlb_add_hstate() warning for existing hstate
Mike Kravetz
1
-2
/
+1
2020-06-04
hugetlbfs: move hugepagesz= parsing to arch independent code
Mike Kravetz
1
-15
/
+0
2020-06-04
hugetlbfs: add arch_hugetlb_valid_size
Mike Kravetz
1
-7
/
+13
2020-05-26
powerpc/8xx: Only 8M pages are hugepte pages now
Christophe Leroy
1
-13
/
+3
2020-05-26
powerpc/8xx: Manage 512k huge pages as standard pages.
Christophe Leroy
1
-3
/
+19
2020-05-26
powerpc/mm: Reduce hugepd size for 8M hugepages on 8xx
Christophe Leroy
1
-1
/
+2
2020-05-15
powerpc/mm: Replace zero-length array with flexible-array
Gustavo A. R. Silva
1
-1
/
+1
2020-02-17
powerpc/hugetlb: Fix 512k hugepages on 8xx with 16k page size
Christophe Leroy
1
-11
/
+18
2019-09-25
mm: introduce compound_nr()
Matthew Wilcox (Oracle)
1
-1
/
+1
2019-07-14
Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-3
/
+22
2019-07-12
mm: move the powerpc hugepd code to mm/gup.c
Christoph Hellwig
1
-72
/
+0
2019-07-04
powerpc/mm/hugetlb: Don't enable HugeTLB if we don't have a page table cache
Aneesh Kumar K.V
1
-2
/
+8
2019-07-04
powerpc/mm/hugetlb: Fix kernel crash if we fail to allocate page table caches
Aneesh Kumar K.V
1
-1
/
+6
2019-07-04
powerpc/mm: Handle page table allocation failures
Aneesh Kumar K.V
1
-0
/
+8
2019-05-15
powerpc/mm: Fix crashes with hugepages & 4K pages
Michael Ellerman
1
-1
/
+1
2019-05-06
powerpc/mm: Fix hugetlb page initialization
Sachin Sant
1
-1
/
+1
2019-05-02
powerpc/mm: cleanup remaining ifdef mess in hugetlbpage.c
Christophe Leroy
1
-7
/
+5
2019-05-02
powerpc/mm: cleanup HPAGE_SHIFT setup
Christophe Leroy
1
-20
/
+3
2019-05-02
powerpc/mm: cleanup ifdef mess in add_huge_page_size()
Christophe Leroy
1
-34
/
+3
2019-05-02
powerpc/mm: add a helper to populate hugepd
Christophe Leroy
1
-19
/
+1
2019-05-02
powerpc/mm: make gup_hugepte() static
Christophe Leroy
1
-19
/
+19
2019-05-02
powerpc/mm: make hugetlbpage.c depend on CONFIG_HUGETLB_PAGE
Christophe Leroy
1
-5
/
+0
2019-05-02
powerpc/mm: move __find_linux_pte() out of hugetlbpage.c
Christophe Leroy
1
-103
/
+0
2019-05-02
powerpc/mm: define get_slice_psize() all the time
Christophe Leroy
1
-3
/
+1
2018-12-27
Merge tag 'powerpc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-22
/
+18
2018-12-04
powerpc/8xx: Enable 512k hugepage support with HW assistance
Christophe Leroy
1
-1
/
+9
2018-12-04
powerpc/mm: fix a warning when a cache is common to PGD and hugepages
Christophe Leroy
1
-3
/
+3
2018-12-04
powerpc/mm: replace hugetlb_cache by PGT_CACHE(PTE_T_ORDER)
Christophe Leroy
1
-19
/
+7
2018-11-09
powerpc: Convert hugepd_free() to use call_rcu()
Paul E. McKenney
1
-1
/
+1
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
1
-1
/
+0
2018-10-03
powerpc/mm: Don't report hugepage tables as memory leaks when using kmemleak
Christophe Leroy
1
-0
/
+3
2018-10-03
powerpc/mm/book3s: Check for pmd_large instead of pmd_trans_huge
Aneesh Kumar K.V
1
-2
/
+6
2018-10-03
powerpc/mm/hugetlb/book3s: add _PAGE_PRESENT to hugepd pointer.
Aneesh Kumar K.V
1
-1
/
+1
2018-07-19
powerpc/hugetlbpage: Rmove unhelpful HUGEPD_*_SHIFT macros
David Gibson
1
-13
/
+4
2018-07-19
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
1
-6
/
+3
2018-07-16
powerpc/64s: Remove POWER9 DD1 support
Nicholas Piggin
1
-6
/
+3
2018-06-20
powerpc/mm/hash/4k: Free hugetlb page table caches correctly.
Aneesh Kumar K.V
1
-1
/
+2
2018-06-03
powerpc/mm/hugetlb: Update hugetlb related locks
Aneesh Kumar K.V
1
-10
/
+23
2018-05-03
powerpc/fadump: Do not use hugepages when fadump is active
Hari Bathini
1
-0
/
+7
2018-04-07
Merge tag 'powerpc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-7
/
+19
2018-04-06
mm, powerpc: use vma_kernel_pagesize() in vma_mmu_pagesize()
Dan Williams
1
-4
/
+1
2018-04-04
powerpc/mm/hugetlb: initialize the pagetable cache correctly for hugetlb
Aneesh Kumar K.V
1
-5
/
+13
2018-03-13
powerpc/mm/slice: remove radix calls to the slice code
Nicholas Piggin
1
-2
/
+4
2018-03-06
powerpc/mm/slice: Fix hugepage allocation at hint address on 8xx
Christophe Leroy
1
-0
/
+2
[next]