1. 12 Feb, 2004 2 commits
    • Dave Kleikamp's avatar
      Merge jfs@jfs.bkbits.net:linux-2.5 · 1af2511d
      Dave Kleikamp authored
      into austin.ibm.com:/shaggy/bk/jfs-2.5
      1af2511d
    • Dave Kleikamp's avatar
      JFS: Don't do filename translation by default · 20b02dda
      Dave Kleikamp authored
      Due to its roots in OS/2, JFS has always tried to convert pathnames
      into unicode.  Unfortunately, it never had a reliable idea of what
      the incoming character set was, so it defaulted to CONFIG_NLS_DEFAULT.
      
      This behavior was confusing and many users have requested that JFS
      have a more sane behavior.   This patch changes the default behavior
      to store the incoming bytes directly without translation.  This is
      consistent with the behavior when the default value of
      CONFIG_NLS_DEFAULT (iso8859-1) was defined.  The default behavior
      can be overridden by using the iocharset mount option.
      20b02dda
  2. 11 Feb, 2004 4 commits
    • Benjamin Herrenschmidt's avatar
      [PATCH] Fix typo in ppc32 build · 9eb08f79
      Benjamin Herrenschmidt authored
      The patch adding the OF platform entries had a typo ;)
      
      ppc32 needs this.
      9eb08f79
    • Benjamin Herrenschmidt's avatar
      [PATCH] New radeonfb · 7a35dff5
      Benjamin Herrenschmidt authored
      Here is the new radeonfb. It doesn't remove the old one, just in case,
      though CONFIG_FB_RADEON now builds the new one.
      
      The new driver supports recent cards, has better monitor detection,
      including DDC2, fixes a couple of constants in the old driver, and a lot
      more.
      
      I had to add an empty fb_set_suspend() function to fbmem.c (the real
      implementation is in James tree and will be here soon).  That means that
      Power Management on Apple laptops isn't completely right yet until the
      core fbdev fixes get in, but it's good enough for now.
      7a35dff5
    • Benjamin Herrenschmidt's avatar
      [PATCH] fix rivafb build on ppc64 · 6aa2b73c
      Benjamin Herrenschmidt authored
      rivafb is part of the g5 defconfig, but will cause a build error
      on ppc64 due to a missing #include, here is the fix.
      6aa2b73c
    • Linus Torvalds's avatar
      Merge bk://ppc.bkbits.net/for-linus-ppc · 37d9716b
      Linus Torvalds authored
      into home.osdl.org:/home/torvalds/v2.5/linux
      37d9716b
  3. 13 Feb, 2004 29 commits
  4. 11 Feb, 2004 5 commits