summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorLines
2011-12-29mm: hugetlb: fix non-atomic enqueue of huge pageHillf Danton-1/+1
2011-12-29mm/mempolicy.c: refix mbind_range() vma issueKOSAKI Motohiro-1/+10
2011-12-21vfs: __read_cache_page should use gfp argument rather than GFP_KERNELDave Kleikamp-5/+2
2011-12-20mm/vmalloc.c: remove static declaration of va from __get_vm_area_nodeKautuk Consul-1/+1
2011-12-20oom: fix integer overflow of points in oom_badnessFrantisek Hrbata-1/+1
2011-12-20memcg: keep root group unchanged if creation failsHillf Danton-2/+1
2011-12-15percpu: fix per_cpu_ptr_to_phys() handling of non-page-aligned addressesEugene Surovegin-2/+4
2011-12-13Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-6/+32
2011-12-09mm: vmalloc: check for page allocation failure before vmlist insertionMel Gorman-0/+2
2011-12-09mm: Ensure that pfn_valid() is called once per pageblock when reserving pageb...Michal Hocko-1/+7
2011-12-09mm/migrate.c: pair unlock_page() and lock_page() when migrating huge pagesHillf Danton-1/+1
2011-12-09thp: set compound tail page _count to zeroYouquan Song-1/+2
2011-12-09thp: reduce khugepaged freezing latencyAndrea Arcangeli-12/+4
2011-12-09vmscan: use atomic-long for shrinker batchingKonstantin Khlebnikov-10/+7
2011-12-09vmscan: fix initial shrinker size handlingKonstantin Khlebnikov-3/+6
2011-12-08writeback: set max_pause to lowest value on zero bdi_dirtyWu Fengguang-2/+1
2011-12-08writeback: permit through good bdi even when global dirty exceededWu Fengguang-0/+13
2011-12-08writeback: comment on the bdi dirty thresholdWu Fengguang-2/+14
2011-12-05slab, lockdep: Fix silly bugPeter Zijlstra-1/+4
2011-12-02fs: Make write(2) interruptible by a fatal signalJan Kara-2/+4
2011-11-29Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-16/+26
2011-11-28Merge branch 'for-3.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-31/+48
2011-11-24slub: avoid potential NULL dereference or corruptionEric Dumazet-10/+11
2011-11-24slub: use irqsafe_cpu_cmpxchg for put_cpu_partialChristoph Lameter-1/+1
2011-11-23percpu: explain why per_cpu_ptr_to_phys() is more complicated than necessaryDave Young-0/+11
2011-11-22Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-16/+7
2011-11-22percpu: fix chunk range calculationTejun Heo-20/+26
2011-11-22percpu: rename pcpu_mem_alloc to pcpu_mem_zallocBob Liu-11/+11
2011-11-18Merge branch 'stable/for-linus-fixes-3.2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-15/+14
2011-11-18Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds-0/+8
2011-11-17writeback: remove vm_dirties and task->dirtiesWu Fengguang-9/+0
2011-11-17writeback: hard throttle 1000+ dd on a slow USB stickWu Fengguang-6/+3
2011-11-16xen: map foreign pages for shared rings by updating the PTEs directlyDavid Vrabel-15/+14
2011-11-16mm: Make task in balance_dirty_pages() killableJan Kara-1/+4
2011-11-15hugetlb: release pages in the error path of hugetlb_cow()Hillf Danton-0/+2
2011-11-15oom: do not kill tasks with oom_score_adj OOM_SCORE_ADJ_MINMichal Hocko-0/+5
2011-11-15slub: move discard_slab out of node lockShaohua Li-4/+12
2011-11-15slub: use correct parameter to add a page to partial list tailShaohua Li-1/+2
2011-11-11backing-dev: ensure wakeup_timer is deletedRabin Vincent-0/+8
2011-11-07writeback: fix uninitialized task_ratelimitWu Fengguang-4/+4
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-36/+33
2011-11-06Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-154/+560
2011-11-04Merge branch 'for-3.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds-5/+4
2011-11-02Merge branch 'akpm' (Andrew's incoming - part two)Linus Torvalds-546/+641
2011-11-02mm/page_cgroup.c: quiet sparse noiseH Hartley Sweeten-1/+1
2011-11-02memcg: Fix race condition in memcg_check_events() with this_cpu usageSteven Rostedt-4/+6
2011-11-02memcg: close race between charge and putbackJohannes Weiner-1/+20
2011-11-02memcg: skip scanning active lists based on individual sizeJohannes Weiner-36/+19
2011-11-02memcg: do not expose uninitialized mem_cgroup_per_node to worldIgor Mammedov-1/+1
2011-11-02memcg: fix oom schedule_timeout()KAMEZAWA Hiroyuki-1/+1