An error occurred fetching the project authors.
  1. 17 Oct, 2007 1 commit
    • Anton Blanchard's avatar
      [POWERPC] Enable SLUB in *_defconfig · 309a1092
      Anton Blanchard authored
      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: default avatarAnton Blanchard <anton@samba.org>
      Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
      309a1092
  2. 30 Aug, 2007 1 commit
  3. 29 Jul, 2007 1 commit
  4. 26 Jun, 2007 1 commit
  5. 22 Jan, 2007 1 commit
  6. 26 Sep, 2006 2 commits
  7. 10 Sep, 2006 1 commit
  8. 25 Jul, 2006 1 commit
    • Johannes Berg's avatar
      [POWERPC] fix up front-LED Kconfig · d1a8df91
      Johannes Berg authored
      This patch fixes the front-LED Kconfig issues I introduced while
      creating it. Apparently having a dependency isn't enough to have the
      select not evaluated or something like that.
      
      The patch also changes the default configuration for pmac32 select the
      default for the LED to be the IDE trigger. While I was at it, I
      completely updated the defconfig and also added snd-aoa to it.
      Signed-off-by: default avatarJohannes Berg <johannes@sipsolutions.net>
      Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
      d1a8df91
  9. 07 Jul, 2006 1 commit
  10. 15 Jun, 2006 1 commit
    • Anton Blanchard's avatar
      [POWERPC] update pmac32_defconfig · 6fe87675
      Anton Blanchard authored
      Some updates to the pmac32_defconfig to make it more useful:
      
      - Enable LSF (large single files) since we enable LBD (large block devices)
      - Enable IPSEC related options
      - Enable remaining raid/dm options as modules
      - Disable eth1394, I doubt any has that hardware and it has a nasty habit of
        auto loading first and skewing network device numbering
      - Enable dummy and tun as modules, always useful to have them around
      - Enable EHCI, no wonder my usb2 disk was so slow
      - Enable USB storage
      - Enable ext3 acls
      - Disable autofs and enable autofsv4 instead
      - Enable nfs v3/v4 client and server. Dont want to be left in the dark ages
        of pre v3
      - Enable all crypto as modules, things like cryptsetup want some of them
      
      I havent enabled the BCM43xx, perhaps we should now?
      Signed-off-by: default avatarAnton Blanchard <anton@samba.org>
      Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
      6fe87675
  11. 16 Mar, 2006 1 commit
  12. 15 Jan, 2006 1 commit
  13. 09 Jan, 2006 1 commit
  14. 27 Jul, 2005 1 commit
  15. 16 Apr, 2005 1 commit
    • Linus Torvalds's avatar
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds authored
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4