aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/mm/init.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-16sh: initialize max_mapnrMike Rapoport (IBM)1-0/+1
2021-09-08mm/memory_hotplug: remove nid parameter from arch_remove_memory()David Hildenbrand1-2/+1
2021-06-29mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport1-1/+1
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang1-1/+0
2020-11-06sh/highmem: Remove all traces of unused cruftThomas Gleixner1-8/+0
2020-10-13arch, mm: replace for_each_memblock() with for_each_mem_pfn_range()Mike Rapoport1-6/+3
2020-08-15Merge tag 'sh-for-5.9' of git://git.libc.org/linux-shLinus Torvalds1-0/+1
2020-08-14sh: move ioremap_fixed details out of <asm/io.h>Christoph Hellwig1-0/+1
2020-08-12mm/memory_hotplug: introduce default dummy memory_add_physaddr_to_nid()Jia He1-9/+0
2020-08-07mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport1-6/+0
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport1-0/+1
2020-06-04sh: add support for folded p4d page tablesMike Rapoport1-1/+8
2020-06-04sh: drop __pXd_offset() macros that duplicate pXd_index() onesMike Rapoport1-3/+3
2020-06-03mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport1-1/+1
2020-04-21sh: fix build error in mm/init.cMasahiro Yamada1-1/+1
2020-04-10mm/memory_hotplug: add pgprot_t to mhp_paramsLogan Gunthorpe1-0/+3
2020-04-10mm/memory_hotplug: rename mhp_restrictions to mhp_paramsLogan Gunthorpe1-2/+2
2020-01-04mm/memory_hotplug: shrink zones when offlining memoryDavid Hildenbrand1-3/+1
2019-07-18mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEDavid Hildenbrand1-2/+0
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-05-14treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Masahiro Yamada1-1/+1
2019-05-14mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never failDavid Hildenbrand1-8/+3
2019-05-14mm, memory_hotplug: provide a more generic restrictions for memory hotplugMichal Hocko1-3/+3
2019-05-14init: provide a generic free_initmem implementationMike Rapoport1-5/+0
2019-05-14initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig1-7/+0
2019-03-12memblock: drop memblock_alloc_*_nopanic() variantsMike Rapoport1-1/+1
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport1-0/+6
2019-03-07sh: prefer memblock APIs returning virtual addressMike Rapoport1-13/+5
2018-12-28mm, memory_hotplug: add nid parameter to arch_remove_memoryOscar Salvador1-1/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-2/+1
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport1-1/+1
2018-10-31memblock: replace alloc_bootmem_pages with memblock_allocMike Rapoport1-2/+2
2018-08-02sh: simplify get_arch_dma_opsChristoph Hellwig1-10/+0
2018-05-11sh: switch to NO_BOOTMEMRob Herring1-62/+6
2018-01-08mm: pass the vmem_altmap to arch_remove_memory and __remove_pagesChristoph Hellwig1-2/+2
2018-01-08mm: pass the vmem_altmap to arch_add_memory and __add_pagesChristoph Hellwig1-2/+3
2018-01-08mm: don't export arch_add_memoryChristoph Hellwig1-1/+0
2017-07-06mm, memory_hotplug: replace for_device by want_memblock in arch_add_memoryMichal Hocko1-2/+2
2017-07-06mm, memory_hotplug: do not associate hotadded memory to zones until onlineMichal Hocko1-7/+1
2017-07-06mm, memory_hotplug: get rid of is_zone_device_sectionMichal Hocko1-1/+1
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+3
2015-09-04sh: use PFN_DOWN macroAlexander Kuleshov1-2/+2
2015-08-27mm: ZONE_DEVICE for "device memory"Dan Williams1-2/+3
2014-08-06memory-hotplug: sh: suitable memory should go to ZONE_MOVABLEWang Nan1-2/+3
2013-11-13mm: use pgdat_end_pfn() to simplify the code in archXishi Qiu1-1/+1
2013-07-03mm/SH: prepare for killing free_all_bootmem_node()Jiang Liu1-12/+4
2013-07-03mm/SH: prepare for removing num_physpages and simplify mem_init()Jiang Liu1-21/+4
2013-07-03mm: concentrate modification of totalram_pages into the mm coreJiang Liu1-1/+1
2013-07-03mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu1-2/+2
2013-07-03mm: change signature of free_reserved_area() to fix building warningsJiang Liu1-1/+1
2013-04-29mm/SH: use common help functions to free reserved pagesJiang Liu1-23/+3
2013-02-23memory-hotplug: introduce new arch_remove_memory() for removing page tableWen Congyang1-0/+17
2011-12-08memblock: s/memblock_analyze()/memblock_allow_resize()/ and update usersTejun Heo1-1/+1
2011-12-08memblock: Kill memblock_init()Tejun Heo1-1/+0
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2011-10-31sh: Add export.h to arch/sh specific files as required.Paul Gortmaker1-0/+1
2011-10-28sh: kexec: Add PHYSICAL_STARTSimon Horman1-4/+4
2011-05-25mm: now that all old mmu_gather code is gone, remove the storagePeter Zijlstra1-1/+0
2011-01-11sh: Add a machvec callback for early memblock reservations.Paul Mundt1-2/+8
2010-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds1-14/+38
2010-10-12memblock, bootmem: Round pfn properly for memory and reserved regionsYinghai Lu1-2/+2
2010-08-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt1-20/+20
2010-08-04memblock/sh: Use new accessorsBenjamin Herrenschmidt1-8/+9
2010-07-14lmb: rename to memblockYinghai Lu1-20/+20
2010-06-21sh: Fix up PUD trampling in ranged page table init for X2TLB.Paul Mundt1-14/+38
2010-05-18sh: fix up CONFIG_KEXEC=n build.Paul Mundt1-1/+1
2010-05-11sh: bootmem refactoring.Paul Mundt1-3/+162
2010-05-10sh: enable LMB region setup via machvec.Paul Mundt1-1/+7
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-02-18sh: Merge legacy and dynamic PMB modes.Paul Mundt1-1/+0
2010-02-17sh: uncached mapping helpers.Paul Mundt1-19/+2
2010-02-12sh: Isolate uncached mapping support.Paul Mundt1-3/+8
2010-01-21sh: Kill off the special uncached section and fixmap.Paul Mundt1-3/+0
2010-01-21sh: Track the uncached mapping size.Paul Mundt1-7/+14
2010-01-20sh: pretty print virtual memory map on boot.Paul Mundt1-2/+36
2010-01-20sh: Make 29/32-bit mode check helper generally available.Paul Mundt1-7/+0
2010-01-19sh: Kill off now bogus fixmap/page wiring documentation.Paul Mundt1-15/+0
2010-01-18sh: Handle early ioremaps through fixed mappings.Paul Mundt1-0/+4
2010-01-16sh: Generalise the pte handling code for the fixmap pathMatt Fleming1-4/+40
2010-01-12sh: Always provide thread_info allocators.Paul Mundt1-29/+0
2009-12-17sh: Definitions for 3-level page table layoutMatt Fleming1-0/+6
2009-10-27sh: Bump up dma_ops initialization far earlier in the boot process.Paul Mundt1-0/+11
2009-10-10sh: Prepare for dynamic PMB supportMatt Fleming1-0/+8
2009-09-23kcore: use registerd physmem informationKAMEZAWA Hiroyuki1-4/+0
2009-09-23kcore: register vmalloc area in generic wayKAMEZAWA Hiroyuki1-3/+1
2009-09-23kcore: add kclist typesKAMEZAWA Hiroyuki1-2/+2
2009-09-22arches: drop superfluous casts in nr_free_pages() callersGeert Uytterhoeven1-1/+1
2009-09-03sh: Fix up and optimize the kmap_coherent() interface.Paul Mundt1-20/+25
2009-08-15sh: Migrate SH-4 cacheflush ops to function pointers.Paul Mundt1-2/+3
2009-08-15sh: Centralize the CPU cache initialization routines.Paul Mundt1-1/+1
2009-06-23sh: Wire up the uncached fixmap on sh64 as well.Paul Mundt1-2/+0
2009-06-23sh: Use local TLB flush in set_pte_phys().Paul Mundt1-1/+1
2009-05-22sh: Prefer slab_is_available() over after_bootmem.Paul Mundt1-3/+0
2009-01-06mm: show node to memory section relationship with symlinks in sysfsGary Hade1-1/+2
2008-11-10sh: Handle fixmap TLB eviction more coherently.Paul Mundt1-3/+9
2008-10-21sh: Kill off duplicate remove_memory() definition.Andrew Morton1-17/+0
2008-09-20sh: Support kernel stacks smaller than a page.Paul Mundt1-0/+29
2008-09-08sh: remove unnecessary memset after alloc_bootmem_low_pagesMarek Skuczynski1-1/+0
2008-09-08sh: early cached_to_uncached initialization.Stuart Menefy1-13/+14
2008-09-08sh: Add support for memory hot-remove.Paul Mundt1-0/+17
2008-07-26sh: use generic show_mem()Johannes Weiner1-41/+0
2008-07-24bootmem: replace node_boot_start in struct bootmem_dataJohannes Weiner1-1/+1
2008-04-28hotplug-memory: make online_page() commonJeremy Fitzhardinge1-9/+0
2008-03-06sh: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-02-14sh: __uncached_start only on sh32.Paul Mundt1-0/+2
2008-01-28sh: Populate swapper_pg_dir with fixmap range.Stuart Menefy1-0/+36
2008-01-28sh: Preparation for uncached jumps through PMB.Stuart Menefy1-1/+15
2008-01-28sh: Tidy up various clear_page()/copy_page() definitions.Paul Mundt1-15/+0
2008-01-28sh: ioremap_64 needs after_bootmem.Paul Mundt1-0/+3
2007-10-16fix memory hot remove not configured case.KAMEZAWA Hiroyuki1-6/+0
2007-06-11sh: Tidy up dependencies for SH-2 build.Paul Mundt1-0/+2
2007-06-08sh: memory hot-add for sparsemem users support.Paul Mundt1-0/+42
2007-06-08sh: Use asm/sections.h for linker section symbols.Paul Mundt1-7/+4
2007-06-08sh: Fix up max_zone_pfns[] with multiple nodes.Paul Mundt1-12/+17
2007-06-08sh: sparsemem support.Paul Mundt1-23/+6
2007-05-21sh: Fix up various compile warnings for SE boards.Paul Mundt1-0/+1
2007-05-21spelling fixes: arch/sh/Simon Arlott1-1/+1
2007-05-09sh: generic quicklist support.Paul Mundt1-0/+2
2007-05-07sh: bootmem tidying for discontig/sparsemem preparation.Paul Mundt1-105/+92
2007-02-13sh: Local TLB flushing variants for SMP prep.Paul Mundt1-1/+1
2007-02-13sh: Use a per-cpu ASID cache.Paul Mundt1-5/+0
2007-02-11[PATCH] optional ZONE_DMA: remove ZONE_DMA remains from sh/sh64Christoph Lameter1-16/+1
2006-12-12sh: Trivial build fixes for SH-2 support.Yoshinori Sato1-0/+2
2006-12-06sh: Fixup various PAGE_SIZE == 4096 assumptions.Paul Mundt1-1/+0
2006-12-06sh: pmd rework.Stuart Menefy1-17/+9
2006-12-06sh: Use MMU.TTB register as pointer to current pgd.Stuart Menefy1-10/+8
2006-12-06sh: Preliminary support for SH-X2 MMU.Paul Mundt1-2/+2
2006-09-27sh: Initial vsyscall page support.Paul Mundt1-0/+3
2006-09-27sh: Enable /proc/kcore support.Paul Mundt1-2/+9
2006-09-27sh: Various nommu fixes.Yoshinori Sato1-0/+5
2006-09-27sh: page table alloc cleanups and page fault optimizations.Paul Mundt1-1/+12
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-22[PATCH] remove set_page_count() outside mm/Nick Piggin1-2/+2
2005-11-07[PATCH] sh: Drop hp690 discontig supportPaul Mundt1-19/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+313