All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paul Mackerras <paulus@samba.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linuxppc-dev@ozlabs.org, akpm@linux-foundation.org,
	linux-kernel@vger.kernel.org
Subject: [git pull] Please pull powerpc.git merge branch
Date: Tue, 26 Aug 2008 13:57:20 +1000	[thread overview]
Message-ID: <18611.32544.855676.804034@cargo.ozlabs.ibm.com> (raw)

Linus,

Please pull from the 'merge' branch of

git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc.git merge

to get some more bug-fixes and defconfig updates for powerpc.  Almost
all of the lines changed are in the defconfigs.  The rest of the
changes are fixes for various regressions, build failures, and a
possible oops, plus two commits that fix memory leaks and race
conditions in code that is only used on embedded systems with
Freescale processors.


Thanks,
Paul.

 arch/powerpc/boot/dts/mpc8641_hpcn.dts            |    2 
 arch/powerpc/boot/dts/tqm8548-bigflash.dts        |    8 
 arch/powerpc/boot/dts/tqm8548.dts                 |    3 
 arch/powerpc/boot/wrapper                         |    2 
 arch/powerpc/configs/83xx/asp8347_defconfig       |  312 ++++++++++++-----
 arch/powerpc/configs/83xx/mpc8313_rdb_defconfig   |  188 ++++++++--
 arch/powerpc/configs/83xx/mpc8315_rdb_defconfig   |  188 ++++++++--
 arch/powerpc/configs/83xx/mpc832x_mds_defconfig   |  172 +++++++--
 arch/powerpc/configs/83xx/mpc832x_rdb_defconfig   |  176 +++++++---
 arch/powerpc/configs/83xx/mpc834x_itx_defconfig   |  175 +++++++--
 arch/powerpc/configs/83xx/mpc834x_itxgp_defconfig |  172 +++++++--
 arch/powerpc/configs/83xx/mpc834x_mds_defconfig   |  168 +++++++--
 arch/powerpc/configs/83xx/mpc836x_mds_defconfig   |  172 +++++++--
 arch/powerpc/configs/83xx/mpc836x_rdk_defconfig   |  183 +++++++---
 arch/powerpc/configs/83xx/mpc837x_mds_defconfig   |  351 +++++++++++++++++--
 arch/powerpc/configs/83xx/mpc837x_rdb_defconfig   |  340 ++++++++++++++++--
 arch/powerpc/configs/83xx/sbc834x_defconfig       |  239 +++++++++++--
 arch/powerpc/configs/85xx/ksi8560_defconfig       |   95 ++++-
 arch/powerpc/configs/85xx/mpc8536_ds_defconfig    |  167 +++++----
 arch/powerpc/configs/85xx/mpc8540_ads_defconfig   |   71 +++-
 arch/powerpc/configs/85xx/mpc8544_ds_defconfig    |  178 ++++++----
 arch/powerpc/configs/85xx/mpc8560_ads_defconfig   |   98 ++++-
 arch/powerpc/configs/85xx/mpc8568mds_defconfig    |  121 +++++--
 arch/powerpc/configs/85xx/mpc8572_ds_defconfig    |  177 ++++++----
 arch/powerpc/configs/85xx/mpc85xx_cds_defconfig   |   85 +++--
 arch/powerpc/configs/85xx/sbc8548_defconfig       |   63 ++-
 arch/powerpc/configs/85xx/sbc8560_defconfig       |   69 +++-
 arch/powerpc/configs/85xx/stx_gp3_defconfig       |  163 ++++++---
 arch/powerpc/configs/85xx/tqm8540_defconfig       |  112 ++++--
 arch/powerpc/configs/85xx/tqm8541_defconfig       |  139 ++++++--
 arch/powerpc/configs/85xx/tqm8548_defconfig       |  129 +++++--
 arch/powerpc/configs/85xx/tqm8555_defconfig       |  139 ++++++--
 arch/powerpc/configs/85xx/tqm8560_defconfig       |  139 ++++++--
 arch/powerpc/configs/adder875_defconfig           |   55 ++-
 arch/powerpc/configs/c2k_defconfig                |  245 ++++++-------
 arch/powerpc/configs/chrp32_defconfig             |  141 +++++---
 arch/powerpc/configs/ep8248e_defconfig            |  198 +++++++++--
 arch/powerpc/configs/ep88xc_defconfig             |   57 ++-
 arch/powerpc/configs/g5_defconfig                 |  227 +++++++-----
 arch/powerpc/configs/iseries_defconfig            |   87 +++--
 arch/powerpc/configs/linkstation_defconfig        |  133 +++++--
 arch/powerpc/configs/maple_defconfig              |  381 ++++++++++++++-------
 arch/powerpc/configs/mpc7448_hpc2_defconfig       |   72 +++-
 arch/powerpc/configs/mpc8272_ads_defconfig        |  132 +++++--
 arch/powerpc/configs/mpc83xx_defconfig            |  389 +++++++++++++++++++--
 arch/powerpc/configs/mpc85xx_defconfig            |  207 +++++++----
 arch/powerpc/configs/mpc8610_hpcd_defconfig       |  165 +++++----
 arch/powerpc/configs/mpc8641_hpcn_defconfig       |  215 +++++++-----
 arch/powerpc/configs/mpc866_ads_defconfig         |   61 ++-
 arch/powerpc/configs/mpc885_ads_defconfig         |   57 ++-
 arch/powerpc/configs/pmac32_defconfig             |  241 +++++++------
 arch/powerpc/configs/ppc64_defconfig              |  237 +++++++------
 arch/powerpc/configs/ppc6xx_defconfig             |  144 ++++----
 arch/powerpc/configs/pq2fads_defconfig            |  147 ++++++--
 arch/powerpc/configs/prpmc2800_defconfig          |  125 +++++--
 arch/powerpc/configs/ps3_defconfig                |  153 +++++++-
 arch/powerpc/configs/pseries_defconfig            |  172 +++++++--
 arch/powerpc/configs/sbc8641d_defconfig           |  173 +++++++--
 arch/powerpc/configs/storcenter_defconfig         |  113 ++++--
 arch/powerpc/platforms/ps3/htab.c                 |  269 +++++----------
 arch/powerpc/platforms/ps3/setup.c                |    1 
 arch/powerpc/platforms/ps3/spu.c                  |   18 +
 arch/powerpc/platforms/pseries/setup.c            |    1 
 arch/powerpc/sysdev/cpm_common.c                  |   37 +-
 arch/powerpc/sysdev/qe_lib/ucc_fast.c             |    4 
 arch/powerpc/sysdev/qe_lib/ucc_slow.c             |    8 
 drivers/oprofile/cpu_buffer.c                     |    4 
 drivers/oprofile/event_buffer.c                   |    2 
 68 files changed, 6659 insertions(+), 2808 deletions(-)
 rename arch/powerpc/configs/{asp8347_defconfig => 83xx/asp8347_defconfig} (87%)
 rename arch/powerpc/configs/{mpc8536_ds_defconfig => 85xx/mpc8536_ds_defconfig} (95%)

