First  |  Prev |  Next  |  Last
Pages: 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231
x86, cpu: RDC doesn't have CPUID, which is what c_ident is
* tip-bot for H. Peter Anvin <hpa(a)linux.intel.com> wrote: Commit-ID: c0366f5f5c1615c4f70b1bd646149ba9233830b9 Gitweb: http://git.kernel.org/tip/c0366f5f5c1615c4f70b1bd646149ba9233830b9 Author: H. Peter Anvin <hpa(a)linux.intel.com> AuthorDate: Tue, 3 Aug 2010 10:09:56 -0700 Committer: H. Pete... 9 Aug 2010 16:48
[PATCH 1/1] staging: hv: Fix missing functions for net_device_ops (with detailed comments)
From: Haiyang Zhang <haiyangz(a)microsoft.com> Fix missing functions for net_device_ops. It's a bug when porting Linux IC from 2.6.27 to 2.6.32. In 2.6.27, the default functions for Ethernet, like eth_change_mtu(), were assigned by ether_setup(). But in 2.6.32, these function pointers moved to net_device_ops struc... 3 Aug 2010 15:51
[PATCH] davinci_emac: Fix use after free in davinci_emac_remove
free_netdev finally calls kfree which makes the contents of ndev and priv (private data contained in ndev) invalid. So iounmap should be called before free_netdev. Cc: David S. Miller <davem(a)davemloft.net> Cc: Chaithrika U S <chaithrika(a)ti.com> Cc: Sriramakrishnan <srk(a)ti.com> Cc: Kevin Hilman <khilman(a)deepro... 3 Aug 2010 15:51
rbd
Hi Andrew, Jens, We've posted rbd a few times before. Rbd provides a block device that stripes data over ceph's block layer (rados). Other than a few trivial bug fixes it hasn't changed much from our last post, and the latest version can be found on the rbd branch at git://ceph.newdream.net/git/ceph-client.git... 3 Aug 2010 15:51
[GIT PULL] xen-netfront driver updates for 2.6.36
Hi Dave, OK, let's try that again. 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. This merges cleanly with current linux-next (it previously just had a small constifi... 3 Aug 2010 15:51
[GIT PULL] amd64_edac patchqueue for .36
[ Forgot to add LKML to CC ] Hi Linus, please pull the following patchqueue of mostly cleanups and fixes. On thing that stands out is the removal of EDAC's quirky polling mechanism in favor of using the MCE decoder notifier chain for non-fatal MCEs (of which CECCs are part of). Thus the out-of-tree oneliner ... 3 Aug 2010 14:45
[PATCH 5/5] documentation: Mention that KProbes is supported on MIPS
MIPS now has KProbes support, so kprobes.txt should reflect it. Signed-off-by: David Daney <ddaney(a)caviumnetworks.com> --- Documentation/kprobes.txt | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Documentation/kprobes.txt b/Documentation/kprobes.txt index 6653017..1762b81 100644 ---... 3 Aug 2010 14:45
[PATCH 1/5] MIPS: Define regs_return_value()
Signed-off-by: David Daney <ddaney(a)caviumnetworks.com> --- arch/mips/include/asm/ptrace.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/mips/include/asm/ptrace.h b/arch/mips/include/asm/ptrace.h index cdc6a46..593b097 100644 --- a/arch/mips/include/asm/ptrace.h +++ b/arch/mips/i... 3 Aug 2010 14:45
[PATCH 0/5] KProbes support for MIPS
This patch set adds KProbs, JProbs and KRetProbes support for the MIPS archetecture. It was tested on a 64-bit big-endian kernel (Octeon), but should work equally well on 32-bit and little-endian as well. As you can see from the patches it is partially based on previous work by Sony and Himanshu Chauhan. Da... 3 Aug 2010 14:45
kernel: rounddown helper function
On Tue, 03 Aug 2010 14:16:07 -0400 Eric Paris wrote: 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 nu... 5 Aug 2010 15:46
First  |  Prev |  Next  |  Last
Pages: 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231