summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2010-08-25Merge remote branch 'tip/auto-latest'Stephen Rothwell
2010-08-25Merge remote branch 'trivial/for-next'Stephen Rothwell
2010-08-25Merge remote branch 'slab/for-next'Stephen Rothwell
2010-08-25Merge remote branch 'ceph/for-next'Stephen Rothwell
2010-08-24guard page for stacks that grow upwardsLuck, Tony
2010-08-24Merge branch 'slob/fixes' into for-nextPekka Enberg
2010-08-24slob: fix gfp flags for order-0 page allocationsDavid Rientjes
2010-08-24Merge branch 'slub/cleanups' into for-nextPekka Enberg
2010-08-24slub: Fix !CONFIG_SMP compilation errorPekka Enberg
2010-08-23Merge branch 'slub/cleanups' into for-nextPekka Enberg
2010-08-23x86, mm: Avoid unnecessary TLB flushShaohua Li
2010-08-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds
2010-08-22slub: Move gfpflag masking out of the hotpathChristoph Lameter
2010-08-22slub: Extract hooks for memory checkers from hotpathsChristoph Lameter
2010-08-22slub: Dynamically size kmalloc cache allocationsChristoph Lameter
2010-08-22slub: Remove static kmem_cache_cpu array for bootChristoph Lameter
2010-08-22slub: Remove dynamic dma slab allocationChristoph Lameter
2010-08-22slub: Force no inlining of debug functionsChristoph Lameter
2010-08-21mm: make stack guard page logic use vm_prev pointerLinus Torvalds
2010-08-21mm: make the mlock() stack guard page checks stricterLinus Torvalds
2010-08-21mm: make the vma list be doubly linkedLinus Torvalds
2010-08-20oom: __task_cred() need rcu_read_lock()KOSAKI Motohiro
2010-08-20oom: fix tasklist_lock leakKOSAKI Motohiro
2010-08-20oom: fix NULL pointer dereferenceKOSAKI Motohiro
2010-08-20lib/radix-tree.c: fix overflow in radix_tree_range_tag_if_tagged()Jan Kara
2010-08-20mm: exporting account_page_dirtyMichael Rubin
2010-08-18Fix typo s/contenious/continuous in commentNikanth Karthikesan
2010-08-17shmem: put_super must percpu_counter_destroyHugh Dickins
2010-08-15mm: fix up some user-visible effects of the stack guard pageLinus Torvalds
2010-08-14mm/page-writeback: fix non-kernel-doc function commentsRandy Dunlap
2010-08-14mm: fix page table unmap for stack guard page properlyLinus Torvalds
2010-08-13NOMMU: Remove an extraneous no_printk()David Howells
2010-08-13mm: fix missing page table unmap for stack guard page failure caseLinus Torvalds
2010-08-12mm: keep a guard page below a grow-down stack segmentLinus Torvalds
2010-08-12Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds
2010-08-12Merge branch 'stable/xen-swiotlb-0.8.6' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2010-08-12writeback: add comment to the dirty limit functionsWu Fengguang
2010-08-12writeback: avoid unnecessary calculation of bdi dirty thresholdsWu Fengguang
2010-08-12writeback: balance_dirty_pages(): reduce calls to global_page_stateWu Fengguang
2010-08-12mm: fix fatal kernel-doc errorRandy Dunlap
2010-08-11memcg: convert to use zone_to_nid() from bare zone->zone_pgdat->node_idKOSAKI Motohiro
2010-08-11memcg: remove nid and zid argument from mem_cgroup_soft_limit_reclaim()KOSAKI Motohiro
2010-08-11memcg: mem_cgroup_shrink_node_zone() doesn't need sc.nodemaskKOSAKI Motohiro
2010-08-11memcg: kill unnecessary initialization in mem_cgroup_shrink_node_zone()KOSAKI Motohiro
2010-08-11memcg: sc.nr_to_reclaim should be initializedKOSAKI Motohiro
2010-08-11memcg: avoid css_get()KAMEZAWA Hiroyuki
2010-08-11memcg: use find_lock_task_mm() in memory cgroups oomKAMEZAWA Hiroyuki
2010-08-11memcg: remove mem from arg of charge_commonDaisuke Nishimura
2010-08-11memcg: remove redundant codeDaisuke Nishimura
2010-08-11memcg: clean up waiting move acctKAMEZAWA Hiroyuki