PM_QOS re-design for hot path use of limited dynamic range requests was- Re: [linux-pm] [PATCH 0/8] Suspend block api (version 8)
On Fri, Jun 04, 2010 at 09:23:10AM -0500, James Bottomley wrote: On Thu, 2010-06-03 at 21:07 -0700, Arve Hj�nnev�g wrote: On Thu, Jun 3, 2010 at 2:05 PM, Rafael J. Wysocki <rjw(a)sisk.pl> wrote: On Thursday 03 June 2010, James Bottomley wrote: On Thu, 2010-06-03 at 00:10 -0700, Arve Hj�nnev�g wrote... 6 Jun 2010 18:16
[RFC][PATCH 0/6] xtime/wall_to_monotonic cleanups
This patchset cleans up all the direct accesses to xtime and wall_to_monotonic, allowing them to be made static so we can do further cleanup and rework of the timekeeping core. This is 2.6.36 (or later) material. But I wanted to get the ball rolling. Any feedback/testing would be greatly appreciated! than... 4 Jun 2010 23:33
[RFC][PATCH 5/6] Cleanup hrtimer.c's direct access to wall_to_monotonic
Provides an accessor function to replace hrtimer.c's direct access of wall_to_monotonic. This will allow wall_to_monotonic to be made static as planned in Documentation/feature-removal-schedule.txt Signed-off-by: John Stultz <johnstul(a)us.ibm.com> CC: Thomas Gleixner <tglx(a)linutronix.de> --- include/linux/ti... 4 Jun 2010 23:33
[git pull] vfs/fs for -rc2
Fixes and two really obvious cleanups; please pull from git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6.git/ for-linus Shortlog: Al Viro (2): mqueue doesn't need make_bad_inode() fix the deadlock in qib_fs Andrew Hendry (1): Minix: Clean up left over label Dan Carpenter (1): ... 4 Jun 2010 23:33
[RFC][PATCH 4/6] Convert um to use read_persistent_clock
This patch converts the um arch to use read_persistent_clock(). This allows it to avoid accessing xtime and wall_to_monotonic directly. This patch is un-tested, so any help by testers or maintainers would be greatly appreciated! Signed-off-by: John Stultz <johnstul(a)us.ibm.com> CC: Jeff Dike <jdike(a)addtoit.com... 4 Jun 2010 23:33
[RFC][PATCH 6/6] Make xtime and wall_to_monotonic static
This patch makes xtime and wall_to_monotonic static, as planned in Documentation/feature-removal-schedule.txt. This will allow for further cleanups to the timekeeping core. Signed-off-by: John Stultz <johnstul(a)us.ibm.com> CC: Thomas Gleixner <tglx(a)linutronix.de> --- Documentation/feature-removal-schedule.txt |... 4 Jun 2010 23:33
MAINTAINERS: add maintainer for SAMSUNG ARM ARCHITECTURES
Hi Ben, I'm waiting your comments. Thank you, Kyungmin Park On Fri, Jun 4, 2010 at 7:36 PM, Kukjin Kim <kgene.kim(a)samsung.com> wrote: Signed-off-by: Kukjin Kim <kgene.kim(a)samsung.com> --- �MAINTAINERS | � �2 ++ �1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/MAINTAINERS b/MAIN... 11 Jun 2010 02:42
Invalid opcode on resume from STR on Asus P4P800-VM
On Sat, 5 Jun 2010, Ondrej Zary wrote: Here's a patch that fixes the problem. I don't know how many machines will it break... diff -urp linux-2.6.35-rc1-git2-orig/arch/x86/include/asm/suspend_32.h linux-2.6.35-rc1-git2/arch/x86/include/asm/suspend_32.h --- linux-2.6.35-rc1-git2-orig/arch/x86/inclu... 4 Jun 2010 22:28
2.6.35-rc1 system oom, many processes killed but memory not free
I left a 2.6.35-rc1 system, ubuntu 10.4/64 building randconfigs in a ramdisk overnight. /dev/ram0 9842848 5141780 4201068 56% /media/ramdisk After about 3 hours oom killer started killing nearly all the processes, but the memory is still not released. Could ramdisk cause this? How can I find ou... 25 Jun 2010 03:20
Proposal for a new algorithm for reading & writing a hibernation image.
Hi again. As I think about this more, I reckon we could run into problems at resume time with reloading the image. Even if some bits aren't modified as we're writing the image, they still might need to be atomically restored. If we make the atomic restore part too small, we might not be able to do that. S... 5 Jun 2010 15:49