aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2015-11-11Merge branch 'v3.18/topic/aosp' into linux-linaro-lsk-v3.18-androidKevin Hilman
2015-11-11Merge branch 'linux-linaro-lsk-v3.18' into linux-linaro-lsk-v3.18-androidKevin Hilman
2015-11-03mm: reorder can_do_mlock to fix audit denialJeff Vander Stoep
2015-10-27mm/slab: fix unexpected index mapping result of kmalloc_size(INDEX_NODE+1)Joonsoo Kim
2015-10-27mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy a faultMel Gorman
2015-10-20Merge branch 'linux-linaro-lsk-v3.18' into linux-linaro-lsk-v3.18-androidKevin Hilman
2015-10-07vmscan: fix increasing nr_isolated incurred by putback unevictable pagesJaewon Kim
2015-09-15mm/hwpoison: fix fail isolate hugetlbfs page w/ refcount heldWanpeng Li
2015-09-15mm: hugetlb: introduce page_huge_activeNaoya Horiguchi
2015-09-15mm/hwpoison: fix page refcount of unknown non LRU pageWanpeng Li
2015-08-27mm, vmscan: Do not wait for page writeback for GFP_NOFS allocationsMichal Hocko
2015-08-06Merge branch 'linux-linaro-lsk-v3.18' into linux-linaro-lsk-v3.18-androidKevin Hilman
2015-07-05mm: kmemleak_alloc_percpu() should follow the gfp from per_alloc()Larry Finger
2015-07-05mm: kmemleak: allow safe memory scanning during kmemleak disablingCatalin Marinas
2015-07-03mm/memory_hotplug.c: set zone->wait_table to null after freeing itGu Zheng
2015-06-16Merge branch 'linux-linaro-lsk-v3.18' into linux-linaro-lsk-v3.18-androidKevin Hilman
2015-06-10mm, numa: really disable NUMA balancing by default on single node machinesMel Gorman
2015-05-23mm: soft-offline: fix num_poisoned_pages counting on concurrent eventsNaoya Horiguchi
2015-05-23writeback: use |1 instead of +1 to protect against div by zeroTejun Heo
2015-05-23mm/memory-failure: call shake_page() when error hits thp tail pageNaoya Horiguchi
2015-05-17mm/hugetlb: take page table lock in follow_huge_pmd()Naoya Horiguchi
2015-05-17mm/hugetlb: use pmd_page() in follow_huge_pmd()Naoya Horiguchi
2015-05-12Merge branch 'android-3.18' of https://android.googlesource.com/kernel/common...Kevin Hilman
2015-04-28mm: hwpoison: drop lru_add_drain_all() in __soft_offline_page()Naoya Horiguchi
2015-04-24writeback: fix possible underflow in write bandwidth calculationTejun Heo
2015-04-24writeback: add missing INITIAL_JIFFIES init in global_update_bandwidth()Tejun Heo
2015-04-24mm/page_alloc.c: call kernel_map_pages in unset_migrateype_isolateLaura Abbott
2015-04-24mm/memory hotplug: postpone the reset of obsolete pgdatGu Zheng
2015-04-24mm: fix anon_vma->degree underflow in anon_vma endless growing preventionLeon Yu
2015-04-24mm: fix corner case in anon_vma endless growing preventionKonstantin Khlebnikov
2015-04-24mm: prevent endless growth of anon_vma hierarchyKonstantin Khlebnikov
2015-04-06cgroup: memcg: pass correct argument to subsys_cgroup_allow_attachAmit Pundir
2015-03-28mmu_gather: move minimal range calculations into generic codeWill Deacon
2015-03-23vmstat: do not use deferrable delayed work for vmstat_updateMichal Hocko
2015-03-14mm: fix negative nr_isolated countsHugh Dickins
2015-03-14mm/memory.c: actually remap enough memoryGrazvydas Ignotas
2015-03-14mm/compaction: fix wrong order check in compact_finished()Joonsoo Kim
2015-03-14mm/nommu.c: fix arithmetic overflow in __vm_enough_memory()Roman Gushchin
2015-03-14mm/mmap.c: fix arithmetic overflow in __vm_enough_memory()Roman Gushchin
2015-03-14mm: when stealing freepages, also take pages created by splitting buddy pageVlastimil Babka
2015-03-14mm/hugetlb: add migration entry check in __unmap_hugepage_rangeNaoya Horiguchi
2015-03-14mm/hugetlb: add migration/hwpoisoned entry check in hugetlb_change_protectionNaoya Horiguchi
2015-03-14mm/hugetlb: fix getting refcount 0 page in hugetlb_fault()Naoya Horiguchi
2015-03-06mm/hugetlb: pmd_huge() returns true for non-present hugepageNaoya Horiguchi
2015-02-11memcg, shmem: fix shmem migration to use lrucareMichal Hocko
2015-02-11mm: pagewalk: call pte_hole() for VM_PFNMAP during walk_page_rangeShiraz Hashim
2015-02-05memcg: remove extra newlines from memcg oom kill logGreg Thelen
2015-02-05vm: make stack guard page errors return VM_FAULT_SIGSEGV rather than SIGBUSLinus Torvalds
2015-02-05vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds
2015-02-04memcg: add permission checkRom Lemarchand