[PATCHSET sched/core] sched: prepare for cmwq, take#2
Hello, This is the second take of repare-for-cmwq patchset. Changes from the first take[L] are * consult-online-mask-instead-of-active-in-select_fallback_rq and implement-__set_cpus_allowed replaced by updates to when cpu_active and cpuset configuration are updated as suggested by Peter. * Patch descri... 31 May 2010 15:16
Good News
Your e-mail address has made you a winner of 2,500,000GBP, from the Canadian Lottery Promo. Contact our British Agent Trevor Allan via: E-mail: lotto649(a)gala.net Tel: +447031979972 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org ... 31 May 2010 15:16
[PATCH] input: Tone down logging from S3C touchscreen driver
The S3C touchscreen driver is logging at LOG_INFO on every stylus up event which spams the console needlessly. Reduce the priority of the message to debug level for some peace and quiet. Signed-off-by: Mark Brown <broonie(a)opensource.wolfsonmicro.com> --- drivers/input/touchscreen/s3c2410_ts.c | 2 +- 1 fil... 31 May 2010 14:10
X86:reboot.c Add some dmi entries to pci_reboot_dmi_table.
On 05/31/2010 10:07 AM, Matthew Garrett wrote: I know that I'm partially responsible for this, but again this strongly indicates that we're doing something wrong. I'll look into how Windows behaves. alright!! I've a machine over here test anything.. Justin P. Mattock -- To unsubscribe from this l... 2 Jun 2010 23:06
Drivers: Stagins: memrar: cleanup
On 05/31/2010 05:04 PM, Spyros Papageorgiou wrote: From:Spyros Papageorgiou <spyros.papageorgiou(a)gmai.com> Removed an unneeded struct specifier in function call. Signed-off-by: Spyros Papageorgiou <spyros.papageorgiou(a)gmai.com> --- drivers/staging/memrar/memrar_allocator.c | 6 +++--- 1 fi... 31 May 2010 14:10
fix packet loss and massive ping spikes with PPP multi-link
Paul Mackerras wrote: I needed to do something similar a while back and I took a very different approach, which I think is more flexible. Rather than implement a new round-robin scheduler I simply introduced a target minimum fragment size into the fragment size calculation, as a per bundle param... 2 Jun 2010 12:02
X86:reboot.c Add some dmi entries to pci_reboot_dmi_table.
I know that I'm partially responsible for this, but again this strongly indicates that we're doing something wrong. I'll look into how Windows behaves. -- Matthew Garrett | mjg59(a)srcf.ucam.org -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vg... 3 Jun 2010 07:50
oom: the points calculation of child processes must use find_lock_task_mm() too
On 05/31, KOSAKI Motohiro wrote: --- a/mm/oom_kill.c +++ b/mm/oom_kill.c @@ -87,6 +87,7 @@ static struct task_struct *find_lock_task_mm(struct task_struct *p) unsigned long badness(struct task_struct *p, unsigned long uptime) { unsigned long points, cpu_time, run_time; + struct task_struct *... 31 May 2010 13:04
module: fix bne2 "gave up waiting for init of module libcrc32c"
On Mon, 31 May 2010 21:32:27 +0930 Rusty Russell <rusty(a)rustcorp.com.au> wrote: Problem: it's hard to avoid an init routine stumbling over a request_module these days. And it's not clear it's always a bad idea: for example, a module like kvm with dynamic dependencies on kvm-intel or kvm-amd would be neat... 31 May 2010 13:04
[PATCH] spi: mpc512x_psc_spi.c: Fix build failures
Fixes build errors caused by the: - OF device_node pointer being moved into struct device - removal of the match_table field from struct of_platform_driver Signed-off-by: Anatolij Gustschin <agust(a)denx.de> Cc: Grant Likely <grant.likely(a)secretlab.ca> --- drivers/spi/mpc512x_psc_spi.c | 12 ++++++------ 1 ... 31 May 2010 13:04