aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2013-12-06mm: numa: return the number of base pages altered by protection changesMel Gorman
2013-12-06mm: Only flush TLBs if a transhuge PMD is modified for NUMA pte scanningMel Gorman
2013-12-06mm: ensure get_unmapped_area() returns higher address than mmap_min_addrAkira Takeuchi
2013-11-07mm: Account for a THP NUMA hinting update as one PTE updateMel Gorman
2013-11-07mm: Close races between THP migration and PMD numa clearingMel Gorman
2013-11-07mm: numa: Sanitize task_numa_fault() callsitesMel Gorman
2013-11-07mm: Prevent parallel splits during THP migrationMel Gorman
2013-11-07mm: numa: cleanup flow of transhuge page migrationHugh Dickins
2013-11-07mm: Wait for THP migrations to complete during NUMA hinting faultsMel Gorman
2013-10-31mm: fix BUG in __split_huge_page_pmdHugh Dickins
2013-10-31writeback: fix negative bdi max pauseFengguang Wu
2013-10-10mm: avoid reinserting isolated balloon pages into LRU listsRafael Aquini
2013-09-20memcg: fix multiple large threshold notificationsGreg Thelen
2013-09-20mm: fix aio performance regression for database caused by THPKhalid Aziz
2013-09-20mm/huge_memory.c: fix potential NULL pointer dereferenceLibin
2013-09-05memcg: check that kmem_cache has memcg_params before accessing itAndrey Vagin
2013-08-29block: Add bio_for_each_segment_all()Kent Overstreet
2013-08-29Fix TLB gather virtual address range invalidation corner casesLinus Torvalds
2013-08-29arch, mm: Remove tlb_fast_mode()Peter Zijlstra
2013-08-29mm: fix the TLB range flushed when __tlb_remove_page() runs out of slotsVineet Gupta
2013-08-21mm: mempolicy: fix mbind_range() && vma_adjust() interactionOleg Nesterov
2013-07-16mm/memory-hotplug: fix lowmem count overflow when offline pagesWanpeng Li
2013-07-09futex: Take hugepages into account when generating futex_keyZhang Yi
2013-06-14mm: migration: add migrate_entry_wait_huge()Naoya Horiguchi
2013-06-14mm/page_alloc.c: fix watermark check in __zone_watermark_ok()Tomasz Stanislawski
2013-06-14swap: avoid read_swap_cache_async() race to deadlock while waiting on discard...Rafael Aquini
2013-05-31mm/pagewalk.c: walk_page_range should avoid VM_PFNMAP areasCliff Wickman
2013-05-31mm/THP: use pmd_populate() to update the pmd with pgtable_t pointerAneesh Kumar K.V
2013-05-31mm/rmap: rename anon_vma_unlock() => anon_vma_unlock_write()Konstantin Khlebnikov
2013-05-31mm compaction: fix of improper cache flush in migration codeLeonid Yegoshin
2013-05-31mm: memcg: remove incorrect VM_BUG_ON for swap cache pages in unchargeJohannes Weiner
2013-05-31mm: mmu_notifier: re-fix freed page still mapped in secondary MMUXiao Guangrong
2013-05-24mm: teach mm by current context info to not do I/O during memory allocationMing Lei
2013-05-24shm: fix null pointer deref when userspace specifies invalid hugepage sizeLi Zefan
2013-05-11hugetlbfs: fix mmap failure in unaligned size requestNaoya Horiguchi
2013-05-07mm: swap: mark swap pages writeback before queueing for direct IOMel Gorman
2013-05-07swap: redirty page if page write fails on swap fileJerome Marchand
2013-05-07mm: allow arch code to control the user page table ceilingHugh Dickins
2013-04-25vm: add vm_iomap_memory() helper functionLinus Torvalds
2013-04-25hugetlbfs: add swap entry check in follow_hugetlb_page()Naoya Horiguchi
2013-04-16x86-32: Fix possible incomplete TLB invalidate with PAE pagetablesDave Hansen
2013-04-12mm: prevent mmap_cache race in find_vma()Jan Stancek
2013-03-28mm/hugetlb: fix total hugetlbfs pages count when using memory overcommit acco...Wanpeng Li
2013-03-14Fix: compat_rw_copy_check_uvector() misuse in aio, readv, writev, and securit...Mathieu Desnoyers
2013-03-14mm/mempolicy.c: fix wrong sp_node insertionHillf Danton
2013-03-04mm: do not grow the stack vma just because of an overrun on preceding vmaLinus Torvalds
2013-02-28mm/fadvise.c: drain all pagevecs if POSIX_FADV_DONTNEED fails to discard all ...Mel Gorman
2013-02-28tmpfs: fix use-after-free of mempolicy objectGreg Thelen
2013-02-28mmu_notifier_unregister NULL Pointer deref and multiple ->release() calloutsRobin Holt
2013-02-18mm: fix pageblock bitmap allocationLinus Torvalds