aboutsummaryrefslogtreecommitdiff
path: root/arch/h8300/mm
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-05-14init: provide a generic free_initmem implementationGravatar Mike Rapoport 1-6/+0
2019-05-14initramfs: provide a generic free_initrd_mem implementationGravatar Christoph Hellwig 1-8/+0
2019-03-12treewide: add checks for the return value of memblock_alloc*()Gravatar Mike Rapoport 1-0/+3
2019-03-12arch: don't memset(0) memory returned by memblock_alloc()Gravatar Mike Rapoport 1-1/+0
2018-10-31mm: remove include/linux/bootmem.hGravatar Mike Rapoport 1-1/+1
2018-10-31memblock: rename free_all_bootmem to memblock_free_allGravatar Mike Rapoport 1-1/+1
2018-10-31memblock: replace alloc_bootmem_pages with memblock_allocGravatar Mike Rapoport 1-1/+1
2017-11-15mm, arch: remove empty_bad_page*Gravatar Michal Hocko 1-13/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 3-0/+3
2015-06-23h8300: Memory managementGravatar Yoshinori Sato 4-0/+243
2013-09-16Drop support for Renesas H8/300 (h8300) architectureGravatar Guenter Roeck 5-328/+0
2013-07-03mm/h8300: prepare for removing num_physpages and simplify mem_init()Gravatar Jiang Liu 1-28/+8
2013-07-03mm: concentrate modification of totalram_pages into the mm coreGravatar Jiang Liu 1-1/+1
2013-07-03mm: enhance free_reserved_area() to support poisoning memory with zeroGravatar Jiang Liu 1-2/+2
2013-07-03mm: change signature of free_reserved_area() to fix building warningsGravatar Jiang Liu 1-1/+1
2013-04-29mm/h8300: use common help functions to free reserved pagesGravatar Jiang Liu 1-27/+3
2012-06-20h8300: use the declarations provided by <asm/sections.h>Gravatar Geert Uytterhoeven 1-9/+8
2012-06-20h8300: fix use of extinct _sbss and _ebssGravatar Geert Uytterhoeven 1-2/+2
2012-03-28Disintegrate asm/system.h for H8300Gravatar David Howells 4-4/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 3-3/+1
2010-02-27m68k{,nommu}/h8300: Remove obsolete comment about map_chunkGravatar Philippe De Muyter 1-2/+2
2008-10-16h8300: GENERIC_BUG supportGravatar Yoshinori Sato 1-3/+2
2008-08-12h8300: fix section mismatchesGravatar Yoshinori Sato 1-6/+3
2008-07-26h8300: use generic show_mem()Gravatar Johannes Weiner 1-27/+0
2007-05-07h8300 generic irqGravatar Yoshinori Sato 1-1/+3
2006-09-26[PATCH] reduce MAX_NR_ZONES: fix MAX_NR_ZONES array initializationsGravatar Christoph Lameter 1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 3-3/+0
2006-03-22[PATCH] remove set_page_count() outside mm/Gravatar Nick Piggin 1-2/+2
2006-01-10[PATCH] h8300: remove MAGIC_ROM_PTR from memory.cGravatar Greg Ungerer 1-13/+0
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 5-0/+424