summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* slab: fix nodeid bounds check for non-contiguous node IDsPaul Mackerras2014-12-101-1/+1
* mm: fix anon_vma_clone() error treatmentDaniel Forrest2014-12-102-5/+11
* mm: fix swapoff hang after page migration and forkHugh Dickins2014-12-101-13/+13
* mm/vmpressure.c: fix race in vmpressure_work_fn()Andrew Morton2014-12-101-3/+5
* mm: frontswap: invalidate expired data on a dup-store failureWeijie Yang2014-12-101-1/+3
* mem-hotplug: reset node present pages when hot-adding a new pgdatTang Chen2014-11-271-0/+17
* mem-hotplug: reset node managed pages when hot-adding a new pgdatTang Chen2014-11-273-7/+19
* Fix thinko in iov_iter_single_seg_countPaul Mackerras2014-11-271-2/+2
* Revert "percpu: free percpu allocation info for uniprocessor system"Guenter Roeck2014-11-141-2/+0
* mm: Remove false WARN_ON from pagecache_isize_extended()Jan Kara2014-11-131-1/+0
* mm, thp: fix collapsing of hugepages on madviseDavid Rientjes2014-11-132-9/+10
* mm: free compound page with correct orderYu Zhao2014-11-131-2/+2
* cgroup/kmemleak: add kmemleak_free() for cgroup deallocations.Wang Nan2014-11-131-0/+1
* zap_pte_range: update addr when forcing flush after TLB batching faiureWill Deacon2014-11-131-0/+1
* OOM, PM: OOM killed task shouldn't escape PM suspendMichal Hocko2014-11-052-0/+25
* vfs: fix data corruption when blocksize < pagesize for mmaped dataJan Kara2014-11-051-0/+57
* mm: page_alloc: fix zone allocation fairness on UPJohannes Weiner2014-11-031-4/+3
* fuse: honour max_read and max_write in direct_io modeMiklos Szeredi2014-11-031-5/+9
* switch iov_iter_get_pages() to passing maximal number of pagesAl Viro2014-11-031-9/+8
* mm: numa: Do not mark PTEs pte_numa when splitting huge pagesMel Gorman2014-10-091-2/+5
* mm, thp: move invariant bug check out of loop in __split_huge_page_mapWaiman Long2014-10-091-2/+2
* mm: migrate: Close race between migration completion and mprotectMel Gorman2014-10-091-1/+4
* mm: memcontrol: do not iterate uninitialized memcgsJohannes Weiner2014-10-091-5/+31
* Fix unbalanced mutex in dma_pool_create().Krzysztof HaƂasa2014-10-051-1/+1
* mm: softdirty: keep bit when zapping file ptePeter Feiner2014-10-051-1/+1
* mm, slab: initialize object alignment on cache creationDavid Rientjes2014-10-051-9/+2
* percpu: perform tlb flush after pcpu_map_pages() failureTejun Heo2014-10-051-0/+1
* percpu: fix pcpu_alloc_pages() failure pathTejun Heo2014-10-051-6/+15
* percpu: free percpu allocation info for uniprocessor systemHonggang Li2014-10-051-0/+2
* shmem: fix nlink for rename overwrite directoryMiklos Szeredi2014-10-051-1/+3
* memblock, memhotplug: fix wrong type in memblock_find_in_range_node().Tang Chen2014-10-051-2/+1
* __generic_file_write_iter(): fix handling of sync error after DIOAl Viro2014-09-171-1/+1
* mm: fix potential infinite loop in dissolve_free_huge_pages()Li Zhong2014-09-171-0/+3
* vm_is_stack: use for_each_thread() rather then buggy while_each_thread()Oleg Nesterov2014-09-051-6/+3
* x86,mm: fix pte_special versus pte_numaHugh Dickins2014-09-051-4/+3
* kexec: export free_huge_page to VMCOREINFOAtsushi Kumagai2014-07-301-1/+1
* mm: fix filemap.c pagecache_get_page() kernel-doc warningsRandy Dunlap2014-07-301-5/+8
* mm: debugfs: move rounddown_pow_of_two() out from do_fault pathAndrey Ryabinin2014-07-301-9/+12
* memcg: oom_notify use-after-free fixMichal Hocko2014-07-301-0/+4
* hwpoison: call action_result() in failure path of hwpoison_user_mappings()Naoya Horiguchi2014-07-301-2/+4
* hwpoison: fix hugetlbfs/thp precheck in hwpoison_user_mappings()Naoya Horiguchi2014-07-301-1/+7
* mm, thp: do not allow thp faults to avoid cpuset restrictionsDavid Rientjes2014-07-301-8/+8
* mm/page-writeback.c: fix divide by zero in bdi_dirty_limits()Maxim Patlasov2014-07-301-3/+3
* mm: fix page_alloc.c kernel-doc warningsRandy Dunlap2014-07-291-6/+9
* mm: fix direct reclaim writeback regressionHugh Dickins2014-07-261-2/+3
* Merge tag 'urgent-slab-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-07-231-1/+1
|\
| * Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Mike Snitzer2014-07-221-1/+1
| |\
| | * slab_common: fix the check for duplicate slab namesMikulas Patocka2014-05-241-1/+1
* | | mm: hugetlb: fix copy_hugetlb_page_range()Naoya Horiguchi2014-07-231-0/+1
* | | mm/fs: fix pessimization in hole-punching pagecacheHugh Dickins2014-07-231-3/+8