Age | Commit message (Expand) | Author |
2018-01-19 | mm: larger stack guard gap, between vmas | Sri Krishna chowdary |
2016-10-26 | mm: remove gup_flags FOLL_WRITE games from __get_user_pages() | Linus Torvalds |
2014-11-05 | mm: compaction: don't restrict page isolation during CMA page migration | Krishna Reddy |
2014-11-05 | mm: avoid allocating CMA memory for stack | Krishna Reddy |
2014-06-26 | mm: Add NULL check before de-referencing vma | Bharat Nihalani |
2014-06-18 | oom_kill: add rcu_read_lock() into find_lock_task_mm() | Oleg Nesterov |
2014-06-18 | oom_kill: has_intersects_mems_allowed() needs rcu_read_lock() | Oleg Nesterov |
2014-06-11 | mm: get_user_pages: migrate out CMA pages when FOLL_DURABLE flag is set | Vandana Salve |
2014-06-11 | mm: get_user_pages: use NON-MOVABLE pages when FOLL_DURABLE flag is set | Vandana Salve |
2014-06-11 | mm: get_user_pages: use static inline | Vandana Salve |
2014-06-11 | mm: introduce migrate_replace_page() for migrating page to the given target | Vandana Salve |
2014-06-10 | Merge commit 'refs/changes/82/419382/1' of ssh://git-master:12001/linux-3.10 ... | Mandar padmawar |
2014-06-05 | oom_kill: change oom_kill.c to use for_each_thread() | Oleg Nesterov |
2014-06-05 | Merge branch 'linux-3.10.40' into rel-21 | Ishan Mittal |
2014-05-16 | mm: vmalloc: skip unneeded TLB flushes during lazy vfree | Rich Wiley |
2014-05-06 | mm: hugetlb: fix softlockup when a large number of hugepages are freed. | Mizuma, Masayoshi |
2014-05-06 | mm: try_to_unmap_cluster() should lock_page() before mlocking | Vlastimil Babka |
2014-04-26 | bdi: avoid oops on device removal | Jan Kara |
2014-04-26 | backing_dev: fix hung task on sync | Derek Basehore |
2014-04-03 | mm: close PageTail race | David Rientjes |
2014-03-31 | mmap: arch_get_unmapped_area(): use proper mmap base for bottom up direction | Heiko Carstens |
2014-03-25 | mm: mprotect: prevent unneeded TLB flushes from mprotect syscall | Rich Wiley |
2014-03-23 | memcg: reparent charges of children before processing parent | Filipe Brandenburger |
2014-03-23 | mm/compaction: break out of loop on !PageBuddy in isolate_freepages_block | Laura Abbott |
2014-03-13 | Merge branch 'linux-3.10.33' into dev-kernel-3.10 | Deepak Nibade |
2014-03-06 | memcg: fix endless loop caused by mem_cgroup_iter | Michal Hocko |
2014-02-22 | mm/memory-failure.c: move refcount only in !MF_COUNT_INCREASED | Naoya Horiguchi |
2014-02-20 | mm: fix process accidentally killed by mce because of huge page migration | Xishi Qiu |
2014-02-20 | mm/memory-failure.c: fix memory leak in successful soft offlining | Naoya Horiguchi |
2014-02-20 | mm: __set_page_dirty_nobuffers() uses spin_lock_irqsave() instead of spin_loc... | KOSAKI Motohiro |
2014-02-13 | mm, oom: base root bonus on current usage | David Rientjes |
2014-02-13 | slub: Fix calculation of cpu slabs | Li Zefan |
2014-02-13 | mm/page-writeback.c: do not count anon pages as dirtyable memory | Johannes Weiner |
2014-02-13 | mm/page-writeback.c: fix dirty_balance_reserve subtraction from dirtyable memory | Johannes Weiner |
2014-02-13 | mm/memory-failure.c: shift page lock from head page to tail page after thp split | Naoya Horiguchi |
2014-02-07 | misc: tegra-profiler: use mmap calls | Igor Nabirushkin |
2014-02-06 | mm/mempolicy.c: fix mempolicy printing in numa_maps | David Rientjes |
2014-02-06 | mm: hugetlbfs: fix hugetlbfs optimization | Andrea Arcangeli |
2014-01-25 | thp: fix copy_page_rep GPF by testing is_huge_zero_pmd once only | Hugh Dickins |
2014-01-25 | mm/memory-failure.c: recheck PageHuge() after hugetlb page migrate successfully | Jianguo Wu |
2014-01-22 | mm: Add TLB flush all threshold | Terje Bergstrom |
2014-01-22 | mm: Fix printing of address in arm64 | Terje Bergstrom |
2014-01-20 | mm: Enable Kernel Samepage Merging | Sri Krishna chowdary |
2014-01-09 | memcg: fix memcg_size() calculation | Vladimir Davydov |
2014-01-09 | mm/memory-failure.c: transfer page count from head page to tail page after sp... | Naoya Horiguchi |
2014-01-09 | mm: fix use-after-free in sys_remap_file_pages | Rik van Riel |
2014-01-09 | mm/hugetlb: check for pte NULL pointer in __page_check_address() | Jianguo Wu |
2014-01-09 | mm/compaction: respect ignore_skip_hint in update_pageblock_skip | Joonsoo Kim |
2014-01-09 | mm: fix TLB flush race between migration, and change_protection_range | Rik van Riel |
2014-01-09 | mm: numa: avoid unnecessary work on the failure path | Mel Gorman |