1. 06 Mar, 2004 11 commits
    • Andrew Morton's avatar
      [PATCH] ppc64: Convert mm_context_t to a struct · 5b9c017d
      Andrew Morton authored
      From: David Gibson <david@gibson.dropbear.id.au>
      
      Converts the mm_context_t on ppc64 to be a struct.  This lets us separate
      the low_hpages flag into a separate field rather than folding it into the
      actual context id.  That makes things neater, since the flag is
      conceptually separate and has, for example, should be propogate across a
      fork whereas the context ID obviously isn't.  The mm_context_id is the only
      place to put arch-specific information in the mm_struct.
      
      This patch will also make some interesting extensions to the hugepage
      support much easier, such as allowing dynamic resizing of the hugepage
      address space, or using special pagetables for hugepages.
      5b9c017d
    • Andrew Morton's avatar
      [PATCH] ppc64: iSeries virtual cdrom driver · 99e7e863
      Andrew Morton authored
      From: Stephen Rothwell <sfr@canb.auug.org.au>
      
      This patch adds the virtual cdrom driver for PPC64 iSeries.
      99e7e863
    • Andrew Morton's avatar
      [PATCH] ppc64: iSeries_vio_dev cleanup · 300c99e2
      Andrew Morton authored
      From: Stephen Rothwell <sfr@canb.auug.org.au>
      
      This patch declares iSeries_vio_dev in an include file and includes it where
      necessary.  It also fixes arch/ppc64/kernel/mf.c to use the generic dma API
      with iSeries_vio_dev.
      300c99e2
    • Andrew Morton's avatar
      [PATCH] ppc64: Make xmon survive exit after soft reset · 5af2c131
      Andrew Morton authored
      From: Olof Johansson <olof@austin.ibm.com>
      
      Below patch makes xmon survive a softreset invokation (and quite likely
      invocations because of other traps as well).
      5af2c131
    • Andrew Morton's avatar
      [PATCH] fastcall / regparm fixes · 20e39386
      Andrew Morton authored
      From: Gerd Knorr <kraxel@suse.de>
      
      Current gcc's error out if a function's declaration and definition disagree
      about the register passing convention.
      
      The patch adds a new `fastcall' declatation primitive, and uses that in all
      the FASTCALL functions which we could find.  A number of inconsistencies were
      fixed up along the way.
      20e39386
    • Andrew Morton's avatar
      [PATCH] drivers/sbus/char/vfc_dev.c needs mm.h · 38ace632
      Andrew Morton authored
      From: Jakub Bogusz <qboosh@pld-linux.org>
      
      drivers/sbus/char/vfc_dev.c: In function `vfc_mmap':
      drivers/sbus/char/vfc_dev.c:623: error: dereferencing pointer to incomplete type
      38ace632
    • Andrew Morton's avatar
      [PATCH] dm: remove v1 ioctl interface · 175af690
      Andrew Morton authored
      From: Joe Thornber <thornber@redhat.com>
      
      Remove the version-1 ioctl interface.
      175af690
    • Andrew Morton's avatar
      [PATCH] svcauth_gss oops fix · 6089e858
      Andrew Morton authored
      From: "J. Bruce Fields" <bfields@fieldses.org>
      
      I've done some testing with 2.6.4-rc1.  It looks fine, except that one
      critical patch got dropped somewhere along the way, without which
      rpcsec_gss will oops.
      
      We've changed gss_get_mic to write mic in place instead of kmalloc'ing new
      memory for it; change must also be reflected in server side code.
      6089e858
    • Trond Myklebust's avatar
      [PATCH] Fix knfsd filehandles... · 643ac501
      Trond Myklebust authored
      Here's a fix for an obvious typo in changeset
      neilb@cse.unsw.edu.au|ChangeSet|20040305155724|31191
      that was causing ESTALE errors galore on my NFS testrig.
      643ac501
    • Roman Zippel's avatar
      [PATCH] hfsplus: symlink initialization fix · ff9fc790
      Roman Zippel authored
      This fixes a problem with creating symlinks, a few fields in the
      inode/dentry were left uninitialized.
      ff9fc790
    • Linus Torvalds's avatar
      Merge bk://linux-acpi.bkbits.net/linux-acpi-release-2.6.4 · 439f0cc9
      Linus Torvalds authored
      into ppc970.osdl.org:/home/torvalds/v2.5/linux
      439f0cc9
  2. 07 Mar, 2004 3 commits
  3. 05 Mar, 2004 20 commits
  4. 04 Mar, 2004 6 commits