summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm/memory_hotplug.c: set zone->wait_table to null after freeing itGu Zheng2015-06-231-1/+3
* mm, numa: really disable NUMA balancing by default on single node machinesMel Gorman2015-06-031-1/+1
* mm: numa: initialise numa balancing after jump label initialisationMel Gorman2015-06-031-6/+10
* mm: soft-offline: fix num_poisoned_pages counting on concurrent eventsNaoya Horiguchi2015-05-161-4/+4
* writeback: use |1 instead of +1 to protect against div by zeroTejun Heo2015-05-161-3/+3
* mm/memory-failure: call shake_page() when error hits thp tail pageNaoya Horiguchi2015-05-161-4/+4
* mm: fix anon_vma->degree underflow in anon_vma endless growing preventionLeon Yu2015-05-152-3/+8
* mm: fix corner case in anon_vma endless growing preventionKonstantin Khlebnikov2015-05-151-2/+4
* mm: prevent endless growth of anon_vma hierarchyKonstantin Khlebnikov2015-05-151-1/+41
* mm/hugetlb: use pmd_page() in follow_huge_pmd()Gerald Schaefer2015-04-301-2/+1
* nick kvfree() from apparmorAl Viro2015-04-271-0/+10
* writeback: fix possible underflow in write bandwidth calculationTejun Heo2015-04-221-1/+4
* writeback: add missing INITIAL_JIFFIES init in global_update_bandwidth()Tejun Heo2015-04-221-1/+1
* mm/memory hotplug: postpone the reset of obsolete pgdatGu Zheng2015-04-221-9/+4
* mm: thp: give transparent hugepage code a separate copy_pageDave Hansen2015-04-092-34/+48
* mm/hugetlb: fix getting refcount 0 page in hugetlb_fault()Naoya Horiguchi2015-04-091-15/+36
* mm/hugetlb: take page table lock in follow_huge_pmd()Naoya Horiguchi2015-03-163-34/+44
* mm/hugetlb: reduce arch dependent code around follow_huge_*Naoya Horiguchi2015-03-161-15/+15
* mm: hwpoison: drop lru_add_drain_all() in __soft_offline_page()Naoya Horiguchi2015-03-161-2/+0
* vm: make stack guard page errors return VM_FAULT_SIGSEGV rather than SIGBUSLinus Torvalds2015-03-121-1/+1
* vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2015-03-122-3/+4
* mm/memory.c: actually remap enough memoryGrazvydas Ignotas2015-03-121-1/+1
* mm/compaction: fix wrong order check in compact_finished()Joonsoo Kim2015-03-121-1/+1
* mm/nommu.c: fix arithmetic overflow in __vm_enough_memory()Roman Gushchin2015-03-121-2/+2
* mm/mmap.c: fix arithmetic overflow in __vm_enough_memory()Roman Gushchin2015-03-121-2/+2
* mm/hugetlb: add migration entry check in __unmap_hugepage_rangeNaoya Horiguchi2015-03-121-2/+3
* mm/hugetlb: add migration/hwpoisoned entry check in hugetlb_change_protectionNaoya Horiguchi2015-03-121-1/+18
* mm/hugetlb: pmd_huge() returns true for non-present hugepageNaoya Horiguchi2015-03-011-0/+2
* mm: pagewalk: call pte_hole() for VM_PFNMAP during walk_page_rangeShiraz Hashim2015-02-091-1/+4
* mm: get rid of radix tree gfp mask for pagecache_get_pageMichal Hocko2015-01-291-11/+9
* mm: Don't count the stack guard page towards RLIMIT_STACKLinus Torvalds2015-01-261-2/+5
* mm: propagate error from stack expansion even for guard pageLinus Torvalds2015-01-261-2/+2
* mm, vmscan: prevent kswapd livelock due to pfmemalloc-throttled process being...Vlastimil Babka2015-01-261-11/+13
* thp: close race between split and zap huge pagesKirill A. Shutemov2015-01-131-3/+10
* mm: let mm_find_pmd fix buggy race with THP faultHugh Dickins2015-01-094-13/+20
* mm: fix anon_vma_clone() error treatmentDaniel Forrest2015-01-072-5/+11
* mm: fix swapoff hang after page migration and forkHugh Dickins2015-01-071-13/+13
* mm/vmpressure.c: fix race in vmpressure_work_fn()Andrew Morton2015-01-071-3/+5
* mm: frontswap: invalidate expired data on a dup-store failureWeijie Yang2015-01-071-1/+3
* fix O_SYNC|O_APPEND syncing the wrong range on write()Al Viro2014-12-031-2/+2
* mm: Remove false WARN_ON from pagecache_isize_extended()Jan Kara2014-11-131-1/+0
* cgroup/kmemleak: add kmemleak_free() for cgroup deallocations.Wang Nan2014-11-131-0/+1
* mm: free compound page with correct orderYu Zhao2014-11-131-2/+2
* OOM, PM: OOM killed task shouldn't escape PM suspendMichal Hocko2014-11-132-0/+25
* vfs: fix data corruption when blocksize < pagesize for mmaped dataJan Kara2014-11-131-0/+57
* Revert "percpu: free percpu allocation info for uniprocessor system"Guenter Roeck2014-11-131-2/+0
* mm: page_alloc: fix zone allocation fairness on UPJohannes Weiner2014-11-031-4/+3
* mm: memcontrol: do not iterate uninitialized memcgsJohannes Weiner2014-10-311-3/+30
* mm: numa: Do not mark PTEs pte_numa when splitting huge pagesMel Gorman2014-10-131-2/+5
* mm, thp: move invariant bug check out of loop in __split_huge_page_mapWaiman Long2014-10-131-2/+2