index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
mm
/
hugetlbpage.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2019-07-13
1
-3
/
+22
|
\
|
*
powerpc/mm/hugetlb: Don't enable HugeTLB if we don't have a page table cache
Aneesh Kumar K.V
2019-07-05
1
-2
/
+8
|
*
powerpc/mm/hugetlb: Fix kernel crash if we fail to allocate page table caches
Aneesh Kumar K.V
2019-07-05
1
-1
/
+6
|
*
powerpc/mm: Handle page table allocation failures
Aneesh Kumar K.V
2019-07-05
1
-0
/
+8
*
|
mm: move the powerpc hugepd code to mm/gup.c
Christoph Hellwig
2019-07-12
1
-72
/
+0
|
/
*
powerpc/mm: Fix crashes with hugepages & 4K pages
Michael Ellerman
2019-05-15
1
-1
/
+1
*
powerpc/mm: Fix hugetlb page initialization
Sachin Sant
2019-05-06
1
-1
/
+1
*
powerpc/mm: cleanup remaining ifdef mess in hugetlbpage.c
Christophe Leroy
2019-05-03
1
-7
/
+5
*
powerpc/mm: cleanup HPAGE_SHIFT setup
Christophe Leroy
2019-05-03
1
-20
/
+3
*
powerpc/mm: cleanup ifdef mess in add_huge_page_size()
Christophe Leroy
2019-05-03
1
-34
/
+3
*
powerpc/mm: add a helper to populate hugepd
Christophe Leroy
2019-05-03
1
-19
/
+1
*
powerpc/mm: make gup_hugepte() static
Christophe Leroy
2019-05-03
1
-19
/
+19
*
powerpc/mm: make hugetlbpage.c depend on CONFIG_HUGETLB_PAGE
Christophe Leroy
2019-05-03
1
-5
/
+0
*
powerpc/mm: move __find_linux_pte() out of hugetlbpage.c
Christophe Leroy
2019-05-03
1
-103
/
+0
*
powerpc/mm: define get_slice_psize() all the time
Christophe Leroy
2019-05-03
1
-3
/
+1
*
Merge tag 'powerpc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2018-12-27
1
-22
/
+18
|
\
|
*
powerpc/8xx: Enable 512k hugepage support with HW assistance
Christophe Leroy
2018-12-04
1
-1
/
+9
|
*
powerpc/mm: fix a warning when a cache is common to PGD and hugepages
Christophe Leroy
2018-12-04
1
-3
/
+3
|
*
powerpc/mm: replace hugetlb_cache by PGT_CACHE(PTE_T_ORDER)
Christophe Leroy
2018-12-04
1
-19
/
+7
*
|
powerpc: Convert hugepd_free() to use call_rcu()
Paul E. McKenney
2018-11-08
1
-1
/
+1
|
/
*
mm: remove include/linux/bootmem.h
Mike Rapoport
2018-10-31
1
-1
/
+0
*
powerpc/mm: Don't report hugepage tables as memory leaks when using kmemleak
Christophe Leroy
2018-10-03
1
-0
/
+3
*
powerpc/mm/book3s: Check for pmd_large instead of pmd_trans_huge
Aneesh Kumar K.V
2018-10-03
1
-2
/
+6
*
powerpc/mm/hugetlb/book3s: add _PAGE_PRESENT to hugepd pointer.
Aneesh Kumar K.V
2018-10-03
1
-1
/
+1
*
powerpc/hugetlbpage: Rmove unhelpful HUGEPD_*_SHIFT macros
David Gibson
2018-07-19
1
-13
/
+4
*
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
2018-07-19
1
-6
/
+3
|
\
|
*
powerpc/64s: Remove POWER9 DD1 support
Nicholas Piggin
2018-07-16
1
-6
/
+3
*
|
powerpc/mm/hash/4k: Free hugetlb page table caches correctly.
Aneesh Kumar K.V
2018-06-20
1
-1
/
+2
|
/
*
powerpc/mm/hugetlb: Update hugetlb related locks
Aneesh Kumar K.V
2018-06-03
1
-10
/
+23
*
powerpc/fadump: Do not use hugepages when fadump is active
Hari Bathini
2018-05-03
1
-0
/
+7
*
Merge tag 'powerpc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2018-04-07
1
-7
/
+19
|
\
|
*
powerpc/mm/hugetlb: initialize the pagetable cache correctly for hugetlb
Aneesh Kumar K.V
2018-04-04
1
-5
/
+13
|
*
powerpc/mm/slice: remove radix calls to the slice code
Nicholas Piggin
2018-03-13
1
-2
/
+4
|
*
powerpc/mm/slice: Fix hugepage allocation at hint address on 8xx
Christophe Leroy
2018-03-06
1
-0
/
+2
*
|
mm, powerpc: use vma_kernel_pagesize() in vma_mmu_pagesize()
Dan Williams
2018-04-05
1
-4
/
+1
|
/
*
powerpc/64: Rename soft_enabled to irq_soft_mask
Madhavan Srinivasan
2018-01-19
1
-1
/
+1
*
powerpc/64: Add #defines for paca->soft_enabled flags
Madhavan Srinivasan
2018-01-19
1
-1
/
+1
*
powerpc/8xx: Remove _PAGE_USER and handle user access at PMD level
Christophe Leroy
2018-01-16
1
-1
/
+1
*
powerpc/mm/hugetlb: Use pte_access_permitted for hugetlb access check
Aneesh Kumar K.V
2017-12-22
1
-3
/
+1
*
mm: account pud page tables
Kirill A. Shutemov
2017-11-15
1
-0
/
+1
*
powerpc/mm: Use mm_is_thread_local() instread of open-coding
Benjamin Herrenschmidt
2017-08-23
1
-2
/
+1
*
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
2017-08-17
1
-10
/
+14
|
\
|
*
powerpc/mm: Rename find_linux_pte_or_hugepte()
Aneesh Kumar K.V
2017-08-17
1
-10
/
+14
*
|
powerpc/mm/hugetlb: Add support for reserving gigantic huge pages via kernel ...
Aneesh Kumar K.V
2017-08-16
1
-157
/
+20
*
|
powerpc/hugetlb: fix page rights verification in gup_hugepte()
Christophe Leroy
2017-08-15
1
-12
/
+3
|
/
*
Merge tag 'powerpc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2017-07-07
1
-2
/
+3
|
\
|
*
powerpc/mm: Add devmap support for ppc64
Oliver O'Halloran
2017-07-02
1
-1
/
+1
|
*
powerpc/hugetlbfs: Export HPAGE_SHIFT
Oliver O'Halloran
2017-07-02
1
-0
/
+1
|
*
powerpc/mm/hugetlb: Add support for page accounting
Balbir Singh
2017-06-05
1
-1
/
+1
*
|
mm/hugetlb: add size parameter to huge_pte_offset()
Punit Agrawal
2017-07-06
1
-1
/
+1
[next]