[PATCH 07/12] slab: convert cpu notifier to return encapsulate errno value
By the previous modification, the cpu notifier can return encapsulate errno value. This converts the cpu notifiers for slab. Signed-off-by: Akinobu Mita <akinobu.mita(a)gmail.com> Cc: Christoph Lameter <cl(a)linux-foundation.org> Cc: Pekka Enberg <penberg(a)cs.helsinki.fi> Cc: Matt Mackall <mpm(a)selenic.com> Cc: linux... 18 Mar 2010 05:56
[PATCH 05/12] topology: convert cpu notifier to return encapsulate errno value
By the previous modification, the cpu notifier can return encapsulate errno value. This converts the cpu notifiers for topology. Signed-off-by: Akinobu Mita <akinobu.mita(a)gmail.com> Cc: Greg Kroah-Hartman <gregkh(a)suse.de> --- drivers/base/topology.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ... 18 Mar 2010 05:56
[PATCH 08/12] iucv: convert cpu notifier to return encapsulate errno value
By the previous modification, the cpu notifier can return encapsulate errno value. This converts the cpu notifiers for iucv. Signed-off-by: Akinobu Mita <akinobu.mita(a)gmail.com> Cc: Ursula Braun <ursula.braun(a)de.ibm.com> Cc: linux390(a)de.ibm.com Cc: linux-s390(a)vger.kernel.org --- net/iucv/iucv.c | 9 +++++--... 18 Mar 2010 05:56
[PATCH] staging: winbond: mds_f.h whitespace and CamelCase corrections.
I fixed the whitespaces, the C99 comment and the CamelCase parameter names. New patch against master -> forget the old patch: Message-Id: <1268899193-16034-1-git-send-email-lindley(a)coyote.org> Signed-off-by: Lars Lindley <lindley(a)coyote.org> --- drivers/staging/winbond/mds_f.h | 20 ++++++++++---------- 1 f... 18 Mar 2010 05:56
Unify KVM kernel-space and user-space code into a single project
On 03/17/2010 10:10 AM, Ingo Molnar wrote: It's about who owns the user interface. If qemu owns the user interface, than we can satisfy this in a very simple way by adding a perf monitor command. If we have to support third party tools, then it significantly complicates things. Of c... 8 Apr 2010 10:58
Irish 2010 Grant Winner
�1,000,000Pounds has been awarded to you in the U.K PROMO.send to this office the following: Names........... Tel.............. Age............ Address.......... Occupation......... Country............. Send To: bnl.claimdept(a)live.co.uk -- To unsubscribe from this list: send the line "unsubscribe linux-kernel"... 18 Mar 2010 04:50
[PATCH] staging: winbond: mds_f.h whitespace corrections.
I fixed the whitespaces and the C99 comment. Signed-off-by: Lars Lindley <lindley(a)coyote.org> --- drivers/staging/winbond/mds_f.h | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/drivers/staging/winbond/mds_f.h b/drivers/staging/winbond/mds_f.h index e09dd4b..0d2bc... 18 Mar 2010 04:50
hpet: pass physical address, not entire hpet_data, to hpet_is_known()
Bjorn Helgaas wrote: No functional change; hpet_is_known() only needs the physical address, so supplying that instead of the whole struct hpet_data makes the callers a little simpler. Signed-off-by: Bjorn Helgaas <bjorn.helgaas(a)hp.com> Acked-by: Clemens Ladisch <clemens(a)ladisch.de> -- To unsubscrib... 18 Mar 2010 03:44
[PATCH] sound/oss/vidc.c: change the field used with DMA_ACTIVE
From: Julia Lawall <julia(a)diku.dk> The constant DMA_ACTIVE is defined with the dma_buffparams structure rather than with the audio_operations structure. Takashi Iwai suggested that the dmap_out field of the audio_operations structure should be used instead. This is not tested. Signed-off-by: Julia Lawall <j... 18 Mar 2010 03:44
memcg: dirty pages accounting and limiting infrastructure
I have a proposed change to "[PATCH -mmotm 4/5] memcg: dirty pages accounting and limiting infrastructure" v6. The change is small and I am presenting it as a git patch (below) to be applied after 4/5 v6 has been applied. The change is fairly simple. An alternative would be to reject my patch (below) and enhance ... 18 Mar 2010 03:44