[PATCH 4/5] powernow-k8: Fix frequency reporting
From: Mark Langsdorf <mark.langsdorf(a)amd.com> With F10, model 10, all valid frequencies are in the ACPI _PST table. Cc: <stable(a)kernel.org> # 33.x 32.x Signed-off-by: Mark Langsdorf <mark.langsdorf(a)amd.com> Signed-off-by: Borislav Petkov <borislav.petkov(a)amd.com> --- arch/x86/kernel/cpu/cpufreq/powernow-k8.c... 24 Mar 2010 14:41
[GIT BISECT] first bad commit: 1f36f774 Switch !O_CREAT case to use of do_last()
On 03/24/2010 07:15 PM, Boaz Harrosh wrote: On 03/24/2010 06:39 PM, Al Viro wrote: On Wed, Mar 24, 2010 at 06:10:52PM +0200, Boaz Harrosh wrote: On 03/24/2010 06:07 PM, Al Viro wrote: On Wed, Mar 24, 2010 at 06:04:56PM +0200, Boaz Harrosh wrote: Bloody impressive... Does that happen to underl... 25 Mar 2010 14:59
[PATCH 0/5] blkdev: discard optimizations v2 RESEND
My mail server rejected some messages by unknown reason. So post it one more time. This is second version of generic discard optimizations first was submitted here: http://lwn.net/Articles/373994 Currently there are many file-systems which has implemented discard support, but SSD discs not widely used yet. Th... 24 Mar 2010 14:40
[PATCH 0/2] [rt-kernel]
These are two trivial rt-kernel patches to fix up an unnecessary warning. John Kacur (2): Revert "rt: trivial fix to REMINDER block in init/main.c" rt: Remove CONFIG_STACK_TRACER from DEBUG_COUNT init/main.c | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) -- To unsubscribe from this lis... 24 Mar 2010 14:40
[git pull] drm-intel fixes for 2.6.34-rc1
The following changes since commit a3d3203e4bb40f253b1541e310dc0f9305be7c84: Linus Torvalds (1): Merge branch 'release' of git://git.kernel.org/.../lenb/linux-acpi-2.6 This is the set of stuff I've queued since rc1. The most important change here is removing the ACPI lid status check that's breaking so... 24 Mar 2010 14:40
[PATCH 4/5] blkdev: add discard payload flag
Not all implementations require discard bio to be filled with one-sector sized payload. Let's allocate payload only when necessary. Signed-off-by: Dmitry Monakhov <dmonakhov(a)openvz.org> --- block/blk-lib.c | 24 +++++++++++++----------- drivers/scsi/sd.c | 1 + include/linux/blkdev.h | 5 ++... 24 Mar 2010 14:40
[PATCH 1/2] Revert "rt: trivial fix to REMINDER block in init/main.c"
This reverts commit 3e39399ef4a742d994570488994be93ef17d4ef5. CONFIG_STACK_TRACER really should not be in the reminder block. By default it is not enabled, and has negligible impact. Signed-off-by: John Kacur <jkacur(a)redhat.com> --- init/main.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) ... 24 Mar 2010 14:40
[PATCH 0/5] blkdev: discard optimizations v2
This is second version of generic discard optimizations first was submitted here: http://lwn.net/Articles/373994 Currently there are many file-systems which has implemented discard support, but SSD discs not widely used yet. This patch-set introduce compat helpers which simulate discard requests with zeroing sem... 24 Mar 2010 13:31
[RFC PATCH 0/2] serial 8250 platform PM hooks
The following 2 patches implement a PM hook for platform 8250 UARTs and a sample PM implementation for a MIPS SoC. Patch #1 hooks a new .pm callback in struct plat_serial8250_port to the rest of serial_core's PM infrastructure, Patch #2 implements uart power gating for Alchemy line of mips socs using the new h... 24 Mar 2010 13:30
[PATCH] FRV: Fix kernel/user segment handling in NOMMU mode
In NOMMU mode, the FRV segment handling is broken because KERNEL_DS == USER_DS. This causes tests of the following sort: /* don't pin down non-user-based iovecs */ if (segment_eq(get_fs(), KERNEL_DS)) return NULL; to malfunction. To fix this, make USER_DS the top of RAM instead of the top of the non-IO ... 24 Mar 2010 13:30