09 Aug, 2010

1 commit


15 Jun, 2010

1 commit

  • Acked-by: Grant Likely

    On 5 May 2010 21:33, "Anton Blanchard" wrote:

    CONFIG_SYSFS_DEPRECATED can cause issues with newer distros and should not
    be required for any distro in the last 3 or 4 years, so disable it.

    Signed-off-by: Anton Blanchard
    Signed-off-by: Benjamin Herrenschmidt

    Grant Likely
     

27 Jan, 2009

1 commit

  • Now that all EEPROM drivers live in the same place, let's harmonize
    their symbol names.

    Also fix eeprom's dependencies, it definitely needs sysfs, and is no
    longer experimental after many years in the kernel tree.

    Signed-off-by: Jean Delvare
    Acked-by: Wolfram Sang
    Cc: David Brownell

    Jean Delvare
     

20 Mar, 2008

1 commit


11 Dec, 2007

1 commit


06 Dec, 2007

1 commit

  • This updates all the defconfigs in arch/powerpc/configs except iseries
    and ps3, which were updated by the preceding commits.

    This mostly takes the defaults, except that I turned on tickless idle
    and high-resolution timers for everything, and turned off instrumentation
    support and "Fair group CPU scheduler" for the smaller/embedded platforms.

    Signed-off-by: Paul Mackerras

    Paul Mackerras
     

17 Oct, 2007

1 commit

  • When checking out the new NO_HZ support in powerpc, I noticed we never
    slept for more than 2 seconds. It turns out SLAB has a 2 second per cpu
    timer that causes this.

    After switching to SLUB I see some nice 4 second sleeps which is the
    limit on this POWER6 box (the decrementer ticks at 512MHz):

    slept 4.19 sec
    slept 4.19 sec
    slept 4.19 sec
    slept 4.19 sec
    slept 3.96 sec
    slept 3.80 sec
    slept 2.99 sec

    Since SLUB is now the default and some powerpc defconfigs already enable
    it, lets enable SLUB across the board for consistency. While doing this
    I also noticed that the maple defconfig has SLAB debugging enabled which
    is sure to make your box nice and slow. Fix that too.

    Signed-off-by: Anton Blanchard
    Signed-off-by: Paul Mackerras

    Anton Blanchard
     

30 Aug, 2007

1 commit


26 Jun, 2007

1 commit


10 May, 2007

1 commit


07 Feb, 2007

1 commit