1. 06 Mar, 2004 14 commits
    • Andrew Morton's avatar
      [PATCH] Fix initrd Kconfig dependencies · 57d5b52e
      Andrew Morton authored
      From: "Jim Gifford" <maillist@jg555.com>
      
      Prevent initrd from being built if ram device is built as a module.
      57d5b52e
    • Andrew Morton's avatar
      [PATCH] char/rio/rioctrl: fix ioctl return values · 8f048a26
      Andrew Morton authored
      From: "Randy.Dunlap" <rddunlap@osdl.org>
      
      From: Tony Breeds <tony@bakeyournoodle.com>
      
      It fixes 3 places where the ioctl returns positives instead of negatives.
      I've gotten feedback from the maintainer (Rogier Wolff (sp?) and he has no
      objections.
      8f048a26
    • Andrew Morton's avatar
      [PATCH] fix put_compat_timespec prototype · e729d83f
      Andrew Morton authored
      From: Arnd Bergmann <arnd@arndb.de>
      
      The wrong argument in put_compat_timespec is marked const, causing
      unnecessary compiler warnings.
      e729d83f
    • 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 3 commits
    • Neil Brown's avatar
      [PATCH] kNFSd - Tidy up new filehandle type. · 1610726a
      Neil Brown authored
      nfsd uses several different mechanisms for identifying the filesystem
      from the filehandle.
      
      This patch:
        Marks type 2 as deprecated - it wastes space, and space in the filehandle
           is not unlimited
        Adds type 3 which handles new, large device number in 32bits of space
        Tidies up the code for determining which type to use in a newly created
        filehandle - the addition of type 2 broke this code.
      1610726a
    • Brian Gerst's avatar
      [PATCH] PnP BIOS exception fixes · b02a51da
      Brian Gerst authored
      This fixes two errors in fixup_exception() for PnP BIOS faults:
       - Check for the correct segments used for the BIOS
       - Fix asm constraints so that EIP and ESP are properly reloaded
      b02a51da
    • Keith M. Wesolowski's avatar
      5e2e0e24