index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
mm
/
hugetlbpage.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-15
powerpc, thp: remove infrastructure for handling splitting PMDs
Kirill A. Shutemov
1
-4
/
+0
2016-01-15
mm: drop tail page refcounting
Kirill A. Shutemov
1
-12
/
+1
2015-12-14
powerpc/mm: Add a _PAGE_PTE bit
Aneesh Kumar K.V
1
-2
/
+2
2015-12-14
powerpc/mm: Move hugetlb related headers
Aneesh Kumar K.V
1
-72
/
+0
2015-10-12
powerpc/mm: Differentiate between hugetlb and THP during page walk
Aneesh Kumar K.V
1
-5
/
+16
2015-10-12
powerpc/mm: Disable hugepd for 64K page size.
Aneesh Kumar K.V
1
-0
/
+19
2015-08-18
powerpc/cell: Drop support for 64K local store on 4K kernels
Michael Ellerman
1
-8
/
+0
2015-07-02
Merge tag 'module_init-alternate_initcall-v4.1-rc8' of git://git.kernel.org/p...
Linus Torvalds
1
-1
/
+1
2015-06-26
Merge tag 'driver-core-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+2
2015-06-24
mm/hugetlb: reduce arch dependent code about huge_pmd_unshare
Zhang Zhen
1
-5
/
+0
2015-06-16
powerpc: don't use module_init for non-modular core hugetlb code
Paul Gortmaker
1
-1
/
+1
2015-06-08
Merge 4.1-rc7 into driver-core-next
Greg Kroah-Hartman
1
-9
/
+16
2015-05-20
module: add extra argument for parse_params() callback
Luis R. Rodriguez
1
-2
/
+2
2015-05-12
powerpc/mm: Return NULL for not present hugetlb page
Aneesh Kumar K.V
1
-9
/
+16
2015-04-17
powerpc/mm/thp: Return pte address if we find trans_splitting.
Aneesh Kumar K.V
1
-5
/
+4
2015-04-17
powerpc/mm/thp: Make page table walk safe against thp split/collapse
Aneesh Kumar K.V
1
-6
/
+16
2015-04-17
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/scottw...
Michael Ellerman
1
-0
/
+1
2015-04-15
powerpc/hugetlb: Call mm_dec_nr_pmds() in hugetlb_free_pmd_range()
Scott Wood
1
-0
/
+1
2015-04-10
powerpc: Fix compile errors with STRICT_MM_TYPECHECKS enabled
Michael Ellerman
1
-2
/
+2
2015-02-14
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr...
Linus Torvalds
1
-2
/
+2
2015-02-11
mm/hugetlb: reduce arch dependent code around follow_huge_*
Naoya Horiguchi
1
-0
/
+8
2015-01-19
ppc/hugetlbfs: Replace ACCESS_ONCE with READ_ONCE
Christian Borntraeger
1
-2
/
+2
2014-12-11
Merge tag 'powerpc-3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
1
-25
/
+26
2014-12-02
Merge remote-tracking branch 'benh/next' into next
Michael Ellerman
1
-0
/
+7
2014-12-02
powerpc/mm/hugetlb: Sanity check gigantic hugepage count
James Yang
1
-0
/
+7
2014-11-19
powerpc: Remove more traces of bootmem
Michael Ellerman
1
-1
/
+1
2014-11-17
mmu_gather: move minimal range calculations into generic code
Will Deacon
1
-2
/
+0
2014-11-14
powerpc/mm: Switch to generic RCU get_user_pages_fast
Aneesh Kumar K.V
1
-21
/
+12
2014-11-14
powerpc/mm: Add missing pmd accessors
Aneesh Kumar K.V
1
-0
/
+3
2014-11-10
powerpc: Remove some old bootmem related comments
Anton Blanchard
1
-2
/
+2
2014-11-03
powerpc: Replace __get_cpu_var uses
Christoph Lameter
1
-1
/
+1
2014-06-04
hugetlb: restrict hugepage_migration_support() to x86_64
Naoya Horiguchi
1
-10
/
+0
2014-01-29
powerpc/hugetlb: Replace __get_cpu_var with get_cpu_var
Tiejun Chen
1
-1
/
+3
2013-11-13
mm: remove obsolete comments about page table lock
Naoya Horiguchi
1
-2
/
+0
2013-09-11
mm: migrate: check movability of hugepage in unmap_and_move_huge_page()
Naoya Horiguchi
1
-0
/
+10
2013-07-04
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
1
-125
/
+174
2013-07-03
mm/hugetlb: use already existing interface huge_page_shift
Wanpeng Li
1
-1
/
+1
2013-07-01
Merge tag 'v3.10' into next
Benjamin Herrenschmidt
1
-1
/
+7
2013-06-21
powerpc: Prevent gcc to re-read the pagetables
Aneesh Kumar K.V
1
-1
/
+1
2013-06-21
powerpc: Make linux pagetable walk safe with THP enabled
Aneesh Kumar K.V
1
-26
/
+46
2013-06-21
powerpc: Replace find_linux_pte with find_linux_pte_or_hugepte
Aneesh Kumar K.V
1
-2
/
+6
2013-06-21
powerpc: Update find_linux_pte_or_hugepte to handle transparent hugepages
Aneesh Kumar K.V
1
-6
/
+26
2013-06-21
powerpc: move find_linux_pte_or_hugepte and gup_hugepte to common code
Aneesh Kumar K.V
1
-123
/
+128
2013-06-20
powerpc: Fix bad pmd error with book3E config
Aneesh Kumar K.V
1
-1
/
+7
2013-04-30
powerpc: Switch 16GB and 16MB explicit hugepages to a different page table fo...
Aneesh Kumar K.V
1
-27
/
+149
2013-04-30
powerpc: New hugepage directory format
Aneesh Kumar K.V
1
-18
/
+8
2013-04-30
mm: remove free_area_cache use in powerpc architecture
Michel Lespinasse
1
-1
/
+1
2012-05-07
powerpc: fix compile fail in hugetlb cmdline parsing
Paul Gortmaker
1
-1
/
+2
2012-03-28
Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+2
2012-03-26
params: <level>_initcall-like kernel parameters
Pawel Moll
1
-1
/
+2
[next]