summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* 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
* convert get_sb_nodev() usersAl Viro2010-10-291-5/+5
* numa: fix slab_node(MPOL_BIND)Eric Dumazet2010-10-281-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-mn10300Linus Torvalds2010-10-271-1/+1
|\
| * MN10300: Save frame pointer in thread_info struct rather than global varDavid Howells2010-10-271-1/+1
* | fuse: use release_pages()Miklos Szeredi2010-10-271-0/+1
* | memcg: generic filestat update interfaceKAMEZAWA Hiroyuki2010-10-271-7/+18
* | memcg: cpu hotplug aware quick acount_move detectionKAMEZAWA Hiroyuki2010-10-271-7/+30
* | memcg: cpu hotplug aware percpu count updatesKAMEZAWA Hiroyuki2010-10-271-9/+93
* | memcg: use for_each_mem_cgroupKAMEZAWA Hiroyuki2010-10-271-87/+83
* | memcg: avoid lock in updating file_mapped (Was fix race in file_mapped accout...KAMEZAWA Hiroyuki2010-10-271-14/+85
* | memcg: fix race in file_mapped accouting flag managementKAMEZAWA Hiroyuki2010-10-271-1/+2
* | mm,x86: fix kmap_atomic_push vs ioremap_32.cPeter Zijlstra2010-10-271-1/+5
|/