|  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11
arch/tile: Rename the hweight() implementations to __arch_hweight().
On Fri, Aug 13, 2010 at 20:32, Chris Metcalf wrote: Mike, thanks for the pointer to the hweight issue.  Since we are using __builtin_popcount() and the compiler can do constant propagation, etc., with it at compile-time, this is less critical, but it seems like the easiest way to get the definitions of the ... 13 Aug 2010 21:14
[PATCH] arch/tile: rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGN
See commit a6eb9fe105d5de0053b261148cee56c94b4720ca. Signed-off-by: Chris Metcalf <cmetcalf(a)tilera.com> --- arch/tile/include/asm/cache.h | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/arch/tile/include/asm/cache.h b/arch/tile/include/asm/cache.h index f610184..08a2815 100644 --... 13 Aug 2010 21:14
[GIT PULL] Bkl ioctl removal for 2.6.36
Linus, Please pull the bkl/ioctl branch that can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing.git bkl/ioctl This removes struct file_operations:ioctl() as there are no more users of it. That branch is based on a very recent version of your tree and not 2.6.35 becaus... 13 Aug 2010 21:14
[PATCH] arch/tile: Rename the hweight() implementations to __arch_hweight().
See commit 1527bc8b928dd1399c3d3467dd47d9ede210978a. Signed-off-by: Chris Metcalf <cmetcalf(a)tilera.com> --- Mike, thanks for the pointer to the hweight issue. Since we are using __builtin_popcount() and the compiler can do constant propagation, etc., with it at compile-time, this is less critical, but it seem... 13 Aug 2010 21:14
[PATCH 2/2] bkl: Remove locked .ioctl file operation
From: Arnd Bergmann <arnd(a)arndb.de> The last user is gone, so we can safely remove this Signed-off-by: Arnd Bergmann <arnd(a)arndb.de> Cc: John Kacur <jkacur(a)redhat.com> Cc: Al Viro <viro(a)ZenIV.linux.org.uk> Cc: Thomas Gleixner <tglx(a)linutronix.de> Signed-off-by: Frederic Weisbecker <fweisbec(a)gmail.com> --- ... 13 Aug 2010 21:14
[PATCH 1/2] v4l: Remove reference to bkl ioctl in compat ioctl handling
There are no more users of struct file_operations:ioctl. These can be safely removed. Signed-off-by: Frederic Weisbecker <fweisbec(a)gmail.com> Cc: Arnd Bergmann <arnd(a)arndb.de> Cc: Mauro Carvalho Chehab <mchehab(a)redhat.com> Cc: John Kacur <jkacur(a)redhat.com> Cc: Hans Verkuil <hverkuil(a)xs4all.nl> --- drivers/m... 13 Aug 2010 21:14
Your Webmail Update Alert
A DGTFX virus has been detected in your folders. Your email account has to be upgraded to our new Secured DGTFX anti-virus 2010 version to prevent damages to our webmail log and your important files.Click your reply tab, Fill the columns below and send back or your email account will be terminated to avoid spread ... 13 Aug 2010 21:14
drivers/pci: Adjust confusing if indentation
On Thu, 5 Aug 2010 22:23:16 +0200 (CEST) Julia Lawall <julia(a)diku.dk> wrote: From: Julia Lawall <julia(a)diku.dk> Indent the branch of an if. The semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) Applied to my linux-next branch, thanks. -- Jesse Barnes, Inte... 13 Aug 2010 20:09
proc/pci: kill BKL
On Sun, 4 Jul 2010 00:02:28 +0200 Arnd Bergmann <arnd(a)arndb.de> wrote: All operations in the pci procfs ioctl functions are atomic, so no lock is needed here. Also add a compat_ioctl method, since all the commands are compatible in 32 bit mode. Signed-off-by: Arnd Bergmann <arnd(a)arndb.de> ... 13 Aug 2010 20:09
xen/x86/PCI: Add support for the Xen PCI subsystem
On Wed, 4 Aug 2010 14:19:12 -0400 Konrad Rzeszutek Wilk <konrad.wilk(a)oracle.com> wrote: From: Alex Nixon <alex.nixon(a)citrix.com> The frontend stub lives in arch/x86/pci/xen.c, alongside other sub-arch PCI init code (e.g. olpc.c). It provides a mechanism for Xen PCI frontend to setup/destroy l... 13 Aug 2010 20:09
[GIT PULL] x86/uv for 2.6.36 - second batch
Hi Linus, Second x86/uv batch, as promised. The following changes since commit 2be1f3a73dd02e38e181cf5abacb3d45a6a2d6b8: Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 (2010-08-13 10:54:04 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/... 13 Aug 2010 19:03
2.6.27.52 stable review
On Fri, 13 Aug 2010 14:47:04 -0700, you wrote: NOTE! If I could get some people to please test this -rc release? It contains a few core changes that I couldn't validate myself as I don't seem to have a machine that will even boot the .27 kernel anymore after my move. I surely will, just as soon as the ... 13 Aug 2010 21:14
rados block device and ceph refactor
On Fri, 13 Aug 2010 10:40:32 -0700 Sage Weil wrote: Hi, The rados block device (rbd) implements a network block device backed by the Ceph distributed object store (think nbd/iSCSI, but distributed and fault tolerant). At the suggestion of Christoph and James, this version of the patchset factor... 13 Aug 2010 20:09
Run EFI in physical mode
On 08/13/2010 12:18 PM, Takao Indoh wrote: Basically EFI is in physical mode at first and it's switched to virtual mode after calling SetVirtualAddressMap. By applying this patch, you can run EFI always in physical mode. And you can also specify "virtefi" as kernel boot parameter to run EFI in virtual m... 13 Aug 2010 20:09
platform: Facilitate the creation of pseudo-platform buses
On Tue, Aug 10, 2010 at 5:49 PM, Patrick Pannuto <ppannuto(a)codeaurora.org> wrote: (lkml.org seems to have lost August 3rd...) RFC: http://lkml.indiana.edu/hypermail//linux/kernel/1008.0/01342.html �v1: http://lkml.indiana.edu/hypermail//linux/kernel/1008.0/01942.html Based on the idea and code originall... 13 Aug 2010 19:03
[0/3] 2.6.27.52 stable review
NOTE! If I could get some people to please test this -rc release? It contains a few core changes that I couldn't validate myself as I don't seem to have a machine that will even boot the .27 kernel anymore after my move. I didn't want to include them in the last .27-stable release because of this, so any test... 13 Aug 2010 19:03
[2/3] mm: fix missing page table unmap for stack guard page failure case
2.6.27-stable review patch. If anyone has any objections, please let us know. ------------------ From: Linus Torvalds <torvalds(a)linux-foundation.org> commit 5528f9132cf65d4d892bcbc5684c61e7822b21e9 upstream. ... which didn't show up in my tests because it's a no-op on x86-64 and most other architectures. ... 13 Aug 2010 17:57
core/hweight changes for v2.6.35
On Mon, May 17, 2010 at 17:21, Ingo Molnar wrote:  arch/alpha/include/asm/bitops.h            |   18 +++++----  arch/ia64/include/asm/bitops.h             |   11 +++--  arch/sparc/include/asm/bitops_64.h         |   11 +++--  arch/x86/include/asm/bitops.h              |    4 +-  include/asm-generic/bitop... 13 Aug 2010 21:14
 |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11