First  |  Prev |  Next  |  Last
Pages: 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989
[patch] x86, pat: freeing invalid memtype messages
Commit 20413f27163 "x86, pat: Fix memory leak in free_memtype" added an error message in free_memtype() if rbt_memtype_erase() returns NULL. The problem is that if CONFIG_X86_PAT is enabled, we use a different implimentation of rbt_memtype_erase() that always returns NULL. I've modified rbt_memtype_erase() to r... 17 Jun 2010 10:03
[PATCH] Add TAINT_HARDWARE_UNSUPPORTED flag
This patch is similar to Theordore Ts'o's TAINT_USER patch, linux-2.6 commit 34f5a39899f3f3e815da64f48ddb72942d86c366. Individual distributions may enable "generic" features such as X86 support, PPC support, and driver support. Some of the features that are enabled by these "generic" feature flags may not be c... 17 Jun 2010 10:03
Slabinfo: Fix display format
On Thu, 17 Jun 2010, wzt.wzt(a)gmail.com wrote: @@ -4271,7 +4271,7 @@ static int s_show(struct seq_file *m, void *p) if (error) printk(KERN_ERR "slab: cache %s error: %s\n", name, error); - seq_printf(m, "%-17s %6lu %6lu %6u %4u %4d", + seq_printf(m, "%-27s %6lu %6lu %6u %4u %4d", name, ... 18 Jun 2010 02:38
MIPS: return after handling coprocessor 2 exception
Breaking here dropped us to the default code which always sends a SIGILL to the current process, no matter what the CU2 notifier says. Signed-off-by: Jesper Nilsson <jesper(a)jni.nu> --- traps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/mips/kernel/traps.c b/arch/mips/kernel/tr... 18 Jun 2010 09:07
[PATCH] Fix CONFIG_CROSS_COMPILE issue in .config
Linux has an recent option to define CROSS_COMPILE in menuconfig. Typically, one of the options when building for another target is ('arm' is just an example): # make ARCH=arm CROSS_COMPILE=arm-cc O=../build If I omit CROSS_COMPILE and use the new way in .config: CONFIG_CROSS_COMPILE="arm-cc" I got: ... 17 Jun 2010 10:03
[PATCH] pcf857x: support working w/o platform data
Provide sane defaults for pcf857x, so the driver can be used w/o providing platform data (and thus can be simply bound via OF tree). Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov(a)gmail.com> --- drivers/gpio/pcf857x.c | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/drivers... 17 Jun 2010 08:57
[patch] get rid of "cut here" from bug output
It's annoying to have chunks of dmesg output instead just the whole output. A lot of times the very interesting information is before the bug happens. Signed-off-by: Dan Carpenter <error27(a)gmail.com> diff --git a/kernel/panic.c b/kernel/panic.c index 3b16cd9..2db532a 100644 --- a/kernel/panic.c +++ b/kernel... 17 Jun 2010 08:57
Cleanup Lemote FuLoong2e Support
Hi, On Thu, Jul 02, 2009 at 11:15:52PM +0800, Wu wrote: From: Wu Zhangjin <wuzhangjin(a)gmail.com> This patch series is the -v4 version of the loongson-PATCH-v3 series, but it only include the cleanup for fuloong2e support and necessary preparation for future fuloong-2f and yeeloong-2f support. The ... 17 Jun 2010 07:51
vmscan: Setup pagevec as late as possible in shrink_page_list()
On Wed, Jun 16, 2010 at 04:48:01PM -0700, Andrew Morton wrote: On Mon, 14 Jun 2010 12:17:50 +0100 Mel Gorman <mel(a)csn.ul.ie> wrote: shrink_page_list() sets up a pagevec to release pages as according as they are free. It uses significant amounts of stack on the pagevec. This patch adds pages to ... 17 Jun 2010 07:51
[PATCH] isl12022: added Intersil ISL12022 RTC
Hi Roman Fietze , Some minor comments inline. 2010/6/17 Roman Fietze <roman.fietze(a)telemotive.de>: Hello, We are using this on our MPC5200B board. Any comments on the code are welcome. From 7cf874201eb882beea406013bb38a8fcdd980782 Mon Sep 17 00:00:00 2001 From: Roman Fietze <roman.fietze(a)tele... 18 Jun 2010 20:10
First  |  Prev |  Next  |  Last
Pages: 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989