summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* thp: fix copy_page_rep GPF by testing is_huge_zero_pmd once onlyHugh Dickins2014-01-251-3/+3
* mm/memory-failure.c: recheck PageHuge() after hugetlb page migrate successfullyJianguo Wu2014-01-251-4/+10
* memcg: fix memcg_size() calculationVladimir Davydov2014-01-091-1/+1
* mm/memory-failure.c: transfer page count from head page to tail page after sp...Naoya Horiguchi2014-01-091-0/+10
* mm: fix use-after-free in sys_remap_file_pagesRik van Riel2014-01-091-3/+5
* mm/hugetlb: check for pte NULL pointer in __page_check_address()Jianguo Wu2014-01-091-0/+4
* mm/compaction: respect ignore_skip_hint in update_pageblock_skipJoonsoo Kim2014-01-091-0/+4
* mm: fix TLB flush race between migration, and change_protection_rangeRik van Riel2014-01-093-2/+12
* mm: numa: avoid unnecessary work on the failure pathMel Gorman2014-01-091-1/+3
* mm: numa: ensure anon_vma is locked to prevent parallel THP splitsMel Gorman2014-01-091-0/+7
* mm: clear pmd_numa before invalidatingMel Gorman2014-01-091-0/+3
* mm: numa: return the number of base pages altered by protection changesMel Gorman2013-12-082-1/+7
* mm: ensure get_unmapped_area() returns higher address than mmap_min_addrAkira Takeuchi2013-12-041-5/+5
* slub: Handle NULL parameter in kmem_cache_flagsChristoph Lameter2013-11-291-2/+2
* mm/vmalloc.c: fix an overflow bug in alloc_vmap_area()Zhang Yanfei2013-11-131-3/+3
* mm/pagewalk.c: fix walk_page_range() access of wrong PTEsChen LinX2013-11-131-1/+1
* mm: Account for a THP NUMA hinting update as one PTE updateMel Gorman2013-11-131-1/+1
* mm: Close races between THP migration and PMD numa clearingMel Gorman2013-11-132-26/+26
* mm: numa: Sanitize task_numa_fault() callsitesMel Gorman2013-11-132-44/+34
* mm: Prevent parallel splits during THP migrationMel Gorman2013-11-131-14/+30
* mm: Wait for THP migrations to complete during NUMA hinting faultsMel Gorman2013-11-131-7/+16
* mm: numa: Do not account for a hinting fault if we racedMel Gorman2013-11-131-1/+4
* mm: make generic_access_phys available for modulesUwe Kleine-König2013-11-131-0/+1
* writeback: fix negative bdi max pauseFengguang Wu2013-11-041-5/+5
* mm: fix BUG in __split_huge_page_pmdHugh Dickins2013-11-041-1/+9
* cope with potentially long ->d_dname() output for shmem/hugetlbAl Viro2013-10-181-7/+1
* mm: avoid reinserting isolated balloon pages into LRU listsRafael Aquini2013-10-132-2/+4
* mm/bounce.c: fix a regression where MS_SNAP_STABLE (stable pages snapshotting...Darrick J. Wong2013-10-131-0/+2
* mm: fix aio performance regression for database caused by THPKhalid Aziz2013-10-011-25/+52
* mm/huge_memory.c: fix potential NULL pointer dereferenceLibin2013-09-261-0/+2
* memcg: fix multiple large threshold notificationsGreg Thelen2013-09-261-1/+7
* memcg: check that kmem_cache has memcg_params before accessing itAndrey Vagin2013-09-071-0/+2
* Fix TLB gather virtual address range invalidation corner casesLinus Torvalds2013-08-203-18/+24
* memcg: don't initialize kmem-cache destroying work for root cachesAndrey Vagin2013-08-201-2/+2
* mm: mempolicy: fix mbind_range() && vma_adjust() interactionOleg Nesterov2013-08-042-2/+6
* mm: fix the TLB range flushed when __tlb_remove_page() runs out of slotsVineet Gupta2013-08-041-3/+6
* mm/memory-hotplug: fix lowmem count overflow when offline pagesWanpeng Li2013-07-211-0/+4
* memcg, kmem: fix reference count handling on the error pathMichal Hocko2013-07-211-8/+0
* slab: fix init_lock_keysChristoph Lameter2013-07-211-1/+1
* Revert "memcg: avoid dangling reference count in creation failure"Michal Hocko2013-07-131-2/+0
* futex: Take hugepages into account when generating futex_keyZhang Yi2013-07-131-0/+17
* Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2013-06-181-1/+3
|\
| * slab: prevent warnings when allocating with __GFP_NOWARNSasha Levin2013-06-131-1/+3
* | mm: memcontrol: fix lockless reclaim hierarchy iteratorJohannes Weiner2013-06-121-7/+5
* | frontswap: fix incorrect zeroing and allocation size for frontswap_mapAkinobu Mita2013-06-122-2/+2
* | mm: migration: add migrate_entry_wait_huge()Naoya Horiguchi2013-06-122-6/+19
* | mm/page_alloc.c: fix watermark check in __zone_watermark_ok()Tomasz Stanislawski2013-06-121-2/+4
* | swap: avoid read_swap_cache_async() race to deadlock while waiting on discard...Rafael Aquini2013-06-121-1/+17
* | memcg: don't initialize kmem-cache destroying work for root cachesAndrey Vagin2013-06-121-2/+0
|/
* arch, mm: Remove tlb_fast_mode()Peter Zijlstra2013-06-061-9/+0