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
/
mem.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-07
powerpc: Fix build with CONFIG_MEMORY_HOTPLUG on some configs
Benjamin Herrenschmidt
1
-0
/
+10
2016-06-16
powerpc/mm: Ensure "special" zones are empty
Oliver O'Halloran
1
-1
/
+7
2016-05-11
powerpc/mm: Improve readability of update_mmu_cache()
Gavin Shan
1
-7
/
+14
2016-05-11
powerpc/mm: define TOP_ZONE as a constant
Oliver O'Halloran
1
-12
/
+5
2016-05-11
powerpc/radix: Update MMU cache
Aneesh Kumar K.V
1
-0
/
+2
2016-03-19
Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-2
/
+8
2016-03-01
powerpc/mm: Clean up memory hotplug failure paths
David Gibson
1
-2
/
+8
2016-01-30
arch: Set IORESOURCE_SYSTEM_RAM flag for System RAM
Toshi Kani
1
-1
/
+1
2016-01-25
powerpc/mm: Allow user space to map rtas_rmo_buf
Vasant Hegde
1
-2
/
+2
2015-09-08
Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+2
2015-08-27
mm: ZONE_DEVICE for "device memory"
Dan Williams
1
-2
/
+2
2015-08-07
powerpc/mm: Don't call __flush_dcache_icache_phys() with PA>VA
Scott Wood
1
-7
/
+7
2015-06-02
powerpc/mm: Use PFN_PHYS() in devmem_is_allowed()
Scott Wood
1
-1
/
+1
2015-04-10
powerpc: Replace mem_init_done with slab_is_available()
Michael Ellerman
1
-3
/
+0
2014-11-10
powerpc: Move sparse_init() into initmem_init
Anton Blanchard
1
-0
/
+1
2014-11-10
powerpc: Remove bootmem allocator
Anton Blanchard
1
-60
/
+2
2014-11-05
powerpc: Remove ppc_md.remove_memory
Anton Blanchard
1
-2
/
+12
2014-10-04
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...
Michael Ellerman
1
-6
/
+62
2014-09-19
powerpc/mm: Use common paging_init() for NUMA
Scott Wood
1
-1
/
+6
2014-09-03
powerpc: Dynamic DMA zone limits
Scott Wood
1
-5
/
+56
2014-08-06
memory-hotplug: ppc: suitable memory should go to ZONE_MOVABLE
Wang Nan
1
-1
/
+2
2014-03-07
powerpc/pseries: Use remove_memory() to remove memory
Nathan Fontenot
1
-1
/
+6
2014-01-27
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
1
-1
/
+7
2014-01-21
memblock: make memblock_set_node() support different memblock_type
Tang Chen
1
-1
/
+1
2014-01-15
Merge remote-tracking branch 'scott/next' into next
Benjamin Herrenschmidt
1
-0
/
+6
2014-01-15
powerpc: Make add_system_ram_resources() __init
Geert Uytterhoeven
1
-1
/
+1
2014-01-09
powerpc/e6500: TLB miss handler with hardware tablewalk support
Scott Wood
1
-0
/
+6
2013-10-03
powerpc: Fix memory hotplug with sparse vmemmap
Nathan Fontenot
1
-0
/
+9
2013-08-27
powerpc/mm: Mark Memory Resources as busy
Nathan Fontenot
1
-1
/
+1
2013-07-04
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
1
-0
/
+4
2013-07-03
mm/PPC: prepare for killing free_all_bootmem_node()
Jiang Liu
1
-15
/
+1
2013-07-03
mm/ppc: prepare for removing num_physpages and simplify mem_init()
Jiang Liu
1
-44
/
+12
2013-07-03
mm: concentrate modification of totalram_pages into the mm core
Jiang Liu
1
-3
/
+2
2013-07-03
mm: enhance free_reserved_area() to support poisoning memory with zero
Jiang Liu
1
-1
/
+1
2013-07-03
mm: change signature of free_reserved_area() to fix building warnings
Jiang Liu
1
-1
/
+1
2013-06-21
powerpc: Make linux pagetable walk safe with THP enabled
Aneesh Kumar K.V
1
-0
/
+4
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-29
mm/PPC: use free_highmem_page() to free highmem pages into buddy system
Jiang Liu
1
-5
/
+1
2013-04-29
mm/ppc: use common help functions to free reserved pages
Jiang Liu
1
-27
/
+2
2013-04-18
powerpc: place EXPORT_SYMBOL macro right after declaration
Valentina Manea
1
-2
/
+1
2013-02-23
Merge branch 'akpm' (more incoming from Andrew)
Linus Torvalds
1
-0
/
+12
2013-02-23
memory-hotplug: introduce new arch_remove_memory() for removing page table
Wen Congyang
1
-0
/
+12
2013-01-29
powerpc/mm: Eliminate unneeded for_each_memblock
Cody P Schafer
1
-7
/
+4
2012-09-12
powerpc/swiotlb: Enable at early stage and disable if not necessary
Jia Hongtao
1
-2
/
+1
2012-09-07
powerpc: Change memory_limit from phys_addr_t to unsigned long long
Suzuki Poulose
1
-1
/
+1
2012-08-16
KVM: PPC: Add cache flush on page map
Alexander Graf
1
-0
/
+1
2012-03-20
powerpc: remove the second argument of k[un]map_atomic()
Cong Wang
1
-2
/
+2
2012-01-06
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
1
-1
/
+22
2011-12-08
powerpc: Use HAVE_MEMBLOCK_NODE_MAP
Tejun Heo
1
-1
/
+1
2011-12-08
powerpc: Punch a hole in /dev/mem for librtas
sukadev@linux.vnet.ibm.com
1
-0
/
+3
[next]