1. 20 Mar, 2003 40 commits
    • Geert Uytterhoeven's avatar
      [PATCH] M68k NCR5380 SCSI updates · 08144811
      Geert Uytterhoeven authored
      M68k NCR5380 SCSI updates for changes in SCSI and NCR5380 SCSI layers:
        - Sun-3/3x (from Sam Creasey)
        - Atari (ported updates from Sun-3)
        - Mac (ported updates from Sun-3)
      08144811
    • Geert Uytterhoeven's avatar
      [PATCH] M68k SCSI warnings · c7fc8da0
      Geert Uytterhoeven authored
      M68k SCSI drivers: Kill warnings caused by implicit conversions from volatile *
      and remove some unneeded casts
      c7fc8da0
    • Geert Uytterhoeven's avatar
      [PATCH] M68k net warnings · d63ffc22
      Geert Uytterhoeven authored
      M68k net drivers: Kill warnings caused by implicit conversions from volatile *
      d63ffc22
    • Geert Uytterhoeven's avatar
      [PATCH] WD33c93 missing export · 430805cb
      Geert Uytterhoeven authored
      Wd33c93 SCSI: Export wd33c93_proc_info (needed for Amiga A3000, A2091, and GVP
      II SCSI, and for MVME147 SCSI).
      430805cb
    • Geert Uytterhoeven's avatar
      [PATCH] IDE_ARCH_ACK_INTR duplicate · d3e2e000
      Geert Uytterhoeven authored
      ide_ack_intr is defined in asm-*/ide.h, if IDE_ARCH_ACK_INTR is set.
      d3e2e000
    • Geert Uytterhoeven's avatar
      [PATCH] M68k struct page fix · 06792e92
      Geert Uytterhoeven authored
      M68k: Fix for changes to struct page -- access list member of structure
      correctly (and allocate page tables sanely as a result) (from Sam Creasey)
      06792e92
    • Geert Uytterhoeven's avatar
      [PATCH] M68k gcc-3.2 warnings · 1a2706b0
      Geert Uytterhoeven authored
      M68k: Kill warnings generated by gcc-3.2:
        - Add missing <linux/string.h> include
        - Move unused static data inside usage area
        - Kill deprecated multi-line string literals
        - Add semicolons to empty cases in switch() constructs
        - Comment out unused labels
        - Fix extra tokens at end of #endif directives
        - a3000_release() may not be optimized away
        - Kill uninitialized variable warning
      1a2706b0
    • Geert Uytterhoeven's avatar
      [PATCH] M68k Apollo I/O updates · c0557225
      Geert Uytterhoeven authored
      M68k Apollo I/O updates for MMIO and pseudo-MMIO (ISA I/O after translation):
        - Use out_8() and out_be16() instead of outb() and outw()
        - Remove conflicting definitions of {in,out}[bw]()
      c0557225
    • Geert Uytterhoeven's avatar
      [PATCH] ADB: Fix spelling of sigprocmask · 84834c7d
      Geert Uytterhoeven authored
      ADB: Fix spelling of sigprocmask
      84834c7d
    • Geert Uytterhoeven's avatar
      [PATCH] Q40: local_irq*() update · e7d1aa67
      Geert Uytterhoeven authored
      Q40: Replace sti() by local_irq_enable() in comment
      e7d1aa67
    • Geert Uytterhoeven's avatar
      [PATCH] M68k PAGE_SIZE warnings · 986815a1
      Geert Uytterhoeven authored
      M68k: Make PAGE_SIZE unsigned long to kill more warnings (cfr. other
      architectures), except for asm, since gas cannot cope with the UL.
      986815a1
    • Geert Uytterhoeven's avatar
      [PATCH] M68k heartbeat update · f3c7adf5
      Geert Uytterhoeven authored
      M68k: Heartbeat is also available on Apollo and Mac
      f3c7adf5
    • Geert Uytterhoeven's avatar
      [PATCH] M68k: Signal updates · b31ba15f
      Geert Uytterhoeven authored
      M68k: Update for signal changes in 2.5.60 (from Roman Zippel).
      b31ba15f
    • Geert Uytterhoeven's avatar
      [PATCH] M68k syscall updates · c3347432
      Geert Uytterhoeven authored
      M68k syscalls: NR_syscalls updates for 2.5.63
      c3347432
    • Geert Uytterhoeven's avatar
      [PATCH] M68k ifpsp060 updates · 67489eec
      Geert Uytterhoeven authored
      M68k: Remove .global for local labels that are used to subtract (needed for
      recent binutils, from Andreas Schwab)
      67489eec
    • Geert Uytterhoeven's avatar
      [PATCH] Amiga PCMCIA Ethernet clean up · ea70003b
      Geert Uytterhoeven authored
      Amiga PCMCIA Ethernet: Use le16_to_cpus() instead of hardcoded byteswap (from
      Kars de Jong)
      ea70003b
    • Geert Uytterhoeven's avatar
      [PATCH] M68k: Add new kmap types · 80cae4c5
      Geert Uytterhoeven authored
      M68k: Add new kmap types for 2.5.60.
      80cae4c5
    • Geert Uytterhoeven's avatar
      [PATCH] M68k POSIX timers · 40678c46
      Geert Uytterhoeven authored
      M68k: Update POSIX timers in struct siginfo (cfr. asm-generic/siginfo.h in
      2.5.63)
      40678c46
    • Geert Uytterhoeven's avatar
      [PATCH] M68k ISA memory for Amiga PCMCIA · df515964
      Geert Uytterhoeven authored
      M68k ISA: Fix ISA memory space mapping for Amiga PCMCIA (from Kars de Jong)
      df515964
    • Geert Uytterhoeven's avatar
      [PATCH] M68k exported symbols · 32e1ed98
      Geert Uytterhoeven authored
      M68k: Export missing symbols:
        - mach_beep (for m68k beeper)
        - strpbrk (for SCSI)
      32e1ed98
    • Jens Axboe's avatar
      [PATCH] cdrom buffer too small · 5b878963
      Jens Axboe authored
      dvd_read_physical() uses a 20 char buffer to read in the dvd structure,
      however the size is really 4 bytes header + 17 bytes body so layer->bca
      ends up containing garbage. Kudos to the nice folks who made it a non
      multiple of 4 bytes.
      5b878963
    • Dave Jones's avatar
      [PATCH] Several logic bugs. · a50f92a6
      Dave Jones authored
      Lots of patches from Norbert Kiesel that fix up several silly
       | vs. || and & vs. && bugs found with
      	find ${1:-.} -name \*.c | xargs grep -En \
      	 '![a-zA-Z0-9_ ]+(\|[^|]|\&[^&])|([^|]\||[^&]\&) *!'
      a50f92a6
    • Dave Jones's avatar
      [PATCH] make nbd working in 2.5.x · 46f2cb79
      Dave Jones authored
      From Petr Vandrovec
      
         we use nbd for our diskless systems, and it looks to me like that
      it has some serious problems in 2.5.x... Can you apply this patch
      and forward it to Linus?
      
      There were:
      * Missing disk's queue initialization
      * Driver should use list_del_init: put_request now verifies
        that req->queuelist is empty, and list_del was incompatible
        with this.
      * I converted nbd_end_request back to end_that_request_{first,last}
        as I saw no reason why driver should do it itself... and
        blk_put_request has no place under queue_lock, so apparently when
        semantic changed nobody went through drivers...
      46f2cb79
    • Dave Jones's avatar
      [PATCH] Sysfs not handling show errors · 5141a806
      Dave Jones authored
      Originally by Rusty Lynch, munged by me, acked
      by Mochel.
      
       Attempting to cat a sysfs file that returns an error will result in an
       endless dump of garbage to the screen because the result of the specific
       show operation was being saved to a size_t (unsigned) and then later
       checked for a negative value.
      5141a806
    • Dave Jones's avatar
      [PATCH] fix acpi write throttle seq file breakage. · a978d779
      Dave Jones authored
      From Pavel Machek
      a978d779
    • Dave Jones's avatar
      [PATCH] documentation for userspace access. · da7a59ff
      Dave Jones authored
      From: Jon Foster <jon@jon-foster.co.uk>
      
      This patch against 2.5.63 adds kerneldoc comments to the public API in these files:
      - include/asm-i386/uaccess.h
      - arch/i386/lib/usercopy.c
      
      This patch only changes comments and one of the templates used by "make htmldocs",
      it does not change any code.
      da7a59ff
    • Dave Jones's avatar
      [PATCH] piix compile fix for CONFIG_PROC_FS=n · 470aab84
      Dave Jones authored
      Fix by Randy Dunlap
      
      Here's a patch to build ide/pci/piix.c with CONFIG_PROC_FS=n.
      470aab84
    • Dave Jones's avatar
      [PATCH] Remove old DRM4.0 code. · bf590c40
      Dave Jones authored
      Old patch from John Kim to remove old DRM 4.0 code in 2.5.59.
      bf590c40
    • Dave Jones's avatar
      [PATCH] 3ware vendor update · 582b70ec
      Dave Jones authored
      582b70ec
    • Dave Jones's avatar
      [PATCH] cciss unregister cleanup · cd39bceb
      Dave Jones authored
      From Herbert Xu
      
      The following patches against 2.4 and 2.5 makes cciss unregister properly
      if initialisation fails.
      cd39bceb
    • Dave Jones's avatar
      [PATCH] fix obvious thinko · ea3323f1
      Dave Jones authored
      ea3323f1
    • Linus Torvalds's avatar
      Merge bk://linux-dj.bkbits.net/cpufreq · c2cf4faa
      Linus Torvalds authored
      into home.transmeta.com:/home/torvalds/v2.5/linux
      c2cf4faa
    • Linus Torvalds's avatar
      Merge http://linux-sound.bkbits.net/linux-sound · 1343c2a8
      Linus Torvalds authored
      into home.transmeta.com:/home/torvalds/v2.5/linux
      1343c2a8
    • Jaroslav Kysela's avatar
      ALSA update (0.9.2) · a810a3da
      Jaroslav Kysela authored
        - created snd-page-alloc module
          - moved all page allocation code there
          - preserves preallocated DMA buffers for devices
        - USB audio driver updated
        - AC'97 - better modem initialization code
        - timer API - enhanced (added pause and more event notifications)
        - splitted ice1724 code from ice1712 to own module
        - general
          - timerstamp cleanups (timeval -> timespec)
          - C99-like cleanups
        - trident driver
          - more workaround for wrong IRQ acks
        - OSS sequencer emulation
          - fixed OOPS (wrong free order)
          - more compatible with level 1 of sequencer (/dev/sequencer)
        - CS46xx driver updated
        - intel8x0 driver updated
        - emu10k1 driver updated
      a810a3da
    • Linus Torvalds's avatar
      Merge bk://linuxusb.bkbits.net/linus-2.5 · 90a89de4
      Linus Torvalds authored
      into home.transmeta.com:/home/torvalds/v2.5/linux
      90a89de4
    • Linus Torvalds's avatar
      Merge bk://kernel.bkbits.net/gregkh/linux/i2c-2.5 · f289aa67
      Linus Torvalds authored
      into home.transmeta.com:/home/torvalds/v2.5/linux
      f289aa67
    • Andrew Morton's avatar
      [PATCH] Fix floppy oops on forced unload · 76c25284
      Andrew Morton authored
      From: Angus Sawyer <angus.sawyer@dsl.pipex.com>
      
      Prevent OOPS on removing floppy driver with "rmmod -f floppy".
      
      floppy.c would attempt to unregister resources for nonexistent device.
      
      Patch stops the driver attempting to register and unregister the nonexistent
      device by removing the drive from the allowed drives mask (defaults to
      present).
      76c25284
    • Andrew Morton's avatar
      [PATCH] slab: tune batchcounts for large objects · 0fa1419b
      Andrew Morton authored
      From: Manfred Spraul <manfred@colorfullife.com>
      
      Now that slab supports monster objects (up to 32MB) for !CONFIG_MMU we really
      don't want to keep spare instances of them in the slab head arrays.
      
      - limit head array sizes for huge slab caches to one object per cpu.
      
      - round the batch count up for default head array sizing - batch count 0 is
        illegal.
      0fa1419b
    • Andrew Morton's avatar
      [PATCH] raw driver: cleanups and small fixes · 3abd0aea
      Andrew Morton authored
      - There was an unchecked bdget().  bdget can fail due to ENOMEM.
      
      - rework the error handling implementation in raw_ctl_ioctl().
      
      - Replace MOD_INC_USE_COUNT with try_module_get(THIS_MODULE).  This allows
        the raw module to be unloaded again.
      
        The core kernel has already taken a ref on the module prior to entering
        the ioctl, so try_module_get() cannot fail.
      3abd0aea
    • Andrew Morton's avatar
      [PATCH] raw driver: rewrite i_mapping only on final close · 9e0acd29
      Andrew Morton authored
      The recent fix to the raw driver wasn't quite right: it rewrites the
      character-special inode's i_mapping to point back to itself on each close.
      So any other currently-open handles against /dev/raw/rawN get a nasty
      surprise.
      
      Change it to only rewrite i_mapping on the final close.
      
      Also, change it so that it only redirects its i_mapping on the initial open.
      This is not necessary, but is neater.
      9e0acd29