summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2011-03-08mm: vmstat: use a single setter function and callback for adjusting percpu th...Mel Gorman2-31/+24
2011-03-08mm: fix dubious code in __count_immobile_pages()Namhyung Kim1-3/+2
2011-03-08mm: prevent concurrent unmap_mapping_range() on the same inodeMiklos Szeredi1-0/+2
2011-02-18memory hotplug: one more lock on memory hotplugKAMEZAWA Hiroyuki1-0/+4
2011-02-18memsw: handle swapaccount kernel parameter correctlyMichal Hocko1-3/+3
2011-02-18mm: page allocator: adjust the per-cpu counter threshold when memory is lowMel Gorman4-40/+107
2011-02-18slub: Avoid use of slub_lock in show_slab_objects()Christoph Lameter1-2/+2
2011-02-18memcg: fix account leak at failure of memsw accontingKAMEZAWA Hiroyuki1-0/+1
2011-02-18mm: fix hugepage migrationHugh Dickins1-17/+6
2011-02-18mm: fix migration hangs on anon_vma lockHugh Dickins1-29/+19
2011-02-18mm: migration: use rcu_dereference_protected when dereferencing the radix tre...Mel Gorman1-2/+2
2010-12-30memcg: fix wrong VM_BUG_ON() in try_charge()'s mm->owner checkKAMEZAWA Hiroyuki1-10/+9
2010-12-27Merge branch 'nommu-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+27
2010-12-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds1-1/+1
2010-12-24nommu: Provide stubbed alloc/free_vm_area() implementation.Paul Mundt1-1/+26
2010-12-24nommu: Fix up vmalloc_node() symbol export regression.Paul Mundt1-0/+1
2010-12-23mm/migrate.c: fix compilation errorMichal Nazarewicz1-0/+2
2010-12-23writeback: do uninterruptible sleep in balance_dirty_pages()Wu Fengguang1-1/+1
2010-12-23mm/compaction.c: avoid double mem_cgroup_del_lru()Minchan Kim1-1/+0
2010-12-22percpu: print out alloc information with KERN_DEBUG instead of KERN_INFOTejun Heo1-1/+1
2010-12-15install_special_mapping skips security_file_mmap check.Tavis Ormandy1-4/+12
2010-12-14Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds3-0/+16
2010-12-07Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-7/+12
2010-12-07PM / Hibernate: Fix memory corruption related to swapRafael J. Wysocki1-7/+12
2010-12-06Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-2/+2
2010-12-04slub: Fix a crash during slabinfo -vTero Roponen1-2/+2
2010-12-03ksm: annotate ksm_thread_mutex is no deadlock sourceKOSAKI Motohiro1-1/+6
2010-12-03mem-hotplug: introduce {un}lock_memory_hotplug()KOSAKI Motohiro2-11/+28
2010-12-03vmalloc: eagerly clear ptes on vunmapJeremy Fitzhardinge1-11/+17
2010-12-03vmstat: fix dirty threshold orderingWu Fengguang1-2/+2
2010-12-03mm/mempolicy.c: add rcu read lock to protect pid structureZeng Zhaoming1-0/+3
2010-12-03mm/hugetlb.c: avoid double unlock_page() in hugetlb_fault()Dean Nelson1-1/+2
2010-12-02Call the filesystem back whenever a page is removed from the page cacheLinus Torvalds3-0/+16
2010-11-25mm: remove call to find_vma in pagewalk for non-hugetlbfsDavid Sterba1-2/+3
2010-11-25mm/page_alloc.c: fix build_all_zonelist() where percpu_alloc() is wrongly cal...KAMEZAWA Hiroyuki1-9/+5
2010-11-25cgroups: make swap accounting default behavior configurableMichal Hocko1-2/+19
2010-11-25memcg: avoid deadlock between move charge and try_charge()Daisuke Nishimura1-17/+26
2010-11-25memcg: fix false positive VM_BUG on non-SMPKirill A. Shutemov1-1/+1
2010-11-25nommu: yield CPU while disposing VMSteven J. Magnani1-0/+1
2010-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds1-1/+2
2010-11-14slub: Fix slub_lock down/up imbalancePavel Emelyanov1-1/+2
2010-11-12radix-tree: fix RCU bugNick Piggin1-16/+10
2010-11-12vmscan: avoid setting zone congested if no page dirtyShaohua Li1-1/+1
2010-11-12mm/vfs: revalidate page->mapping in do_generic_file_read()Dave Hansen1-0/+3
2010-11-12memcg: null dereference on allocation failureDan Carpenter1-7/+9
2010-11-09perf_events: Fix perf_counter_mmap() hook in mprotect()Pekka Enberg1-1/+1
2010-11-03vmstat: fix offset calculation on void*Wu Fengguang1-1/+1
2010-11-03Release page reference during page fault retryMichel Lespinasse1-1/+3
2010-10-30audit mmapAl Viro2-0/+4
2010-10-29convert get_sb_nodev() usersAl Viro1-5/+5