2.6.33: pci 0000:00:00.0: address space collision / spontaenous reboots
On Fri, Mar 12, 2010 at 4:56 AM, Justin Piszcz <jpiszcz(a)lucidpixels.com> wrote: On Fri, 12 Mar 2010, Justin Piszcz wrote: On Fri, 12 Mar 2010, Justin Piszcz wrote: Problem persists. Others seem to have similar issues: http://lkml.org/lkml/2010/1/9/157 Some boards not ... 12 Mar 2010 15:03
x86, UV: BAU performance and error recovery
* Cliff Wickman <cpw(a)sgi.com> wrote: static void uv_bau_process_message(struct bau_payload_queue_entry *msg, + int msg_slot, int sw_ack_slot, struct bau_control *bcp, + struct bau_payload_queue_entry *va_queue_first, + struct bau_payload_queue_entry *va_queue_last) this function really needs a... 12 Mar 2010 15:03
[PATCH v4 03/11] swiotbl: add back swiotlb_alloc_boot()
This patch makes swiotlb_alloc_boot() available again. This weak function can be overloaded to modify slightly how the SWIOTLB and the overflow areas are allocated during boot. This will be used later to support the Nintendo Wii video game console, which requires placing the SWIOTLB area above 0x10000000 (MEM2)... 12 Mar 2010 15:03
[PATCH v4 05/11] swiotlb: add swiotlb_set_default_size()
The current SWIOTLB code uses a default of 64MB for the IO TLB area. This size can be influenced using a kernel command line parameter "swiotlb". Unfortunately, the parsing of the kernel command line is done _after_ the swiotlb is initialized on some architectures. This patch adds a new function swiotlb_set_defau... 12 Mar 2010 15:03
[GIT PULL] please pull infiniband.git
Linus, please pull from master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git for-linus This tree is also available from kernel.org mirrors at: git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git for-linus This will get a few small fixes: Chien Tung (2): RDMA/ne... 12 Mar 2010 15:03
rfkill sysfs ABI
On Fri, 12 Mar 2010 19:03:06 +0100 florian(a)mickler.org wrote: Hi all! The first patch moves the rfkill sysfs ABI Documentation to Documentation/ABI and deprecates the state and claim file. The second patch creates a replacement for the state file. Instead of exporting some made-up state we ju... 12 Mar 2010 16:11
final scsi updates for 2.6.34-rc1
On Wed, 10 Mar 2010, James Bottomley wrote: OK, I know this is a bit late, but no-one told me the merge window was going to close early, but even if they had I'd have been unable to do anything about it, since I've been in transit from India all this week so far (don't ask ...). I'm not going to p... 13 Mar 2010 16:29
[PATCHv2] regulator: Get rid of lockdep warning
From: Ameya Palande <ameya.palande(a)nokia.com> WARNING: at kernel/lockdep.c:2706 sysfs_add_file_mode+0x4c/0xa8() Difference between v1 and v2: Moved sysfs_attr_init() call as first one to access the structure. Signed-off-by: Ameya Palande <ameya.palande(a)nokia.com> CC: Liam Girdwood <lrg(a)slimlogic.co.uk> CC: ... 12 Mar 2010 13:54
Sony laptop backlight has much coarser steps than a couple years ago.
A long time ago, my laptop (Sony VAIO VGN-FE550G) had xbacklight steps that were very fine grained and could step down to the point where text was difficult to read at the edges of the screen. This was beneficial for preserving battery life. An update a couple years ago of something, and I don't recall what, ... 12 Mar 2010 13:54
drivers/i2c/of: don't use deprecated field in of_platform_driver
On Thu, 11 Mar 2010 11:23:49 -0700 Grant Likely <grant.likely(a)secretlab.ca> wrote: .name, .match_table and .owner are duplicated in both of_platform_driver and device_driver, so the of_platform_driver copies will be removed soon. Signed-off-by: Grant Likely <grant.likely(a)secretlab.ca> i2c-ibm_iic ... 12 Mar 2010 12:47