First  |  Prev |  Next  |  Last
Pages: 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92
[PATCH 6/9] HWPOISON, hugetlb: soft offlining for hugepage
This patch extends soft offlining framework to support hugepage. When memory corrected errors occur repeatedly on a hugepage, we can choose to stop using it by migrating data onto another hugepage and disabling the original (maybe half-broken) one. ChangeLog since v1: - add double check in isolating hwpoisoned h... 10 Aug 2010 05:50
[PATCH 1/9] HWPOISON, hugetlb: move PG_HWPoison bit check
In order to handle metadatum correctly, we should check whether the hugepage we are going to access is HWPOISONed *before* incrementing mapcount, adding the hugepage into pagecache or constructing anon_vma. This patch also adds retry code when there is a race between alloc_huge_page() and memory failure. Signed-... 10 Aug 2010 05:50
[PATCH 0/9] Hugepage migration (v2)
Hi, This is the 2nd version of "hugepage migration" patchset. There were two points of issue. * Dividing hugepage migration functions from original migration code. This is to avoid complexity. In present version, some high level migration routines are defined to handle hugepage, but some low level rou... 10 Aug 2010 05:50
[PATCH 9/9] hugetlb: add corrupted hugepage counter
This patch adds "HugePages_Crpt:" line in /proc/meminfo like below: # cat /proc/meminfo |grep -e Huge -e Corrupt HardwareCorrupted: 6144 kB HugePages_Total: 8 HugePages_Free: 5 HugePages_Rsvd: 0 HugePages_Surp: 0 HugePages_Crpt: 3 Hugepagesize: 2048 kB Signe... 10 Aug 2010 05:50
[PATCH 3/9] hugetlb: rename hugepage allocation functions
The function name alloc_huge_page_no_vma_node() has verbose suffix "_no_vma". This patch makes existing alloc_huge_page() and it's family have "_vma" instead, which makes it easier to read. Signed-off-by: Naoya Horiguchi <n-horiguchi(a)ah.jp.nec.com> --- include/linux/hugetlb.h | 4 ++-- mm/hugetlb.c ... 10 Aug 2010 05:50
[PATCH 2/2] rtc: Add support in Makefile/Kconfig for the LPC32XX RTC
On Tue, Aug 10, 2010 at 09:45:49AM +0800, Wan ZongShun wrote: Hi Kevin , 2010/8/10 <wellsk40(a)gmail.com>: From: Kevin Wells <wellsk40(a)gmail.com> Enable build RTC support for the LPC32XX in makefile/Kconfig I think you can intergrate two patches [PATCH 1/2 2/2] into one rtc driver... 10 Aug 2010 05:50
[PATCH 3/4] arch/frv: Removing dead NO_KERNEL_MSG config option
CONFIG_NO_KERNEL_MSG doesn't exist in Kconfig, therefore removing all references to it from the source. Signed-off-by: Christian Dietrich <qy03fugy(a)stud.informatik.uni-erlangen.de> --- arch/frv/include/asm/bug.h | 4 ---- arch/frv/kernel/debug-stub.c | 2 -- 2 files changed, 0 insertions(+), 6 deletion... 10 Aug 2010 05:50
[PATCH 0/4] Removing dead code
Hi all! As part of the VAMOS[0] research project at the University of Erlangen we are looking at multiple integrity errors in linux' configuration system. I've been running a check on the arch/frv sourcetree for config Items not defined in Kconfig and found 4 such cases. Sourcecode bloc... 10 Aug 2010 05:50
[PATCH 1/4] arch/frv: Removing dead RAMKERNEL config option
CONFIG_RAMKERNEL doesn't exist in Kconfig, therefore removing all references to it from the source. Signed-off-by: Christian Dietrich <qy03fugy(a)stud.informatik.uni-erlangen.de> --- arch/frv/mm/init.c | 17 ----------------- 1 files changed, 0 insertions(+), 17 deletions(-) diff --git a/arch/frv/mm/init.c b... 10 Aug 2010 05:50
[PATCH 4/4] arch/frv: Removing dead DEBUG_STACK_USAGE config option
CONFIG_DEBUG_STACK_USAGE doesn't exist in Kconfig, therefore removing all references to it from the source. Signed-off-by: Christian Dietrich <qy03fugy(a)stud.informatik.uni-erlangen.de> --- arch/frv/include/asm/thread_info.h | 11 ----------- 1 files changed, 0 insertions(+), 11 deletions(-) diff --git a/ar... 10 Aug 2010 05:50
First  |  Prev |  Next  |  Last
Pages: 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92