1. 03 Oct, 2003 12 commits
    • Greg Kroah-Hartman's avatar
      Merge kroah.com:/home/greg/linux/BK/bleed-2.5 · 4de7c278
      Greg Kroah-Hartman authored
      into kroah.com:/home/greg/linux/BK/gregkh-2.6
      4de7c278
    • Luiz Capitulino's avatar
      [PATCH] USB: fix drivers/usb/host/uhci-debug.c warning when !CONFIG_PROC_FS. · 8cdcd722
      Luiz Capitulino authored
       I'm getting this when compiling USB with all options enabled:
      
      drivers/usb/host/uhci-debug.c:417: warning: `uhci_sprint_schedule' defined but not used
      
       my suggestion is to put under the #ifdef/#endif the functions which are
      only used by the proc ones too. If one of them become necessary when
      CONFIG_PROC_FS=n, the #ifdef/#endif for that function can be removed:
      8cdcd722
    • Daniel Drake's avatar
      [PATCH] USB brlvger: Debug code fixes · ba6dbd1e
      Daniel Drake authored
      When compiling this driver with WRITE_DEBUG defined (for extra debug output),
      gcc outputs warnings for three similar printf statements.
      
      The specifier in each printf statement is not totally correct.
      This patch removes these warnings.
      ba6dbd1e
    • Steven Cole's avatar
      [PATCH] USB: remove reference to modules.txt in drivers/usb/input/Kconfig · 274cf171
      Steven Cole authored
      This patch removes the reference to Documentation/modules.txt,
      which has been removed.  The patch was made against the current
      2.6-bk tree.
      274cf171
    • Greg Kroah-Hartman's avatar
    • Greg Kroah-Hartman's avatar
      Merge kroah.com:/home/greg/linux/BK/bleed-2.5 · 1c321b9f
      Greg Kroah-Hartman authored
      into kroah.com:/home/greg/linux/BK/gregkh-2.6
      1c321b9f
    • Bartlomiej Zolnierkiewicz's avatar
      [PATCH] small cleanup for AMD/nVidia IDE driver · 9b1c0e63
      Bartlomiej Zolnierkiewicz authored
      ide_pci_setup_ports() from setup-pci.c checks if port is disabled, if so
      d->init_setup_dma() and d->init_hwif() won't be called.  There is no need
      to check it once again inside init_hwif_amd74xx(), init_dma_amd74xx()
      and amd74xx_tune_drive() (hwif->tuneproc will be NULL for disabled port).
      
      Therefore remove amd_enabled variable and now unnecessary init_dma_amd74xx().
      Also do not set .init_{iops, dma} to NULL in amd74xx.h (amd74xx_chipsets[]
      is declared static).  Bump driver's version number to reflect changes.
      
      Almost identical to the previous VIA case.
      9b1c0e63
    • Bartlomiej Zolnierkiewicz's avatar
      [PATCH] update pdc4030 driver · ca2fd036
      Bartlomiej Zolnierkiewicz authored
      - common pdc4030_init() for built-in and module
      - kill init_pdc4030() and enable_promise_support flag (no longer needed)
      - minor cleanups
      ca2fd036
    • Bartlomiej Zolnierkiewicz's avatar
      [PATCH] small cleanup for VIA IDE driver · 29c6443d
      Bartlomiej Zolnierkiewicz authored
      ide_pci_setup_ports() from setup-pci.c checks if port is disabled, if so
      d->init_setup_dma() and d->init_hwif() won't be called.  There is no
      need to check it once again inside init_hwif_via82cxxx(),
      init_dma_via82cxxx() and via82cxxx_tune_drive() (hwif->tuneproc will be
      NULL for disabled port).
      
      Therefore remove via_enabled variable and now unnecessary
      init_dma_via82cxx().  Also do not set .init_{iops, dma} to NULL in
      via82cxxx.h (via82cxxx_chipsets[] is declared static).  Bump driver's
      version number to reflect changes.
      
      Acked by Vojtech
      29c6443d
    • Roland McGrath's avatar
      [PATCH] fix vsyscall page in core dumps · fb16cbc2
      Roland McGrath authored
      My change to core dumps that was included with the vsyscall DSO
      implementation had a bug (braino on my part).  Core dumps don't include the
      full page of the vsyscall DSO, and so don't accurately represent the whole
      memory image of the process.  This patch fixes it.  I have tested it on
      x86, but not tested the same change to 32-bit core dumps on AMD64 (haven't
      even compiled on AMD64).
      
      I've also included the corresponding change for the IA64 code that was
      copied blindly from the x86 vsyscall implementation, which looks like more
      change than it is since I preserved the formatting of the copied code
      instead of arbitrarily diddling it along with the trivial symbol name
      changes.  I haven't compiled or tested on ia64.
      fb16cbc2
    • Linus Torvalds's avatar
      Merge bk://kernel.bkbits.net/davem/net-2.5 · 5e2995a5
      Linus Torvalds authored
      into home.osdl.org:/home/torvalds/v2.5/linux
      5e2995a5
    • David S. Miller's avatar
      [SPARC64]: vmap/vunmap cache flushing need not do anything. · 889be673
      David S. Miller authored
      We do though need an I-cache flush on spitfire chips when
      doing a module load.
      
      Happily this allows us to kill off flush_cache_all() from
      sparc64.
      889be673
  2. 02 Oct, 2003 20 commits
  3. 01 Oct, 2003 8 commits