index
:
user/sven/linux.git
ipvs/backlog-conns
ipvs/checkpatch-cleanup
ipvs/cleanups
ipvs/droutbytes
ipvs/experimental
ipvs/locking
master
mvsas-fixes
nl80211-ssid-association
tmp/ipvs/track-backlog-connections
tmp/leds/core
tmp/leds/register-multiple-devices
tmp/md/sparse-cleanup
tmp/misc/sparse-fixes
x86_32-entry-fixes
davem/net-next/HEAD
davem/net-next/main
davem/net/HEAD
davem/net/main
ipvs-next/HEAD
ipvs-next/main
ipvs/HEAD
ipvs/main
leds/HEAD
leds/master
netfilter-next/HEAD
netfilter-next/main
netfilter/HEAD
netfilter/main
next/HEAD
next/master
stable/2.6.11.y
stable/2.6.12.y
stable/2.6.13.y
stable/2.6.14.y
stable/2.6.15.y
stable/2.6.16.y
stable/2.6.17.y
stable/2.6.18.y
stable/2.6.19.y
stable/2.6.20.y
stable/2.6.21.y
stable/2.6.22.y
stable/2.6.23.y
stable/2.6.24.y
stable/2.6.25.y
stable/2.6.26.y
stable/2.6.27.y
stable/2.6.28.y
stable/2.6.29.y
stable/2.6.30.y
stable/2.6.31.y
stable/2.6.32.y
stable/2.6.33.y
stable/2.6.34.y
stable/2.6.35.y
stable/2.6.36.y
stable/2.6.37.y
stable/2.6.38.y
stable/2.6.39.y
stable/3.0.y
stable/3.1.y
stable/3.10.y
stable/3.11.y
stable/3.12.y
stable/3.13.y
stable/3.14.y
stable/3.15.y
stable/3.16.y
stable/3.17.y
stable/3.18.y
stable/3.19.y
stable/3.2.y
stable/3.3.y
stable/3.4.y
stable/3.5.y
stable/3.6.y
stable/3.7.y
stable/3.8.y
stable/3.9.y
stable/4.0.y
stable/4.1.y
stable/4.10.y
stable/4.11.y
stable/4.12.y
stable/4.13.y
stable/4.14.y
stable/4.15.y
stable/4.16.y
stable/4.17.y
stable/4.18.y
stable/4.19.y
stable/4.2.y
stable/4.20.y
stable/4.3.y
stable/4.4.y
stable/4.5.y
stable/4.6.y
stable/4.7.y
stable/4.8.y
stable/4.9.y
stable/5.0.y
stable/5.1.y
stable/5.10.y
stable/5.11.y
stable/5.12.y
stable/5.13.y
stable/5.14.y
stable/5.15.y
stable/5.16.y
stable/5.17.y
stable/5.18.y
stable/5.19.y
stable/5.2.y
stable/5.3.y
stable/5.4.y
stable/5.5.y
stable/5.6.y
stable/5.7.y
stable/5.8.y
stable/5.9.y
stable/6.0.y
stable/6.1.y
stable/6.10.y
stable/6.11.y
stable/6.12.y
stable/6.13.y
stable/6.14.y
stable/6.15.y
stable/6.16.y
stable/6.17.y
stable/6.18.y
stable/6.2.y
stable/6.3.y
stable/6.4.y
stable/6.5.y
stable/6.6.y
stable/6.7.y
stable/6.8.y
stable/6.9.y
torvalds/HEAD
torvalds/master
Linux Kernel
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
memory-failure.c
Age
Commit message (
Expand
)
Author
2015-09-13
mm/hwpoison: fix page refcount of unknown non LRU page
Wanpeng Li
2015-05-17
mm: soft-offline: fix num_poisoned_pages counting on concurrent events
Naoya Horiguchi
2015-05-17
mm/memory-failure: call shake_page() when error hits thp tail page
Naoya Horiguchi
2015-04-29
mm: hwpoison: drop lru_add_drain_all() in __soft_offline_page()
Naoya Horiguchi
2014-11-21
mm, migration: add destination page freeing callback
David Rientjes
2014-06-30
mm/memory-failure.c: support use of a dedicated thread to handle SIGBUS(BUS_M...
Naoya Horiguchi
2014-06-30
mm/memory-failure.c: don't let collect_procs() skip over processes for MF_ACT...
Tony Luck
2014-06-30
mm/memory-failure.c-failure: send right signal code to correct thread
Tony Luck
2014-06-11
mm/memory-failure.c: fix memory leak by race between poison and unpoison
Naoya Horiguchi
2014-06-07
hwpoison, hugetlb: lock_page/unlock_page does not match for handling a free h...
Chen Yucong
2014-03-04
mm: close PageTail race
David Rientjes
2014-02-10
mm/memory-failure.c: move refcount only in !MF_COUNT_INCREASED
Naoya Horiguchi
2014-01-23
mm/memory-failure.c: shift page lock from head page to tail page after thp split
Naoya Horiguchi
2014-01-21
mm/migrate: remove putback_lru_pages, fix comment on putback_movable_pages
Joonsoo Kim
2014-01-21
mm, memory-failure: fix typo in me_pagecache_dirty()
Zhi Yong Wu
2014-01-02
mm/memory-failure.c: transfer page count from head page to tail page after sp...
Naoya Horiguchi
2013-12-18
mm/memory-failure.c: recheck PageHuge() after hugetlb page migrate successfully
Jianguo Wu
2013-11-15
kfifo API type safety
Stefani Seibold
2013-11-13
mm/memory-failure.c: move set_migratetype_isolate() outside get_any_page()
Naoya Horiguchi
2013-09-30
mm/hwpoison: fix false report on 2nd attempt at page recovery
Wanpeng Li
2013-09-30
mm/hwpoison: fix test for a transparent huge page
Wanpeng Li
2013-09-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-09-11
mm/memory-failure.c: fix bug triggered by unpoisoning empty zero page
Wanpeng Li
2013-09-11
mm/hwpoison: drop forward reference declarations __soft_offline_page()
Wanpeng Li
2013-09-11
mm/hwpoison: don't set migration type twice to avoid holding heavily contend ...
Wanpeng Li
2013-09-11
mm/hwpoison: replace atomic_long_sub() with atomic_long_dec()
Wanpeng Li
2013-09-11
mm/hwpoison: fix race against poison thp
Wanpeng Li
2013-09-11
mm/hwpoison: don't need to hold compound lock for hugetlbfs page
Wanpeng Li
2013-09-11
mm/hwpoison: fix loss of PG_dirty for errors on mlocked pages
Wanpeng Li
2013-09-11
hwpoison: always unset MIGRATE_ISOLATE before returning from soft_offline_page()
Naoya Horiguchi
2013-09-11
mm: soft-offline: use migrate_pages() instead of migrate_huge_page()
Naoya Horiguchi
2013-09-10
shrinker: add node awareness
Dave Chinner
2013-09-06
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2013-08-27
treewide: Fix printks with 0x%#
Joe Perches
2013-08-12
Merge branch 'x86/mce' into x86/ras
Ingo Molnar
2013-07-10
mce: acpi/apei: Soft-offline a page on firmware GHES notification
Naveen N. Rao
2013-07-03
mm/memory-failure.c: fix memory leak in successful soft offlining
Naoya Horiguchi
2013-04-29
HWPOISON: check dirty flag to match against clean page
Naoya Horiguchi
2013-02-23
HWPOISON: change order of error_states[]'s elements
Naoya Horiguchi
2013-02-23
HWPOISON: fix misjudgement of page_action() for errors on mlocked pages
Naoya Horiguchi
2013-02-23
mm: remove offlining arg to migrate_pages
Hugh Dickins
2013-02-23
mm/memory-failure.c: fix wrong num_poisoned_pages in handling memory error on...
Naoya Horiguchi
2013-02-23
mm/memory-failure.c: clean up soft_offline_page()
Naoya Horiguchi
2013-02-23
memory-failure: use num_poisoned_pages instead of mce_bad_pages
Xishi Qiu
2013-02-23
memory-failure: do code refactor of soft_offline_page()
Xishi Qiu
2013-02-23
memory-failure: fix an error of mce_bad_pages statistics
Xishi Qiu
2012-12-16
Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2012-12-11
mm: hwpoison: fix action_result() to print out dirty/clean
Naoya Horiguchi
2012-12-11
memory-hotplug: skip HWPoisoned page when offlining pages
Wen Congyang
2012-12-11
mm/rmap, migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalable
Ingo Molnar
[next]