aboutsummaryrefslogtreecommitdiff
path: root/arch/ia64/mm/contig.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-06memblock: allow to specify flags with memblock_add_node()Gravatar David Hildenbrand 1-1/+1
2021-04-30ia64: drop marked broken DISCONTIGMEM and VIRTUAL_MEM_MAPGravatar Sergei Trofimovich 1-4/+0
2021-01-18efi: ia64: move IA64-only declarations to new asm/efi.h headerGravatar Ard Biesheuvel 1-0/+1
2020-12-15ia64: forbid using VIRTUAL_MEM_MAP with FLATMEMGravatar Mike Rapoport 1-27/+21
2020-12-15ia64: split virtual map initialization out of paging_init()Gravatar Mike Rapoport 1-14/+20
2020-12-15ia64: remove 'ifdef CONFIG_ZONE_DMA32' statementsGravatar Mike Rapoport 1-2/+0
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Gravatar Mike Rapoport 1-1/+0
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedGravatar Mike Rapoport 1-1/+0
2020-06-03mm: use free_area_init() instead of free_area_init_nodes()Gravatar Mike Rapoport 1-1/+1
2019-09-24ia64: Fix some warnings introduced in merge windowGravatar Tony Luck 1-1/+0
2019-07-04percpu: Make pcpu_setup_first_chunk() void functionGravatar Kefeng Wang 1-4/+1
2019-03-12ia64: add checks for the return value of memblock_alloc*()Gravatar Mike Rapoport 1-2/+6
2018-10-31mm: remove include/linux/bootmem.hGravatar Mike Rapoport 1-1/+0
2018-10-31memblock: replace __alloc_bootmem with memblock_alloc_fromGravatar Mike Rapoport 1-2/+3
2018-07-23ia64: switch to NO_BOOTMEMGravatar Mike Rapoport 1-66/+5
2018-07-23ia64: contig/paging_init: reduce code duplicationGravatar Mike Rapoport 1-3/+1
2018-01-15ia64: replace ZONE_DMA with ZONE_DMA32Gravatar Christoph Hellwig 1-2/+2
2014-01-21mm, show_mem: remove SHOW_MEM_FILTER_PAGE_COUNTGravatar Mel Gorman 1-68/+0
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Gravatar Linus Torvalds 1-11/+0
2013-07-03mm/IA64: prepare for removing num_physpages and simplify mem_init()Gravatar Jiang Liu 1-11/+0
2013-06-24[IA64] Delete __cpuinit usage from all ia64 usersGravatar Paul Gortmaker 1-2/+1
2013-04-29mm, show_mem: suppress page counts in non-blockable contextsGravatar David Rientjes 1-0/+2
2013-02-23ia64: use %ld to print pages calculated in nr_free_buffer_pagesGravatar Zhang Yanfei 1-1/+1
2011-12-08ia64: Use HAVE_MEMBLOCK_NODE_MAPGravatar Tejun Heo 1-1/+2
2011-05-25arch, mm: filter disallowed nodes from arch specific show_mem functionsGravatar David Rientjes 1-4/+6
2011-03-24lib, arch: add filter argument to show_mem and fix private implementationsGravatar David Rientjes 1-1/+1
2009-10-02ia64: convert to dynamic percpu allocatorGravatar Tejun Heo 1-5/+53
2009-10-02ia64: allocate percpu area for cpu0 like percpu areas for other cpusGravatar Tejun Heo 1-14/+27
2009-10-02ia64: don't alias VMALLOC_END to vmalloc_endGravatar Tejun Heo 1-2/+2
2009-06-17[IA64] Convert ia64 to use int-ll64.hGravatar Matthew Wilcox 1-5/+4
2008-09-29[IA64] Put the space for cpu0 per-cpu area into .data sectionGravatar Tony Luck 1-1/+1
2008-08-12[IA64] Ensure cpu0 can access per-cpu variables in early boot codeGravatar Tony Luck 1-2/+8
2008-04-11[IA64] Fix NUMA configuration issueGravatar Zoltan Menyhart 1-1/+1
2008-04-09[IA64] remove redundant display of free swap space in show_mem()Gravatar Johannes Weiner 1-2/+0
2008-02-07Introduce flags for reserve_bootmem()Gravatar Bernhard Walle 1-1/+1
2007-11-06[IA64] Fix section mismatch in contig.c version of per_cpu_init()Gravatar Tony Luck 1-33/+41
2007-09-01[IA64] Stop bogus NMI & softlockup warnings in ia64 show_memGravatar Prarit Bhargava 1-0/+3
2007-05-11[IA64] Quicklist support for IA64Gravatar Christoph Lameter 1-1/+1
2007-03-20[IA64] min_low_pfn and max_low_pfn calculation fixGravatar Zou Nan hai 1-24/+6
2007-03-06[IA64] point saved_max_pfn to the max_pfn of the entire systemGravatar Horms 1-5/+0
2007-02-11[PATCH] optional ZONE_DMA: optional ZONE_DMA for ia64Gravatar Christoph Lameter 1-1/+3
2007-02-05[IA64] show_mem() for IA64 sparsemem NUMAGravatar George Beshers 1-26/+48
2007-02-05[IA64] kexec: typo in the saved_max_pfn description in contig.cGravatar Horms 1-1/+1
2006-12-12[IA64] fix arch/ia64/mm/contig.c:235: warning: unused variable `nid'Gravatar Tony Luck 1-2/+1
2006-12-12[IA64] CONFIG_KEXEC/CONFIG_CRASH_DUMP permutationsGravatar Horms 1-0/+6
2006-10-11[PATCH] mm: use symbolic names instead of indices for zone initialisationGravatar Mel Gorman 1-0/+1
2006-09-27Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Gravatar Linus Torvalds 1-8/+9
2006-09-27[PATCH] Have ia64 use add_active_range() and free_area_init_nodesGravatar Mel Gorman 1-52/+15
2006-09-26[IA64] show_mem() printk levelsGravatar Jes Sorensen 1-8/+9
2006-08-03[IA64] fix show_mem for VIRTUAL_MEM_MAP+FLATMEMGravatar Bob Picco 1-4/+9