index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
memory-failure.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-30
mm/memory-failure.c: don't let collect_procs() skip over processes for MF_ACT...
Tony Luck
1
-9
/
+12
2014-06-30
mm/memory-failure.c-failure: send right signal code to correct thread
Tony Luck
1
-2
/
+2
2014-06-11
mm/memory-failure.c: fix memory leak by race between poison and unpoison
Naoya Horiguchi
1
-0
/
+2
2014-06-07
hwpoison, hugetlb: lock_page/unlock_page does not match for handling a free h...
Chen Yucong
1
-7
/
+8
2014-04-03
mm: close PageTail race
David Rientjes
1
-1
/
+1
2014-02-22
mm/memory-failure.c: move refcount only in !MF_COUNT_INCREASED
Naoya Horiguchi
1
-2
/
+4
2014-02-20
mm/memory-failure.c: fix memory leak in successful soft offlining
Naoya Horiguchi
1
-4
/
+18
2014-02-13
mm/memory-failure.c: shift page lock from head page to tail page after thp split
Naoya Horiguchi
1
-10
/
+11
2014-01-25
mm/memory-failure.c: recheck PageHuge() after hugetlb page migrate successfully
Jianguo Wu
1
-4
/
+10
2014-01-09
mm/memory-failure.c: transfer page count from head page to tail page after sp...
Naoya Horiguchi
1
-0
/
+10
2013-04-29
HWPOISON: check dirty flag to match against clean page
Naoya Horiguchi
1
-2
/
+2
2013-02-23
HWPOISON: change order of error_states[]'s elements
Naoya Horiguchi
1
-3
/
+3
2013-02-23
HWPOISON: fix misjudgement of page_action() for errors on mlocked pages
Naoya Horiguchi
1
-5
/
+22
2013-02-23
mm: remove offlining arg to migrate_pages
Hugh Dickins
1
-4
/
+3
2013-02-23
mm/memory-failure.c: fix wrong num_poisoned_pages in handling memory error on...
Naoya Horiguchi
1
-1
/
+11
2013-02-23
mm/memory-failure.c: clean up soft_offline_page()
Naoya Horiguchi
1
-69
/
+87
2013-02-23
memory-failure: use num_poisoned_pages instead of mce_bad_pages
Xishi Qiu
1
-8
/
+8
2013-02-23
memory-failure: do code refactor of soft_offline_page()
Xishi Qiu
1
-14
/
+20
2013-02-23
memory-failure: fix an error of mce_bad_pages statistics
Xishi Qiu
1
-21
/
+17
2012-12-16
Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-3
/
+4
2012-12-11
mm: hwpoison: fix action_result() to print out dirty/clean
Naoya Horiguchi
1
-13
/
+13
2012-12-11
memory-hotplug: skip HWPoisoned page when offlining pages
Wen Congyang
1
-1
/
+1
2012-12-11
mm/rmap, migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalable
Ingo Molnar
1
-2
/
+2
2012-12-11
mm: migrate: Add a tracepoint for migrate_pages
Mel Gorman
1
-1
/
+2
2012-11-30
mm: soft offline: split thp at the beginning of soft_offline_page()
Naoya Horiguchi
1
-0
/
+8
2012-10-09
mm anon rmap: replace same_anon_vma linked list with an interval tree.
Michel Lespinasse
1
-1
/
+4
2012-10-09
mm: replace vma prio_tree with an interval tree
Michel Lespinasse
1
-2
/
+1
2012-07-31
memcg: rename config variables
Andrew Morton
1
-1
/
+1
2012-07-31
hugetlb: simplify migrate_huge_page()
Aneesh Kumar K.V
1
-11
/
+4
2012-07-30
mm: fix wrong argument of migrate_huge_pages() in soft_offline_huge_page()
Joonsoo Kim
1
-3
/
+3
2012-07-11
x86/mce: Fix siginfo_t->si_addr value for non-recoverable memory faults
Tony Luck
1
-6
/
+8
2012-05-29
mm/memory_failure: let the compiler add the function name
Borislav Petkov
1
-4
/
+4
2012-05-21
mm: page_isolation: MIGRATE_CMA isolation functions added
Michal Nazarewicz
1
-1
/
+1
2012-03-22
Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-46
/
+50
2012-03-21
thp: allow a hwpoisoned head page to be put back to LRU
Dean Nelson
1
-1
/
+1
2012-01-26
Merge tag 'mce-recovery-for-tip' of git://git.kernel.org/pub/scm/linux/kernel...
Ingo Molnar
1
-46
/
+50
2012-01-12
mm: compaction: introduce sync-light migration for use by compaction
Mel Gorman
1
-1
/
+1
2012-01-03
HWPOISON: Add code to handle "action required" errors.
Tony Luck
1
-21
/
+29
2012-01-03
HWPOISON: Clean up memory_failure() vs. __memory_failure()
Tony Luck
1
-25
/
+21
2011-11-06
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+1
2011-10-31
HWPOISON: convert pr_debug()s to pr_info()s
Dean Nelson
1
-6
/
+6
2011-10-31
mm: Add export.h for EXPORT_SYMBOL to active symbol exporters
Paul Gortmaker
1
-0
/
+1
2011-08-03
HWPoison: add memory_failure_queue()
Huang Ying
1
-0
/
+92
2011-06-27
mm/memory-failure.c: fix spinlock vs mutex order
Peter Zijlstra
1
-15
/
+6
2011-06-15
mm/memory-failure.c: fix page isolated count mismatch
Minchan Kim
1
-1
/
+3
2011-05-25
vmscan: change shrinker API by passing shrink_control struct
Ying Han
1
-2
/
+1
2011-05-25
vmscan: change shrink_slab() interfaces by passing shrink_control
Ying Han
1
-1
/
+6
2011-05-25
mem-hwpoison: fix page refcount around isolate_lru_page()
Konstantin Khlebnikov
1
-5
/
+6
2011-05-25
mm: Convert i_mmap_lock to a mutex
Peter Zijlstra
1
-2
/
+2
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-3
/
+3
[next]