aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/mm/contig.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-24ia64: Fix some warnings introduced in merge windowTony Luck1-1/+0
2019-07-04percpu: Make pcpu_setup_first_chunk() void functionKefeng Wang1-4/+1
2019-03-12ia64: add checks for the return value of memblock_alloc*()Mike Rapoport1-2/+6
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+0
2018-10-31memblock: replace __alloc_bootmem with memblock_alloc_fromMike Rapoport1-2/+3
2018-07-23ia64: switch to NO_BOOTMEMMike Rapoport1-66/+5
2018-07-23ia64: contig/paging_init: reduce code duplicationMike Rapoport1-3/+1
2018-01-15ia64: replace ZONE_DMA with ZONE_DMA32Christoph Hellwig1-2/+2
2014-01-21mm, show_mem: remove SHOW_MEM_FILTER_PAGE_COUNTMel Gorman1-68/+0
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds1-11/+0
2013-07-03mm/IA64: prepare for removing num_physpages and simplify mem_init()Jiang Liu1-11/+0
2013-06-24[IA64] Delete __cpuinit usage from all ia64 usersPaul Gortmaker1-2/+1
2013-04-29mm, show_mem: suppress page counts in non-blockable contextsDavid Rientjes1-0/+2
2013-02-23ia64: use %ld to print pages calculated in nr_free_buffer_pagesZhang Yanfei1-1/+1
2011-12-08ia64: Use HAVE_MEMBLOCK_NODE_MAPTejun Heo1-1/+2
2011-05-25arch, mm: filter disallowed nodes from arch specific show_mem functionsDavid Rientjes1-4/+6
2011-03-24lib, arch: add filter argument to show_mem and fix private implementationsDavid Rientjes1-1/+1
2009-10-02ia64: convert to dynamic percpu allocatorTejun Heo1-5/+53
2009-10-02ia64: allocate percpu area for cpu0 like percpu areas for other cpusTejun Heo1-14/+27
2009-10-02ia64: don't alias VMALLOC_END to vmalloc_endTejun Heo1-2/+2
2009-06-17[IA64] Convert ia64 to use int-ll64.hMatthew Wilcox1-5/+4
2008-09-29[IA64] Put the space for cpu0 per-cpu area into .data sectionTony Luck1-1/+1
2008-08-12[IA64] Ensure cpu0 can access per-cpu variables in early boot codeTony Luck1-2/+8
2008-04-11[IA64] Fix NUMA configuration issueZoltan Menyhart1-1/+1
2008-04-09[IA64] remove redundant display of free swap space in show_mem()Johannes Weiner1-2/+0
2008-02-07Introduce flags for reserve_bootmem()Bernhard Walle1-1/+1
2007-11-06[IA64] Fix section mismatch in contig.c version of per_cpu_init()Tony Luck1-33/+41
2007-09-01[IA64] Stop bogus NMI & softlockup warnings in ia64 show_memPrarit Bhargava1-0/+3
2007-05-11[IA64] Quicklist support for IA64Christoph Lameter1-1/+1
2007-03-20[IA64] min_low_pfn and max_low_pfn calculation fixZou Nan hai1-24/+6
2007-03-06[IA64] point saved_max_pfn to the max_pfn of the entire systemHorms1-5/+0
2007-02-11[PATCH] optional ZONE_DMA: optional ZONE_DMA for ia64Christoph Lameter1-1/+3
2007-02-05[IA64] show_mem() for IA64 sparsemem NUMAGeorge Beshers1-26/+48
2007-02-05[IA64] kexec: typo in the saved_max_pfn description in contig.cHorms1-1/+1
2006-12-12[IA64] fix arch/ia64/mm/contig.c:235: warning: unused variable `nid'Tony Luck1-2/+1
2006-12-12[IA64] CONFIG_KEXEC/CONFIG_CRASH_DUMP permutationsHorms1-0/+6
2006-10-11[PATCH] mm: use symbolic names instead of indices for zone initialisationMel Gorman1-0/+1
2006-09-27Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds1-8/+9
2006-09-27[PATCH] Have ia64 use add_active_range() and free_area_init_nodesMel Gorman1-52/+15
2006-09-26[IA64] show_mem() printk levelsJes Sorensen1-8/+9
2006-08-03[IA64] fix show_mem for VIRTUAL_MEM_MAP+FLATMEMBob Picco1-4/+9
2006-08-03[IA64] align high endpoint of VIRTUAL_MEM_MAPBob Picco1-1/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-22[IA64] add init declaration to memory initialization functionsChen, Kenneth W1-3/+3
2006-03-22[IA64] add init declaration to cpu initialization functionsChen, Kenneth W1-1/+1
2006-01-05[IA64] support for cpu0 removalAshok Raj1-1/+3
2005-10-04[PATCH] V5 ia64 SPARSEMEM - eliminate contig_page_dataBob Picco1-2/+2
2005-04-25[IA64] Percpu quicklist for combined allocator for pgd/pmd/pte.Robin Holt1-1/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+299