[PATCH] Documentation: SubmittingDrivers: Resources
- Add additional location (Git) for the kernel master tree - Add reference to Git Project Signed-off-by: Abraham Arce <x0066660(a)ti.com> --- Documentation/SubmittingDrivers | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/Documentation/SubmittingDrivers b/Documentation/SubmittingDr... 14 Apr 2010 12:10
Provide a zero-copy method on KVM virtio-net.
On Fri, Apr 02, 2010 at 03:25:00PM +0800, xiaohui.xin(a)intel.com wrote: The idea is simple, just to pin the guest VM user space and then let host NIC driver has the chance to directly DMA to it. The patches are based on vhost-net backend driver. We add a device which provides proto_ops as sendmsg/recvmsg to... 9 May 2010 05:41
[PATCH 0/2] Synaptics Clickpad support
Hi, here are small patches to add a support of Synaptics Clickpad devices; more exactly, it adds the way for X11 synaptics driver detecting the Clickpad device to handle its specific features. Unlike my previous patch, this version gives little additions in the kernel side. It changes the bit-mask of supporte... 14 Apr 2010 12:09
[PATCH 1/2] input: Add support of Synaptics Clickpad device
Add the detection of Synaptics Clickpad device. The device can be detected a new query command 0x0c. The clickpad flags are in cap[0]:4 and cap[1]:0 bits. But, the driver checks first the product id bits in the ext capabilities to be sure, so that it skips the new check on older devices. When the device is det... 14 Apr 2010 12:09
perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce OPT_INCR()
I'd just like to point out that I'm commenting from the Git pont-of-view, since this patch was CC'ed to the Git mailing-list. On Wed, Apr 14, 2010 at 11:36 AM, tip-bot for Ian Munsie <imunsie(a)au.ibm.com> wrote: Commit-ID: �c05556421742eb47f80301767653a4bcb19de9de Gitweb: � � http://git.kernel.org/tip/c055564... 14 Apr 2010 12:09
MacBookPro2,2 unable too boot with the latest HEAD
Just noticed this this morning, system can only boot up when I take the battery out.(when the battery is plugged in this(below) shows up, and if booting no go) [ 169.207193] divide error: 0000 [#1] SMP [ 169.207203] last sysfs file: /sys/devices/platform/applesmc.768/light [ 169.207208] CPU 0 [ 169.207212]... 30 Apr 2010 21:52
[tip:tracing/core] tracing: Fix uninitialized variable of tracing/trace output
Commit-ID: aa27497c2fb4c7f57706099bd489e683e5cc3e3b Gitweb: http://git.kernel.org/tip/aa27497c2fb4c7f57706099bd489e683e5cc3e3b Author: Lai Jiangshan <laijs(a)cn.fujitsu.com> AuthorDate: Mon, 5 Apr 2010 17:11:05 +0800 Committer: Steven Rostedt <rostedt(a)goodmis.org> CommitDate: Mon, 5 Apr 2010 11:01:22 -0400... 14 Apr 2010 12:09
[PATCH v2] change alloc function in alloc_slab_page
V2 * change changelog * Add some reviewed-by alloc_slab_page always checks nid == -1, so alloc_page_node can't be called with -1. It means node's validity check in alloc_pages_node is unnecessary. So we can use alloc_pages_exact_node instead of alloc_pages_node. It could avoid comparison and branch as 6484... 14 Apr 2010 12:09
[PATCH v2] change alloc function in vmemmap_alloc_block
V2 * Add some reviewed-by if node_state is N_HIGH_MEMORY, node doesn't have -1. It means node's validity check is unnecessary. So we can use alloc_pages_exact_node instead of alloc_pages_node. It could avoid comparison and branch as 6484eb3e2a81807722 tried. Cc: Christoph Lameter <cl(a)linux-foundation.org> Re... 14 Apr 2010 12:09
[tip:x86/microcode] x86/microcode: Use nonseekable_open()
Commit-ID: 3f10940e4fb69d312602078f2c5234206797ca31 Gitweb: http://git.kernel.org/tip/3f10940e4fb69d312602078f2c5234206797ca31 Author: Arnd Bergmann <arnd(a)relay.de.ibm.com> AuthorDate: Sat, 10 Apr 2010 16:46:21 +0200 Committer: Ingo Molnar <mingo(a)elte.hu> CommitDate: Wed, 14 Apr 2010 12:27:34 +0200 x8... 14 Apr 2010 12:09