First  |  Prev |  Next  |  Last
Pages: 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694
[PATCH -mm 3/3] parisc: set ARCH_DMA_MINALIGN
Architectures that handle DMA-non-coherent memory need to set ARCH_DMA_MINALIGN to make sure that kmalloc'ed buffer is DMA-safe: the buffer doesn't share a cache with the others. Signed-off-by: FUJITA Tomonori <fujita.tomonori(a)lab.ntt.co.jp> Cc: Kyle McMartin <kyle(a)mcmartin.ca> Cc: Helge Deller <deller(a)gmx.de> ... 8 Jul 2010 03:43
[PATCH -mm 0/3] unify dma_get_cache_alignment implementations
Now each architecture has the own dma_get_cache_alignment implementation. dma_get_cache_alignment returns the minimum DMA alignment. Architectures defines it as ARCH_KMALLOC_MINALIGN (it's used to make sure that malloc'ed buffer is DMA-safe; the buffer doesn't share a cache with the others). So we can unify dma... 8 Jul 2010 03:43
X:2252 conflicting memory types 40000000-48000000 uncached-minus<->write-combining
* Justin P. Mattock <justinmattock(a)gmail.com> wrote: On 07/02/10 13:04, Justin P. Mattock wrote: this is new(below) has anybody reported/bisected hit this yet (if not I'll bisect it) [drm] Num pipes: 1 [ 29.742432] [drm] writeback test succeeded in 1 usecs [ 30.089717] X:2252 conflic... 8 Jul 2010 05:53
video:gspca.c Fix warning: case value '7' not in enumerated type 'enum v4l2_memory'
On Wed, 7 Jul 2010 21:46:18 -0700 "Justin P. Mattock" <justinmattock(a)gmail.com> wrote: This fixes a warning I'm seeing when building: CC [M] drivers/media/video/gspca/gspca.o drivers/media/video/gspca/gspca.c: In function 'vidioc_reqbufs': drivers/media/video/gspca/gspca.c:1508:2: warning: case value... 8 Jul 2010 03:43
[PATCH -mm] memcg: avoid css_get
This is a patch on the top of stacks of memory cgroup patches in -mm series. Tested on mmotm-2010-07-01 and works well. But requires enough tests. Even if performance improvement is not very attractive, this patch makes release_agent for memcg work fine. So, cgroup library for memcg can make use of release_agent... 8 Jul 2010 02:38
[PATCH -tip] Revert x86, mem: Optimize memcpy by avoiding memory false dependece
* Ma, Ling (ling.ma(a)intel.com) wrote: Hi Mathieu I did git revert as bellow Revert "x86, mem: Optimize memcpy by avoiding memory false dependece" This reverts commit 77ff5e49c20bb72a99a12bfb00dbf90b2302f087. And I found the machine will crash with your config file Could you revert ... 8 Jul 2010 02:38
cfq-iosched: Implement cfq group idling
If group idling is enabled, wouldn't it lower the throughput on traditional drives that handle one IO at a time? Also, it would be useful to have the option of controlling idling on queue and idling on group independently. Idling on group would also be useful for achieving isolation in cases where a group uses more... 8 Jul 2010 19:13
[PATCH] asus-laptop: return proper error for store_ledd if write_acpi_int fail
In current implementation, store_ledd() does not return error if write_acpi_int fail. This patch fixes it by return -ENODEV if write_acpi_int fail. Signed-off-by: Axel Lin <axel.lin(a)gmail.com> --- drivers/platform/x86/asus-laptop.c | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git ... 8 Jul 2010 02:38
[PATCH] asus-laptop: fix incorrect return value for write_acpi_int_ret if handle is NULL
According to the comments of write_acpi_int_ret(), write_acpi_int_ret() should return 0 if write is successful, -1 else. Thus if handle is NULL, the write does not happen, it should return -1. Signed-off-by: Axel Lin <axel.lin(a)gmail.com> --- drivers/platform/x86/asus-laptop.c | 2 +- 1 files changed, 1 inse... 8 Jul 2010 02:38
linux-next: Tree for July 8
Hi all, Changes since 20100707: The i.MX tree mismerge has been fixed. The omap tree gained a conflict (involving serveral files) against the arm tree. ---------------------------------------------------------------------------- I have created today's linux-next tree at git://git.kernel.org/pub/scm/lin... 8 Jul 2010 01:33
First  |  Prev |  Next  |  Last
Pages: 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694