Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
483f1798998ede75b2575cc1813c3d89ba64a34e
/
mm
/
memory-failure.c
5db8a73
mm/memory-failure.c: fix page isolated count mismatch
by Minchan Kim
· 13 years ago
1495f23
vmscan: change shrinker API by passing shrink_control struct
by Ying Han
· 13 years ago
a09ed5e
vmscan: change shrink_slab() interfaces by passing shrink_control
by Ying Han
· 13 years ago
bd48628
mem-hwpoison: fix page refcount around isolate_lru_page()
by Konstantin Khlebnikov
· 13 years ago
3d48ae4
mm: Convert i_mmap_lock to a mutex
by Peter Zijlstra
· 13 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
6c51038
Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 14 years ago
e64a782
mm: change __remove_from_page_cache()
by Minchan Kim
· 14 years ago
f58c9df
mm: remove is_hwpoison_address
by Huang Ying
· 14 years ago
7eaceac
block: remove per-queue plugging
by Jens Axboe
· 14 years ago
af241a0
thp: fix unsuitable behavior for hwpoisoned tail page
by Jin Dongming
· 14 years ago
a6d30dd
thp: fix the wrong reported address of hwpoisoned hugepages
by Jin Dongming
· 14 years ago
efeda7a
thp: fix splitting of hwpoisoned hugepages
by Jin Dongming
· 14 years ago
48db54e
mm/migration: fix page corruption during hugepage migration
by Minchan Kim
· 14 years ago
57fc4a5
mm: when migrate_pages returns 0, all pages must have been released
by Andrea Arcangeli
· 14 years ago
37c2ac7
thp: compound_trans_order
by Andrea Arcangeli
· 14 years ago
91600e9
thp: fix memory-failure hugetlbfs vs THP collision
by Andrea Arcangeli
· 14 years ago
3f04f62
thp: split_huge_page paging
by Andrea Arcangeli
· 14 years ago
77f1fe6
mm: migration: allow migration to operate asynchronously and avoid synchronous compaction in the faster path
by Mel Gorman
· 14 years ago
20d6c96
mem-hotplug: introduce {un}lock_memory_hotplug()
by KOSAKI Motohiro
· 14 years ago
cf608ac
mm: compaction: fix COMPACTPAGEFAILED counting
by Minchan Kim
· 14 years ago
46e387b
Merge branch 'hwpoison-hugepages' into hwpoison
by Andi Kleen
· 14 years ago
a08c80e
HWPOISON: Remove retry loop for try_to_unmap
by Andi Kleen
· 14 years ago
9033ae1
HWPOISON: Turn addr_valid from bitfield into char
by Andi Kleen
· 14 years ago
898e70d
HWPOISON: Disable DEBUG by default
by Andi Kleen
· 14 years ago
fb46e73
HWPOISON: Convert pr_debugs to pr_info
by Andi Kleen
· 14 years ago
1c80b99
HWPOISON: Improve comments in memory-failure.c
by Andi Kleen
· 14 years ago
6a90181
HWPOISON, hugetlb: fix unpoison for hugepage
by Naoya Horiguchi
· 14 years ago
d950b95
HWPOISON, hugetlb: soft offlining for hugepage
by Naoya Horiguchi
· 14 years ago
8c6c2ec
HWPOSION, hugetlb: recover from free hugepage error when !MF_COUNT_INCREASED
by Naoya Horiguchi
· 14 years ago
6de2b1a
HWPOISON, hugetlb: add free check to dequeue_hwpoison_huge_page()
by Naoya Horiguchi
· 14 years ago
47f43e7
HWPOISON: Stop shrinking at right page count
by Andi Kleen
· 14 years ago
0d9ee6a
HWPOISON: Report correct address granuality for AO huge page errors
by Andi Kleen
· 14 years ago
1021a64
Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6
by Linus Torvalds
· 14 years ago
93f70f9
HWPOISON, hugetlb: isolate corrupted hugepage
by Naoya Horiguchi
· 14 years ago
c9fbdd5
HWPOISON, hugetlb: maintain mce_bad_pages in handling hugepage error
by Naoya Horiguchi
· 14 years ago
7013feb
HWPOISON, hugetlb: set/clear PG_hwpoison bits on hugepage
by Naoya Horiguchi
· 14 years ago
7af446a
HWPOISON, hugetlb: enable error handling path for hugepage
by Naoya Horiguchi
· 14 years ago
bbeb340
KVM: Fix a race condition for usage of is_hwpoison_address()
by Huang Ying
· 14 years ago
bf99815
KVM: Avoid killing userspace through guest SRAO MCE on unmapped pages
by Huang Ying
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
5beb493
mm: change anon_vma linking to fix multi-process server scalability issue
by Rik van Riel
· 15 years ago
27df506
HWPOISON: Add PROC_FS dependency to hwpoison injector v2
by Andi Kleen
· 15 years ago
f2c03de
HWPOISON: Remove stray phrase in a comment
by Andi Kleen
· 15 years ago
12686d1
HWPOISON: Try to allocate migration page on the same node
by Andi Kleen
· 15 years ago
facb601
HWPOISON: Add soft page offline support
by Andi Kleen
· 15 years ago
2326c46
HWPOISON: Undefine short-hand macros after use to avoid namespace conflict
by Andi Kleen
· 15 years ago
0474a60
HWPOISON: Use new shake_page in memory_failure
by Andi Kleen
· 15 years ago
1bfe5fe
HWPOISON: add an interface to switch off/on all the page filters
by Haicheng Li
· 15 years ago
4fd466e
HWPOISON: add memory cgroup filter
by Andi Kleen
· 15 years ago
478c5ff
HWPOISON: add page flags filter
by Wu Fengguang
· 15 years ago
7c116f2
HWPOISON: add fs/device filters
by Wu Fengguang
· 15 years ago
138ce28
HWPOISON: return 0 to indicate success reliably
by Wu Fengguang
· 15 years ago
d95ea51
HWPOISON: make semantics of IGNORED/DELAYED clear
by Wu Fengguang
· 15 years ago
847ce40
HWPOISON: Add unpoisoning support
by Wu Fengguang
· 15 years ago
8d22ba1
HWPOISON: detect free buddy pages explicitly
by Wu Fengguang
· 15 years ago
95d01fc
HWPOISON: remove the free buddy page handler
by Wu Fengguang
· 15 years ago
dc2a1cb
HWPOISON: introduce delete_from_lru_cache()
by Wu Fengguang
· 15 years ago
db0480b
HWPOISON: comment the possible set_page_dirty() race
by Wu Fengguang
· 15 years ago
1668bfd
HWPOISON: abort on failed unmap
by Wu Fengguang
· 15 years ago
82ba011
HWPOISON: Turn ref argument into flags argument
by Andi Kleen
· 15 years ago
bd1ce5f
HWPOISON: avoid grabbing the page count multiple times during madvise injection
by Wu Fengguang
· 15 years ago
a7560fc
HWPOISON: return ENXIO on invalid page number
by Wu Fengguang
· 15 years ago
9b9a29e
HWPOISON: remove the anonymous entry
by Wu Fengguang
· 15 years ago
588f9ce
HWPOISON: Be more aggressive at freeing non LRU caches
by Andi Kleen
· 15 years ago
af8e335
mm: CONFIG_MMU for PG_mlocked
by Hugh Dickins
· 15 years ago
af901ca
tree-wide: fix assorted typos all over the place
by André Goddard Rosa
· 15 years ago
7456b04
HWPOISON: fix invalid page count in printk output
by Wu Fengguang
· 15 years ago
01e00f8
HWPOISON: fix oops on ksm pages
by Hugh Dickins
· 15 years ago
e43c3af
HWPOISON: return early on non-LRU pages
by Wu Fengguang
· 15 years ago
6a46079
HWPOISON: The high level memory error handler in the VM v7
by Andi Kleen
· 15 years ago