summaryrefslogtreecommitdiff
path: root/arch/sh/mm/init.c
AgeCommit message (Expand)Author
2018-01-08mm: pass the vmem_altmap to arch_remove_memory and __remove_pagesChristoph Hellwig
2018-01-08mm: pass the vmem_altmap to arch_add_memory and __add_pagesChristoph Hellwig
2018-01-08mm: don't export arch_add_memoryChristoph Hellwig
2017-07-06mm, memory_hotplug: replace for_device by want_memblock in arch_add_memoryMichal Hocko
2017-07-06mm, memory_hotplug: do not associate hotadded memory to zones until onlineMichal Hocko
2017-07-06mm, memory_hotplug: get rid of is_zone_device_sectionMichal Hocko
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-09-04sh: use PFN_DOWN macroAlexander Kuleshov
2015-08-27mm: ZONE_DEVICE for "device memory"Dan Williams
2014-08-06memory-hotplug: sh: suitable memory should go to ZONE_MOVABLEWang Nan
2013-11-13mm: use pgdat_end_pfn() to simplify the code in archXishi Qiu
2013-07-03mm/SH: prepare for killing free_all_bootmem_node()Jiang Liu
2013-07-03mm/SH: prepare for removing num_physpages and simplify mem_init()Jiang Liu
2013-07-03mm: concentrate modification of totalram_pages into the mm coreJiang Liu
2013-07-03mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu
2013-07-03mm: change signature of free_reserved_area() to fix building warningsJiang Liu
2013-04-29mm/SH: use common help functions to free reserved pagesJiang Liu
2013-02-23memory-hotplug: introduce new arch_remove_memory() for removing page tableWen Congyang
2011-12-08memblock: s/memblock_analyze()/memblock_allow_resize()/ and update usersTejun Heo
2011-12-08memblock: Kill memblock_init()Tejun Heo
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-10-31sh: Add export.h to arch/sh specific files as required.Paul Gortmaker
2011-10-28sh: kexec: Add PHYSICAL_STARTSimon Horman
2011-05-25mm: now that all old mmu_gather code is gone, remove the storagePeter Zijlstra
2011-01-11sh: Add a machvec callback for early memblock reservations.Paul Mundt
2010-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds
2010-10-12memblock, bootmem: Round pfn properly for memory and reserved regionsYinghai Lu
2010-08-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt
2010-08-04memblock/sh: Use new accessorsBenjamin Herrenschmidt
2010-07-14lmb: rename to memblockYinghai Lu
2010-06-21sh: Fix up PUD trampling in ranged page table init for X2TLB.Paul Mundt
2010-05-18sh: fix up CONFIG_KEXEC=n build.Paul Mundt
2010-05-11sh: bootmem refactoring.Paul Mundt
2010-05-10sh: enable LMB region setup via machvec.Paul Mundt
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-18sh: Merge legacy and dynamic PMB modes.Paul Mundt
2010-02-17sh: uncached mapping helpers.Paul Mundt
2010-02-12sh: Isolate uncached mapping support.Paul Mundt
2010-01-21sh: Kill off the special uncached section and fixmap.Paul Mundt
2010-01-21sh: Track the uncached mapping size.Paul Mundt
2010-01-20sh: pretty print virtual memory map on boot.Paul Mundt
2010-01-20sh: Make 29/32-bit mode check helper generally available.Paul Mundt
2010-01-19sh: Kill off now bogus fixmap/page wiring documentation.Paul Mundt
2010-01-18sh: Handle early ioremaps through fixed mappings.Paul Mundt
2010-01-16sh: Generalise the pte handling code for the fixmap pathMatt Fleming
2010-01-12sh: Always provide thread_info allocators.Paul Mundt
2009-12-17sh: Definitions for 3-level page table layoutMatt Fleming
2009-10-27sh: Bump up dma_ops initialization far earlier in the boot process.Paul Mundt
2009-10-10sh: Prepare for dynamic PMB supportMatt Fleming
2009-09-23kcore: use registerd physmem informationKAMEZAWA Hiroyuki