aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-13mm: use pgdat_end_pfn() to simplify the code in archXishi Qiu1-3/+1
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner1-2/+4
2013-09-11mm: migrate: check movability of hugepage in unmap_and_move_huge_page()Naoya Horiguchi1-0/+5
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds3-50/+5
2013-07-03mm/IA64: prepare for killing free_all_bootmem_node()Jiang Liu1-7/+2
2013-07-03mm/IA64: prepare for removing num_physpages and simplify mem_init()Jiang Liu3-40/+1
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-1/+1
2013-07-03mm: change signature of free_reserved_area() to fix building warningsJiang Liu1-2/+1
2013-06-24[IA64] Delete __cpuinit usage from all ia64 usersPaul Gortmaker3-4/+3
2013-04-29mm: speedup in __early_pfn_to_nidRuss Anderson1-1/+14
2013-04-29sparse-vmemmap: specify vmemmap population range in bytesJohannes Weiner1-4/+3
2013-04-29mm/IA64: use common help functions to free reserved pagesJiang Liu1-19/+4
2013-04-29mm, show_mem: suppress page counts in non-blockable contextsDavid Rientjes2-0/+4
2013-04-02Fix build error for numa_clear_node() under IA64Yijing Wang1-0/+5
2013-03-19Add WB/UC check for early_ioremapLi, Zhen-Hua1-5/+9
2013-02-25Merge tag 'please-pull-vm_unwrapped' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linuxLinus Torvalds1-11/+9
2013-02-23ia64: use %ld to print pages calculated in nr_free_buffer_pagesZhang Yanfei2-2/+2
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
2013-02-23memory-hotplug: introduce new arch_remove_memory() for removing page tableWen Congyang1-0/+18
2013-02-22mm: use vm_unmapped_area() in hugetlbfs on ia64 architectureMichel Lespinasse1-11/+9
2013-01-03IA64: drivers: remove __dev* attributes.Greg Kroah-Hartman2-5/+3
2012-11-16revert "mm: fix-up zone present pages"Andrew Morton1-1/+0
2012-10-09mm: fix-up zone present pagesJianguo Wu1-0/+1
2012-10-09readahead: fault retry breaks mmap file read random detectionShaohua Li1-0/+1
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov1-1/+2
2012-06-14[IA64] Port OOM changes to ia64_do_page_faultKautuk Consul1-12/+34
2012-03-28Disintegrate asm/system.h for IA64David Howells2-2/+0
2011-12-08ia64: Use HAVE_MEMBLOCK_NODE_MAPTejun Heo2-3/+4
2011-05-25mm: now that all old mmu_gather code is gone, remove the storagePeter Zijlstra1-2/+0
2011-05-25arch, mm: filter disallowed nodes from arch specific show_mem functionsDavid Rientjes2-8/+12
2011-05-20sanitize <linux/prefetch.h> usageLinus Torvalds1-0/+1
2011-03-24lib, arch: add filter argument to show_mem and fix private implementationsDavid Rientjes2-2/+2
2011-01-13thp: pte alloc trans splittingAndrea Arcangeli1-1/+1
2010-06-30[IA64] Fix spinaphore down_spin()Tony Luck1-1/+1
2010-05-30ia64: revert __node_random additionLinus Torvalds1-17/+0
2010-05-27[IA64] Fix build breakageTony Luck1-0/+17
2010-05-18[IA64] invoke oom-killer from page faultnpiggin@suse.de1-10/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo3-1/+2
2010-03-06mm: change anon_vma linking to fix multi-process server scalability issueRik van Riel1-0/+2
2010-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-1/+1
2010-02-08[IA64] Remove COMPAT_IA32 supportTony Luck1-5/+0
2010-02-02Merge branch 'master' into percpuTejun Heo2-14/+20
2010-01-07[IA64] __per_cpu_idtrs[] is a memory hogTony Luck1-13/+19
2010-01-06[IA64] use helpers for rlimitsJiri Slaby1-1/+1
2010-01-05Merge branch 'master' into percpuTejun Heo2-6/+29
2009-12-16Merge git://git.infradead.org/iommu-2.6Linus Torvalds1-0/+11
2009-12-16implement early_io{re,un}map for ia64Luck, Tony1-0/+11
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds3-36/+196