1. 16 3月, 2007 1 次提交
    • A
      [PATCH] sysfs and driver core: add callback helper, used by SCSI and S390 · d9a9cdfb
      Alan Stern 提交于
      This patch (as868) adds a helper routine for device drivers that need
      to set up a callback to perform some action in a different process's
      context.  This is intended for use by attribute methods that want to
      unregister themselves or their parent device.  Attribute method calls
      are mutually exclusive with unregistration, so such actions cannot be
      taken directly.
      
      Two attribute methods are converted to use the new helper routine: one
      for SCSI device deletion and one for System/390 ccwgroup devices.
      Signed-off-by: NAlan Stern <stern@rowland.harvard.edu>
      Cc: Hugh Dickins <hugh@veritas.com>
      Cc: Cornelia Huck <cornelia.huck@de.ibm.com>
      Cc: Oliver Neukum <oneukum@suse.de>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      d9a9cdfb
  2. 06 2月, 2007 1 次提交
  3. 30 8月, 2006 1 次提交
  4. 27 7月, 2006 1 次提交
  5. 12 7月, 2006 1 次提交
  6. 29 6月, 2006 1 次提交
    • C
      [S390] ccwgroup device unregister. · 887ab599
      Cornelia Huck 提交于
      Work around the problem that a device cannot be unregistered from
      driver_for_each_device() because of klist node refcounting: Get device
      after device owned by the driver to be unregistered with driver_find_device()
      and then unregister it. This works because driver_get_device() gets us out of
      the region of the elevated klist node refcount. driver_find_device() will
      always get the next device in the list after the found one has been
      unregistered.
      Signed-off-by: NCornelia Huck <cornelia.huck@de.ibm.com>
      Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
      887ab599
  7. 24 3月, 2006 1 次提交
  8. 02 2月, 2006 1 次提交
  9. 15 1月, 2006 1 次提交
  10. 14 1月, 2006 1 次提交
  11. 07 1月, 2006 1 次提交
  12. 05 1月, 2006 1 次提交
  13. 07 11月, 2005 1 次提交
  14. 22 9月, 2005 1 次提交
  15. 26 6月, 2005 1 次提交
  16. 21 6月, 2005 1 次提交
  17. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4