aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/mm/init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/kernel/git/paulg/linuxLinus 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/torvalds/linux-2.6Paul 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 implicit slab.h inclusion from percpu.hTejun 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