First  |  Prev |  Next  |  Last
Pages: 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232
[PATCH 1/1] staging: hv: Fix missing functions for net_device_ops (submit again)
From: Haiyang Zhang <haiyangz(a)microsoft.com> Fix missing functions for net_device_ops. Unlike in older kernels, ether_setup() no longer sets default functions. We need to put them into net_device_ops. For example, eth_change_mtu prevents setting MTU beyond 1500. This is necessary because we don't support jumbo f... 3 Aug 2010 14:45
[PATCH 2/5] MIPS: Add instrunction format for BREAK and SYSCALL
Signed-off-by: David Daney <ddaney(a)caviumnetworks.com> --- arch/mips/include/asm/inst.h | 15 ++++++++++++++- 1 files changed, 14 insertions(+), 1 deletions(-) diff --git a/arch/mips/include/asm/inst.h b/arch/mips/include/asm/inst.h index 6489f00..444ff71 100644 --- a/arch/mips/include/asm/inst.h +++ b/arch... 3 Aug 2010 14:45
Power management minisummit at Linux Plumbers Conference (November 3-5)
I'm planning on finalising the schedule for the power management minisummit at the Linux Plumbers Conference by the end of this week. If anyone has topics that they'd like to discuss (or be discussed, if you can't make it) then please let me know or register at http://www.linuxplumbersconf.org/2010/ocw/events/p... 3 Aug 2010 14:45
[PATCH 4/5] samples: kprobe_example: Make it print something on MIPS.
This KProbes example is a little useless if it doesn't print anything. For MIPS print similar messages to those produced on x86 and PPC. Signed-off-by: David Daney <ddaney(a)caviumnetworks.com> --- samples/kprobes/kprobe_example.c | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/... 3 Aug 2010 14:45
[PATCH] kernel: rounddown helper function
The roundup() helper function will round a given value up to a multiple of another given value. aka roundup(11, 7) would give 14 = 7 * 2. This new function does the opposite. It will round a given number down to the nearest multiple of the second number: rounddown(11, 7) would give 7. I need this in some futu... 3 Aug 2010 14:45
[GIT PULL] xen-netfront driver updates for 2.6.36
Hi Dave, Here's a git branch with some updates to the Xen netfront driver, which add a new "smartpoll" mode to the netfront backend protocol, which is basically equivalent to interrupt mitigation. They've been in linux-next for a week or so. Do you want to take this via the net tree, or are you OK with m... 3 Aug 2010 14:45
xen-netfront driver updates for 2.6.36
On 08/03/2010 11:11 AM, Jeremy Fitzhardinge wrote: Hi Dave, Here's a git branch with some updates to the Xen netfront driver, which add a new "smartpoll" mode to the netfront backend protocol, which is basically equivalent to interrupt mitigation. They've been in linux-next for a week or so. ... 3 Aug 2010 21:20
[tip:x86/cpu] x86, cpu: CPU detection for RDC System-on-Chip
Commit-ID: 0f51a315a1d9018fc70d4aa8a037c690cd87e907 Gitweb: http://git.kernel.org/tip/0f51a315a1d9018fc70d4aa8a037c690cd87e907 Author: Mark Kelly <mark(a)bifferos.com> AuthorDate: Tue, 3 Aug 2010 18:15:09 +0200 Committer: H. Peter Anvin <hpa(a)linux.intel.com> CommitDate: Tue, 3 Aug 2010 10:05:25 -0700 x8... 3 Aug 2010 14:44
padata: update API documentation
On Tue, 27 Jul 2010 07:20:47 +0200 Steffen Klassert wrote: Signed-off-by: Steffen Klassert <steffen.klassert(a)secunet.com> --- Documentation/padata.txt | 76 ++++++++++++++++++++++++++++++++++++++------- 1 files changed, 64 insertions(+), 12 deletions(-) diff --git a/Documentation/padata.txt ... 3 Aug 2010 14:44
[PATCH] Fix spelling contorller -> controller in comments
Cc: Jiri Kosina <trivial(a)kernel.org> Cc: linux-kernel(a)vger.kernel.org Signed-off-by: Stefan Weil <weil(a)mail.berlios.de> --- drivers/dma/fsldma.c | 2 +- drivers/net/sh_eth.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/dma/fsldma.c b/drivers/dma/fsldma.c index 8088b14..... 3 Aug 2010 14:44
First  |  Prev |  Next  |  Last
Pages: 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232