1. 19 6月, 2009 1 次提交
  2. 12 6月, 2009 1 次提交
    • A
      PCI Hotplug: cpqphp: don't use pci_find_slot() · 12a9da0f
      Alex Chiang 提交于
      Convert uses of pci_find_slot to modern API.
      
      In the conversion sites, we end up calling pci_dev_put() right away.
      
      This may seem like it misses the entire point of doing something like
      pci_get_bus_and_slot(), since we drop the reference so soon, but it turns
      out we don't actually do much with the returned pci_dev.
      
      I plan on untangling cpqphp further, but clearly cpqphp never worried too
      much about a properly refcounted pci_dev anyway. For now, this conversion
      seems reasonable, as it gets rid of the last in-tree caller of pci_find_slot.
      Signed-off-by: NAlex Chiang <achiang@hp.com>
      Signed-off-by: NJesse Barnes <jbarnes@virtuousgeek.org>
      12a9da0f
  3. 13 3月, 2009 1 次提交
  4. 11 3月, 2009 1 次提交
  5. 21 4月, 2008 2 次提交
  6. 02 2月, 2008 1 次提交
  7. 06 11月, 2007 1 次提交
  8. 03 5月, 2007 1 次提交
  9. 08 2月, 2007 1 次提交
  10. 11 12月, 2006 1 次提交
  11. 04 10月, 2006 1 次提交
  12. 16 8月, 2006 1 次提交
  13. 12 8月, 2006 1 次提交
  14. 11 7月, 2006 1 次提交
    • A
      [PATCH] don't select CONFIG_HOTPLUG · 135c294f
      Andrew Morton 提交于
      It's useful to be able to turn off CONFIG_HOTPLUG for compile-coverage testing
      and for section-checking coverage.  But a few things go and select
      CONFIG_HOTPLUG, making it a royal PITA to turn the thing off.
      
      It's only turnable offable if CONFIG_EMBEDDED anyway.  So let's make those
      things depend on HOTPLUG, not select it.
      
      Cc: Greg KH <greg@kroah.com>
      Cc: Dominik Brodowski <linux@dominikbrodowski.net>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      135c294f
  15. 10 7月, 2006 1 次提交
  16. 01 2月, 2006 1 次提交
  17. 25 8月, 2005 1 次提交
  18. 07 7月, 2005 1 次提交
  19. 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