commit 9bdbb9633281b58ff483ede723f8c4a6344cab2f
Author: Paul Mackerras <paulus@samba.org>
Date:   Tue Aug 26 13:31:55 2008 +1000

    powerpc: Update defconfigs for most non-embedded platforms
    
    Signed-off-by: Paul Mackerras <paulus@samba.org>

commit d617a40227705eb0d7b7692bbb974d077f0219a9
Author: Andrew Morton <akpm@linux-foundation.org>
Date:   Thu Aug 21 11:16:26 2008 +1000

    powerpc: Export CMO_PageSize
    
    This fixes an error building powerpc allmodconfig:
    
    ERROR: "CMO_PageSize" [arch/powerpc/platforms/pseries/cmm.ko] undefined!
    
    Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
    Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
    Signed-off-by: Paul Mackerras <paulus@samba.org>

commit b47027795a22fe61f93de6010c120f26273fc693
Author: Masakazu Mokuno <mokuno@sm.sony.co.jp>
Date:   Thu Aug 21 06:18:56 2008 +1000

    powerpc/ps3: Fix ioremap of spu shadow regs
    
    Fix the ioremap of the spu shadow regs on the PS3.
    
    The current PS3 hypervisor requires the spu shadow regs to be
    mapped with the PTE page protection bits set as read-only (PP=3).
    This implementation uses the low level __ioremap() to bypass the
    page protection settings inforced by ioremap_flags() to get the
    needed PTE bits set for the shadow regs.
    
    This fixes a runtime failure on the PS3 introduced by the powerpc
    ioremap_prot rework of commit a1f242ff460e4b50a045fa237c3c56cce9eabf83
    ("powerpc ioremap_prot").
    
    Signed-off-by: Masakazu Mokuno <mokuno@sm.sony.co.jp>
    CC: Benjamin Herrenschmidt <benh@kernel.crashing.org>
    Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
    Signed-off-by: Paul Mackerras <paulus@samba.org>

