1. 22 Nov, 2002 11 commits
    • Trond Myklebust's avatar
      [PATCH] Split buffer overflow checking out of struct nfs4_compound · dccb90df
      Trond Myklebust authored
      Here is the a pre-patch in the attempt to get rid of 'struct
      nfs4_compound', and the associated horrible union in 'struct
      nfs4_op'.
      
      It splits out the fields that are meant to do buffer overflow checking
      and iovec adjusting on the XDR received/sent data. It moves support
      for that nto the dedicated structure 'xdr_stream', and the associated
      functions 'xdr_reserve_space()', 'xdr_inline_decode()'.
      
      The patch also expands out the all macros ENCODE_HEAD, ENCODE_TAIL,
      ADJUST_ARGS and DECODE_HEAD, as well as most of the DECODE_TAILs.
      dccb90df
    • Tom Rini's avatar
      [PATCH] Add back in <asm/system.h> and <linux/linkage.h> to <linux/interrupt.h> · 241c59e2
      Tom Rini authored
      linux/interrupt.h needs:
      	asm/system.h: smb_mb()
      	linux/linkage.h: asmlinkage/FASTCALL/etc.
      241c59e2
    • Dominik Brodowski's avatar
      [PATCH] cpufreq: cleanups · 0c7eef6a
      Dominik Brodowski authored
      This changes the return type of the verify and setpolicy functions from
      void to int.  While doing this, I've changed the values for minimum and
      maximum supported frequency to be per CPU, as UltraSPARC needs this.
      
      Additionally, small cleanups in various drivers.
      0c7eef6a
    • Ivan Kokshaysky's avatar
      [PATCH] PCI: rename exported pbus_* functions · 645e448c
      Ivan Kokshaysky authored
      Traditional naming in pci/setup-xx code assumes that
      pdev_*/pbus_* functions are private, everything visible
      from outer world should be pci_*.
      645e448c
    • Stelian Pop's avatar
      [PATCH] meye driver update · 034f2e11
      Stelian Pop authored
      The most important changes are:
      	- allocate buffers on open(), not module load;
      	- correct some failed allocation paths;
      	- use wait_event;
      	- C99 structs inits;
      034f2e11
    • Stelian Pop's avatar
      [PATCH] sonypi driver update · eaac83e4
      Stelian Pop authored
      The most important changes are:
      	* add suspend/resume support to the sonypi driver (not
      	  based on driverfs however) (Florian Lohoff);
      	* add "Zoom" and "Thumbphrase" buttons (Francois Gurin);
      	* add camera and lid events for C1XE (Kunihiko IMAI);
      	* add a mask parameter letting the user choose what kind
      	  of events he wants;
      	* use ACPI ec_read/ec_write when available in order to
      	  play nice when latest ACPI is enabled;
      	* several source cleanups.
      eaac83e4
    • Linus Torvalds's avatar
      Merge bk://linux-dj.bkbits.net/watchdog · d29cb98f
      Linus Torvalds authored
      into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
      d29cb98f
    • Dave Jones's avatar
      f374b3d4
    • Andries E. Brouwer's avatar
      [PATCH] fcntl fix · 619a67aa
      Andries E. Brouwer authored
      Today we return EINVAL for fcntl with a lock with negative length.
      POSIX-2001 says that the lock covers start .. start+len-1 if len >= 0
      and start+len .. start-1 if len < 0.
      619a67aa
    • Robert Read's avatar
      [PATCH] fix intermezzo compile · 3eebeb8e
      Robert Read authored
      3eebeb8e
    • Linus Torvalds's avatar
      Merge master.kernel.org:/home/davem/BK/net-2.5 · 12265655
      Linus Torvalds authored
      into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
      12265655
  2. 21 Nov, 2002 29 commits