aboutsummaryrefslogtreecommitdiffstats
path: root/arch/avr32/mm/init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-01avr32: remove support for AVR32 architectureHans-Christian Noren Egtvedt1-125/+0
2013-07-03mm/AVR32: prepare for killing free_all_bootmem_node()Jiang Liu1-16/+5
2013-07-03mm/AVR32: prepare for removing num_physpages and simplify mem_init()Jiang Liu1-25/+4
2013-07-03mm: concentrate modification of totalram_pages into the mm coreJiang Liu1-2/+0
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/avr32: use common help functions to free reserved pagesJiang Liu1-22/+2
2011-05-25mm: now that all old mmu_gather code is gone, remove the storagePeter Zijlstra1-2/+0
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
2009-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-nextLinus Torvalds1-3/+1
2009-09-22arches: drop superfluous casts in nr_free_pages() callersGeert Uytterhoeven1-1/+1
2009-09-21Use macros for .data.page_aligned section.Tim Abbott1-3/+1
2009-01-06arch/avr32: Eliminate NULL test and memset after alloc_bootmemJulia Lawall1-1/+0
2008-07-26avr32: use generic show_mem()Johannes Weiner1-39/+0
2008-07-24bootmem: replace node_boot_start in struct bootmem_dataJohannes Weiner1-2/+1
2008-07-24mm: drop unneeded pgdat argument from free_area_init_node()Johannes Weiner1-1/+1
2008-07-02avr32: Store virtual addresses in the PGDHaavard Skinnemoen1-1/+3
2008-07-02avr32: Remove useless zeroing of swapper_pg_dir at startupHaavard Skinnemoen1-13/+3
2008-06-27avr32: export empty_zero_pageHaavard Skinnemoen1-0/+2
2008-04-19avr32: Remove two unused #defines from mm/init.cJohannes Weiner1-3/+0
2007-10-11[AVR32] Drop support for redundant "keepinitrd" boot-time parm.Robert P. J. Day1-11/+1
2007-04-27[AVR32] Move setup_bootmem() from mm/init.c to kernel/setup.cHaavard Skinnemoen1-238/+0
2006-10-25[PATCH] AVR32: Silence some compile warningsHaavard Skinnemoen1-1/+1
2006-09-26[PATCH] avr32 architectureHaavard Skinnemoen1-0/+480