aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/mm/discontig.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel1-635/+0
2022-03-22mm, memory_hotplug: drop arch_free_nodedataMichal Hocko1-5/+0
2022-03-22mm: handle uninitialized numa nodes gracefullyMichal Hocko1-2/+2
2022-03-22mm, memory_hotplug: make arch_alloc_nodedata independent on CONFIG_MEMORY_HOT...Michal Hocko1-2/+0
2021-04-30ia64: drop marked broken DISCONTIGMEM and VIRTUAL_MEM_MAPSergei Trofimovich1-21/+0
2021-04-16ia64: fix discontig.c section mismatchesRandy Dunlap1-3/+3
2021-01-18efi: ia64: move IA64-only declarations to new asm/efi.h headerArd Biesheuvel1-0/+1
2020-12-15ia64: split virtual map initialization out of paging_init()Mike Rapoport1-17/+20
2020-12-15ia64: discontig: paging_init(): remove local max_pfn calculationMike Rapoport1-4/+1
2020-12-15ia64: remove 'ifdef CONFIG_ZONE_DMA32' statementsMike Rapoport1-2/+0
2020-08-07mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport1-1/+0
2020-08-07mm/sparsemem: enable vmem_altmap support in vmemmap_populate_basepages()Anshuman Khandual1-1/+1
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport1-1/+0
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-06-03mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport1-1/+1
2019-09-24ia64: Fix some warnings introduced in merge windowTony Luck1-1/+1
2019-09-17Merge branch 'for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/denni...Linus Torvalds1-4/+1
2019-08-16ia64: remove now unused machvec indirectionsChristoph Hellwig1-2/+1
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-0/+4
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual1-3/+3
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+0
2018-10-31memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variantsMike Rapoport1-1/+1
2018-10-31memblock: replace __alloc_bootmem_node with appropriate memblock_ APIMike Rapoport1-2/+4
2018-07-23ia64: switch to NO_BOOTMEMMike Rapoport1-68/+6
2018-07-23ia64: use mem_data to detect nodes' minimal and maximal PFNsMike Rapoport1-46/+14
2018-07-23ia64: remove unused num_dma_physpages member from 'struct early_node_data'Mike Rapoport1-8/+0
2018-02-06Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+4
2018-01-15ia64: replace ZONE_DMA with ZONE_DMA32Christoph Hellwig1-4/+4
2018-01-08mm: pass the vmem_altmap to vmemmap_freeChristoph Hellwig1-1/+2
2018-01-08mm: pass the vmem_altmap to vmemmap_populateChristoph Hellwig1-1/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2014-01-21mm, show_mem: remove SHOW_MEM_FILTER_PAGE_COUNTMel Gorman1-63/+0
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds1-3/+0
2013-07-03mm/IA64: prepare for removing num_physpages and simplify mem_init()Jiang Liu1-3/+0
2013-06-24[IA64] Delete __cpuinit usage from all ia64 usersPaul Gortmaker1-1/+1
2013-04-29sparse-vmemmap: specify vmemmap population range in bytesJohannes Weiner1-4/+3
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
2013-02-23memory-hotplug: remove memmap of sparse-vmemmapTang Chen1-0/+3
2013-02-23memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmapYasuaki Ishimatsu1-0/+1
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
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-10-29percpu: remove per_cpu__ prefix.Rusty Russell1-1/+1
2009-10-29percpu: make percpu symbols in ia64 uniqueTejun Heo1-2/+3
2009-10-02ia64: convert to dynamic percpu allocatorTejun Heo1-0/+85
2009-10-02ia64: allocate percpu area for cpu0 like percpu areas for other cpusTejun Heo1-11/+24
2009-10-02ia64: don't alias VMALLOC_END to vmalloc_endTejun Heo1-2/+2
2008-11-04[IA64] fix the difference between node_mem_map and node_start_pfnKen'ichi Ohmichi1-1/+0
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-1/+5
2008-07-24bootmem: replace node_boot_start in struct bootmem_dataJohannes Weiner1-9/+10
2008-07-24mm: move bootmem descriptors definition to a single placeJohannes Weiner1-6/+5
2008-04-17Pull miscellaneous into release branchTony Luck1-3/+1
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-04-08[IA64] Minimize per_cpu reservations.holt@sgi.com1-8/+4
2008-04-08[IA64] Correct pernodesize calculation.holt@sgi.com1-0/+1
2008-02-07Introduce flags for reserve_bootmem()Bernhard Walle1-2/+2
2007-10-17Add vmcoreinfoKen'ichi Ohmichi1-1/+1
2007-10-16IA64: SPARSEMEM_VMEMMAP 16K page size supportChristoph Lameter1-0/+8
2007-09-01[IA64] Stop bogus NMI & softlockup warnings in ia64 show_memPrarit Bhargava1-0/+3
2007-05-11[IA64] spelling fixes: arch/ia64/Simon Arlott1-1/+1
2007-05-11[IA64] Quicklist support for IA64Christoph Lameter1-1/+1
2007-05-08Fix section mismatch of memory hotplug related code.Yasunori Goto1-0/+2
2007-03-20[IA64] min_low_pfn and max_low_pfn calculation fixZou Nan hai1-3/+1
2007-03-06[IA64] point saved_max_pfn to the max_pfn of the entire systemHorms1-6/+0
2007-02-11[PATCH] optional ZONE_DMA: optional ZONE_DMA for ia64Christoph Lameter1-0/+6
2007-02-05[IA64] clean up sparsemem memory_present callBob Picco1-33/+3
2007-02-05[IA64] register memory ranges in a consistent mannerBob Picco1-1/+3
2007-02-05[IA64] Zero size /proc/vmcore on ia64Horms1-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/...Linus Torvalds1-14/+14
2006-09-27[PATCH] Have ia64 use add_active_range() and free_area_init_nodesMel Gorman1-35/+9
2006-09-26[IA64] trim output of show_mem()Jes Sorensen1-5/+4
2006-09-26[IA64] show_mem() printk levelsJes Sorensen1-14/+15
2006-08-03[IA64] fix show_mem for VIRTUAL_MEM_MAP+FLATMEMBob Picco1-63/+2
2006-08-03[IA64] align high endpoint of VIRTUAL_MEM_MAPBob Picco1-1/+2
2006-07-04[PATCH] Fix copying of pgdat array on each node for ia64 memory hotplugYasunori Goto1-3/+13
2006-06-27[PATCH] pgdat allocation and update for ia64 of memory hotplug: allocate pgda...Yasunori Goto1-2/+14
2006-06-27[PATCH] pgdat allocation and update for ia64 of memory hotplug: update pgdat ...Yasunori Goto1-5/+19
2006-06-27[PATCH] pgdat allocation and update for ia64 of memory hotplug: hold pgdat ad...Yasunori Goto1-11/+8
2006-04-13[IA64] Make show_mem() skip holes in a pgdatRobin Holt1-1/+65
2006-03-27[PATCH] for_each_online_pgdat: remove sorting pgdatKAMEZAWA Hiroyuki1-31/+0
2006-03-27[PATCH] for_each_online_pgdat: renaming for_each_pgdatKAMEZAWA Hiroyuki1-2/+2
2006-03-22[IA64] add init declaration to cpu initialization functionsChen, Kenneth W1-1/+1
2006-01-05[IA64] support for cpu0 removalAshok Raj1-2/+7
2005-12-06[IA64] Limit the maximum NODEDATA_ALIGN() offsetJack Steiner1-1/+3
2005-11-08[IA64] fix memory less node allocationBob Picco1-10/+9
2005-10-29[PATCH] memory hotplug locking: node_size_lockDave Hansen1-1/+6
2005-10-04[PATCH] V5 ia64 SPARSEMEM - SPARSEMEM code changesBob Picco1-2/+41
2005-07-06[IA64] fix generic/up buildsTony Luck1-23/+49
2005-07-06[IA64] memory-less-nodes repostbob.picco1-227/+167
2005-06-23[PATCH] remove non-DISCONTIG use of pgdat->node_mem_mapDave Hansen1-4/+5
2005-04-25[IA64] Percpu quicklist for combined allocator for pgd/pmd/pte.Robin Holt1-1/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+737