aboutsummaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: Disable optimization for function shrink_page_list()Wolfgang Wiedmeyer2017-06-091-0/+2
* mm: remove gup_flags FOLL_WRITE games from __get_user_pages()Linus Torvalds2016-10-211-2/+12
* mm/vmscan: Add #ifdef around "WasActive page flag"Paul Reioux2016-06-051-0/+6
* mm: implement WasActive page flag (for improving cleancache)Dan Magenheimer2016-06-051-0/+4
* mm: remove compressed copy from zram in-memoryMinchan Kim2016-06-051-2/+44
* mm: Need page_swap_info() helper method from upstreamD. Andrei Măceș2016-06-051-0/+7
* mm: swap: don't delay swap free for fast swap devicesVinayak Menon2016-06-053-6/+32
* mm/zsmalloc: allocate exactly size of struct zs_poolGanesh Mahendran2016-06-051-3/+2
* zsmalloc: correct fragile [kmap|kunmap]_atomic useMinchan Kim2016-06-051-9/+12
* zsmalloc: merge size_class to reduce fragmentationJoonsoo Kim2016-06-051-14/+66
* zsmalloc: simplify init_zspage free obj linkingDan Streetman2016-06-051-9/+5
* zsmalloc: change return value unit of zs_get_total_size_bytesMinchan Kim2016-06-051-5/+3
* zsmalloc: move pages_allocated to zs_poolMinchan Kim2016-06-051-15/+8
* zsmalloc: add copyrightMinchan Kim2016-06-051-0/+1
* zsmalloc: move it under mmMinchan Kim2016-06-053-0/+1132
* mm: zcache/tmem/cleancache: s/flush/invalidate/Dan Magenheimer2016-06-051-3/+4
* fs: introduce inode operation ->update_timeJosef Bacik2016-03-112-2/+6
* mm: add a field to store names for private anonymous memoryColin Cross2016-03-115-23/+35
* procfs: mark thread stack correctly in proc/<pid>/mapsSiddhesh Poyarekar2016-03-111-0/+41
* memcg: add memory.pressure_level eventsAnton Vorontsov2016-03-114-4/+415
* vmscan: add customisable shrinker batch sizeDave Chinner2016-03-111-5/+7
* add extra free kbytes tunableRik van Riel2016-03-111-7/+25
* oom: do not kill tasks with oom_score_adj OOM_SCORE_ADJ_MINMichal Hocko2016-03-111-0/+5
* oom: remove oom_disable_countDavid Rientjes2016-03-111-18/+5
* oom: avoid killing kthreads if they assume the oom killed thread's mmDavid Rientjes2016-03-111-2/+3
* mm: reorder can_do_mlock to fix audit denialJeff Vander Stoep2016-03-111-2/+2
* Merge remote-tracking branch 'linux-stable/linux-3.0.y' into p-android-omap-3...Ziyan2015-10-2529-515/+1125
|\
| * mm/huge_memory.c: fix potential NULL pointer dereferenceLibin2013-09-261-0/+2
| * memcg: fix multiple large threshold notificationsGreg Thelen2013-09-261-1/+7
| * vm: add no-mmu vm_iomap_memory() stubLinus Torvalds2013-08-201-0/+10
| * futex: Take hugepages into account when generating futex_keyZhang Yi2013-08-201-0/+17
| * mm/memory-hotplug: fix lowmem count overflow when offline pagesWanpeng Li2013-08-041-0/+4
| * mm: migration: add migrate_entry_wait_huge()Naoya Horiguchi2013-06-202-6/+19
| * swap: avoid read_swap_cache_async() race to deadlock while waiting on discard...Rafael Aquini2013-06-201-1/+17
| * mm/THP: use pmd_populate() to update the pmd with pgtable_t pointerAneesh Kumar K.V2013-06-071-1/+6
| * mm: mmu_notifier: re-fix freed page still mapped in secondary MMUXiao Guangrong2013-06-071-40/+40
| * mm compaction: fix of improper cache flush in migration codeLeonid Yegoshin2013-06-071-1/+1
| * vm: add vm_iomap_memory() helper functionLinus Torvalds2013-04-251-0/+47
| * hugetlbfs: add swap entry check in follow_hugetlb_page()Naoya Horiguchi2013-04-251-1/+11
| * mm: prevent mmap_cache race in find_vma()Jan Stancek2013-04-122-2/+2
| * mm/hotplug: correctly add new zone to all other nodes' zone listsJiang Liu2013-04-051-7/+8
| * mm/hugetlb: fix total hugetlbfs pages count when using memory overcommit acco...Wanpeng Li2013-03-281-2/+6
| * mm/fadvise.c: drain all pagevecs if POSIX_FADV_DONTNEED fails to discard all ...Mel Gorman2013-02-281-2/+16
| * tmpfs: fix use-after-free of mempolicy objectGreg Thelen2013-02-281-2/+8
| * mmu_notifier_unregister NULL Pointer deref and multiple ->release() calloutsRobin Holt2013-02-281-40/+42
| * mm: mmu_notifier: make the mmu_notifier srcu staticAndrea Arcangeli2013-02-281-3/+3
| * mm: mmu_notifier: have mmu_notifiers use a global SRCU so they may safely sch...Sagi Grimberg2013-02-281-25/+48
| * mm: fix pageblock bitmap allocationLinus Torvalds2013-02-281-6/+9
| * thp, memcg: split hugepage for memcg oom on cowDavid Rientjes2013-01-172-3/+18
| * mm: use aligned zone start for pfn_to_bitidx calculationLaura Abbott2013-01-171-1/+1