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.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
/
init_64.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-01
powerpc/mm: Abstraction for vmemmap and map_kernel_page()
Aneesh Kumar K.V
1
-5
/
+0
2016-05-01
powerpc/mm: Make page table size a variable
Aneesh Kumar K.V
1
-2
/
+2
2016-05-01
powerpc/mm: Move hash and no hash code to separate files
Aneesh Kumar K.V
1
-69
/
+5
2016-03-03
powerpc/mm: Switch book3s 64 with 64K page size to 4 level page table
Aneesh Kumar K.V
1
-6
/
+15
2016-03-01
powerpc/mm: Clean up memory hotplug failure paths
David Gibson
1
-12
/
+26
2016-03-01
powerpc/mm: Handle removing maybe-present bolted HPTEs
David Gibson
1
-4
/
+5
2015-12-14
powerpc/mm: Don't hardcode page table size
Aneesh Kumar K.V
1
-4
/
+0
2015-03-26
powerpc/mm: Free string after creating kmem cache
Yanjiang Jin
1
-0
/
+1
2014-11-10
powerpc: Remove superfluous bootmem includes
Anton Blanchard
1
-1
/
+0
2014-09-25
powerpc: Move htab_remove_mapping function prototype into header file
Anton Blanchard
1
-3
/
+0
2014-08-05
powerpc: start loop at section start of start in vmemmap_populated()
Li Zhong
1
-1
/
+2
2014-08-05
powerpc: implement vmemmap_free()
Li Zhong
1
-21
/
+64
2014-08-05
powerpc: implement vmemmap_remove_mapping() for BOOK3S
Li Zhong
1
-0
/
+22
2014-08-05
powerpc: implement vmemmap_list_free()
Li Zhong
1
-10
/
+52
2013-10-11
powerpc: Prepare to support kernel handling of IOMMU map/unmap
Alexey Kardashevskiy
1
-1
/
+50
2013-10-03
powerpc: Fix memory hotplug with sparse vmemmap
Nathan Fontenot
1
-0
/
+4
2013-06-21
powerpc/THP: Double the PMD table size for THP
Aneesh Kumar K.V
1
-3
/
+6
2013-05-14
powerpc: Fix build errors STRICT_MM_TYPECHECKS
Aneesh Kumar K.V
1
-1
/
+2
2013-05-02
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
1
-2
/
+1
2013-04-30
powerpc: New hugepage directory format
Aneesh Kumar K.V
1
-2
/
+1
2013-04-30
sparse-vmemmap: specify vmemmap population range in bytes
Johannes Weiner
1
-8
/
+3
2013-02-24
memory-hotplug: remove memmap of sparse-vmemmap
Tang Chen
1
-0
/
+4
2013-02-24
memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmap
Yasuaki Ishimatsu
1
-0
/
+1
2012-09-05
powerpc: Remove all includes of <asm/abs_addr.h>
Michael Ellerman
1
-1
/
+0
2012-03-28
Disintegrate asm/system.h for PowerPC
David Howells
1
-1
/
+0
2011-06-30
powerpc: Move free_initmem to common code
Dave Carroll
1
-16
/
+0
2011-06-09
powerpc: Force page alignment for initrd reserved memory
Benjamin Herrenschmidt
1
-14
/
+0
2010-08-31
Merge commit 'v2.6.36-rc3' into x86/memblock
Ingo Molnar
1
-0
/
+2
2010-08-24
powerpc: Export memstart_addr and kernstart_addr on ppc64
Sonny Rao
1
-0
/
+2
2010-08-05
memblock: Remove rmo_size, burry it in arch/powerpc where it belongs
Benjamin Herrenschmidt
1
-0
/
+1
2010-07-14
lmb: rename to memblock
Yinghai Lu
1
-1
/
+1
2010-05-06
powerpc/mm: Track backing pages allocated by vmemmap_populate()
Mark Nelson
1
-0
/
+43
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-10-30
powerpc/mm: Allow more flexible layouts for hugepage pagetables
David Gibson
1
-2
/
+8
2009-10-30
powerpc/mm: Cleanup management of kmem_caches for pagetables
David Gibson
1
-21
/
+49
2009-09-23
kcore: use registerd physmem information
KAMEZAWA Hiroyuki
1
-26
/
+0
2009-09-23
kcore: register vmalloc area in generic way
KAMEZAWA Hiroyuki
1
-4
/
+0
2009-09-23
kcore: add kclist types
KAMEZAWA Hiroyuki
1
-2
/
+3
2009-08-20
powerpc/mm: Add support for SPARSEMEM_VMEMMAP on 64-bit Book3E
Benjamin Herrenschmidt
1
-7
/
+48
2009-06-09
powerpc: Shield code specific to 64-bit server processors
Benjamin Herrenschmidt
1
-0
/
+2
2008-10-14
powerpc: Get USE_STRICT_MM_TYPECHECKS working again
David Gibson
1
-2
/
+2
2008-08-11
powerpc/mm: Fix attribute confusion with htab_bolt_mapping()
Benjamin Herrenschmidt
1
-6
/
+3
2008-07-26
SL*B: drop kmem cache argument from constructor
Alexey Dobriyan
1
-15
/
+9
2008-07-24
powerpc: support multiple hugepage sizes
Jon Tollefson
1
-4
/
+4
2008-05-16
Merge branch 'linux-2.6' into powerpc-next
Paul Mackerras
1
-4
/
+6
2008-05-15
[POWERPC] vmemmap fixes to use smaller pages
Benjamin Herrenschmidt
1
-4
/
+6
2008-05-14
[POWERPC] Fix sparse warnings in arch/powerpc/mm
Michael Ellerman
1
-2
/
+2
2008-04-24
[POWERPC] 85xx: Add support for relocatable kernel (and booting at non-zero)
Kumar Gala
1
-1
/
+2
2008-04-18
[POWERPC] Remove unused __max_memory variable
Olof Johansson
1
-3
/
+0
2008-04-17
[POWERPC] Introduce lowmem_end_addr to distinguish from total_lowmem
Kumar Gala
1
-0
/
+2
[next]