First  |  Prev |  Next  |  Last
Pages: 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381
linux-next: manual merge of the battery tree with the mips tree
Hi Anton, Today's linux-next merge of the battery tree got a conflict in drivers/power/Kconfig drivers/power/Makefile between commit 0a5518307648808ce7d62cbfa6d7bdbb01c4e84a ("POWER: Add JZ4740 battery driver") from the mips tree and commit 6721081b6b911a067fe6ca3d6f5534c4a11a9e59 ("Intel MID platform battery d... 27 Jul 2010 23:53
[PATCH 1/2] s6e63m0: unregister backlight device and remove sysfs attribute file in s6e63m0_remove
s6e63m0_probe() registered backlight device and create sysfs attribute files, thus s6e63m0_remove() should unregister backlight device and remove sysfs attribute files. Signed-off-by: Axel Lin <axel.lin(a)gmail.com> --- drivers/video/backlight/s6e63m0.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-... 27 Jul 2010 23:53
[PATCH 2/2] s6e63m0: fix section mismatch
Eliminate section mismatch warning by marking s6e63m0_probe() as __devinit. Signed-off-by: Axel Lin <axel.lin(a)gmail.com> --- drivers/video/backlight/s6e63m0.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/video/backlight/s6e63m0.c b/drivers/video/backlight/s6e63m0.c index b... 27 Jul 2010 23:53
ftrace: record command lines at more appropriate moment
Ian Munsie wrote: From: Ian Munsie <imunsie(a)au1.ibm.com> Previously, when tracing was activated through debugfs, regardless of which tracing plugin (if any) were activated, the probe_sched_switch and probe_sched_wakeup probes from the sched_switch plugin would be activated. This appears to have been ... 27 Jul 2010 23:53
[PATCH 1/2] ftrace: record command lines at more appropriate moment
From: Ian Munsie <imunsie(a)au1.ibm.com> Previously, when tracing was activated through debugfs, regardless of which tracing plugin (if any) were activated, the probe_sched_switch and probe_sched_wakeup probes from the sched_switch plugin would be activated. This appears to have been a hack to use them to record th... 27 Jul 2010 22:48
cgroup arbitarary ID allocation
On Tue, Jul 27, 2010 at 04:54:17PM +0900, KAMEZAWA Hiroyuki wrote: From: KAMEZAWA Hiroyuki <kamezawa.hiroyu(a)jp.fujitsu.com> When a subsystem want to make use of "id" more, it's necessary to manage the id at cgroup subsystem creation time. But, now, because of the order of cgroup creation callback, subsy... 2 Aug 2010 20:15
[PATCH 2/2] Revert "tracing: Allow to disable cmdline recording"
From: Ian Munsie <imunsie(a)au1.ibm.com> This reverts commit e870e9a1240bcef1157ffaaf71dac63362e71904. That patch was submitted to provide an option to disable recording command lines since we were using a hack to record them using the sched_switch probes which added significant overhead to context switching. ... 27 Jul 2010 22:48
memcg use ID in page_cgroup
On Tue, Jul 27, 2010 at 04:56:29PM +0900, KAMEZAWA Hiroyuki wrote: From: KAMEZAWA Hiroyuki <kamezawa.hiroyu(a)jp.fujitsu.com> Now, addresses of memory cgroup can be calculated by their ID without complex. This patch relplaces pc->mem_cgroup from a pointer to a unsigned short. On 64bit architecture, this o... 28 Jul 2010 11:52
Questions and problems with NFS4
> - If you have a common root, is it mandatory to mount it in the client ? - If I setup a common root (say /export), and aoutomount some folders: /scratch/local /scratch/node/00 /scratch/node/01 ...... /export/scratch -> /scratch/local (bind mount). /scratch/node/?? is aut... 30 Jul 2010 15:14
[RFC][PATCH 2/2] Greatly improve TSC calibration using a timer
Boot to boot the TSC calibration may vary by quite a large amount. While normal variance of 50-100ppm can easily be seen, the quick calibration code only requires 500ppm accuracy, which is the limit of what NTP can correct for. This can cause problems for systems being used as NTP servers, as every time they r... 27 Jul 2010 22:48
First  |  Prev |  Next  |  Last
Pages: 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381