aboutsummaryrefslogtreecommitdiffstats
path: root/arch/alpha/mm/init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-17alpha/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual1-0/+22
2022-02-13alpha: Silence -Warray-bounds warningsKees Cook1-3/+3
2021-06-29alpha: remove DISCONTIGMEM and NUMAMike Rapoport1-3/+0
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang1-1/+0
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-06-03mm: free_area_init: use maximal zone PFNs rather than zone sizesMike Rapoport1-10/+6
2019-12-04alpha: use pgtable-nopud instead of 4level-fixupMike Rapoport1-4/+8
2019-05-14init: provide a generic free_initmem implementationMike Rapoport1-6/+0
2019-05-14initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig1-8/+0
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2013-07-03mm/alpha: unify mem_init() for both UMA and NUMA architecturesJiang Liu1-5/+2
2013-07-03mm/alpha: prepare for removing num_physpages and simplify mem_init()Jiang Liu1-30/+2
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/alpha: use common help functions to free reserved pagesJiang Liu1-21/+3
2012-03-28Disintegrate asm/system.h for AlphaDavid Howells1-1/+1
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-22arches: drop superfluous casts in nr_free_pages() callersGeert Uytterhoeven1-1/+1
2009-03-01alpha: fix typo in recent early vmalloc changeTejun Heo1-1/+1
2009-02-24vmalloc: add @align to vm_area_register_early()Tejun Heo1-1/+1
2009-02-20vmalloc: implement vm_area_register_early()Tejun Heo1-7/+13
2009-01-15alpha: make pte_alloc_one_kernel() inlineIvan Kokshaysky1-7/+0
2008-07-26alpha: use generic show_mem()Johannes Weiner1-30/+0
2007-10-20spelling fixes: arch/alpha/Simon Arlott1-1/+1
2007-07-31alpha: fix two section mismatch warningsSam Ravnborg1-2/+1
2006-09-26[PATCH] reduce MAX_NR_ZONES: fix MAX_NR_ZONES array initializationsChristoph Lameter1-1/+1
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-1/+1
2006-01-10[PATCH] dump_thread() cleanupakpm@osdl.org1-0/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+382