1. 25 Jul, 2003 18 commits
    • Roman Zippel's avatar
      [PATCH] generate dependency again · 669ee167
      Roman Zippel authored
      During an erlier update the call to generate the .config dependency
      got lost.
      Add a missing warning.
      669ee167
    • Roman Zippel's avatar
      [PATCH] qconf menuconfig fix · e0be78df
      Roman Zippel authored
      correctly select a nested menuconfig entry
      e0be78df
    • Roman Zippel's avatar
      [PATCH] gconf menuconfig fixes · 571faeb7
      Roman Zippel authored
      Patch by Romain Lievin <roms@tilp.info>
      various fixes to handle menuconfig options
      571faeb7
    • François Romieu's avatar
      [PATCH] uninitialized spinlock in drivers/net/sk_mca.c · afecbb39
      François Romieu authored
      A spinlock was recently added to struct skmca_priv so as to remove
      save_flags()/cli() but nothing in the current code initializes it.
      afecbb39
    • Linus Torvalds's avatar
      Merge bk://ppc.bkbits.net/for-linus-ppc · 22dc9664
      Linus Torvalds authored
      into home.osdl.org:/home/torvalds/v2.5/linux
      22dc9664
    • Paul Mackerras's avatar
      d0e99679
    • Paul Mackerras's avatar
      Merge bk://ppc@ppc.bkbits.net/for-linus-ppc · 2fc22857
      Paul Mackerras authored
      into samba.org:/home/paulus/kernel/for-linus-ppc
      2fc22857
    • Krzysztof Halasa's avatar
      [PATCH] HDLC update · 314635e1
      Krzysztof Halasa authored
      This updates generic HDLC from 1.14 to 1.15.
      
       - fix a kernel panic caused by a recent change to unregister_netdevice()
         (struct net_device * can't be kfreed before rtnl_unlock())
       - adds carrier_* support - hw drivers report DCD status and higher level
         protocols use that info, and do netif_carrier_{on,off}() according to
         DCD and (Cisco and FR) link management status.
       - moves Frame-Relay constants etc. from include/linux/hdlc.h to hdlc_fr.c.
         They are internal FR things and are not needed in the global header.
       - protocol hooks are slighty changed to allow zeroing (memset).
       - removes CONFIG_HDLC_DEBUG_* variables. Users tend to make very wrong
         use of them. Now setting them requires changing .c #define. Anyway they
         are development-only things.
       - misc style corrections etc.
      314635e1
    • Bartlomiej Zolnierkiewicz's avatar
      [PATCH] ide: fix PCI modules oops · 9c8b55a9
      Bartlomiej Zolnierkiewicz authored
      Forward-port of 2.4.21-ac4 patch by Wilfried Weissmann.
      
      ide_get_or_set_dma_base() may be called via ide_setup_pci_device()
      when a PCI controller module is loaded.  However, it is defined with __init
      and the function is called when its memory is already deallocated.
      9c8b55a9
    • Ben Collins's avatar
      [PATCH] Update IEEE1394 (r1014) · ccdba6ab
      Ben Collins authored
       misc:      - Consolidate and make consistent, the NODE_BUS_{FMT,ARGS}
      	      macros.
      	    - Add HPSB_VERBOSE() macro to make VERBOSEDEBUG code a
      	      little cleaner.
       ieee1394 : - Replace panic() with BUG and return value in dma routine.
      	    - Reset reset_retries on success or loop recover.
      	    - Add RECV_FLUSH to flush buffers on > 1 irq interval or in
      	      buffer-fill mode.
      	    - Probe logic-unit-subdirectories as children of the
      	      unit-dir.
      	    - Fix compile warning in nodemgr thread.
      	    - Replace tightly scheduled timeout loop with a 50ms timer.
      	    - Better return and usage of BUG_ON() in dma handler.
      	    - Calculate timeout expiry interval at change instead of at
      	      every timeout check.
       SBP2     : - Fix logical-unit-directory LUN's.
      	    - Remove procfs interface.
      	    - Fix usage of initdata after init.
       Host con : - Change irq output to use __irq_itoa() for sparc.
      	    - Do more to notify bus when module is unloaded, to clear
      	      IRM, etc.
       ohci1394 : Fix endianess of async stream packet headers.
      ccdba6ab
    • Jens Axboe's avatar
      [PATCH] read-ahead and failfast · e45635cc
      Jens Axboe authored
      Here's the patch to enable failfast flag in the bio submission code, and
      use it for multipath and readahead.
      e45635cc
    • Jens Axboe's avatar
      [PATCH] mark James as SCSI maintainer · fe216ead
      Jens Axboe authored
      Long overdue, make James the listed maintainer. He _is_ doing the
      maintenance, lets put him on the front line :-)
      fe216ead
    • Jens Axboe's avatar
      [PATCH] ide tcq enable · e378168a
      Jens Axboe authored
      A recent change moved the tcq init too early in the init sequence, the
      queue isn't initialized at this point which causes the task file
      executions to kill elevator with a NULL EIP (->add_req_fn()).  This
      patch fixes it, acked by Bart.
      e378168a
    • Linus Torvalds's avatar
      Merge http://linux-isdn.bkbits.net/linux-2.5.isdn · 2d691920
      Linus Torvalds authored
      into home.osdl.org:/home/torvalds/v2.5/linux
      2d691920
    • Linus Torvalds's avatar
      Merge bk://are.twiddle.net/axp-2.5 · 03b0b9ec
      Linus Torvalds authored
      into home.osdl.org:/home/torvalds/v2.5/linux
      03b0b9ec
    • Linus Torvalds's avatar
      Merge bk://kernel.bkbits.net/davem/sparc-2.5 · 8714262e
      Linus Torvalds authored
      into home.osdl.org:/home/torvalds/v2.5/linux
      8714262e
    • Linus Torvalds's avatar
      Merge bk://kernel.bkbits.net/davem/net-2.5 · f87d92a8
      Linus Torvalds authored
      into home.osdl.org:/home/torvalds/v2.5/linux
      f87d92a8
    • Linus Torvalds's avatar
      Merge bk://kernel.bkbits.net/jgarzik/net-drivers-2.6 · 1d90ac41
      Linus Torvalds authored
      into home.osdl.org:/home/torvalds/v2.5/linux
      1d90ac41
  2. 22 Jul, 2003 2 commits
  3. 21 Jul, 2003 17 commits
  4. 20 Jul, 2003 3 commits