First  |  Prev |  Next  |  Last
Pages: 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222
cgroups: read-write lock CLONE_THREAD forking per threadgroup
On Tue, Aug 03, 2010 at 08:44:01PM -0700, Paul Menage wrote: On Fri, Jul 30, 2010 at 4:57 PM, Ben Blum <bblum(a)andrew.cmu.edu> wrote: + * The threadgroup_fork_lock prevents threads from forking with + * CLONE_THREAD while held for writing. Use this for fork-sensitive + * threadgroup-wide operations... 6 Aug 2010 03:54
SLUB: The Unified slab allocator (V3)
On Tue, 3 Aug 2010, Christoph Lameter wrote: The following is a first release of an allocator based on SLAB and SLUB that integrates the best approaches from both allocators. The per cpu queuing is like the two prior releases. The NUMA facilities were much improved vs V2. Shared and alien cache support wa... 5 Aug 2010 14:40
davinci_emac: Fix use after free in davinci_emac_remove
From: Stefan Weil <weil(a)mail.berlios.de> Date: Tue, 3 Aug 2010 20:53:45 +0200 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: Chait... 4 Aug 2010 01:42
drivers/input: Use pr_<level>
Hi Joe, On Tue, Aug 03, 2010 at 11:40:50AM -0700, Joe Perches wrote: Remove prefixes from printks and convert to pr_fmt/pr_<level>. Always make output prefix match module name. There are some existing uses that do not. For instance: spaceorb used "input: " once, probably a copy/paste error, newto... 5 Aug 2010 03:44
drivers/net/enic: Use %pUB to format a UUID
From: Joe Perches <joe(a)perches.com> Date: Tue, 03 Aug 2010 12:32:24 -0700 Signed-off-by: Joe Perches <joe(a)perches.com> I'll apply this, thanks Joe. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http:/... 4 Aug 2010 01:42
[PATCH] memblock: Fix memblock_is_region_reserved() to return a boolean
All callers expect a boolean result which is true if the region overlaps a reserved region. However, the implementation actually returns -1 if there is no overlap, and a region index (0 based) if there is. Make it behave as callers (and common sense) expect. Signed-off-by: Benjamin Herrenschmidt <benh(a)kernel.c... 4 Aug 2010 00:37
CIFS: Make cifs_convert_address() take a const src pointer and a length
I merged this (patch 3) - but patch 4 (and thus patch 5) did not merge. Also patches 4 and 5 had trivial checkpatch warnings. Patch 6 looks afs related so should probably merge out of your tree, but it doesn't matter to me. What about patches 1 and 2 - which is easier? On Thu, Jul 22, 2010 at 12:33 PM, David... 4 Aug 2010 00:37
linux-next: build failure after merge of the driver-core tree
Hi Greg, After merging the driver-core tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/pci/pci-label.c:100: error: unknown field 'owner' specified in initializer drivers/pci/pci-label.c:100: warning: initialization from incompatible pointer type drivers/pci/pci-label.c:105: error... 4 Aug 2010 17:59
2.6.35-rc2-git5 -- [drm:drm_mode_getfb] *ERROR* invalid framebuffer id
On Tue, Aug 3, 2010 at 8:27 PM, David Fries <david(a)fries.net> wrote: Black (non-updating) radeon console with CONFIG_FB=m works with CONFIG_FB=y. On Mon, Jun 28, 2010 at 08:56:26AM -0700, Bret Towe wrote: On Fri, Jun 11, 2010 at 1:31 PM, Miles Lane <miles.lane(a)gmail.com> wrote: # dmesg | grep -i drm ... 4 Aug 2010 00:37
[GIT PULL] first round of SCSI updates for the 2.6.36 merge window
This is the rather voluminous set of updates we've been accumulating for the merge window. Notable highlights are: qla2xxx and mptsas DIF updates, various usual driver updates the new hpsa driver (replacing cciss) USB autosuspend for storage and other assorted miscellenia. We have a postmerge tree and some unappl... 4 Aug 2010 00:37
First  |  Prev |  Next  |  Last
Pages: 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222