device_attributes: add sysfs_attr_init() for dynamic attributes
On Sun, Mar 21, 2010 at 11:40:28PM -0700, Dmitry Torokhov wrote: My standard question - are all of these need to be dynamically allocated? I have my doubts for a few of them. Still, this would be a more intrusive change than just fixing the BUG appearance, so I'd like to leave that task for those having th... 22 Mar 2010 06:03
[PATCH] x86: hpet: work around wrong number of timers in ID register
Not every HPET implementation gets the index of the last timer correct; if this field is erroneously set to the timer count, the kernel will allocate one additional timer that does not actually exist. To work around this, create a helper function to read the number of timers and to check that the last timer actua... 22 Mar 2010 04:58
HID: add driver for Roccat Kone gaming mouse 2nd Attempt
On Thu, 18 Mar 2010, Stefan Achatz wrote: --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -399,6 +399,9 @@ #define USB_VENDOR_ID_PRODIGE 0x05af #define USB_DEVICE_ID_PRODIGE_CORDLESS 0x3062 +#define USB_VENDOR_ID_ROCCAT 0x1e7d +#define USB_DEVICE_ID_ROCCAT_KONE 0x2ced + ... 22 Mar 2010 04:58
[RFC Patch 3/3] bonding: make bonding support netpoll
Based on Andy's work, but I modify a lot. Similar to the patch for bridge, this patch does: 1) implement the 4 methods to support netpoll for bonding; 2) modify netpoll during forwarding packets in bonding; 3) disable netpoll support of bridge when a netpoll-unabled device is added to bonding; 4) e... 22 Mar 2010 04:58
[tip:core/urgent] softlockup: Stop spurious softlockup messages due to overflow
Commit-ID: 8c2eb4805d422bdbf60ba00ff233c794d23c3c00 Gitweb: http://git.kernel.org/tip/8c2eb4805d422bdbf60ba00ff233c794d23c3c00 Author: Colin Ian King <colin.king(a)canonical.com> AuthorDate: Fri, 19 Mar 2010 10:28:02 +0000 Committer: Ingo Molnar <mingo(a)elte.hu> CommitDate: Sun, 21 Mar 2010 19:30:13 +0100 ... 22 Mar 2010 03:53
[PATCH 1/5] i2c-bfin-twi: integrate timeout timer with completion interface
From: Sonic Zhang <sonic.zhang(a)analog.com> There isn't much point in managing our own custom timeout timer when the completion interface already includes support for it. This makes the resulting code much simpler and robust. Signed-off-by: Sonic Zhang <sonic.zhang(a)analog.com> Signed-off-by: Mike Frysinger <va... 22 Mar 2010 03:53
staging: winbond: wb35reg_f.h Coding style fixes.
Lars Lindley kirjoitti: I fixed the checkpatch things except a couple of long lines. I also removed hungarian notation from the argument names and some "commented away" code. Signed-off-by: Lars Lindley <lindley(a)coyote.org> Did you check that all these function declarations are actually used? I've ... 22 Mar 2010 07:09
early_res: seperate common memmap func from e820.c to fw_memmap.c
Yinghai Lu <yinghai(a)kernel.org> writes: On 03/21/2010 10:12 PM, Benjamin Herrenschmidt wrote: It -may- well be that adapting x86 to lmb isn't a practical approach, but if that was the case, then please justify why with precise technical reasons, which we can discuss then in details and make a decision ... 22 Mar 2010 03:53
[PATCH] slab: Report caller of kzalloc() rather than kzalloc() itself.
/proc/slab_allocators may report kzalloc() itself rather than caller of kzalloc() if CONFIG_OPTIMIZE_INLINING=y . # grep zalloc /proc/slab_allocators | head scsi_cmd_cache: 2 kmem_cache_zalloc+0xb/0xd vm_area_struct: 355 kmem_cache_zalloc+0xb/0xd debug_objects_cache: 555 kmem_cache_zalloc+0xb/0xd size... 22 Mar 2010 02:46
fixed sparkling issue on lcd panel when fb_blank mode is changed.
yes, you are right. when fb_blank mode is changed to FB_BLANK_NORMAL or FB_BLANK_UNBLANK(power down -> power up) it has a possibility that we would encounter same issue. I'd try to modify my patch to be considered with your opinion and will send it again. Thank you for your answer. Best Regards, InKi Dae.... 22 Mar 2010 01:28