summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2012-01-11Merge branch 'slab/urgent' into slab/for-linusPekka Enberg
2012-01-10slub: disallow changing cpu_partial from userspace for debug cachesDavid Rientjes
2011-12-13slub: add missed accountingShaohua Li
2011-12-13slub: Extract get_freelist from __slab_allocChristoph Lameter
2011-12-13slub: Switch per cpu partial page support off for debuggingChristoph Lameter
2011-12-13slub: fix a possible memleak in __slab_alloc()Eric Dumazet
2011-12-09mm: vmalloc: check for page allocation failure before vmlist insertionMel Gorman
2011-12-09mm: Ensure that pfn_valid() is called once per pageblock when reserving pageb...Michal Hocko
2011-12-09mm/migrate.c: pair unlock_page() and lock_page() when migrating huge pagesHillf Danton
2011-12-09thp: set compound tail page _count to zeroYouquan Song
2011-12-09thp: reduce khugepaged freezing latencyAndrea Arcangeli
2011-12-09vmscan: use atomic-long for shrinker batchingKonstantin Khlebnikov
2011-12-09vmscan: fix initial shrinker size handlingKonstantin Khlebnikov
2011-12-05slab, lockdep: Fix silly bugPeter Zijlstra
2011-11-29Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2011-11-28Merge branch 'for-3.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2011-11-27slub: add missed accountingShaohua Li
2011-11-27Merge branch 'slab/urgent' into slab/nextPekka Enberg
2011-11-24slub: avoid potential NULL dereference or corruptionEric Dumazet
2011-11-24slub: use irqsafe_cpu_cmpxchg for put_cpu_partialChristoph Lameter
2011-11-23percpu: explain why per_cpu_ptr_to_phys() is more complicated than necessaryDave Young
2011-11-22Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-11-22percpu: fix chunk range calculationTejun Heo
2011-11-22percpu: rename pcpu_mem_alloc to pcpu_mem_zallocBob Liu
2011-11-18Merge branch 'stable/for-linus-fixes-3.2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2011-11-18Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2011-11-17writeback: remove vm_dirties and task->dirtiesWu Fengguang
2011-11-17writeback: hard throttle 1000+ dd on a slow USB stickWu Fengguang
2011-11-16slab: add taint flag outputting to debug paths.Dave Jones
2011-11-16slub: add taint flag outputting to debug pathsDave Jones
2011-11-16xen: map foreign pages for shared rings by updating the PTEs directlyDavid Vrabel
2011-11-16mm: Make task in balance_dirty_pages() killableJan Kara
2011-11-15hugetlb: release pages in the error path of hugetlb_cow()Hillf Danton
2011-11-15oom: do not kill tasks with oom_score_adj OOM_SCORE_ADJ_MINMichal Hocko
2011-11-15slub: move discard_slab out of node lockShaohua Li
2011-11-15slub: use correct parameter to add a page to partial list tailShaohua Li
2011-11-11backing-dev: ensure wakeup_timer is deletedRabin Vincent
2011-11-10slab: introduce slab_max_order kernel parameterDavid Rientjes
2011-11-10slab: rename slab_break_gfp_order to slab_max_orderDavid Rientjes
2011-11-07writeback: fix uninitialized task_ratelimitWu Fengguang
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-11-06Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-11-04Merge branch 'for-3.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2011-11-02Merge branch 'akpm' (Andrew's incoming - part two)Linus Torvalds
2011-11-02mm/page_cgroup.c: quiet sparse noiseH Hartley Sweeten
2011-11-02memcg: Fix race condition in memcg_check_events() with this_cpu usageSteven Rostedt
2011-11-02memcg: close race between charge and putbackJohannes Weiner
2011-11-02memcg: skip scanning active lists based on individual sizeJohannes Weiner
2011-11-02memcg: do not expose uninitialized mem_cgroup_per_node to worldIgor Mammedov
2011-11-02memcg: fix oom schedule_timeout()KAMEZAWA Hiroyuki