1. 28 Apr, 2002 40 commits
    • Sebastian Dröge's avatar
      [PATCH] BTTV .text.exit link fix with newer binutils · 160ba3c9
      Sebastian Dröge authored
      Here's a simple patch to allow the bttv driver to be build with newer
      binutils...
      160ba3c9
    • Benjamin LaHaise's avatar
      [PATCH] vsnprintf returns incorrect length · 60db772a
      Benjamin LaHaise authored
      In conjunction with some of the earlier problems found in /proc code,
      now it turns out that snprintf doesn't work correctly in the kernel...
      Without the following patch, snprintf can return lengths greater than
      the size argument passed.  The net effect is that code using the return
      value from snprintf can still buffer overrun.  This is fixed by not
      updating the pointer in the buffer unless there is actually space.
      60db772a
    • Russell King's avatar
      [PATCH] drop obsolete stat/waitpid/s(sg)etmask/signal from ARM build · 70abe157
      Russell King authored
      The following patch drops the above functions from the ARM port; we've
      already removed them from the syscall table on ARM, so we can safely
      remove these from the ARM build.
      70abe157
    • Linus Torvalds's avatar
      Merge bk://linux-ntfs.bkbits.net/ntfs-tng-2.5 · 30b922bc
      Linus Torvalds authored
      into home.transmeta.com:/home/torvalds/v2.5/linux
      30b922bc
    • Dave Hansen's avatar
      [PATCH] BKL documentation update change · 4a1b6295
      Dave Hansen authored
      I added ->readdir(), and a new section referring to the sb_op BKL shift
      as well.
      4a1b6295
    • Douglas Gilbert's avatar
      [PATCH] scsi mid to lower level api documentation · 1955d1d3
      Douglas Gilbert authored
      Here is some documentation to describe the interface of lower level
      drivers (e.g.  aic7xxx) in the scsi subsystem.
      
      The patch is made up of a text file: drivers/scsi/scsi_mid_low_api.txt
      and some Documentation/DocBook additions to enable html, ps and pdf
      renderings.
      1955d1d3
    • Andrew Morton's avatar
      [PATCH] Re: [patch] change mempool to not alter managed elements · 6892188b
      Andrew Morton authored
      Here's an array-based implementation.
      6892188b
    • Brian Gerst's avatar
      [PATCH] Removing SYMBOL_NAME part 5 · 41f2642b
      Brian Gerst authored
      ARM arch
      41f2642b
    • Brian Gerst's avatar
      [PATCH] Removing SYMBOL_NAME part 4 · 912c173d
      Brian Gerst authored
      m68k arch
      912c173d
    • Brian Gerst's avatar
      [PATCH] Removing SYMBOL_NAME part 3 · e64a5d08
      Brian Gerst authored
      SuperH arch
      e64a5d08
    • Brian Gerst's avatar
      [PATCH] Removing SYMBOL_NAME part 2 · 3f99e16c
      Brian Gerst authored
      CRIS and x86-64 arches
      3f99e16c
    • Brian Gerst's avatar
      [PATCH] Removing SYMBOL_NAME part 1 · e0092cc0
      Brian Gerst authored
      The SYMBOL_NAME macro (and variations) have been obsolete since 2.1.0,
      when the option to compile the kernel in a.out format was removed.  This
      patch starts the process of removing these macros, starting with x86.
      e0092cc0
    • Dave Jones's avatar
      [PATCH] get rid of some blk.h cruft · c2ffec65
      Dave Jones authored
      Originally by Christoph Hellwig back in February.
      It recieved no objections when posted to l-k & Jens.
      
      o remove DEVICE_REQUEST definitions - never used in blk.h itself.
      o remove DEVICE_ON() - never used at all.
      o define LOCAL_END_REQUEST when we do not want end_request() instead
        of other hacks.
      o remove DEVICE_OFF() - only used in floppy driver, thus one now has
        a private end_request().
      o use private end_request() functions for drivers not providing
        randomness.
      o remove TIMEOUT_VALUE - only ever used in hd.c
      c2ffec65
    • Dave Jones's avatar
      [PATCH] missing cris config.help entries · 5fa563b1
      Dave Jones authored
      Some that got lost along the way...
      5fa563b1
    • Dave Jones's avatar
      [PATCH] Missing include. · e41001ca
      Dave Jones authored
      Uses the error codes, but doesn't include err.h
      e41001ca
    • Dave Jones's avatar
      [PATCH] broken comment in cris driver · 7bc413a6
      Dave Jones authored
      7bc413a6
    • Dave Jones's avatar
      [PATCH] Dynamic LDT sizing. · 6a2a196f
      Dave Jones authored
      Originally from Manfred Spraul.
      
      * dynamically grow the LDT
      Every app that's linked against libpthread right now allocates a full 64
      kB LDT, without proper error handling, and always from the vmalloc area
      6a2a196f
    • Dave Jones's avatar
      [PATCH] iphase bits · 68575eb8
      Dave Jones authored
      - Nuke unnecessary include.
      - More infortmational debug info
      68575eb8
    • Dave Jones's avatar
      [PATCH] MAINTAINERS update · e544af08
      Dave Jones authored
      Various bits mostly from 2.4
      Also fix indentation of various entries to match the rest of the file.
      e544af08
    • Dave Jones's avatar
      [PATCH] New synclink multiport driver. · b0134b6a
      Dave Jones authored
      Posted multiple times to l-k by Paul Fulghum
      b0134b6a
    • Dave Jones's avatar
      [PATCH] New synclink_cs driver. · 61e17e54
      Dave Jones authored
      Posted multiple times to l-k by Paul Fulghum.
      61e17e54
    • Dave Jones's avatar
      [PATCH] x86-64 bluesmoke update · 0cc582ee
      Dave Jones authored
      - Drop Intel P4 bits
      - Update other parts in line with latest i386 bluesmoke.c
      0cc582ee
    • Dave Jones's avatar
      [PATCH] sf16fmi card detect thinko · d6ba10fd
      Dave Jones authored
      Missing loop increment.
      d6ba10fd
    • Dave Jones's avatar
      [PATCH] NCR53c810 PCI quirk · 92ecef67
      Dave Jones authored
      This device returns a wrong class code which we work around at boot up time.
      92ecef67
    • Dave Jones's avatar
      [PATCH] x86 pci-pc janitor work · 0f5325fb
      Dave Jones authored
      - printk loglevels
      - request region checks.
      0f5325fb
    • Dave Jones's avatar
      [PATCH] Also look in /boot for .config · d4b145f4
      Dave Jones authored
      Try to get config file distro placed in boot.
      d4b145f4
    • Dave Jones's avatar
      [PATCH] recognise P4 Xeon in mptable. · 98a7e8ac
      Dave Jones authored
      98a7e8ac
    • Dave Jones's avatar
      [PATCH] PCI access method fallback. · 26966bb8
      Dave Jones authored
      Some SiS boards won't boot without pci=bios forcing their method.
      The reason for this is in the probe method, we try the BIOS method, and it
      succeeds and we store the pci_ops. We then try the direct access, it fails
      and we trash the old pci_ops.
      The patch stores the pci_ops when BIOS method succeeds and restores it
      if the direct hardware access method fails.
      26966bb8
    • Dave Jones's avatar
      [PATCH] sonypi update. · 66d52b89
      Dave Jones authored
      From Stelian, already in 2.4
      66d52b89
    • Dave Jones's avatar
      [PATCH] fix xconfig. · 39992f07
      Dave Jones authored
      We now have so many CONFIG_ options we overflow a buffer in xconfig.
      Doubling the size should see us until someone either writes a replacement,
      or can be bothered to make it dynamically allocate.
      39992f07
    • Dave Jones's avatar
      [PATCH] help texts for patch-kernel · 6194d871
      Dave Jones authored
      6194d871
    • Dave Jones's avatar
      [PATCH] Jiffies wrap fixes. · e149ee4c
      Dave Jones authored
      e149ee4c
    • Dave Jones's avatar
      [PATCH] bluesmoke update. · 2617765b
      Dave Jones authored
      o   P4 thermal throttling is now compile time option
      o   ifdefs cleaned up due to above
      o   Only poke the LVT if thermal throttling is enabled.
      o   Remove bogus cache flushing as per previous discussion.
      o   Replace hard coded timer values with MCE_RATE
      o   Change default polling frequency from 5 to 15 seconds
      o   SMP fixes. (Don't readd timer)
      o   Compile time warning fixes.
      o   Add config helptext
      2617765b
    • Dave Jones's avatar
      [PATCH] Recognise extra TV card · 45504663
      Dave Jones authored
      45504663
    • Dave Jones's avatar
      [PATCH] ALI 1644 AGP/DRM support. · aa3d6771
      Dave Jones authored
      aa3d6771
    • Dave Jones's avatar
      [PATCH] A20 tweak for AMD Elan · b16f6f03
      Dave Jones authored
      The A20 code needs a slight tweak to work on AMD Elans.
      Original patch from Robert Schwebel
      b16f6f03
    • Nathan Scott's avatar
      [PATCH] xattr locking · 6b76d569
      Nathan Scott authored
      This is a patch from Andreas Gruenbacher (the ext2/ext3 EA patch
      maintainer) which converts the extended attribute VFS code from
      using the BKL to instead use the inode semaphore; please apply.
      6b76d569
    • Douglas Gilbert's avatar
      [PATCH] Report Luns for scsi devices 2.5.10 · 6da71acc
      Douglas Gilbert authored
      Here's a patch for SCSI REPORT LUN scanning, including Douglas Gilbert's
      recent changes to support a short INQUIRY followed by a longer INQUIRY.
      
      Please apply, or let me know if you think it needs any modifications.
      
      It's against linux-2.5.4. It does _not_ change the size of the linux lun.
      
      A description of the 8 byte LUN layout can be found on page 35 of:
      
      ftp://ftp.t10.org/t10/drafts/scc2/scc2r04.pdf
      
      The above is a draft, but matches the layout seen on most disk arrays
      (including EMC, IBM, LSI, and Hitachi). Later drafts (post SCSI-3) have
      this information in the SCSI Architectural Model.
      
      Patch description:
      
      Adds REPORT LUN scanning.
      
      Adds Douglas Gilbert's INQUIRY modification so broken devices that cannot handlean INQUIRY
      of more than 36 bytes can be black-listed, plus saving the INQUIRY
      result in Scsi_Device.
      
      Adds scan_scsis_target function, replacing code in scan_scsis and parts
      of scan_scsis_single. This cleans up the scanning code, and removes a
      really ugly for loop. It would be difficult to add REPORT LUN scanning
      without this change.
      
      Adds missing scsi_release_commandblocks().
      
      No longer sets max_dev_lun out of bounds for BLIST_FORCELUN devices.
      
      Fixes scanning past LUN 7 for SCSI-3 devices (the patch in 2.4.17
      for that fix will not cleanly apply against this code).
      
      -- Patrick Mansfield
      6da71acc
    • Douglas Gilbert's avatar
      [PATCH] scsi generic (sg) driver 2.5.10 · 557d426c
      Douglas Gilbert authored
          Changes since 3.5.24 (20020319)
              - use Scsi_Request::upper_private_data
              - zero buffers for non-root users
          Changes since 3.5.23 (20011231)
              - change EACCES to EPERM when O_RDONLY is insufficient
              - suppress newlines in host string
              - fix xfer direction, old interface, short reply_len [Travers Carter]
      557d426c
    • Jaroslav Kysela's avatar
      [PATCH] ALSA PATCH against ChangeSet 1.567 · 474018b8
      Jaroslav Kysela authored
      Hello,
      
      	this ALSA patch contains:
      
      - fixed sound_core.c - devfs names
      - added ARM driver for H3x00 iPaq handhelds from Compaq
      - added RME Digi32 driver
      - increased number of RawMidi devices per card to 8
      - removed unimplemented IPC definitions from asequencer.h
      - compilation fixes for snd_printk/snd_printd
      - added snd_midi_event_no_status() function to seq_midi_event.c
        - used in OSS emulation code to follow OSS/Lite behaviour
      - fixed snd_pcm_playback_silence() function (possible memory leak)
      - fixed endless loop in snd_pcm_playback_drain()
        - OSS applications using mmap() should end correctly now
      - fixed autoloading of sequencer clients (oops)
      - fixed virmidi code (emu10k1)
      - improved OPL4 chip detection
      - fixed deadlock in sound/i2c.h
      - improved cs8427 chip support (proper initialization)
      - improved CMI8330 detection
      - improved S/PDIF detection in ENS1371 driver
      - fixed possible NULL pointer dereference in FM801 driver
      - added ICH4 to intel8x0 driver
      - fixed port names allocation in intel8x0 driver
      - fixed rate detection in intel8x0 driver
      - AC97 code
        - better initialization for wolfson codecs
        - improved CS4205 support (special S/PDIF handling)
      - emu10k1/audigy updates
      
      						Jaroslav
      474018b8