summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: avoid setting up anonymous pages into file mappingKirill A. Shutemov2015-08-111-4/+10
* mm/hugetlb: introduce minimum hugepage orderNaoya Horiguchi2015-07-151-8/+11
* mm: kmemleak: allow safe memory scanning during kmemleak disablingCatalin Marinas2015-07-151-3/+16
* mm/memory_hotplug.c: set zone->wait_table to null after freeing itGu Zheng2015-06-301-1/+3
* mm, numa: really disable NUMA balancing by default on single node machinesMel Gorman2015-05-281-1/+1
* mm: soft-offline: fix num_poisoned_pages counting on concurrent eventsNaoya Horiguchi2015-05-201-4/+4
* mm/memory-failure: call shake_page() when error hits thp tail pageNaoya Horiguchi2015-05-201-4/+4
* writeback: use |1 instead of +1 to protect against div by zeroTejun Heo2015-05-201-3/+3
* Revert "mm/hugetlb: use pmd_page() in follow_huge_pmd()"Luis Henriques2015-05-201-1/+2
* mm/hugetlb: use pmd_page() in follow_huge_pmd()Gerald Schaefer2015-05-061-2/+1
* writeback: fix possible underflow in write bandwidth calculationTejun Heo2015-04-101-1/+4
* mm/memory hotplug: postpone the reset of obsolete pgdatGu Zheng2015-04-101-9/+4
* mm: fix anon_vma->degree underflow in anon_vma endless growing preventionLeon Yu2015-04-102-3/+8
* writeback: add missing INITIAL_JIFFIES init in global_update_bandwidth()Tejun Heo2015-04-101-1/+1
* mm: hwpoison: drop lru_add_drain_all() in __soft_offline_page()Naoya Horiguchi2015-03-021-2/+0
* mm/memory.c: actually remap enough memoryGrazvydas Ignotas2015-03-021-1/+1
* mm/compaction: fix wrong order check in compact_finished()Joonsoo Kim2015-03-021-1/+1
* mm/nommu.c: fix arithmetic overflow in __vm_enough_memory()Roman Gushchin2015-03-021-2/+2
* mm/mmap.c: fix arithmetic overflow in __vm_enough_memory()Roman Gushchin2015-03-021-2/+2
* mm: when stealing freepages, also take pages created by splitting buddy pageVlastimil Babka2015-03-021-7/+5
* mm/hugetlb: add migration entry check in __unmap_hugepage_rangeNaoya Horiguchi2015-03-021-2/+3
* mm/hugetlb: add migration/hwpoisoned entry check in hugetlb_change_protectionNaoya Horiguchi2015-03-021-1/+20
* mm/hugetlb: fix getting refcount 0 page in hugetlb_fault()Naoya Horiguchi2015-03-021-16/+36
* mm/hugetlb: take page table lock in follow_huge_pmd()Naoya Horiguchi2015-03-023-33/+45
* mm/hugetlb: pmd_huge() returns true for non-present hugepageNaoya Horiguchi2015-03-021-0/+2
* mm: pagewalk: call pte_hole() for VM_PFNMAP during walk_page_rangeShiraz Hashim2015-02-101-1/+4
* memcg: remove extra newlines from memcg oom kill logGreg Thelen2015-02-041-2/+2
* vm: make stack guard page errors return VM_FAULT_SIGSEGV rather than SIGBUSLinus Torvalds2015-02-041-1/+1
* vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2015-02-042-3/+3
* mm: get rid of radix tree gfp mask for pagecache_get_pageMichal Hocko2015-02-041-17/+12
* mm: fix corner case in anon_vma endless growing preventionKonstantin Khlebnikov2015-01-161-2/+4
* mm: Don't count the stack guard page towards RLIMIT_STACKLinus Torvalds2015-01-161-2/+5
* mm, vmscan: prevent kswapd livelock due to pfmemalloc-throttled process being...Vlastimil Babka2015-01-161-11/+13
* mm: protect set_page_dirty() from ongoing truncationJohannes Weiner2015-01-162-41/+29
* mm: prevent endless growth of anon_vma hierarchyKonstantin Khlebnikov2015-01-161-1/+41
* mm: propagate error from stack expansion even for guard pageLinus Torvalds2015-01-161-2/+2
* 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