summaryrefslogtreecommitdiff
path: root/arch/ia64/mm/discontig.c
AgeCommit message (Expand)Author
2023-09-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel
2022-03-22mm, memory_hotplug: drop arch_free_nodedataMichal Hocko
2022-03-22mm: handle uninitialized numa nodes gracefullyMichal Hocko
2022-03-22mm, memory_hotplug: make arch_alloc_nodedata independent on CONFIG_MEMORY_HOT...Michal Hocko
2021-04-30ia64: drop marked broken DISCONTIGMEM and VIRTUAL_MEM_MAPSergei Trofimovich
2021-04-16ia64: fix discontig.c section mismatchesRandy Dunlap
2021-01-18efi: ia64: move IA64-only declarations to new asm/efi.h headerArd Biesheuvel
2020-12-15ia64: split virtual map initialization out of paging_init()Mike Rapoport
2020-12-15ia64: discontig: paging_init(): remove local max_pfn calculationMike Rapoport
2020-12-15ia64: remove 'ifdef CONFIG_ZONE_DMA32' statementsMike Rapoport
2020-08-07mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport
2020-08-07mm/sparsemem: enable vmem_altmap support in vmemmap_populate_basepages()Anshuman Khandual
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-06-03mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport
2019-09-24ia64: Fix some warnings introduced in merge windowTony Luck
2019-09-17Merge branch 'for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/denni...Linus Torvalds
2019-08-16ia64: remove now unused machvec indirectionsChristoph Hellwig
2019-07-04percpu: Make pcpu_setup_first_chunk() void functionKefeng Wang
2019-03-12ia64: add checks for the return value of memblock_alloc*()Mike Rapoport
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-31memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variantsMike Rapoport
2018-10-31memblock: replace __alloc_bootmem_node with appropriate memblock_ APIMike Rapoport
2018-07-23ia64: switch to NO_BOOTMEMMike Rapoport
2018-07-23ia64: use mem_data to detect nodes' minimal and maximal PFNsMike Rapoport
2018-07-23ia64: remove unused num_dma_physpages member from 'struct early_node_data'Mike Rapoport
2018-02-06Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-01-15ia64: replace ZONE_DMA with ZONE_DMA32Christoph Hellwig
2018-01-08mm: pass the vmem_altmap to vmemmap_freeChristoph Hellwig
2018-01-08mm: pass the vmem_altmap to vmemmap_populateChristoph Hellwig
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2014-01-21mm, show_mem: remove SHOW_MEM_FILTER_PAGE_COUNTMel Gorman
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds
2013-07-03mm/IA64: prepare for removing num_physpages and simplify mem_init()Jiang Liu
2013-06-24[IA64] Delete __cpuinit usage from all ia64 usersPaul Gortmaker
2013-04-29sparse-vmemmap: specify vmemmap population range in bytesJohannes Weiner
2013-04-29mm, show_mem: suppress page counts in non-blockable contextsDavid Rientjes
2013-02-23ia64: use %ld to print pages calculated in nr_free_buffer_pagesZhang Yanfei
2013-02-23memory-hotplug: remove memmap of sparse-vmemmapTang Chen
2013-02-23memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmapYasuaki Ishimatsu
2011-05-25arch, mm: filter disallowed nodes from arch specific show_mem functionsDavid Rientjes
2011-03-24lib, arch: add filter argument to show_mem and fix private implementationsDavid Rientjes
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-10-29percpu: remove per_cpu__ prefix.Rusty Russell
2009-10-29percpu: make percpu symbols in ia64 uniqueTejun Heo
2009-10-02ia64: convert to dynamic percpu allocatorTejun Heo
2009-10-02ia64: allocate percpu area for cpu0 like percpu areas for other cpusTejun Heo
2009-10-02ia64: don't alias VMALLOC_END to vmalloc_endTejun Heo
2008-11-04[IA64] fix the difference between node_mem_map and node_start_pfnKen'ichi Ohmichi