1. 06 9月, 2005 2 次提交
  2. 18 8月, 2005 1 次提交
  3. 30 6月, 2005 4 次提交
  4. 23 6月, 2005 1 次提交
  5. 21 6月, 2005 7 次提交
  6. 18 5月, 2005 1 次提交
    • D
      [PATCH] Driver Core: remove driver model detach_state · 0b405a0f
      David Brownell 提交于
      The driver model has a "detach_state" mechanism that:
      
       - Has never been used by any in-kernel drive;
       - Is superfluous, since driver remove() methods can do the same thing;
       - Became buggy when the suspend() parameter changed semantics and type;
       - Could self-deadlock when called from certain suspend contexts;
       - Is effectively wasted documentation, object code, and headspace.
      
      This removes that "detach_state" mechanism; net code shrink, as well
      as a per-device saving in the driver model and sysfs.
      Signed-off-by: NDavid Brownell <dbrownell@users.sourceforge.net>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      0b405a0f
  7. 05 5月, 2005 1 次提交
    • R
      [PATCH] drivers/base/bus.c: fix iteration in driver_detach() · b2d84f07
      Roman Kagan 提交于
      With 2.6.11 and 2.6.12-rc2 (and perhaps a few versions before) usb
      drivers for multi-interface devices, which do
      usb_driver_release_interface() in their disconnect(), make rmmod hang.
      
      It turns out to be due to a bug in drivers/base/bus.c:driver_detach(),
      that iterates over the list of attached devices with
      list_for_each_safe() under an assumption that device_release_driver()
      only releases the current device, while it may also call
      device_release_driver() for other devices on the same list.
      
      The following patch fixes it.  Please consider applying.
      Signed-off-by: NRoman Kagan <rkagan@mail.ru>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      b2d84f07
  8. 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