aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2012-04-02slub: Do not hold slub_lock when calling sysfs_slab_add()Christoph Lameter
2012-04-02bootmem/sparsemem: remove limit constraint in alloc_bootmem_sectionNishanth Aravamudan
2012-04-02mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read modeAndrea Arcangeli
2012-03-12mm: thp: fix BUG on mm->nr_ptesAndrea Arcangeli
2012-03-12NOMMU: Don't need to clear vm_mm when deleting a VMADavid Howells
2012-03-12mm: memcg: Correct unregistring of events attached to the same eventfdAnton Vorontsov
2012-02-29NOMMU: Lock i_mmap_mutex for access to the VMA prio listDavid Howells
2012-02-20backing-dev: fix wakeup timer races with bdi_unregister()Rabin Vincent
2012-02-13mm: fix UP THP spin_is_locked BUGsHugh Dickins
2012-02-13mm: compaction: check for overlapping nodes during isolation for migrationMel Gorman
2012-02-13mm: compaction: check pfn_valid when entering a new MAX_ORDER_NR_PAGES block ...Mel Gorman
2012-02-13mm/filemap_xip.c: fix race condition in xip_file_fault()Carsten Otte
2012-02-13readahead: fix pipeline break caused by block plugShaohua Li
2012-01-25SHM_UNLOCK: fix Unevictable pages stranded after swapHugh Dickins
2012-01-25SHM_UNLOCK: fix long unpreemptible sectionHugh Dickins
2012-01-25mm: fix NULL ptr dereference in __count_immobile_pagesMichal Hocko
2012-01-25memcg: add mem_cgroup_replace_page_cache() to fix LRU issueKAMEZAWA Hiroyuki
2012-01-25slub: fix a possible memleak in __slab_alloc()Eric Dumazet
2011-12-29mm: hugetlb: fix non-atomic enqueue of huge pageHillf Danton
2011-12-29mm/mempolicy.c: refix mbind_range() vma issueKOSAKI Motohiro
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