[git patches] libata fix
Please pull from 'upstream-linus' branch of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git upstream-linus to receive the following updates: include/linux/ata.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Mark Lord (1): libata: Fix accesses at LBA28 boundary (ol... 8 Apr 2010 14:00
drm/i915: Don't touch PORT_HOTPLUG_EN in intel_dp_detect()
On Sat, 27 Mar 2010 22:48:33 +0100 Karsten Wiese <fzuuzf(a)googlemail.com> wrote: PORT_HOTPLUG_EN has allready been setup in i915_driver_irq_postinstall(), when intel_dp_detect() runs. Delete the DP[BCD]_HOTPLUG_INT_EN defines, they are not referenced anymore. I found this while searching for a fix... 18 Apr 2010 20:50
my KDE-4.4.2 BAttery Monitor APplet dislike the ACPI changes in 2.6.34-rc3 betweeen f5284e7..cf90bfe
because now it tells me that my ThinkPad T400 has 0 cpus and 0 batteries ... -- MfG/Sincerely Toralf Förster pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3 ... 8 Apr 2010 12:35
my KDE-4.4.2 Battery Monitor ppplet dislikes the ACPI changes in 2.6.34-rc3 betweeen f5284e7..cf90bfe
Toralf F�rster wrote at 18:12:09 because now it tells me that my ThinkPad T400 has 0 cpus and 0 batteries ... FWIW : tfoerste(a)n22 ~/tmp $ grep "ACPI E" dmesg-2.6.34-rc3-00406-gcf90bfe ACPI Error: Null Object! Obj=(null) State=f676bc00 Num=0 (20100121/dswstate-183) ACPI Error (psparse-0537): Method pa... 20 Apr 2010 16:12
ibft, x86: Change reserve_ibft_region() to find_ibft_region()
On Thu, Apr 08, 2010 at 08:53:48AM -0700, Linus Torvalds wrote: On Thu, 8 Apr 2010, Konrad Rzeszutek Wilk wrote: So arch code could decide the way to reserve the ibft. And We should reserve ibft as early as possible, instead of BOOTMEM stage, in case the table is in RAM range and is... 8 Apr 2010 12:35
scheduler fix
Linus Torvalds <torvalds(a)linux-foundation.org> writes: On Thu, 8 Apr 2010, Ingo Molnar wrote: - if (len < nr_cpu_ids) + if ((len * BITS_PER_BYTE) < nr_cpu_ids) return -EINVAL; Not that it really matters, but this will now fail for no good reason if you pass it a half-gigabyte area du... 8 Apr 2010 15:11
[GIT PULL IBFT] iBFT update for 2.6.34-rc3
Hey Linus, Please pull the following change since commit: 2eaa9cfdf33b8d7fb7aff27792192e0019ae8fc6: Linus Torvalds (1): Linux 2.6.34-rc3 which is available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/konrad/ibft-2.6.git ibft-fixes Yinghai Lu (1): ibft, x86: Change rese... 8 Apr 2010 12:35
[PATCH 1/1] ibft, x86: Change reserve_ibft_region() to find_ibft_region()
From: Yinghai Lu <yinghai(a)kernel.org> So arch code could decide the way to reserve the ibft. And We should reserve ibft as early as possible, instead of BOOTMEM stage, in case the table is in RAM range and is not reserved by BIOS. move that just sfter find_smp_config() Also when CONFIG_NO_BOOTMEM=y, We wil... 8 Apr 2010 12:35
[GIT PULL] scheduler fix
Linus, Please pull the latest sched-fixes-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git sched-fixes-for-linus Thanks, Ingo ------------------> Anton Blanchard (1): sched: Fix sched_getaffinity() kernel/sched.c | 2 +- 1 files changed, ... 8 Apr 2010 12:35
Revert "memory-hotplug: add 0x prefix to HEX block_size_bytes"
On Thu, Apr 08, 2010 at 05:10:06PM +0200, Heiko Carstens wrote: From: Heiko Carstens <heiko.carstens(a)de.ibm.com> Revert ba168fc37dea145deeb8fa9e7e71c748d2e00d74 "memory-hotplug: add 0x prefix to HEX block_size_bytes" since it changes the user space visible sysfs interface /sys/devices/system/memory/block_siz... 12 Apr 2010 02:40