aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Gravatar Linus Torvalds 3-45/+118
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 2-2/+2
2011-01-07fs: icache RCU free inodesGravatar Nick Piggin 1-1/+8
2011-01-07fs: dcache remove dcache_lockGravatar Nick Piggin 1-3/+0
2011-01-07kernel: kmem_ptr_validate considered harmfulGravatar Nick Piggin 4-97/+1
2010-12-30memcg: fix wrong VM_BUG_ON() in try_charge()'s mm->owner checkGravatar KAMEZAWA Hiroyuki 1-10/+9
2010-12-27Merge branch 'nommu-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+27
2010-12-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Gravatar Linus Torvalds 1-1/+1
2010-12-24nommu: Provide stubbed alloc/free_vm_area() implementation.Gravatar Paul Mundt 1-1/+26
2010-12-24nommu: Fix up vmalloc_node() symbol export regression.Gravatar Paul Mundt 1-0/+1
2010-12-22mm/migrate.c: fix compilation errorGravatar Michal Nazarewicz 1-0/+2
2010-12-22writeback: do uninterruptible sleep in balance_dirty_pages()Gravatar Wu Fengguang 1-1/+1
2010-12-22mm/compaction.c: avoid double mem_cgroup_del_lru()Gravatar Minchan Kim 1-1/+0
2010-12-22percpu: print out alloc information with KERN_DEBUG instead of KERN_INFOGravatar Tejun Heo 1-1/+1
2010-12-18vmstat: User per cpu atomics to avoid interrupt disable / enableGravatar Christoph Lameter 1-14/+87
2010-12-17vmstat: Use this_cpu_inc_return for vm statisticsGravatar Christoph Lameter 1-6/+2
2010-12-17Merge branch 'this_cpu_ops' into for-2.6.38Gravatar Tejun Heo 4-4/+28
2010-12-17core: Replace __get_cpu_var with __this_cpu_read if not used for an address.Gravatar Christoph Lameter 1-3/+3
2010-12-17vmstat: Optimize zone counter modifications through the use of this cpu opera...Gravatar Christoph Lameter 1-20/+28
2010-12-15install_special_mapping skips security_file_mmap check.Gravatar Tavis Ormandy 1-4/+12
2010-12-15workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_dela...Gravatar Tejun Heo 2-2/+2
2010-12-14Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Gravatar Linus Torvalds 3-0/+16
2010-12-07percpu: zero memory more efficiently in mm/percpu.c::pcpu_mem_alloc()Gravatar Jesper Juhl 1-6/+2
2010-12-06Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 1-7/+12
2010-12-06PM / Hibernate: Fix memory corruption related to swapGravatar Rafael J. Wysocki 1-7/+12
2010-12-05Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-2/+2
2010-12-04slub: Fix a crash during slabinfo -vGravatar Tero Roponen 1-2/+2
2010-12-02ksm: annotate ksm_thread_mutex is no deadlock sourceGravatar KOSAKI Motohiro 1-1/+6
2010-12-02mem-hotplug: introduce {un}lock_memory_hotplug()Gravatar KOSAKI Motohiro 2-11/+28
2010-12-02vmalloc: eagerly clear ptes on vunmapGravatar Jeremy Fitzhardinge 1-11/+17
2010-12-02vmstat: fix dirty threshold orderingGravatar Wu Fengguang 1-2/+2
2010-12-02mm/mempolicy.c: add rcu read lock to protect pid structureGravatar Zeng Zhaoming 1-0/+3
2010-12-02mm/hugetlb.c: avoid double unlock_page() in hugetlb_fault()Gravatar Dean Nelson 1-1/+2
2010-12-02Call the filesystem back whenever a page is removed from the page cacheGravatar Linus Torvalds 3-0/+16
2010-11-25mm: remove call to find_vma in pagewalk for non-hugetlbfsGravatar David Sterba 1-2/+3
2010-11-25mm/page_alloc.c: fix build_all_zonelist() where percpu_alloc() is wrongly cal...Gravatar KAMEZAWA Hiroyuki 1-9/+5
2010-11-25cgroups: make swap accounting default behavior configurableGravatar Michal Hocko 1-2/+19
2010-11-25memcg: avoid deadlock between move charge and try_charge()Gravatar Daisuke Nishimura 1-17/+26
2010-11-25memcg: fix false positive VM_BUG on non-SMPGravatar Kirill A. Shutemov 1-1/+1
2010-11-25nommu: yield CPU while disposing VMGravatar Steven J. Magnani 1-0/+1
2010-11-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Gravatar Linus Torvalds 1-1/+2
2010-11-14slub: Fix slub_lock down/up imbalanceGravatar Pavel Emelyanov 1-1/+2
2010-11-12radix-tree: fix RCU bugGravatar Nick Piggin 1-16/+10
2010-11-12vmscan: avoid setting zone congested if no page dirtyGravatar Shaohua Li 1-1/+1
2010-11-12mm/vfs: revalidate page->mapping in do_generic_file_read()Gravatar Dave Hansen 1-0/+3
2010-11-12memcg: null dereference on allocation failureGravatar Dan Carpenter 1-7/+9
2010-11-09perf_events: Fix perf_counter_mmap() hook in mprotect()Gravatar Pekka Enberg 1-1/+1
2010-11-03vmstat: fix offset calculation on void*Gravatar Wu Fengguang 1-1/+1
2010-11-02Release page reference during page fault retryGravatar Michel Lespinasse 1-1/+3
2010-10-30audit mmapGravatar Al Viro 2-0/+4