[PATCH 3/3] powerpc: enabled asymmetric SMT scheduling on POWER7
The POWER7 core has dynamic SMT mode switching which is controlled by the hypervisor. There are 3 SMT modes: SMT1 uses thread 0 SMT2 uses threads 0 & 1 SMT4 uses threads 0, 1, 2 & 3 When in any particular SMT mode, all threads have the same performance as each other (ie. at any moment in time, all threads pe... 8 Jun 2010 01:29
[PATCH 0/3] sched: asymmetrical packing for POWER7 SMT4
This patch series implements asymmetric SMT packing which ensures consistently good performance on POWER7. Without this series, tasks will vary in performance by around +/-30% on POWER7 This new version is based on help from Vatsa and Vaidy in an attempt to answer concerns that Peter Zijlstra had about the origi... 8 Jun 2010 01:29
arch/cris: Remove unnecessary kmalloc casts
On Mon, 7 Jun 2010, Joe Perches wrote: And separate declaration from allocation Still no error checking on failure, but it probably doesn't matter. Signed-off-by: Joe Perches <joe(a)perches.com> --- arch/cris/arch-v32/mm/intmem.c | 13 +++++-------- 1 files changed, 5 insertions(+), 8 deletions... 16 Jun 2010 12:09
[PATCH 08/12] drivers/parisc/iosapic.c: Remove unnecessary kzalloc cast
Convert kzalloc to kcalloc Signed-off-by: Joe Perches <joe(a)perches.com> --- drivers/parisc/iosapic.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/parisc/iosapic.c b/drivers/parisc/iosapic.c index c768367..3e6f56c 100644 --- a/drivers/parisc/iosapic.c +++ b/drivers/pari... 8 Jun 2010 00:23
[PATCH 12/12] fs/ufs/util.c: Remove unnecessary kmalloc casts
Signed-off-by: Joe Perches <joe(a)perches.com> --- fs/ufs/util.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/fs/ufs/util.c b/fs/ufs/util.c index 85a7fc9..9c44f32 100644 --- a/fs/ufs/util.c +++ b/fs/ufs/util.c @@ -26,8 +26,7 @@ struct ufs_buffer_head * _ubh_bread_ (struct ufs_sb_pr... 8 Jun 2010 00:23
[PATCH 03/12] arch/x86/kernel/tlb_uv.c: Remove unnecessary kmalloc casts
And convert a kmalloc/memset to kzalloc Signed-off-by: Joe Perches <joe(a)perches.com> --- arch/x86/kernel/tlb_uv.c | 15 +++++++-------- 1 files changed, 7 insertions(+), 8 deletions(-) diff --git a/arch/x86/kernel/tlb_uv.c b/arch/x86/kernel/tlb_uv.c index 7fea555..4c0a5e8 100644 --- a/arch/x86/kernel/tlb_... 8 Jun 2010 00:23
[PATCH 11/12] drivers/usb/storage/isd200.c: Remove unnecessary kmalloc casts
Signed-off-by: Joe Perches <joe(a)perches.com> --- drivers/usb/storage/isd200.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/drivers/usb/storage/isd200.c b/drivers/usb/storage/isd200.c index e9cbc14..6b9982c 100644 --- a/drivers/usb/storage/isd200.c +++ b/drivers/usb/storage/isd200.... 8 Jun 2010 00:23
[PATCH 04/12] drivers/gpu/drm: Remove unnecessary kmalloc casts
Signed-off-by: Joe Perches <joe(a)perches.com> --- drivers/gpu/drm/drm_sman.c | 4 +--- drivers/gpu/drm/i915/i915_dma.c | 3 +-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/drivers/gpu/drm/drm_sman.c b/drivers/gpu/drm/drm_sman.c index 463aed9..3466458 100644 --- a/drivers/gpu/drm/dr... 8 Jun 2010 00:23
[PATCH 07/12] drivers/message/i2o/i20_config.c: Remove unnecessary kmalloc casts
Signed-off-by: Joe Perches <joe(a)perches.com> --- drivers/message/i2o/i2o_config.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/drivers/message/i2o/i2o_config.c b/drivers/message/i2o/i2o_config.c index c4b117f..3be46c5 100644 --- a/drivers/message/i2o/i2o_config.c +++ b/drivers/mes... 8 Jun 2010 00:23
[PATCH 02/12] arch/powerpc: Remove unnecessary kmalloc casts
Signed-off-by: Joe Perches <joe(a)perches.com> --- arch/powerpc/kernel/nvram_64.c | 3 +-- arch/powerpc/kvm/book3s.c | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/arch/powerpc/kernel/nvram_64.c b/arch/powerpc/kernel/nvram_64.c index 9cf197f..99c6dab 100644 --- a/arch/powerpc... 8 Jun 2010 00:23