Age | Commit message (Expand) | Author | Files | Lines |
2013-07-04 | mm: change signature of free_reserved_area() to fix building warnings | Jiang Liu | 1 | -2/+1 |
2013-04-30 | mm: speedup in __early_pfn_to_nid | Russ Anderson | 1 | -1/+14 |
2013-04-30 | sparse-vmemmap: specify vmemmap population range in bytes | Johannes Weiner | 1 | -4/+3 |
2013-04-30 | mm/IA64: use common help functions to free reserved pages | Jiang Liu | 1 | -19/+4 |
2013-04-30 | 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-20 | Add WB/UC check for early_ioremap | Li, Zhen-Hua | 1 | -5/+9 |
2013-02-26 | Merge tag 'please-pull-vm_unwrapped' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -11/+9 |
2013-02-24 | ia64: use %ld to print pages calculated in nr_free_buffer_pages | Zhang Yanfei | 2 | -2/+2 |
2013-02-24 | memory-hotplug: remove memmap of sparse-vmemmap | Tang Chen | 1 | -0/+3 |
2013-02-24 | memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmap | Yasuaki Ishimatsu | 1 | -0/+1 |
2013-02-24 | memory-hotplug: introduce new arch_remove_memory() for removing page table | Wen Congyang | 1 | -0/+18 |
2013-02-23 | mm: use vm_unmapped_area() in hugetlbfs on ia64 architecture | Michel Lespinasse | 1 | -11/+9 |
2013-01-04 | IA64: drivers: remove __dev* attributes. | Greg Kroah-Hartman | 2 | -5/+3 |
2012-11-17 | 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-15 | [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 |
2011-05-25 | arch, mm: filter disallowed nodes from arch specific show_mem functions | David Rientjes | 2 | -8/+12 |
2011-05-20 | sanitize <linux/prefetch.h> usage | Linus Torvalds | 1 | -0/+1 |
2011-03-25 | lib, arch: add filter argument to show_mem and fix private implementations | David Rientjes | 2 | -2/+2 |
2011-01-14 | thp: pte alloc trans splitting | Andrea Arcangeli | 1 | -1/+1 |
2010-06-30 | [IA64] Fix spinaphore down_spin() | Tony Luck | 1 | -1/+1 |
2010-05-30 | ia64: revert __node_random addition | Linus Torvalds | 1 | -17/+0 |
2010-05-28 | [IA64] Fix build breakage | Tony Luck | 1 | -0/+17 |
2010-05-19 | [IA64] invoke oom-killer from page fault | npiggin@suse.de | 1 | -10/+3 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 3 | -1/+2 |
2010-03-06 | mm: change anon_vma linking to fix multi-process server scalability issue | Rik van Riel | 1 | -0/+2 |
2010-03-03 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds | 1 | -1/+1 |
2010-02-08 | [IA64] Remove COMPAT_IA32 support | Tony Luck | 1 | -5/+0 |
2010-02-02 | Merge branch 'master' into percpu | Tejun Heo | 2 | -14/+20 |
2010-01-08 | [IA64] __per_cpu_idtrs[] is a memory hog | Tony Luck | 1 | -13/+19 |
2010-01-07 | [IA64] use helpers for rlimits | Jiri Slaby | 1 | -1/+1 |
2010-01-05 | Merge branch 'master' into percpu | Tejun Heo | 2 | -6/+29 |
2009-12-16 | Merge git://git.infradead.org/iommu-2.6 | Linus Torvalds | 1 | -0/+11 |
2009-12-16 | implement early_io{re,un}map for ia64 | Luck, Tony | 1 | -0/+11 |
2009-12-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds | 3 | -36/+196 |
2009-10-29 | percpu: remove per_cpu__ prefix. | Rusty Russell | 1 | -1/+1 |
2009-10-29 | percpu: make percpu symbols in ia64 unique | Tejun Heo | 1 | -2/+3 |
2009-10-09 | [IA64] Re-implement spinaphores using ticket lock concepts | Tony Luck | 1 | -6/+18 |
2009-10-02 | ia64: convert to dynamic percpu allocator | Tejun Heo | 2 | -5/+138 |
2009-10-02 | ia64: allocate percpu area for cpu0 like percpu areas for other cpus | Tejun Heo | 2 | -25/+51 |
2009-10-02 | ia64: don't alias VMALLOC_END to vmalloc_end | Tejun Heo | 3 | -6/+6 |
2009-09-23 | kcore: use registerd physmem information | KAMEZAWA Hiroyuki | 1 | -3/+0 |
2009-09-23 | kcore: register text area in generic way | KAMEZAWA Hiroyuki | 1 | -2/+1 |
2009-09-23 | kcore: register vmalloc area in generic way | KAMEZAWA Hiroyuki | 1 | -3/+1 |