aboutsummaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-01-073-45/+118
|\
| * vmstat: User per cpu atomics to avoid interrupt disable / enableChristoph Lameter2010-12-181-14/+87
| * vmstat: Use this_cpu_inc_return for vm statisticsChristoph Lameter2010-12-171-6/+2
| * Merge branch 'this_cpu_ops' into for-2.6.38Tejun Heo2010-12-174-4/+28
| |\
| * | core: Replace __get_cpu_var with __this_cpu_read if not used for an address.Christoph Lameter2010-12-171-3/+3
| * | vmstat: Optimize zone counter modifications through the use of this cpu opera...Christoph Lameter2010-12-171-20/+28
| * | percpu: zero memory more efficiently in mm/percpu.c::pcpu_mem_alloc()Jesper Juhl2010-12-071-6/+2
* | | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2011-01-072-2/+2
|\ \ \
| * | | workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_dela...Tejun Heo2010-12-152-2/+2
* | | | fs: icache RCU free inodesNick Piggin2011-01-071-1/+8
* | | | fs: dcache remove dcache_lockNick Piggin2011-01-071-3/+0
* | | | kernel: kmem_ptr_validate considered harmfulNick Piggin2011-01-074-97/+1
* | | | memcg: fix wrong VM_BUG_ON() in try_charge()'s mm->owner checkKAMEZAWA Hiroyuki2010-12-301-10/+9
* | | | Merge branch 'nommu-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-12-271-1/+27
|\ \ \ \
| * | | | nommu: Provide stubbed alloc/free_vm_area() implementation.Paul Mundt2010-12-241-1/+26
| * | | | nommu: Fix up vmalloc_node() symbol export regression.Paul Mundt2010-12-241-0/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2010-12-241-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | percpu: print out alloc information with KERN_DEBUG instead of KERN_INFOTejun Heo2010-12-221-1/+1
| | |_|/ | |/| |
* | | | mm/migrate.c: fix compilation errorMichal Nazarewicz2010-12-221-0/+2
* | | | writeback: do uninterruptible sleep in balance_dirty_pages()Wu Fengguang2010-12-221-1/+1
* | | | mm/compaction.c: avoid double mem_cgroup_del_lru()Minchan Kim2010-12-221-1/+0
|/ / /
* | | install_special_mapping skips security_file_mmap check.Tavis Ormandy2010-12-151-4/+12
* | | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2010-12-143-0/+16
|\ \ \ | |_|/ |/| |
| * | Call the filesystem back whenever a page is removed from the page cacheLinus Torvalds2010-12-023-0/+16
| |/
* | Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2010-12-061-7/+12
|\ \
| * | PM / Hibernate: Fix memory corruption related to swapRafael J. Wysocki2010-12-061-7/+12
| |/
* | Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2010-12-051-2/+2
|\ \
| * | slub: Fix a crash during slabinfo -vTero Roponen2010-12-041-2/+2
| |/
* | ksm: annotate ksm_thread_mutex is no deadlock sourceKOSAKI Motohiro2010-12-021-1/+6
* | mem-hotplug: introduce {un}lock_memory_hotplug()KOSAKI Motohiro2010-12-022-11/+28
* | vmalloc: eagerly clear ptes on vunmapJeremy Fitzhardinge2010-12-021-11/+17
* | vmstat: fix dirty threshold orderingWu Fengguang2010-12-021-2/+2
* | mm/mempolicy.c: add rcu read lock to protect pid structureZeng Zhaoming2010-12-021-0/+3
* | mm/hugetlb.c: avoid double unlock_page() in hugetlb_fault()Dean Nelson2010-12-021-1/+2
|/
* mm: remove call to find_vma in pagewalk for non-hugetlbfsDavid Sterba2010-11-251-2/+3
* mm/page_alloc.c: fix build_all_zonelist() where percpu_alloc() is wrongly cal...KAMEZAWA Hiroyuki2010-11-251-9/+5
* cgroups: make swap accounting default behavior configurableMichal Hocko2010-11-251-2/+19
* memcg: avoid deadlock between move charge and try_charge()Daisuke Nishimura2010-11-251-17/+26
* memcg: fix false positive VM_BUG on non-SMPKirill A. Shutemov2010-11-251-1/+1
* nommu: yield CPU while disposing VMSteven J. Magnani2010-11-251-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2010-11-141-1/+2
|\
| * slub: Fix slub_lock down/up imbalancePavel Emelyanov2010-11-141-1/+2
* | radix-tree: fix RCU bugNick Piggin2010-11-121-16/+10
* | vmscan: avoid setting zone congested if no page dirtyShaohua Li2010-11-121-1/+1
* | mm/vfs: revalidate page->mapping in do_generic_file_read()Dave Hansen2010-11-121-0/+3
* | memcg: null dereference on allocation failureDan Carpenter2010-11-121-7/+9
* | perf_events: Fix perf_counter_mmap() hook in mprotect()Pekka Enberg2010-11-091-1/+1
* | vmstat: fix offset calculation on void*Wu Fengguang2010-11-031-1/+1
* | Release page reference during page fault retryMichel Lespinasse2010-11-021-1/+3
|/
* audit mmapAl Viro2010-10-302-0/+4