Age | Commit message (Expand) | Author | Files | Lines |
2016-07-26 | mm: do not pass mm_struct into handle_mm_fault | Kirill A. Shutemov | 1 | -1/+1 |
2016-03-22 | ia64/extable: use generic search and sort routines | Ard Biesheuvel | 1 | -96/+1 |
2016-03-17 | mm: cleanup *pte_alloc* interfaces | Kirill A. Shutemov | 1 | -1/+1 |
2015-09-08 | Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+2 |
2015-08-27 | mm: ZONE_DEVICE for "device memory" | Dan Williams | 1 | -2/+2 |
2015-08-07 | mm: tlb.c: Fix error message | Nik Nyby | 1 | -2/+2 |
2015-07-02 | [IA64] Drop debug test/printk that some special pages are marked reserved | Tony Luck | 1 | -4/+0 |
2015-06-30 | mm: meminit: make __early_pfn_to_nid SMP-safe and introduce meminit_pfn_in_nid | Mel Gorman | 1 | -12/+7 |
2015-06-24 | mm/hugetlb: reduce arch dependent code about huge_pmd_unshare | Zhang Zhen | 1 | -5/+0 |
2015-06-22 | Merge tag 'please-pull-paravirt' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -6/+3 |
2015-06-10 | ia64: remove paravirt code | Luis R. Rodriguez | 1 | -6/+3 |
2015-05-19 | mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t... | David Hildenbrand | 1 | -2/+2 |
2015-04-12 | ia64: Remove Linux/x86 exec domain support | Richard Weinberger | 1 | -25/+0 |
2015-02-11 | mm/hugetlb: reduce arch dependent code around follow_huge_* | Naoya Horiguchi | 1 | -6/+0 |
2015-01-29 | vm: add VM_FAULT_SIGSEGV handling support | Linus Torvalds | 1 | -0/+2 |
2014-08-08 | arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate area | Andy Lutomirski | 1 | -0/+31 |
2014-08-06 | memory-hotplug: ia64: suitable memory should go to ZONE_MOVABLE | Wang Nan | 1 | -1/+2 |
2014-06-04 | hugetlb: restrict hugepage_migration_support() to x86_64 | Naoya Horiguchi | 1 | -5/+0 |
2014-01-21 | mm, show_mem: remove SHOW_MEM_FILTER_PAGE_COUNT | Mel Gorman | 3 | -131/+48 |
2013-11-13 | mm: use pgdat_end_pfn() to simplify the code in arch | Xishi Qiu | 1 | -3/+1 |
2013-09-12 | arch: mm: pass userspace fault flag to generic fault handler | Johannes Weiner | 1 | -2/+4 |
2013-09-11 | mm: migrate: check movability of hugepage in unmap_and_move_huge_page() | Naoya Horiguchi | 1 | -0/+5 |
2013-07-03 | Merge branch 'akpm' (updates from Andrew Morton) | Linus Torvalds | 3 | -50/+5 |
2013-07-03 | mm/IA64: prepare for killing free_all_bootmem_node() | Jiang Liu | 1 | -7/+2 |
2013-07-03 | mm/IA64: prepare for removing num_physpages and simplify mem_init() | Jiang Liu | 3 | -40/+1 |
2013-07-03 | mm: concentrate modification of totalram_pages into the mm core | Jiang Liu | 1 | -1/+1 |
2013-07-03 | mm: enhance free_reserved_area() to support poisoning memory with zero | Jiang Liu | 1 | -1/+1 |
2013-07-03 | mm: change signature of free_reserved_area() to fix building warnings | Jiang Liu | 1 | -2/+1 |
2013-06-24 | [IA64] Delete __cpuinit usage from all ia64 users | Paul Gortmaker | 3 | -4/+3 |
2013-04-29 | mm: speedup in __early_pfn_to_nid | Russ Anderson | 1 | -1/+14 |
2013-04-29 | sparse-vmemmap: specify vmemmap population range in bytes | Johannes Weiner | 1 | -4/+3 |
2013-04-29 | mm/IA64: use common help functions to free reserved pages | Jiang Liu | 1 | -19/+4 |
2013-04-29 | mm, show_mem: suppress page counts in non-blockable contexts | David Rientjes | 2 | -0/+4 |
2013-04-02 | Fix build error for numa_clear_node() under IA64 | Yijing Wang | 1 | -0/+5 |
2013-03-19 | Add WB/UC check for early_ioremap | Li, Zhen-Hua | 1 | -5/+9 |
2013-02-25 | Merge tag 'please-pull-vm_unwrapped' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -11/+9 |
2013-02-23 | ia64: use %ld to print pages calculated in nr_free_buffer_pages | Zhang Yanfei | 2 | -2/+2 |
2013-02-23 | memory-hotplug: remove memmap of sparse-vmemmap | Tang Chen | 1 | -0/+3 |
2013-02-23 | memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmap | Yasuaki Ishimatsu | 1 | -0/+1 |
2013-02-23 | memory-hotplug: introduce new arch_remove_memory() for removing page table | Wen Congyang | 1 | -0/+18 |
2013-02-22 | mm: use vm_unmapped_area() in hugetlbfs on ia64 architecture | Michel Lespinasse | 1 | -11/+9 |
2013-01-03 | IA64: drivers: remove __dev* attributes. | Greg Kroah-Hartman | 2 | -5/+3 |
2012-11-16 | revert "mm: fix-up zone present pages" | Andrew Morton | 1 | -1/+0 |
2012-10-09 | mm: fix-up zone present pages | Jianguo Wu | 1 | -0/+1 |
2012-10-09 | readahead: fault retry breaks mmap file read random detection | Shaohua Li | 1 | -0/+1 |
2012-10-09 | mm: kill vma flag VM_RESERVED and mm->reserved_vm counter | Konstantin Khlebnikov | 1 | -1/+2 |
2012-06-14 | [IA64] Port OOM changes to ia64_do_page_fault | Kautuk Consul | 1 | -12/+34 |
2012-03-28 | Disintegrate asm/system.h for IA64 | David Howells | 2 | -2/+0 |
2011-12-08 | ia64: Use HAVE_MEMBLOCK_NODE_MAP | Tejun Heo | 2 | -3/+4 |
2011-05-25 | mm: now that all old mmu_gather code is gone, remove the storage | Peter Zijlstra | 1 | -2/+0 |