Age | Commit message (Expand) | Author | Files | Lines |
2018-04-11 | mm, migrate: remove reason argument from new_page_t | Michal Hocko | 1 | -1/+1 |
2018-04-05 | mm: hwpoison: disable memory error handling on 1GB hugepage | Naoya Horiguchi | 1 | -0/+16 |
2018-02-13 | x86/mm, mm/hwpoison: Don't unconditionally unmap kernel 1:1 pages | Tony Luck | 1 | -2/+0 |
2018-01-23 | signal/memory-failure: Use force_sig_mceerr and send_sig_mceerr | Eric W. Biederman | 1 | -9/+6 |
2018-01-23 | mm/memory_failure: Remove unused trapno from memory_failure | Eric W. Biederman | 1 | -20/+13 |
2017-11-15 | mm, soft_offline: improve hugepage soft offlining error log | Laszlo Toth | 1 | -1/+1 |
2017-08-17 | x86/mm, mm/hwpoison: Clear PRESENT bit for kernel 1:1 mappings of poison pages | Tony Luck | 1 | -0/+2 |
2017-07-10 | mm, hugetlb, soft_offline: use new_page_nodemask for soft offline migration | Michal Hocko | 1 | -9/+1 |
2017-07-10 | mm: hwpoison: introduce idenfity_page_state | Naoya Horiguchi | 1 | -32/+25 |
2017-07-10 | mm: hugetlb: delete dequeue_hwpoisoned_huge_page() | Naoya Horiguchi | 1 | -11/+0 |
2017-07-10 | mm: hwpoison: dissolve in-use hugepage in unrecoverable memory error | Naoya Horiguchi | 1 | -40/+53 |
2017-07-10 | mm: hwpoison: introduce memory_failure_hugetlb() | Naoya Horiguchi | 1 | -52/+82 |
2017-07-10 | mm: soft-offline: dissolve free hugepage if soft-offlined | Naoya Horiguchi | 1 | -1/+1 |
2017-07-10 | mm: hugetlb: soft-offline: dissolve source hugepage after successful migration | Anshuman Khandual | 1 | -4/+1 |
2017-07-10 | mm: hwpoison: change PageHWPoison behavior on hugetlb pages | Naoya Horiguchi | 1 | -63/+24 |
2017-07-10 | mm: hugetlb: prevent reuse of hwpoisoned free hugepages | Naoya Horiguchi | 1 | -1/+0 |
2017-07-07 | Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
2017-07-06 | mm/madvise: enable (soft|hard) offline of HugeTLB pages at PGD level | Anshuman Khandual | 1 | -4/+9 |
2017-07-06 | mm: fix mapping_set_error call in me_pagecache_dirty | Jeff Layton | 1 | -1/+1 |
2017-06-17 | mm/memory-failure.c: use compound_head() flags for huge pages | James Morse | 1 | -1/+4 |
2017-06-02 | mm/migrate: fix refcount handling when !hugepage_migration_supported() | Punit Agrawal | 1 | -6/+2 |
2017-05-12 | hwpoison, memcg: forcibly uncharge LRU pages | Michal Hocko | 1 | -0/+7 |
2017-05-03 | mm: hwpoison: call shake_page() after try_to_unmap() for mlocked page | Naoya Horiguchi | 1 | -0/+8 |
2017-05-03 | mm: hwpoison: call shake_page() unconditionally | Naoya Horiguchi | 1 | -16/+11 |
2017-05-03 | mm/memory-failure.c: add page flag description in error paths | Anshuman Khandual | 1 | -8/+8 |
2017-05-03 | mm: make ttu's return boolean | Minchan Kim | 1 | -14/+12 |
2017-05-03 | mm: delete unnecessary TTU_* flags | Shaohua Li | 1 | -1/+1 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+1 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -1/+1 |
2017-02-24 | HWPOISON: soft offlining for non-lru movable page | Yisheng Xie | 1 | -10/+16 |
2016-12-25 | mm: Use owner_priv bit for PageSwapCache, valid when PageSwapBacked | Nicholas Piggin | 1 | -3/+1 |
2016-11-11 | mm: hwpoison: fix thp split handling in memory_failure() | Naoya Horiguchi | 1 | -7/+5 |
2016-07-28 | mm: hwpoison: remove incorrect comments | Naoya Horiguchi | 1 | -2/+0 |
2016-07-28 | mm, vmscan: move LRU lists to node | Mel Gorman | 1 | -2/+2 |
2016-05-20 | mm/memory-failure.c: replace "MCE" with "Memory failure" | Chen Yucong | 1 | -32/+40 |
2016-04-28 | mm/memory-failure: fix race with compound page split/merge | Konstantin Khlebnikov | 1 | -1/+9 |
2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 1 | -1/+1 |
2016-03-17 | mm: convert printk(KERN_<LEVEL> to pr_<level> | Joe Perches | 1 | -31/+21 |
2016-03-15 | mm/memory-failure.c: remove useless "undef"s | Wang Xiaoqiang | 1 | -2/+0 |
2016-01-15 | mm: soft-offline: exit with failure for non anonymous thp | Naoya Horiguchi | 1 | -8/+8 |
2016-01-15 | mm: soft-offline: clean up soft_offline_page() | Naoya Horiguchi | 1 | -31/+47 |
2016-01-15 | mm: hwpoison: adjust for new thp refcounting | Naoya Horiguchi | 1 | -52/+21 |
2016-01-15 | mm: soft-offline: check return value in second __get_any_page() call | Naoya Horiguchi | 1 | -1/+1 |
2016-01-15 | thp, mm: split_huge_page(): caller need to lock page | Kirill A. Shutemov | 1 | -1/+7 |
2016-01-15 | page-flags: define PG_locked behavior on compound pages | Kirill A. Shutemov | 1 | -1/+1 |
2015-11-06 | mm: make compound_head() robust | Kirill A. Shutemov | 1 | -7/+0 |
2015-11-05 | mm: hwpoison: ratelimit messages from unpoison_memory() | Naoya Horiguchi | 1 | -9/+25 |
2015-09-10 | hwpoison: use page_cgroup_ino for filtering by memcg | Vladimir Davydov | 1 | -14/+2 |
2015-09-08 | mm: rename alloc_pages_exact_node() to __alloc_pages_node() | Vlastimil Babka | 1 | -1/+1 |
2015-09-08 | mm/hwpoison: don't try to unpoison containment-failed pages | Naoya Horiguchi | 1 | -0/+16 |