1. 23 2月, 2010 2 次提交
  2. 24 10月, 2008 2 次提交
  3. 23 10月, 2008 1 次提交
  4. 21 4月, 2008 1 次提交
  5. 29 11月, 2007 1 次提交
    • R
      pci hotplug: kernel-doc fixes · 26e6c66e
      Randy Dunlap 提交于
      acpiphp.h: not using kernel-doc, so change /** to /*
      acpiphp_core.c: lots of kernel-doc cleanups
      acpiphp_glue.c: lots of kernel-doc cleanups
      acpiphp_ibm.c: lots of kernel-doc cleanups
      cpqphp_core.c: lots of kernel-doc cleanups
      cpqphp_ctrl.c: lots of kernel-doc cleanups
      fakephp.c:  correct kernel-doc notation
      pciehp_ctrl.c: correct kernel-doc notation
      rpadlpar_core.c: correct function names & kernel-doc notation
      rpaphp_core.c: correct kernel-doc notation
      shpchp_ctrl.c: correct kernel-doc notation
      Signed-off-by: NRandy Dunlap <randy.dunlap@oracle.com>
      Cc: Kristen Accardi <kristen.c.accardi@intel.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      26e6c66e
  6. 09 5月, 2007 1 次提交
  7. 03 5月, 2007 1 次提交
  8. 08 2月, 2007 1 次提交
  9. 21 12月, 2006 2 次提交
  10. 22 11月, 2006 1 次提交
  11. 20 6月, 2006 1 次提交
  12. 24 3月, 2006 8 次提交
  13. 01 2月, 2006 1 次提交
    • K
      [PATCH] PCI Hotplug: shpchp: AMD POGO errata fix · 53044f35
      Keck, David 提交于
      This patch fixes the AMD POGO errata on the hotplug controller where the
      platform will lock up or reboot if PERR/SERR generation is enabled and a
      slot is sent an enable command.  This fix disables PERR/SERR generation
      before a slot is sent the enable command by first saving related
      registers, turning off SERR/PERR generation, enabling the slot, then
      restoring the registers.
      Signed-off-by: NDavid Keck <david.keck@amd.com>
      Cc: Kristen Accardi <kristen.c.accardi@intel.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      53044f35
  14. 10 1月, 2006 1 次提交
    • K
      [PATCH] shpchp: fix improper wait for command completion · bd62e271
      Kenji Kaneshige 提交于
      Current SHPCHP driver uses msleep_interruptible() function to wait for
      a command completion event. But I think this would cause an unnecessary
      long wait until timeout, if command completion interrupt came before
      task state was changed to TASK_INTERRUPTIBLE. This patch fixes this
      issue. With this patch, command completion becomes faster as follows:
      
      o Without this patch
      
      	# time echo 1 > power
      
      	real    0m4.708s
      	user    0m0.000s
      	sys     0m0.524s
      
      o With this patch
      
      	# time echo 1 > power
      
      	real    0m2.221s
      	user    0m0.000s
      	sys     0m0.532s
      Signed-off-by: NKenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      bd62e271
  15. 29 10月, 2005 6 次提交
  16. 18 9月, 2005 1 次提交
  17. 17 8月, 2005 1 次提交
  18. 18 5月, 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