commit 9cfeb74e93cf3549b7fa67ffe407192da625c777
Author: Masakazu Mokuno <mokuno@sm.sony.co.jp>
Date:   Thu Aug 21 06:18:51 2008 +1000

    powerpc/ps3: Rework htab code to remove ioremap
    
    Rework the PS3 MMU hash table code to remove the need to ioremap the
    hash table by using the HV calls lv1_insert_htab_entry() and
    lv1_read_htab_entries().
    
    This fixes a runtime failure on the PS3 introduced by the powerpc
    ioremap_prot rework of commit a1f242ff460e4b50a045fa237c3c56cce9eabf83
    ("powerpc ioremap_prot").
    
    Signed-off-by: Masakazu Mokuno <mokuno@sm.sony.co.jp>
    CC: Benjamin Herrenschmidt <benh@kernel.crashing.org>
    Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
    Signed-off-by: Paul Mackerras <paulus@samba.org>

commit 98fded0728d6d65b78a7fe7d205e947ee81bb9b5
Author: Geoff Levand <geoffrey.levand@am.sony.com>
Date:   Thu Aug 21 06:18:43 2008 +1000

    powerpc/ps3: Update ps3_defconfig
    
    Update ps3_defconfig.
    
    Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
    Signed-off-by: Paul Mackerras <paulus@samba.org>

commit f4156d1cd1dc260cca767a6c0636625f05446799
Author: Carl Love <cel@us.ibm.com>
Date:   Mon Aug 11 17:25:43 2008 +1000

    powerpc/cell/oprofile: Avoid double vfree of profile buffer
    
    If an error occurs on opcontrol start, the event and per cpu buffers
    are released.  If later opcontrol shutdown is called then the free
    function will be called again to free buffers that no longer
    exist.  This results in a kernel oops.  The following changes
    prevent the call to delete buffers that don't exist.
    
    Signed-off-by: Carl Love <carll@us.ibm.com>
    Signed-off-by: Arnd Bergmann <arnd@arndb.de>
    Acked-by: Robert Richter <robert.richter@amd.com>
    Signed-off-by: Paul Mackerras <paulus@samba.org>

commit 2bb2e1db906e6e139636271d2cf46466d9e84005
Author: Kumar Gala <galak@kernel.crashing.org>
Date:   Thu Aug 21 07:11:30 2008 -0500

    powerpc: Update defconfigs for FSL PPC boards
    
    Since we are updated defconfigs I went ahead and moved the
    asp8347_defconfig under 83xx/ and the mpc8536_ds_defconfig under
    85xx/ as that is where they should have been to start with.
    
    Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

commit 8dd217b27e32081121c31d927e7c70f6dbf6f5c6
Author: Scott Wood <scottwood@freescale.com>
Date:   Thu Jul 31 19:10:22 2008 +0300

    powerpc: Add cuImage.mpc866ads to the bootwrapper as a cuboot-8xx target
    
    This patch fixes the following build error with mpc866_ads_defconfig:
    
    <--  snip  -->
    
    ...
      WRAP    arch/powerpc/boot/cuImage.mpc866ads
    powerpc64-linux-ld: arch/powerpc/boot/cuboot-mpc866ads.o: No such file: No such file or directory
    make[2]: *** [arch/powerpc/boot/cuImage.mpc866ads] Error 1
    
    <--  snip  -->
    
    Reported-by: Adrian Bunk <bunk@kernel.org>
    Signed-off-by: Scott Wood <scottwood@freescale.com>
    Signed-off-by: Adrian Bunk <bunk@kernel.org>
    Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

commit 639d64456e20cbfc866b18dc03cf9f9babc9c7cd
Author: Laurent Pinchart <laurentp@cse-semaphore.com>
Date:   Tue Aug 19 14:20:23 2008 +0200

    cpm2: Fix race condition in CPM2 GPIO library.
    
    The CPM2 GPIO library code uses the non thread-safe clrbits32/setbits32
    macros. This patch protects them with a spinlock.
    
    Signed-off-by: Laurent Pinchart <laurentp@cse-semaphore.com>
    Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

commit 61a4e9e91dd3916ef91aa4899b7271bba0248677
Author: Timur Tabi <timur@freescale.com>
Date:   Wed Aug 20 10:29:09 2008 -0500

    powerpc: fix memory leaks in QE library
    
    Fix two memory leaks in the Freescale QE library: add a missing kfree() in
    ucc_fast_init() and ucc_slow_init() if the ioremap() fails, and update
    ucc_fast_free() and ucc_slow_free() to call iounmap() if necessary.
    
    Based on a patch from Tony Breeds <tony@bakeyournoodle.com>.
    
    Signed-off-by: Timur Tabi <timur@freescale.com>
    Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

