Staging-rt2860-fix-coding-style-issues-in-rt_linux.c.patch
Staging: rt2860: fix coding style issues in rt_linux.c This is a patch to rt_linux.c that fixes various coding style issues Signed-off-by: Ali Gündüz <gndz.ali(a)gmail.com> diff --git a/drivers/staging/rt2860/rt_linux.c b/drivers/staging/rt2860/rt_linux.c index 9357fb2..9afc7dd 100644 --- a/drivers/staging/rt2860/rt... 7 Mar 2010 10:42
Perf doesn't accept i915:i915_gem_request_wait_begin as an event
Hi, I'm currently trying to get the examples at http://dri.freedesktop.org/wiki/IntelPerformanceTuning to run, however when I try perf record -f -g -e i915:i915_gem_request_wait_begin -c 1 openarena I get the message "invalid or unsupported event: 'i915:i915_gem_request_wait_begin' ". It also isn't listed with... 7 Mar 2010 10:42
[PATCH] staging: frontier: Fix coding style issues in 2 files.
This patch removes unecessary whitespace before quoted newlines in two files. One warning in each file remains unresolved. Signed-off-by: Michael Tate <michael.tate(a)wanadoo.fr> --- drivers/staging/frontier/alphatrack.c | 6 +++--- drivers/staging/frontier/tranzport.c | 4 ++-- 2 files changed, 5 insert... 7 Mar 2010 09:36
[RFC] IIO event naming.
Dear All, Whilst converting the current mainline IIO accelerometer drivers over to the new api proposed (latest version http://lkml.org/lkml/2010/2/5/205 ) it has become apparent that the suggested naming choices for accelerometer threshold events (will also be relevant to other senor types) are unclear. We pr... 7 Mar 2010 08:30
[RFC PATCH v3 04/11] swiotlb: support NOT_COHERENT_CACHE PowerPC platforms
The current SWIOTLB code does not support NOT_COHERENT_CACHE platforms. This patch adds support for NOT_COHERENT_CACHE platforms to SWIOTLB by adding two platform specific functions swiotlb_dma_sync_page() and swiotlb_dma_sync() which can be used to explicitly manage cache coherency. On PowerPC these functions ar... 7 Mar 2010 07:25
[RFC PATCH v3 05/11] swiotlb: add swiotlb_set_default_size()
The current SWIOTLB code uses a default of 64MB for the IO TLB area. This size can be influenced using a kernel command line parameter "swiotlb". Unfortunately, the parsing of the kernel command line is done _after_ the swiotlb is initialized on some architectures. This patch adds a new function swiotlb_set_defau... 7 Mar 2010 07:25
[PATCH] FS: NTFS: fix whitespace and pointer issues in mst.c
--- fs/ntfs/mst.c | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/fs/ntfs/mst.c b/fs/ntfs/mst.c index 5a858d8..097a4c9 100644 --- a/fs/ntfs/mst.c +++ b/fs/ntfs/mst.c @@ -49,13 +49,13 @@ int post_read_mst_fixup(NTFS_RECORD *b, const u32 size) /* Decrement usa_count t... 7 Mar 2010 07:25
Provides multiple submits and asynchronous notifications.
> +/* The structure to notify the virtqueue for async socket */ +struct vhost_notifier { + struct list_head list; + struct vhost_virtqueue *vq; + int head; + int size; + int log; + void *ctrl; + void (*dtor)(struct vhost_notifier *); +}; + So IMO, this is not the best interface between ... 24 Apr 2010 16:08
staging/pohmelfs: fix write_inode parameter warning
On Thu, Feb 25, 2010 at 23:41, Randy Dunlap <randy.dunlap(a)oracle.com> wrote: From: Randy Dunlap <randy.dunlap(a)oracle.com> sparse warns that: Not just sparse, plain gcc as well... drivers/staging/pohmelfs/inode.c:1797: warning: initialization from incompatible pointer type so fix pohmelfs_write_in... 7 Mar 2010 05:15
drivers/net/mac8390.c: Remove useless memcpy casting
On Tue, Mar 2, 2010 at 21:01, Linux Kernel Mailing List <linux-kernel(a)vger.kernel.org> wrote: Gitweb:     http://git.kernel.org/linus/5c7fffd0e3b57cb63f50bbd710868f012d67654f Commit:     5c7fffd0e3b57cb63f50bbd710868f012d67654f Parent:     35076402a9936fa8a73b57a1f97fecbeceeec34a Author:     Joe Perches <j... 8 Mar 2010 11:56