First  |  Prev |  Next  |  Last
Pages: 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613
x86, memblock: Use memblock_debug to control debug message print out
On 07/13/2010 01:37 PM, Bjorn Helgaas wrote: On Tuesday, July 13, 2010 01:10:39 am Yinghai Lu wrote: - pr_cont(" ==> [%010llx-%010llx]\n", final_start, final_end - 1); + memblock_dbg(" ==> [%#010llx-%#010llx]\n", final_start, final_end - 1); reserve_bootmem_generic(final_start, final_end - final_sta... 13 Jul 2010 17:31
mm: sl[au]b: add knowledge of reserve pages
Hi Xiaotian! I would actually prefer that the SLAB, SLOB, and SLUB changes were in separate patches to make reviewing easier. Looking at SLUB: On Tue, Jul 13, 2010 at 1:17 PM, Xiaotian Feng <dfeng(a)redhat.com> wrote: diff --git a/mm/slub.c b/mm/slub.c index 7bb7940..7a5d6dc 100644 --- a/mm/slub.c +... 15 Jul 2010 08:45
x86, memblock: Use memblock_debug to control debug message print out
On Tuesday, July 13, 2010 01:10:39 am Yinghai Lu wrote: - pr_cont(" ==> [%010llx-%010llx]\n", final_start, final_end - 1); + memblock_dbg(" ==> [%#010llx-%#010llx]\n", final_start, final_end - 1); reserve_bootmem_generic(final_start, final_end - final_start, BOOTMEM_DEFAULT); } @@ -286,9 +286... 13 Jul 2010 17:31
[PATCH] introduce a default off mode for kmemleak
Hi, Kmemleak can be very useful in figuring out where a kernel leak is suspected, but I've run into issues it which makes it hard to enable by default - reports false positives, oom kills on low memory systems (512 MB). Although these can be addressed, there is still the memory footprint, and runtime overhead, ... 13 Jul 2010 17:31
[PATCH] inotify: allow users to request not to recieve events on unlinked children
An inotify watch on a directory will send events for children even if those children have been unlinked. This patch add a new inotify flag IN_EXCL_UNLINK which allows a watch to specificy they don't care about unlinked children. This should fix performance problems seen by tasks which add a watch to /tmp and then ... 13 Jul 2010 17:31
x86: fix keeping track of AMD C1E
[Adding Borislav and Hans to the Cc: list] Any objections? Otherwise I'm going to queue this up in the urgent queue. -hpa On 07/13/2010 11:59 AM, Michal Schmidt wrote: On my system with AMD Phenom II X6 I am seeing pauses at boot (usually during udev startup) which require a key press to continue. It... 27 Jul 2010 13:57
trivial: clear the comment on parameters for ext2_xattr_set
On Tue, Jul 13, 2010 at 11:03:31PM +0800, Wang Sheng-Hui wrote: diff --git a/fs/ext2/xattr.c b/fs/ext2/xattr.c index 5ecbbd8..f56b599 100644 --- a/fs/ext2/xattr.c +++ b/fs/ext2/xattr.c @@ -355,7 +355,7 @@ static void ext2_xattr_update_super_block(struct super_block *sb) /* * ext2_xattr_set() ... 13 Jul 2010 16:26
[PATCH 2/2] x86: remove c1e_mask
c1e_mask is redundant. The information about activated timer broadcast for AMD C1E is kept in the CPU feature flags. Signed-off-by: Michal Schmidt <mschmidt(a)redhat.com> --- arch/x86/include/asm/cpufeature.h | 2 +- arch/x86/include/asm/idle.h | 2 -- arch/x86/include/asm/processor.h | 1 - a... 13 Jul 2010 15:20
[PATCH 1/2] x86: fix keeping track of AMD C1E
On my system with AMD Phenom II X6 I am seeing pauses at boot (usually during udev startup) which require a key press to continue. It only happens if C1E is enabled in the BIOS. It's caused by the APIC timer's inability to wake up the CPU from C1E (AMD erratum #400). Linux has a workaround for it, but it's not be... 13 Jul 2010 15:20
[PATCH 0/2] x86: AMD C1E fix and cleanup
The first patch fixes AMD C1E once again. The second one is a cleanup. --- Michal Schmidt (2): x86: remove c1e_mask x86: fix keeping track of AMD C1E arch/x86/include/asm/cpufeature.h | 2 +- arch/x86/include/asm/idle.h | 2 -- arch/x86/include/asm/processor.h | 1 - arch/x8... 13 Jul 2010 15:20
First  |  Prev |  Next  |  Last
Pages: 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613