- 7506851 mm/memory-failure.c: use page_shift() in add_to_kill() by Yunfeng Ye · 5 years ago
- feec24a mm, soft-offline: convert parameter to pfn by Naoya Horiguchi · 5 years ago
- 996ff7a mm/memory-failure.c clean up around tk pre-allocation by Jane Chu · 5 years ago
- 96c804a mm/memory-failure.c: don't access uninitialized memmaps in memory_failure() by David Hildenbrand · 5 years ago
- 3d7fed4 mm/memory-failure: poison read receives SIGKILL instead of SIGBUS if mmaped more than once by Jane Chu · 5 years ago
- fec88ab Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 5 years ago
- 135e535 mm/memory-failure.c: clarify error message by Jane Chu · 5 years ago
- 5ad18b2 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 5 years ago
- 25b2995 mm: remove MEMORY_DEVICE_PUBLIC support by Christoph Hellwig · 6 years ago
- faf53de mm: hugetlb: soft-offline: dissolve_free_huge_page() return zero on !PageHuge by Naoya Horiguchi · 6 years ago
- b38e596 mm: soft-offline: return -EBUSY if set_hwpoison_free_buddy_page() fails by Naoya Horiguchi · 6 years ago
- 1439f94 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 263 by Thomas Gleixner · 6 years ago
- f8eac90 signal: Remove task parameter from force_sig_mceerr by Eric W. Biederman · 6 years ago
- 46612b7 mm: hwpoison: fix thp split handing in soft_offline_in_use_page() by zhongjiang · 6 years ago
- 6376360 mm: hwpoison: use do_send_sig_info() instead of force_sig() by Naoya Horiguchi · 6 years ago
- ddeaab3 hugetlbfs: revert "use i_mmap_rwsem for more pmd sharing synchronization" by Mike Kravetz · 6 years ago
- b43a9990 hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronization by Mike Kravetz · 6 years ago
- 27359fd dax: Fix unlock mismatch with updated API by Matthew Wilcox · 6 years ago
- 2923b27 Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 6 years ago
- d4ae991 mm: soft-offline: close the race against page allocation by Naoya Horiguchi · 6 years ago
- 6bc9b56 mm: fix race on soft-offlining free huge pages by Naoya Horiguchi · 6 years ago
- 1c4c3b9 mm: fix page_freeze_refs and page_unfreeze_refs in comments by Jiang Biao · 6 years ago
- 6100e34 mm, memory_failure: Teach memory_failure() about dev_pagemap pages by Dan Williams · 6 years ago
- ae1139e mm, memory_failure: Collect mapping size in collect_procs() by Dan Williams · 6 years ago
- 86a6681 mm, madvise_inject_error: Disable MADV_SOFT_OFFLINE for ZONE_DEVICE pages by Dan Williams · 6 years ago
- 666feb2 mm, migrate: remove reason argument from new_page_t by Michal Hocko · 7 years ago
- 31286a8 mm: hwpoison: disable memory error handling on 1GB hugepage by Naoya Horiguchi · 7 years ago
- fd0e786 x86/mm, mm/hwpoison: Don't unconditionally unmap kernel 1:1 pages by Tony Luck · 7 years ago
- c0f4555 signal/memory-failure: Use force_sig_mceerr and send_sig_mceerr by Eric W. Biederman · 7 years ago
- 83b5753 mm/memory_failure: Remove unused trapno from memory_failure by Eric W. Biederman · 7 years ago
- b6b18aa mm, soft_offline: improve hugepage soft offlining error log by Laszlo Toth · 7 years ago
- ce0fa3e x86/mm, mm/hwpoison: Clear PRESENT bit for kernel 1:1 mappings of poison pages by Tony Luck · 7 years ago
- ef77ba5 mm, hugetlb, soft_offline: use new_page_nodemask for soft offline migration by Michal Hocko · 7 years ago
- 0348d2e mm: hwpoison: introduce idenfity_page_state by Naoya Horiguchi · 7 years ago
- ddd40d8 mm: hugetlb: delete dequeue_hwpoisoned_huge_page() by Naoya Horiguchi · 7 years ago
- 78bb920 mm: hwpoison: dissolve in-use hugepage in unrecoverable memory error by Naoya Horiguchi · 7 years ago
- 761ad8d mm: hwpoison: introduce memory_failure_hugetlb() by Naoya Horiguchi · 7 years ago
- d4a3a60 mm: soft-offline: dissolve free hugepage if soft-offlined by Naoya Horiguchi · 7 years ago
- c3114a8 mm: hugetlb: soft-offline: dissolve source hugepage after successful migration by Anshuman Khandual · 7 years ago
- b37ff71 mm: hwpoison: change PageHWPoison behavior on hugetlb pages by Naoya Horiguchi · 7 years ago
- 243abd5 mm: hugetlb: prevent reuse of hwpoisoned free hugepages by Naoya Horiguchi · 7 years ago
- 088737f Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 7 years ago
- 94310cb mm/madvise: enable (soft|hard) offline of HugeTLB pages at PGD level by Anshuman Khandual · 7 years ago
- af21bfa mm: fix mapping_set_error call in me_pagecache_dirty by Jeff Layton · 7 years ago
- 7258ae5 mm/memory-failure.c: use compound_head() flags for huge pages by James Morse · 8 years ago
- 30809f5 mm/migrate: fix refcount handling when !hugepage_migration_supported() by Punit Agrawal · 8 years ago
- 1836522 hwpoison, memcg: forcibly uncharge LRU pages by Michal Hocko · 8 years ago
- 286c469 mm: hwpoison: call shake_page() after try_to_unmap() for mlocked page by Naoya Horiguchi · 8 years ago
- 8bcb74d mm: hwpoison: call shake_page() unconditionally by Naoya Horiguchi · 8 years ago
- 82a2481 mm/memory-failure.c: add page flag description in error paths by Anshuman Khandual · 8 years ago
- 666e5a4 mm: make ttu's return boolean by Minchan Kim · 8 years ago
- a128ca7 mm: delete unnecessary TTU_* flags by Shaohua Li · 8 years ago
- 2993002 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h> by Ingo Molnar · 8 years ago
- 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
- 85fbe5d HWPOISON: soft offlining for non-lru movable page by Yisheng Xie · 8 years ago
- 6326fec mm: Use owner_priv bit for PageSwapCache, valid when PageSwapBacked by Nicholas Piggin · 8 years ago
- c3901e7 mm: hwpoison: fix thp split handling in memory_failure() by Naoya Horiguchi · 8 years ago
- 7c7fd82 mm: hwpoison: remove incorrect comments by Naoya Horiguchi · 8 years ago
- 599d0c9 mm, vmscan: move LRU lists to node by Mel Gorman · 8 years ago
- 495367c0 mm/memory-failure.c: replace "MCE" with "Memory failure" by Chen Yucong · 9 years ago
- c2e7e00 mm/memory-failure: fix race with compound page split/merge by Konstantin Khlebnikov · 9 years ago
- 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
- 1170532 mm: convert printk(KERN_<LEVEL> to pr_<level> by Joe Perches · 9 years ago
- 0b94f17 mm/memory-failure.c: remove useless "undef"s by Wang Xiaoqiang · 9 years ago
- 98fd1ef mm: soft-offline: exit with failure for non anonymous thp by Naoya Horiguchi · 9 years ago
- acc14dc mm: soft-offline: clean up soft_offline_page() by Naoya Horiguchi · 9 years ago
- 4e41a30 mm: hwpoison: adjust for new thp refcounting by Naoya Horiguchi · 9 years ago
- d96b339 mm: soft-offline: check return value in second __get_any_page() call by Naoya Horiguchi · 9 years ago
- 4d2fa96 thp, mm: split_huge_page(): caller need to lock page by Kirill A. Shutemov · 9 years ago
- 48c935a page-flags: define PG_locked behavior on compound pages by Kirill A. Shutemov · 9 years ago
- 1d798ca mm: make compound_head() robust by Kirill A. Shutemov · 9 years ago
- a5f6510 mm: hwpoison: ratelimit messages from unpoison_memory() by Naoya Horiguchi · 9 years ago
- 94a59fb hwpoison: use page_cgroup_ino for filtering by memcg by Vladimir Davydov · 9 years ago
- 96db800 mm: rename alloc_pages_exact_node() to __alloc_pages_node() by Vlastimil Babka · 9 years ago
- 230ac71 mm/hwpoison: don't try to unpoison containment-failed pages by Naoya Horiguchi · 9 years ago
- da1b13c mm/hwpoison: fix race between soft_offline_page and unpoison_memory by Wanpeng Li · 9 years ago
- 8e30456 mm/hwpoison: introduce num_poisoned_pages wrappers by Naoya Horiguchi · 9 years ago
- 665d9da mm/hwpoison: replace most of put_page in memory error handling by put_hwpoison_page by Wanpeng Li · 9 years ago
- 94bf4ec mm/hwpoison: introduce put_hwpoison_page to put refcount for memory error handling by Wanpeng Li · 9 years ago
- 1e0e635 mm/hwpoison: fix PageHWPoison test/set race by Wanpeng Li · 9 years ago
- 7d1900c mm/hwpoison: fix failure to split thp w/ refcount held by Wanpeng Li · 9 years ago
- 33398cf memcg: export struct mem_cgroup by Michal Hocko · 9 years ago
- 7f6bf39 mm/hwpoison: fix panic due to split huge zero page by Wanpeng Li · 9 years ago
- 0361380 mm/hwpoison: fix fail isolate hugetlbfs page w/ refcount held by Wanpeng Li · 9 years ago
- 4f32be6 mm/hwpoison: fix page refcount of unknown non LRU page by Wanpeng Li · 9 years ago
- 4491f71 mm/memory-failure: set PageHWPoison before migrate_pages() by Naoya Horiguchi · 9 years ago
- 98ed2b0 mm/memory-failure: give up error handling for non-tail-refcounted thp by Naoya Horiguchi · 9 years ago
- a209ef0 mm/memory-failure: fix race in counting num_poisoned_pages by Naoya Horiguchi · 9 years ago
- a09233f mm/memory-failure: unlock_page before put_page by Naoya Horiguchi · 9 years ago
- 97f0b13 tracing: add trace event for memory-failure by Xie XiuQi · 10 years ago
- cc3e2af memory-failure: change type of action_result's param 3 to enum by Xie XiuQi · 10 years ago
- cc637b1 memory-failure: export page_type and action result by Xie XiuQi · 10 years ago
- 2491ffe mm/memory-failure: me_huge_page() does nothing for thp by Naoya Horiguchi · 10 years ago
- add05ce mm: soft-offline: don't free target page in successful page migration by Naoya Horiguchi · 10 years ago
- ead07f6 mm/memory-failure: introduce get_hwpoison_page() for consistent refcount handling by Naoya Horiguchi · 10 years ago
- 415c64c mm/memory-failure: split thp earlier in memory error handling by Naoya Horiguchi · 10 years ago
- ebb0973 mm, hwpoison: remove obsolete "Notebook" todo list by Andi Kleen · 10 years ago
- e0de78d mm, hwpoison: add comment describing when to add new cases by Andi Kleen · 10 years ago
- 602498f mm: soft-offline: fix num_poisoned_pages counting on concurrent events by Naoya Horiguchi · 10 years ago
- 09789e5 mm/memory-failure: call shake_page() when error hits thp tail page by Naoya Horiguchi · 10 years ago