Age | Commit message (Expand) | Author |
2012-08-02 | mm: reduce the amount of work done when updating min_free_kbytes | Mel Gorman |
2012-07-25 | mm: fix lost kswapd wakeup in kswapd_stop() | Aaditya Kumar |
2012-07-25 | mm, thp: abort compaction if migration page cannot be charged to memcg | David Rientjes |
2012-07-25 | memory hotplug: fix invalid memory access caused by stale kswapd pointer | Jiang Liu |
2012-07-25 | hugepages: fix use after free bug in "quota" handling | David Gibson |
2012-07-12 | mm: Hold a file reference in madvise_remove | Andy Lutomirski |
2012-07-12 | splice: fix racy pipe->buffers uses | Eric Dumazet |
2012-06-19 | swap: fix shmem swapping when more than 8 areas | Hugh Dickins |
2012-06-10 | slub: fix a memory leak in get_partial_node() | Joonsoo Kim |
2012-06-10 | mm: fix vma_resv_map() NULL pointer | Dave Hansen |
2012-06-10 | mm: fix faulty initialization in vmalloc_init() | KyongHo |
2012-06-10 | mm/vmalloc.c: change void* into explict vm_struct* | Minchan Kim |
2012-06-10 | hugetlb: fix resv_map leak in error path | Dave Hansen |
2012-06-10 | mm: consider all swapped back pages in used-once logic | Michal Hocko |
2012-05-31 | memcg: free spare array to avoid memory leak | Sha Zhengju |
2012-05-31 | swap: don't do discard if no discard option added | Shaohua Li |
2012-05-20 | mm: nobootmem: fix sign extend problem in __free_pages_memory() | Russ Anderson |
2012-05-20 | hugetlb: prevent BUG_ON in hugetlb_fault() -> hugetlb_cow() | Chris Metcalf |
2012-05-20 | percpu: pcpu_embed_first_chunk() should free unused parts after all allocs ar... | Tejun Heo |
2012-05-11 | mm: fix s390 BUG by __set_page_dirty_no_writeback on swap | Hugh Dickins |
2012-04-22 | hugetlb: fix race condition in hugetlb_fault() | Chris Metcalf |
2012-04-02 | slub: Do not hold slub_lock when calling sysfs_slab_add() | Christoph Lameter |
2012-04-02 | bootmem/sparsemem: remove limit constraint in alloc_bootmem_section | Nishanth Aravamudan |
2012-04-02 | mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read mode | Andrea Arcangeli |
2012-03-12 | mm: thp: fix BUG on mm->nr_ptes | Andrea Arcangeli |
2012-03-12 | NOMMU: Don't need to clear vm_mm when deleting a VMA | David Howells |
2012-03-12 | mm: memcg: Correct unregistring of events attached to the same eventfd | Anton Vorontsov |
2012-02-29 | NOMMU: Lock i_mmap_mutex for access to the VMA prio list | David Howells |
2012-02-20 | backing-dev: fix wakeup timer races with bdi_unregister() | Rabin Vincent |
2012-02-13 | mm: fix UP THP spin_is_locked BUGs | Hugh Dickins |
2012-02-13 | mm: compaction: check for overlapping nodes during isolation for migration | Mel Gorman |
2012-02-13 | mm: compaction: check pfn_valid when entering a new MAX_ORDER_NR_PAGES block ... | Mel Gorman |
2012-02-13 | mm/filemap_xip.c: fix race condition in xip_file_fault() | Carsten Otte |
2012-02-13 | readahead: fix pipeline break caused by block plug | Shaohua Li |
2012-01-25 | SHM_UNLOCK: fix Unevictable pages stranded after swap | Hugh Dickins |
2012-01-25 | SHM_UNLOCK: fix long unpreemptible section | Hugh Dickins |
2012-01-25 | mm: fix NULL ptr dereference in __count_immobile_pages | Michal Hocko |
2012-01-25 | memcg: add mem_cgroup_replace_page_cache() to fix LRU issue | KAMEZAWA Hiroyuki |
2012-01-25 | slub: fix a possible memleak in __slab_alloc() | Eric Dumazet |
2011-12-29 | mm: hugetlb: fix non-atomic enqueue of huge page | Hillf Danton |
2011-12-29 | mm/mempolicy.c: refix mbind_range() vma issue | KOSAKI Motohiro |
2011-12-21 | vfs: __read_cache_page should use gfp argument rather than GFP_KERNEL | Dave Kleikamp |
2011-12-20 | mm/vmalloc.c: remove static declaration of va from __get_vm_area_node | Kautuk Consul |
2011-12-20 | oom: fix integer overflow of points in oom_badness | Frantisek Hrbata |
2011-12-20 | memcg: keep root group unchanged if creation fails | Hillf Danton |
2011-12-15 | percpu: fix per_cpu_ptr_to_phys() handling of non-page-aligned addresses | Eugene Surovegin |
2011-12-13 | Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2011-12-09 | mm: vmalloc: check for page allocation failure before vmlist insertion | Mel Gorman |
2011-12-09 | mm: Ensure that pfn_valid() is called once per pageblock when reserving pageb... | Michal Hocko |
2011-12-09 | mm/migrate.c: pair unlock_page() and lock_page() when migrating huge pages | Hillf Danton |