summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2011-12-26mm: avoid livelock on !__GFP_FS allocationsMel Gorman
2011-12-26mm: ashmem: Fix arguments to ashmem_shrinkColin Cross
2011-12-26Support lseek(2) in ashmem driverBjorn Bringert
2011-12-26ashmem: Update arguments of shrinker for 2.6.35Colin Cross
2011-12-26ashmem: Fix ASHMEM_SET_PROT_MASK.=?UTF-8?q?Arve=20Hj=C3=B8nnev=C3=A5g?=
2011-12-26Implement read(2) in ashmem driverBjorn Bringert
2011-12-26ashmem for 2.6.27.Robert Love
2011-12-26mm: Add min_free_order_shift tunable.=?UTF-8?q?Arve=20Hj=C3=B8nnev=C3=A5g?=
2011-12-26debug cam mem allocAndy Green
2011-12-26This is a quick and dirty patch and hack to solve some memory allocationAndy Green
2011-12-26This commit changes various functions that change pages andMichal Nazarewicz
2011-12-26The MIGRATE_CMA migration type has two main characteristics:Michal Nazarewicz
2011-12-26This commit adds the alloc_contig_range() function which triesMichal Nazarewicz
2011-12-26This commit exports some of the functions from compaction.c fileMichal Nazarewicz
2011-12-26This commit introduces zone_pfn_same_memmap() function which checkesMichal Nazarewicz
2011-12-26This commit introduces isolate_freepages_range() andMichal Nazarewicz
2011-12-26If page is on PCP list while pageblock it belongs to gets isolated,Michal Nazarewicz
2011-12-21vfs: __read_cache_page should use gfp argument rather than GFP_KERNELDave Kleikamp
2011-12-20mm/vmalloc.c: remove static declaration of va from __get_vm_area_nodeKautuk Consul
2011-12-20oom: fix integer overflow of points in oom_badnessFrantisek Hrbata
2011-12-20memcg: keep root group unchanged if creation failsHillf Danton
2011-12-15percpu: fix per_cpu_ptr_to_phys() handling of non-page-aligned addressesEugene Surovegin
2011-12-13Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
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-08writeback: set max_pause to lowest value on zero bdi_dirtyWu Fengguang
2011-12-08writeback: permit through good bdi even when global dirty exceededWu Fengguang
2011-12-08writeback: comment on the bdi dirty thresholdWu Fengguang
2011-12-05slab, lockdep: Fix silly bugPeter Zijlstra
2011-12-02fs: Make write(2) interruptible by a fatal signalJan Kara
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-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-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