[GIT PULL updated] led updates for 2.6.34-rc2
[updated request adding a bugfix which was meant to be here originally] Linus, Could you please pull from: git://git.o-hand.com/linux-rpurdie-leds for-linus for various LED updates suitable for 2.6.34-rc2. The patches are mostly bugfixes that have been testing in -mm/linux-next for a while but there is on... 17 Mar 2010 09:06
x86 - Boot hangs at Calibrating delay loop on AMD SC520
I now have U-Boot booting 2.6.33 (abandoned 32-bit Boot Protocol and got a pseudo BIOS working) During boot I was getting a warning at arch/x86/kernel/rtc.c:125 and the kernel hung at Calibrating delay loop... Also, all boot messages have a zero time-stamp. I have tried a 2.4.37.9 kernel and get the same freez... 19 Mar 2010 22:22
[PATCH 2/2]: x86 real mode: Set delay port according to kernel config
Port 0x80 is not safe to use on all x86 boards (see arch/x86/kernel/io_delay.c), so optionally use 0xed from the kernel config instead. Signed-off-by: Simon Kagstrom <simon.kagstrom(a)netinsight.net> --- arch/x86/boot/boot.h | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/arch/x86/... 17 Mar 2010 09:06
[PATCH 1/2]: serial8250: Use native_io_delay on the x86
Port 0x80 is not safe to use on all x86 boards (see arch/x86/kernel/io_delay.c), so use native_io_delay instead. Signed-off-by: Simon Kagstrom <simon.kagstrom(a)netinsight.net> --- drivers/serial/8250.c | 12 +++++------- 1 files changed, 5 insertions(+), 7 deletions(-) diff --git a/drivers/serial/8250.c b/d... 17 Mar 2010 09:06
[tip:perf/core] perf/core, x86: Reduce number of CONFIG_X86_LOCAL_APIC macros
Commit-ID: b27ea29c6267889be255f2217fa7a6106e6a8b04 Gitweb: http://git.kernel.org/tip/b27ea29c6267889be255f2217fa7a6106e6a8b04 Author: Robert Richter <robert.richter(a)amd.com> AuthorDate: Wed, 17 Mar 2010 12:49:10 +0100 Committer: Ingo Molnar <mingo(a)elte.hu> CommitDate: Wed, 17 Mar 2010 13:06:58 +0100 ... 17 Mar 2010 09:06
[tip:perf/core] perf/core, x86: Remove cpu_hw_events.interrupts
Commit-ID: 10f1014d86fd4fe5087080d609b51183396c5e4c Gitweb: http://git.kernel.org/tip/10f1014d86fd4fe5087080d609b51183396c5e4c Author: Robert Richter <robert.richter(a)amd.com> AuthorDate: Wed, 17 Mar 2010 12:49:12 +0100 Committer: Ingo Molnar <mingo(a)elte.hu> CommitDate: Wed, 17 Mar 2010 13:06:59 +0100 ... 17 Mar 2010 09:06
LEDS: fix race between LED device uevent and actual attributes creation
On Wed, 2010-03-17 at 09:24 +0100, Florian Fainelli wrote: Richard, Any thoughts? Yes, I like the patch and its been queued in the LEDs tree and was included in my last pull request to Linus. Cheers, Richard -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body ... 17 Mar 2010 09:06
[PATCH 0/4] perf/core: some small patches
This patch series includes some changes I found useful when reviewing and working with the code. Nothing exciting. -Robert -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo... 17 Mar 2010 09:06
[PATCH 3/4] perf/core, x86: remove cpu_hw_events.interrupts
This member in the struct is not used anymore and can be removed. Signed-off-by: Robert Richter <robert.richter(a)amd.com> --- arch/x86/kernel/cpu/perf_event.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/x86/kernel/cpu/perf_event.c b/arch/x86/kernel/cpu/perf_event.c index 793e6... 17 Mar 2010 09:05
[PATCH 2/4] perf/core: correct files in MAINTAINERS entry
This corrects the file entries for perf_events. The following files are catched now: $ xargs | eval ls $(cat) | sort -u kernel/perf_event*.c include/linux/perf_event.h arch/*/kernel/perf_event*.c arch/*/kernel/*/perf_event*.c arch/*/kernel/*/*/perf_event*.c arch/*/include/asm/perf_event.h arch/*/lib/... 17 Mar 2010 09:05