commit d27a736c7a62c3451e389aa8e0dfc64dab119b9b
Author: Wolfgang Grandegger <wg@grandegger.com>
Date:   Sun Aug 17 10:51:25 2008 +0200

    powerpc/85xx: TQM8548: DTS file fixes and cleanup
    
    Due to the missing compatible property for the SOC, the MPC I2C buses are
    not found any more. This patch fixes this issue. Furthermore it corrects
    the name of the SOC node and adds the missing I2C node for the RTC.
    
    Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
    Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

commit ba1616d921429ffe7480e8835e85f95ff041add8
Author: Kumar Gala <galak@kernel.crashing.org>
Date:   Thu Jul 31 17:06:31 2008 -0500

    powerpc: Fix whitespace merge in mpc8641 hpcn device tree
    
    When we coverted the .dts to v1 we lost a space between the irq
    and its polarity/sense information.  This causes a bit of chaos
    as the reset of the blob is off by one cell.
    
    This was noticed by booting and getting errors w/ATA due to
    lock of interrupts.
    
    Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

             reply	other threads:[~2008-08-26  3:58 UTC|newest]

Thread overview: 368+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-26  3:57 Paul Mackerras [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-07-28  3:46 [git pull] Please pull powerpc.git merge branch Benjamin Herrenschmidt
2014-07-23  4:54 Benjamin Herrenschmidt
2014-07-11  5:44 Benjamin Herrenschmidt
2014-06-25  6:13 Benjamin Herrenschmidt
2014-06-16  9:48 Benjamin Herrenschmidt
2014-06-02  0:27 Benjamin Herrenschmidt
2014-05-28  3:29 Benjamin Herrenschmidt
2014-05-20 23:13 Benjamin Herrenschmidt
2014-05-14  5:19 Benjamin Herrenschmidt
2014-04-28  6:52 Benjamin Herrenschmidt
2014-04-09  7:23 Benjamin Herrenschmidt
2014-04-09  7:23 ` Benjamin Herrenschmidt
2014-04-01 23:34 Benjamin Herrenschmidt
2014-04-02  5:27 ` Benjamin Herrenschmidt
2014-03-07 21:04 Benjamin Herrenschmidt
2014-02-28  8:45 Benjamin Herrenschmidt
2014-02-17  1:16 Benjamin Herrenschmidt
2014-02-12  4:34 Benjamin Herrenschmidt
2014-01-28  4:37 Benjamin Herrenschmidt
2014-01-28  4:37 ` Benjamin Herrenschmidt
2014-01-15  5:01 Benjamin Herrenschmidt
2014-01-15  5:01 ` Benjamin Herrenschmidt
2014-01-15  8:05 ` Linus Torvalds
2014-01-15  8:05   ` Linus Torvalds
2014-01-15 10:28   ` Benjamin Herrenschmidt
2014-01-15 10:28     ` Benjamin Herrenschmidt
2014-01-13  1:15 Benjamin Herrenschmidt
2013-12-30  4:37 Benjamin Herrenschmidt
2013-12-16  0:57 Benjamin Herrenschmidt
2013-12-10  1:57 Benjamin Herrenschmidt
2013-12-10  3:58 ` Linus Torvalds
2013-12-10  5:39   ` Benjamin Herrenschmidt
2013-11-27  2:30 Benjamin Herrenschmidt
2013-11-21  0:34 Benjamin Herrenschmidt
2013-11-20 23:10 Benjamin Herrenschmidt
2013-10-03  7:54 Benjamin Herrenschmidt
2013-09-25  4:39 Benjamin Herrenschmidt
2013-09-11  3:22 Benjamin Herrenschmidt
2013-08-27  7:32 Benjamin Herrenschmidt
2013-08-09  8:17 Benjamin Herrenschmidt
2013-08-02 22:28 Benjamin Herrenschmidt
2013-08-01  8:40 Benjamin Herrenschmidt
2013-07-24  7:59 Benjamin Herrenschmidt
2013-06-30  4:42 Benjamin Herrenschmidt
2013-06-29 23:16 Benjamin Herrenschmidt
2013-06-25  7:53 Benjamin Herrenschmidt
2013-06-20  7:01 Benjamin Herrenschmidt
2013-06-15  3:10 Benjamin Herrenschmidt
2013-06-09 22:45 Benjamin Herrenschmidt
2013-06-09  7:56 Benjamin Herrenschmidt
2013-06-09 21:33 ` Linus Torvalds
2013-06-09 21:54   ` Linus Torvalds
2013-06-10  2:44     ` Jeremy Kerr
2013-06-10  2:44       ` Jeremy Kerr
2013-06-10  3:06       ` Linus Torvalds
2013-06-10  3:06         ` Linus Torvalds
2013-06-10  3:20         ` Linus Torvalds
2013-06-10  3:20           ` Linus Torvalds
2013-06-10  3:36           ` Linus Torvalds
2013-06-10  3:36             ` Linus Torvalds
2013-06-10  4:20         ` Jeremy Kerr
2013-06-10  4:20           ` Jeremy Kerr
2013-06-10  4:24           ` Linus Torvalds
2013-06-10  4:24             ` Linus Torvalds
2013-06-09 22:37   ` Benjamin Herrenschmidt
2013-06-09 22:37     ` Benjamin Herrenschmidt
2013-05-31 23:22 Benjamin Herrenschmidt
2013-05-31 23:32 ` Benjamin Herrenschmidt
2013-05-24  9:41 Benjamin Herrenschmidt
2013-05-14  9:57 Benjamin Herrenschmidt
2013-05-07 10:10 Benjamin Herrenschmidt
2013-03-18  5:17 Benjamin Herrenschmidt
2013-03-05  6:30 Benjamin Herrenschmidt
2013-02-04  4:22 Benjamin Herrenschmidt
2013-01-28 23:42 Benjamin Herrenschmidt
2013-01-29  0:03 ` Linus Torvalds
2013-01-29  0:09   ` Benjamin Herrenschmidt
2013-01-29  2:42     ` Linus Torvalds
2013-01-29 14:14     ` Geert Uytterhoeven
2013-01-29 14:14       ` Geert Uytterhoeven
2013-01-03  6:13 Benjamin Herrenschmidt
2013-01-03  6:14 ` Benjamin Herrenschmidt
2012-11-25 22:07 Benjamin Herrenschmidt
2012-11-25 22:08 ` Benjamin Herrenschmidt
2012-11-25 22:16   ` Benjamin Herrenschmidt
2012-11-21  4:37 Benjamin Herrenschmidt
2012-10-18  9:23 Benjamin Herrenschmidt
2012-10-04  8:38 Benjamin Herrenschmidt
2012-10-04 16:00 ` Linus Torvalds
2012-10-04 20:10   ` Benjamin Herrenschmidt
2012-10-04 16:02 ` Linus Torvalds
2012-10-04 20:14   ` Benjamin Herrenschmidt
2012-09-05  6:12 Benjamin Herrenschmidt
2012-09-05 21:15 ` Benjamin Herrenschmidt
2012-08-24 10:59 Benjamin Herrenschmidt
2012-08-03 13:39 Kumar Gala
2012-08-03 22:34 ` Benjamin Herrenschmidt
2012-08-04 13:22   ` Kumar Gala
2012-07-31  7:33 Benjamin Herrenschmidt
2012-07-27 12:44 Kumar Gala
2012-07-27  4:37 Benjamin Herrenschmidt
2012-07-10  9:25 Benjamin Herrenschmidt
2012-07-02  4:57 Benjamin Herrenschmidt
2012-07-02 21:38 ` Gerhard Pircher
2012-07-02 22:20   ` Benjamin Herrenschmidt
2012-07-10 18:48     ` roger blofeld
2012-06-29 20:45 Benjamin Herrenschmidt
2012-07-01 10:50 ` Michael Neuling
2012-07-01 11:14   ` Benjamin Herrenschmidt
2012-05-11 23:51 Benjamin Herrenschmidt
2012-05-09  1:12 Benjamin Herrenschmidt
2012-04-30  1:44 Benjamin Herrenschmidt
2012-04-23  2:04 Benjamin Herrenschmidt
2012-04-23  2:04 ` Benjamin Herrenschmidt
2012-04-20  0:05 Kumar Gala
2012-04-12  3:38 Benjamin Herrenschmidt
2012-04-02  4:39 Benjamin Herrenschmidt
2012-02-23  4:58 Benjamin Herrenschmidt
2012-02-17 22:36 Benjamin Herrenschmidt
2012-02-14  6:21 Benjamin Herrenschmidt
2012-01-25  3:01 Benjamin Herrenschmidt
2012-01-25  3:01 ` Benjamin Herrenschmidt
2012-01-17 22:26 Kumar Gala
2012-01-13  6:21 Benjamin Herrenschmidt
2012-01-16 19:21 ` Kumar Gala
2012-01-16 19:21   ` Kumar Gala
2012-01-16 20:27   ` Benjamin Herrenschmidt
2012-01-16 20:27     ` Benjamin Herrenschmidt
2012-01-09 21:47 Kumar Gala
2011-12-08  7:29 Kumar Gala
2011-11-25  4:48 Benjamin Herrenschmidt
2011-11-24  5:03 Kumar Gala
2011-11-18  3:29 Benjamin Herrenschmidt
2011-11-08  4:21 Benjamin Herrenschmidt
2011-11-08  4:42 ` Benjamin Herrenschmidt
2011-08-31  6:10 Benjamin Herrenschmidt
2011-08-31  3:14 Kumar Gala
2011-08-10 15:27 Benjamin Herrenschmidt
2011-08-10 18:07 ` Linus Torvalds
2011-08-10 18:07   ` Linus Torvalds
2011-08-10 18:55   ` Benjamin Herrenschmidt
2011-07-12  1:26 Benjamin Herrenschmidt
2011-06-29  8:13 Benjamin Herrenschmidt
2011-06-23  2:41 Kumar Gala
2011-06-09 20:45 Benjamin Herrenschmidt
2011-05-27  6:55 Benjamin Herrenschmidt
2011-05-27 12:28 ` Kumar Gala
2011-05-27 12:28   ` Kumar Gala
2011-05-26  5:22 Benjamin Herrenschmidt
2011-05-26 14:02 ` Kumar Gala
2011-05-26 14:02   ` Kumar Gala
2011-05-26 22:20   ` Benjamin Herrenschmidt
2011-05-26 22:20     ` Benjamin Herrenschmidt
2011-05-20 14:35 Kumar Gala
2011-06-01 21:56 ` Tabi Timur-B04825
2011-05-20  8:06 Benjamin Herrenschmidt
2011-05-19  4:06 Benjamin Herrenschmidt
2011-05-19  4:11 ` Linus Torvalds
2011-05-19  4:16   ` David Miller
2011-05-19  4:16     ` David Miller
2011-05-19  5:28   ` Benjamin Herrenschmidt
2011-05-19  5:32 ` Kumar Gala
2011-05-20 13:23 ` Richard Cochran
2011-05-20 13:23   ` Richard Cochran
2011-05-20 13:58   ` Josh Boyer
2011-05-20 13:58     ` Josh Boyer
2011-05-20 14:32     ` Richard Cochran
2011-05-20 14:32       ` Richard Cochran
2011-05-20 14:46       ` Josh Boyer
2011-05-20 14:46         ` Josh Boyer
2011-05-20 20:13         ` Kumar Gala
2011-05-20 20:13           ` Kumar Gala
2011-05-20 22:21   ` Benjamin Herrenschmidt
2011-05-20 22:21     ` Benjamin Herrenschmidt
2011-04-18  6:35 Benjamin Herrenschmidt
2011-04-13  4:26 Kumar Gala
2011-04-05  7:05 Benjamin Herrenschmidt
2011-04-05  4:30 Kumar Gala
2011-04-01  5:36 Benjamin Herrenschmidt
2011-03-30  2:08 Benjamin Herrenschmidt
2011-03-21  1:46 Benjamin Herrenschmidt
2011-03-09 23:55 Benjamin Herrenschmidt
2011-03-02  4:54 Benjamin Herrenschmidt
2011-02-07  3:57 Benjamin Herrenschmidt
2011-01-21  4:50 Benjamin Herrenschmidt
2011-01-12  0:16 Benjamin Herrenschmidt
2010-11-30  4:07 Benjamin Herrenschmidt
2010-11-18  5:46 Benjamin Herrenschmidt
2010-11-18 21:42 ` Michael Neuling
2010-11-18 22:08   ` Michael Ellerman
     [not found]     ` <20101119163104.624d264d.sfr@canb.auug.org.au>
2010-11-19  5:44       ` Michael Ellerman
2010-11-19  6:02         ` Michael Neuling
2010-11-21 23:05           ` Michael Ellerman
2010-11-22 11:25             ` Josh Boyer
2010-11-22 18:45         ` Scott Wood
2010-10-08 16:04 Kumar Gala
2010-10-08 23:31 ` Benjamin Herrenschmidt
2010-10-13  5:18 ` Benjamin Herrenschmidt
2010-08-31 21:51 Kumar Gala
2010-08-31  5:56 Benjamin Herrenschmidt
2010-09-02  1:55 ` Benjamin Herrenschmidt
2010-08-24  6:34 Benjamin Herrenschmidt
2010-07-23  4:14 Benjamin Herrenschmidt
2010-07-22 19:45 Kumar Gala
2010-07-14  7:22 Benjamin Herrenschmidt
2010-07-11 16:18 Kumar Gala
2010-07-08  8:19 Benjamin Herrenschmidt
2010-06-02  8:05 Benjamin Herrenschmidt
2010-05-14  4:28 Kumar Gala
2010-05-17 18:27 ` Kumar Gala
2010-05-12  7:46 Benjamin Herrenschmidt
2010-05-12 10:24 ` Kumar Gala
2010-05-12 10:24   ` Kumar Gala
2010-05-12 10:36   ` Benjamin Herrenschmidt
2010-05-12 10:36     ` Benjamin Herrenschmidt
2010-05-13  1:46     ` Benjamin Herrenschmidt
2010-05-13  1:46       ` Benjamin Herrenschmidt
     [not found] <mailman.1505.1272352353.27723.linuxppc-dev@lists.ozlabs.org>
2010-04-27 10:48 ` Heiko Schocher
2010-04-27 10:51   ` Benjamin Herrenschmidt
2010-04-27  5:56 Benjamin Herrenschmidt
2010-04-28  7:02 ` Benjamin Herrenschmidt
2010-04-20  4:26 Kumar Gala
2010-04-26 23:05 ` Kumar Gala
2010-04-27  4:09   ` Felix Radensky
2010-04-27  4:55     ` Kumar Gala
2010-03-19  7:18 Benjamin Herrenschmidt
2010-03-09  2:33 Benjamin Herrenschmidt
2010-02-18  3:21 Kumar Gala
2010-02-18  3:24 ` Benjamin Herrenschmidt
2010-02-18  3:26   ` Kumar Gala
2010-02-18  3:30     ` Benjamin Herrenschmidt
2010-02-10  3:52 Benjamin Herrenschmidt
2010-02-08  6:16 Benjamin Herrenschmidt
2010-01-30 23:34 Benjamin Herrenschmidt
2010-02-01  4:53 ` Benjamin Herrenschmidt
2010-01-18  6:45 Benjamin Herrenschmidt
2010-01-18 12:32 ` Josh Boyer
2010-01-18 12:32   ` Josh Boyer
2010-01-18 21:57   ` Benjamin Herrenschmidt
2010-01-18 21:57     ` Benjamin Herrenschmidt
2009-12-21 23:25 Benjamin Herrenschmidt
2009-11-30 22:46 Benjamin Herrenschmidt
2009-11-11  5:01 Benjamin Herrenschmidt
2009-11-05  7:07 Benjamin Herrenschmidt
2009-11-05  7:07 ` Benjamin Herrenschmidt
2009-10-27  7:10 Benjamin Herrenschmidt
2009-10-27 23:07 ` Benjamin Herrenschmidt
2009-10-29 16:14 ` Linus Torvalds
2009-10-29 23:16   ` Benjamin Herrenschmidt
2009-10-30  4:06   ` Benjamin Herrenschmidt
2009-10-15  6:25 Benjamin Herrenschmidt
2009-09-25  0:15 Benjamin Herrenschmidt
2009-09-25  0:15 ` Benjamin Herrenschmidt
2009-08-27  3:33 Benjamin Herrenschmidt
2009-08-27 11:05 ` Josh Boyer
2009-08-27 20:55   ` Benjamin Herrenschmidt
2009-08-10  6:58 Benjamin Herrenschmidt
2009-07-30 11:13 Benjamin Herrenschmidt
2009-07-16  8:00 Benjamin Herrenschmidt
2009-07-08  6:26 Benjamin Herrenschmidt
2009-06-26  7:19 Benjamin Herrenschmidt
2009-06-19  5:56 Benjamin Herrenschmidt
2009-06-16  3:05 Benjamin Herrenschmidt
2009-06-15  2:08 Benjamin Herrenschmidt
2009-06-15  7:01 ` Benjamin Herrenschmidt
2009-06-02 23:22 Benjamin Herrenschmidt
2009-06-02  1:47 Benjamin Herrenschmidt
2009-05-27  6:40 Benjamin Herrenschmidt
2009-05-26  3:50 Benjamin Herrenschmidt
2009-05-22  6:11 Benjamin Herrenschmidt
2009-05-18  6:34 Benjamin Herrenschmidt
2009-05-15  8:01 Benjamin Herrenschmidt
2009-05-05  4:55 Benjamin Herrenschmidt
2009-05-05  5:16 ` Grant Likely
2009-05-05  5:16   ` Grant Likely
2009-04-28  5:55 Paul Mackerras
2009-04-28  5:55 ` Paul Mackerras
2009-04-22  5:48 Paul Mackerras
2009-04-22  5:48 ` Paul Mackerras
2009-04-15  9:29 Paul Mackerras
2009-04-15  9:29 ` Paul Mackerras
2009-04-07  6:26 Paul Mackerras
2009-04-07  6:26 ` Paul Mackerras
2009-03-30  4:26 Benjamin Herrenschmidt
2009-03-18  4:11 Benjamin Herrenschmidt
2009-03-13  5:19 Benjamin Herrenschmidt
2009-03-10 23:57 Benjamin Herrenschmidt
2009-03-11  9:37 ` Geert Uytterhoeven
2009-03-11  9:37   ` Geert Uytterhoeven
2009-03-11 10:57   ` Benjamin Herrenschmidt
2009-03-11 10:57     ` Benjamin Herrenschmidt
2009-03-11 15:36     ` Linus Torvalds
2009-03-11 15:36       ` Linus Torvalds
2009-03-11 15:53       ` Geert Uytterhoeven
2009-03-11 15:53         ` Geert Uytterhoeven
2009-03-11 19:18         ` Linus Torvalds
2009-03-11 19:18           ` Linus Torvalds
2009-03-04  6:40 Benjamin Herrenschmidt
2009-02-26 22:33 Benjamin Herrenschmidt
2009-02-26  4:07 Benjamin Herrenschmidt
2009-02-26 11:28 ` Josh Boyer
2009-02-26 20:30   ` Benjamin Herrenschmidt
2009-02-26 20:46     ` Josh Boyer
2009-02-26 20:54       ` Benjamin Herrenschmidt
2009-02-13 22:12 Benjamin Herrenschmidt
2009-02-11  5:15 Benjamin Herrenschmidt
2009-02-10  5:03 Benjamin Herrenschmidt
2009-01-28  6:41 Benjamin Herrenschmidt
2009-01-28  6:41 ` Benjamin Herrenschmidt
2009-01-16  5:27 Benjamin Herrenschmidt
2009-01-16  5:27 ` Benjamin Herrenschmidt
2009-01-14  2:34 Benjamin Herrenschmidt
2008-12-16  4:43 Paul Mackerras
2008-12-09  4:13 Paul Mackerras
2008-12-03 11:26 Paul Mackerras
2008-12-03 23:22 ` Paul Mackerras
2008-11-30 23:48 Paul Mackerras
2008-11-11 10:22 Paul Mackerras
2008-11-06  2:20 Paul Mackerras
2008-10-31 10:54 Paul Mackerras
2008-10-31 10:54 ` Paul Mackerras
2008-10-31 11:46 ` Paul Mackerras
2008-09-18 16:36 Paul Mackerras
2008-09-18 16:43 ` Timur Tabi
2008-09-18 16:51   ` Josh Boyer
2008-09-08 11:56 Paul Mackerras
2008-09-04  0:32 Paul Mackerras
2008-08-20  3:50 Paul Mackerras
2008-08-20  3:50 ` Paul Mackerras
2008-08-18  5:01 Paul Mackerras
2008-08-11 11:14 Paul Mackerras
2008-08-04  4:49 Paul Mackerras
2008-08-05  6:12 ` Sean MacLennan
2008-08-05  6:27   ` Sean MacLennan
2008-07-30  6:24 Benjamin Herrenschmidt
2008-07-30  6:24 ` Benjamin Herrenschmidt
2008-07-28  9:58 Benjamin Herrenschmidt
2008-07-28 15:40 ` Linus Torvalds
2008-07-28 15:53   ` Stephen Rothwell
2008-07-28 15:53     ` Stephen Rothwell
2008-07-28 16:06     ` Linus Torvalds
2008-07-28 16:06       ` Linus Torvalds
2008-07-28 16:20       ` Grant Likely
2008-07-28 16:20         ` Grant Likely
2008-07-28 21:16         ` Benjamin Herrenschmidt
2008-07-28 21:16           ` Benjamin Herrenschmidt
2008-07-28 21:15       ` Benjamin Herrenschmidt
2008-07-28 21:15         ` Benjamin Herrenschmidt
2008-07-28 22:56         ` Grant Likely
2008-07-28 22:56           ` Grant Likely
2008-07-28 21:14   ` Benjamin Herrenschmidt
2008-07-02 12:41 Paul Mackerras
2008-07-03  0:09 ` Paul Mackerras
2008-06-18 13:17 Paul Mackerras
2008-06-16  5:56 Paul Mackerras
2008-06-16  7:13 ` Benjamin Herrenschmidt
2008-06-16  7:13   ` Benjamin Herrenschmidt
2008-06-16 11:25 ` Paul Mackerras
2008-06-16 12:43   ` Adrian Bunk
2008-06-16 12:43     ` Adrian Bunk
2008-06-09 12:10 Paul Mackerras
2008-05-31  8:12 Paul Mackerras
2008-05-23  9:53 Paul Mackerras
2008-05-20 11:06 Paul Mackerras
2008-05-16  0:51 Paul Mackerras
2008-05-12 13:01 Paul Mackerras
2008-05-09 13:19 Paul Mackerras

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=18611.32544.855676.804034@cargo.ozlabs.ibm.com \
    --to=paulus@samba.org \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@ozlabs.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.