- a150439 memblock: Cast phys_addr_t to unsigned long long for printf use by H. Peter Anvin · 14 years ago
- 24aa078 memblock, x86: Replace memblock_x86_reserve/free_range() with generic ones by Tejun Heo · 14 years ago
- c378ddd memblock, x86: Make ARCH_DISCARD_MEMBLOCK a config option by Tejun Heo · 14 years ago
- 8a9ca34 memblock, x86: Replace __get_free_all_memory_range() with for_each_free_mem_range() by Tejun Heo · 14 years ago
- 64a02da memblock, x86: Make free_all_memory_core_early() explicitly free lowmem only by Tejun Heo · 14 years ago
- 35fd080 memblock: Implement for_each_free_mem_range() by Tejun Heo · 14 years ago
- 7c0caeb memblock: Add optional region->nid by Tejun Heo · 14 years ago
- 784656f9 memblock: Reimplement memblock_add_region() by Tejun Heo · 14 years ago
- ed7b56a memblock: Remove memblock_memory_can_coalesce() by Tejun Heo · 14 years ago
- eb40c4c memblock, x86: Replace memblock_x86_find_in_range_node() with generic memblock calls by Tejun Heo · 14 years ago
- e649804 memblock: Separate out memblock_find_in_range_node() by Tejun Heo · 14 years ago
- 34e1845 memblock: Make memblock_alloc_[try_]nid() top-down by Tejun Heo · 14 years ago
- f9b18db memblock: Don't allow archs to override memblock_nid_range() by Tejun Heo · 14 years ago
- b2fea98 memblock: Improve generic memblock_nid_range() using for_each_mem_pfn_range() by Tejun Heo · 14 years ago
- c13291a bootmem: Use for_each_mem_pfn_range() in page_alloc.c by Tejun Heo · 14 years ago
- 96e907d bootmem: Reimplement __absent_pages_in_range() using for_each_mem_pfn_range() by Tejun Heo · 14 years ago
- 5dfe866 bootmem: Replace work_with_active_regions() with for_each_mem_pfn_range() by Tejun Heo · 14 years ago
- fc769a8 memblock: Replace memblock_find_base() with memblock_find_in_range() by Tejun Heo · 14 years ago
- 1f5026a memblock: Kill MEMBLOCK_ERROR by Tejun Heo · 14 years ago
- 348968e memblock: Use round_up/down() instead of memblock_align_up/down() by Tejun Heo · 14 years ago
- 15fb097 memblock: Use MEMBLOCK_ALLOC_ACCESSIBLE instead of ANYWHERE in memblock_alloc_try_nid() by Tejun Heo · 14 years ago
- 53348f2 bootmem: Fix __free_pages_bootmem() to use @order properly by Tejun Heo · 14 years ago
- 1e01979 x86, numa: Implement pfn -> nid mapping granularity check by Tejun Heo · 14 years ago
- 8f3b132 mm/nommu.c: fix remap_pfn_range() by Bob Liu · 14 years ago
- 453a9bf3 memcg: fix numa scan information update to be triggered by memory event by KAMEZAWA Hiroyuki · 14 years ago
- 4d0c066 memcg: fix reclaimable lru check in memcg by KAMEZAWA Hiroyuki · 14 years ago
- 0b43c3a mm: __tlb_remove_page() check the correct batch by Shaohua Li · 14 years ago
- 215ddd6 mm: vmscan: only read new_classzone_idx from pgdat when reclaiming successfully by Mel Gorman · 14 years ago
- da175d0 mm: vmscan: evaluate the watermarks against the correct classzone by Mel Gorman · 14 years ago
- d7868da mm: vmscan: do not apply pressure to slab if we are not applying pressure to zone by Mel Gorman · 14 years ago
- 08951e5 mm: vmscan: correct check for kswapd sleeping in sleeping_prematurely by Mel Gorman · 14 years ago
- ac34a1a memcg: fix direct softlimit reclaim to be called in limit path by KAMEZAWA Hiroyuki · 14 years ago
- 0814257 mm: fix assertion mapping->nrpages == 0 in end_writeback() by Jan Kara · 14 years ago
- 9b679320a mm/memory-failure.c: fix spinlock vs mutex order by Peter Zijlstra · 14 years ago
- d9d90e5 tmpfs: add shmem_read_mapping_page_gfp by Hugh Dickins · 14 years ago
- 94c1e62 tmpfs: take control of its truncate_range by Hugh Dickins · 14 years ago
- 072441e mm: move shmem prototypes to shmem_fs.h by Hugh Dickins · 14 years ago
- 5b8ba10 mm: move vmtruncate_range to truncate.c by Hugh Dickins · 14 years ago
- f957db4 mm, hotplug: protect zonelist building with zonelists_mutex by David Rientjes · 14 years ago
- 7553e8f mm, hotplug: fix error handling in mem_online_node() by David Rientjes · 14 years ago
- dd34739 mm: avoid anon_vma_chain allocation under anon_vma lock by Linus Torvalds · 14 years ago
- eee2acb mm: avoid repeated anon_vma lock/unlock sequences in unlink_anon_vmas() by Peter Zijlstra · 14 years ago
- bb4aa39 mm: avoid repeated anon_vma lock/unlock sequences in anon_vma_clone() by Linus Torvalds · 14 years ago
- 99a15e2 migrate: don't account swapcache as shmem by Andrea Arcangeli · 14 years ago
- 9be34c9 mm: get rid of the most spurious find_vma_prev() users by Linus Torvalds · 14 years ago
- 2b47261 ksm: fix NULL pointer dereference in scan_get_next_rmap_item() by Hugh Dickins · 14 years ago
- f9e35b3 mm: compaction: abort compaction if too many pages are isolated and caller is asynchronous V2 by Mel Gorman · 14 years ago
- d179e84 mm: vmscan: do not use page_count without a page pin by Andrea Arcangeli · 14 years ago
- 7454f4b mm: compaction: ensure that the compaction free scanner does not move to the next zone by Mel Gorman · 14 years ago
- a582a73 compaction: checks correct fragmentation index by Shaohua Li · 14 years ago
- 5db8a73 mm/memory-failure.c: fix page isolated count mismatch by Minchan Kim · 14 years ago
- fbc29a2 memcg: avoid percpu cached charge draining at softlimit by KAMEZAWA Hiroyuki · 14 years ago
- 26fe616 memcg: fix percpu cached charge draining frequency by KAMEZAWA Hiroyuki · 14 years ago
- 7ae534d memcg: fix wrong check of noswap with softlimit by KAMEZAWA Hiroyuki · 14 years ago
- 37573e8 memcg: fix init_page_cgroup nid with sparsemem by KAMEZAWA Hiroyuki · 14 years ago
- 8957712 mm: memory.numa_stat: fix file permission by KAMEZAWA Hiroyuki · 14 years ago
- b0320c7 mm: fix negative commitlimit when gigantic hugepages are allocated by Rafael Aquini · 14 years ago
- 959ecc4 mm/memory_hotplug.c: fix building of node hotplug zonelist by KAMEZAWA Hiroyuki · 14 years ago
- 3957c77 mm: compaction: fix special case -1 order checks by Michal Hocko · 14 years ago
- 5f1a190 mm: fix wrong kunmap_atomic() pointer by Steven Rostedt · 14 years ago
- d7911ef3 vmscan: implement swap token priority aging by KOSAKI Motohiro · 14 years ago
- 83cd81a vmscan: implement swap token trace by KOSAKI Motohiro · 14 years ago
- a433658 vmscan,memcg: memcg aware swap token by KOSAKI Motohiro · 14 years ago
- 0164f69 mm/memory.c: fix kernel-doc notation by Randy Dunlap · 14 years ago
- f300ea4 mm: remove khugepaged double thp vmstat update with CONFIG_NUMA=n by Andrea Arcangeli · 14 years ago
- 4077985 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 14 years ago
- 8397345 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
- e0dcd8a mm: fix ENOSPC returned by handle_mm_fault() by Hugh Dickins · 14 years ago
- 9e1f1de more conservative S_NOSEC handling by Al Viro · 14 years ago
- a947eb9 SLAB: Record actual last user of freed objects. by Suleiman Souhlal · 14 years ago
- d4d84fe slub: always align cpu_slab to honor cmpxchg_double requirement by Chris Metcalf · 14 years ago
- 1fa7b6a Revert "mm: fail GFP_DMA allocations when ZONE_DMA is not configured" by Linus Torvalds · 14 years ago
- bc658c9 mm, rmap: Add yet more comments to page_get_anon_vma/page_lock_anon_vma by Peter Zijlstra · 14 years ago
- eee0f25 mm: fix page_lock_anon_vma leaving mutex locked by Hugh Dickins · 14 years ago
- 5dbe0af mm: fix kernel BUG at mm/rmap.c:1017! by Hugh Dickins · 14 years ago
- 826267c tmpfs: fix race between truncate and writepage by Hugh Dickins · 14 years ago
- 36947a7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
- c4a227d Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- 69b4573 Cache xattr security drop check for write v2 by Andi Kleen · 14 years ago
- 3d08bcc mm: Wait for writeback when grabbing pages to begin a write by Darrick J. Wong · 14 years ago
- d6a72fe Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/urgent by Ingo Molnar · 14 years ago
- dc7acbb Merge branch 'upstream/tidy-xen-mmu-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen by Linus Torvalds · 14 years ago
- 456f998 memcg: add the pagefault count into memcg stats by Ying Han · 14 years ago
- 406eb0c memcg: add memory.numastat api for numa statistics by Ying Han · 14 years ago
- 1bac180 memcg: rename mem_cgroup_zone_nr_pages() to mem_cgroup_zone_nr_lru_pages() by Ying Han · 14 years ago
- 4fd14eb memcg: remove unused retry signal from reclaim by Johannes Weiner · 14 years ago
- 246e87a memcg: fix get_scan_count() for small targets by KAMEZAWA Hiroyuki · 14 years ago
- 889976d memcg: reclaim memory from nodes in round-robin order by Ying Han · 14 years ago
- 6a5b18d memcg: move page-freeing code out of lock by Namhyung Kim · 14 years ago
- 33278f7 memcg: fix off-by-one when calculating swap cgroup map length by Namhyung Kim · 14 years ago
- 268433b memcg: mark init_section_page_cgroup() properly by Namhyung Kim · 14 years ago
- 39cc98f memcg: remove pointless next_mz nullification in mem_cgroup_soft_limit_reclaim() by Michal Hocko · 14 years ago
- d149e3b memcg: add the soft_limit reclaim in global direct reclaim. by Ying Han · 14 years ago
- 0ae5e89 memcg: count the soft_limit reclaim in global background reclaim by Ying Han · 14 years ago
- f780bdb cgroups: add per-thread subsystem callbacks by Ben Blum · 14 years ago
- f8d613e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djm/tmem by Linus Torvalds · 14 years ago
- ca16d14 mm: don't access vm_flags as 'int' by KOSAKI Motohiro · 14 years ago
- c515e1f mm/fs: add hooks to support cleancache by Dan Magenheimer · 14 years ago
- 077b1f8 mm: cleancache core ops functions and config by Dan Magenheimer · 14 years ago
- 49a78d0 slub: remove no-longer used 'unlock_out' label by Linus Torvalds · 14 years ago