First  |  Prev |  Next  |  Last
Pages: 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678
lmb: rename to memblock
On 07/06/2010 03:38 PM, Yinghai Lu wrote: via following scripts FILES=$(find * -type f | grep -vE 'oprofile|[^K]config') sed -i \ -e 's/lmb/memblock/g' \ -e 's/LMB/MEMBLOCK/g' \ $FILES for N in $(find . -name lmb.[ch]); do M=$(echo $N... 9 Jul 2010 06:09
Bluetooth: hidp: Add support for hidraw HIDIOCGFEATURE and HIDIOCSFEATURE
Hi Alan, I looked at this and I am bit worried that this should not be done in this detail in the HIDP driver. Essentially HIDP is a pure transport driver. It should not handle all these details. Can we make this a bit easier for the transport drivers to support such features? I put these c... 9 Jul 2010 05:04
oprofile: make event buffer nonseekable
On 07.07.10 17:40:13, Arnd Bergmann wrote: The event buffer cannot deal with seeks, so we should forbid that outright. Signed-off-by: Arnd Bergmann <arnd(a)arndb.de> Cc: Robert Richter <robert.richter(a)amd.com> Cc: oprofile-list(a)lists.sf.net Acked-by: Robert Richter <robert.richter(a)amd.com> Thanks... 26 Jul 2010 06:12
[PATCH] OMAP2: powerdomain: Add break in switch statement
Add a missing break at end of switch statement. At the moment it is a fall through to WARN_ON(1) and return -EEXIST. Signed-off-by: Thomas Weber <weber(a)corscience.de> --- arch/arm/mach-omap2/powerdomain.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/powerdomain.... 9 Jul 2010 03:59
blkiocg async: The main part of iotrack
On Thu, 08 Jul 2010 23:15:30 -0400 Munehiro Ikeda <m-ikeda(a)ds.jp.nec.com> wrote: Signed-off-by: Hirokazu Takahashi <taka(a)valinux.co.jp> Signed-off-by: Ryo Tsuruta <ryov(a)valinux.co.jp> Signed-off-by: Andrea Righi <arighi(a)develer.com> Signed-off-by: Munehiro "Muuhh" Ikeda <m-ikeda(a)ds.jp.nec.com> --- ... 14 Jul 2010 10:57
Oops while running fs_racer test on a POWER6 box against latest git
On 2010-07-09 08:57, divya wrote: On Friday 02 July 2010 12:16 PM, divya wrote: On Thursday 01 July 2010 11:55 PM, Maciej Rutecki wrote: On środa, 30 czerwca 2010 o 13:22:27 divya wrote: While running fs_racer test from LTP on a POWER6 box against latest git(2.6.35-rc3-git4 - commitid 984bc9601f... 9 Jul 2010 03:59
[PATCH] mmc: MMC 4.4 DDR support
Add support for Dual Data Rate MMC cards as defined in the 4.4 specification. Cc: linux-mmc(a)vger.kernel.org Acked-by: Linus Walleij <linus.walleij(a)stericsson.com> Signed-off-by: Hanumath Prasad <hanumath.prasad(a)stericsson.com> --- drivers/mmc/card/block.c | 10 +++++++--- drivers/mmc/core/mmc.c | 37 +++... 9 Jul 2010 03:59
netfilter: add CHECKSUM target
On Fri, Jul 09, 2010 at 01:29:13AM +0300, Michael S. Tsirkin wrote: This adds a `CHECKSUM' target, which can be used in the iptables mangle table. You can use this target to compute and fill in the checksum in an IP packet that lacks a checksum. This is particularly useful, if you need to work aroun... 16 Jul 2010 08:48
pm: Add runtime PM statistics to sysfs
2010/7/9 Arjan van de Ven <arjan(a)infradead.org>: From: Arjan van de Ven <arjan(a)linux.intel.com> diff --git a/include/linux/pm.h b/include/linux/pm.h index 8e258c7..dca597f 100644 --- a/include/linux/pm.h +++ b/include/linux/pm.h @@ -476,9 +476,15 @@ struct dev_pm_info { � � � �enum rpm_request � � ... 9 Jul 2010 08:20
[PATCH] vmscan: protect to read reclaim_stat by lru_lock
Rik van Riel pointed out reading reclaim_stat should be protected lru_lock, otherwise vmscan might sweep 2x much pages. This fault was introduced by followint commit. commit 4f98a2fee8acdb4ac84545df98cccecfd130f8db Author: Rik van Riel <riel(a)redhat.com> Date: Sat Oct 18 20:26:32 2008 -0700 vmsca... 9 Jul 2010 03:59
First  |  Prev |  Next  |  Last
Pages: 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678