1. 27 6月, 2006 3 次提交
  2. 10 11月, 2005 1 次提交
  3. 09 11月, 2005 1 次提交
    • O
      [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason · 733482e4
      Olaf Hering 提交于
      This patch removes almost all inclusions of linux/version.h.  The 3
      #defines are unused in most of the touched files.
      
      A few drivers use the simple KERNEL_VERSION(a,b,c) macro, which is
      unfortunatly in linux/version.h.
      
      There are also lots of #ifdef for long obsolete kernels, this was not
      touched.  In a few places, the linux/version.h include was move to where
      the LINUX_VERSION_CODE was used.
      
      quilt vi `find * -type f -name "*.[ch]"|xargs grep -El '(UTS_RELEASE|LINUX_VERSION_CODE|KERNEL_VERSION|linux/version.h)'|grep -Ev '(/(boot|coda|drm)/|~$)'`
      
      search pattern:
      /UTS_RELEASE\|LINUX_VERSION_CODE\|KERNEL_VERSION\|linux\/\(utsname\|version\).h
      Signed-off-by: NOlaf Hering <olh@suse.de>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      733482e4
  4. 30 10月, 2005 1 次提交
  5. 29 10月, 2005 1 次提交
  6. 07 9月, 2005 1 次提交
  7. 19 8月, 2005 2 次提交
    • B
      [PATCH] DM9000 - incorrect ioctl() handling · 2ae2d77c
      Ben Dooks 提交于
      The DM9000 driver is responding to ioctl() calls it should not be. This
      can cause problems with the wireless tools incorrectly indentifying the
      device as wireless capable, and crashing under certain operations.
      
      This patch also moves the version printk() to the init call, so that
      you only get it once for multiple devices, and to show it is loaded
      if there are no defined dm9000s
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      Signed-off-by: NJeff Garzik <jgarzik@pobox.com>
      2ae2d77c
    • B
      [PATCH] DM9000 - spinlock fixes · 9ef9ac51
      Ben Dooks 提交于
      Fix DM9000 driver usage of spinlocks, which mainly came to light
      when running a kernel with spinlock debugging. These come down to:
      
      1) Un-initialised spin lock
      
      2) Several cases of using  spin_xxx(lock) and not spin_xxx(&lock)
      
      3) move the locking around the phy reg for read/write to only
         keep the lock when actually reading or writing to the phy.
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      Signed-off-by: NJeff Garzik <jgarzik@pobox.com>
      9ef9ac51
  8. 27 6月, 2005 1 次提交
  9. 16 5月, 2005 1 次提交