1. bd79008 PCI: shpchp: Constify hpc_ops structure by Julia Lawall · 9 years ago
  2. ff3ce48 PCI: Fix all whitespace issues by Bogicevic Sasa · 9 years ago
  3. 79e50e7 PCI: Remove assignment from "if" conditions by Quentin Lambert · 10 years ago
  4. 382a9c9 PCI: Add space before open parenthesis by Quentin Lambert · 10 years ago
  5. 227f064 PCI: Merge multi-line quoted strings by Ryan Desfosses · 10 years ago
  6. 3c78bc6 PCI: Whitespace cleanup by Ryan Desfosses · 10 years ago
  7. f762598 PCI: Fix whitespace, capitalization, and spelling errors by Bjorn Helgaas · 11 years ago
  8. 4cac2eb PCI hotplug: shpchp: don't blindly claim non-AMD 0x7450 device IDs by Bjorn Helgaas · 13 years ago
  9. e24dcbe shpchp: update workqueue usage by Tejun Heo · 14 years ago
  10. 3b8fdb7 PCI: hotplug/shpchp_hpc: add parenthesis in SLOT_REG_RSVDZ_MASK by Dan Carpenter · 14 years ago
  11. 3749c51 PCI: Make current and maximum bus speeds part of the PCI core by Matthew Wilcox · 15 years ago
  12. be7bce2 PCI hotplug: shpchp: message refinement by Taku Izumi · 16 years ago
  13. f98ca31 PCI hotplug: shpchp: replace printk with dev_printk by Taku Izumi · 16 years ago
  14. ac9c052 shpchp: check firmware before taking control by Kenji Kaneshige · 16 years ago
  15. 66bef8c PCI: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  16. 3609801 PCI: Spelling fixes by Joe Perches · 17 years ago
  17. 9f593e3 shpchp: delete trailing whitespace by Kenji Kaneshige · 18 years ago
  18. 1555b33 shpchp: remove DBG_XXX_ROUTINE by Kenji Kaneshige · 18 years ago
  19. 0abe68c shpchp: remove unnecessary struct php_ctlr by Kenji Kaneshige · 18 years ago
  20. 662a98f PCI hotplug: ioremap balanced with iounmap by Amol Lad · 18 years ago
  21. 6aa562c shpchp: remove unnecessary cmd_busy member from struct controller by Kenji Kaneshige · 18 years ago
  22. d1729cc shpchp: fix command completion check by Kenji Kaneshige · 18 years ago
  23. b4a1eff shpchp: fix shpchp_wait_cmd in poll by Kenji Kaneshige · 18 years ago
  24. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  25. 6b4486e [PATCH] irq-flags: pci: Use the new IRQF_ constants by Thomas Gleixner · 18 years ago
  26. ea83bc1 [PATCH] shpchp: Remove Unused hpc_evelnt_lock by Kenji Kaneshige · 18 years ago
  27. f426395 [PATCH] shpchp: Cleanup interrupt polling timer by Kenji Kaneshige · 18 years ago
  28. 4085399 [PATCH] shpchp: Cleanup SHPC commands by Kenji Kaneshige · 18 years ago
  29. c4cecc1 [PATCH] shpchp: Cleanup interrupt handler by Kenji Kaneshige · 18 years ago
  30. d4fbf60 [PATCH] shpchp: Remove unnecessary hpc_ctlr_handle check by Kenji Kaneshige · 18 years ago
  31. 82d5f4a [PATCH] shpchp: Create shpchpd at controller probe time by Kenji Kaneshige · 18 years ago
  32. d49f2c4 [PATCH] shpchp: Mask Global SERR and Intr at controller release time by Kenji Kaneshige · 18 years ago
  33. e713872 [PATCH] SHPC: Fix SHPC Contoller SERR-INT Register bits access by Kenji Kaneshige · 18 years ago
  34. 795eb5c [PATCH] SHPC: Fix SHPC Logical Slot Register bits access by Kenji Kaneshige · 18 years ago
  35. 5858759 [PATCH] SHPC: Cleanup SHPC Logical Slot Register bits access by Kenji Kaneshige · 18 years ago
  36. 2b34da7 [PATCH] SHPC: Cleanup SHPC Logical Slot Register access by Kenji Kaneshige · 18 years ago
  37. 75d97c5 [PATCH] SHPC: Cleanup SHPC register access by Kenji Kaneshige · 18 years ago
  38. 0afabe9 [PATCH] shpchp: cleanup bus speed handling by Kenji Kaneshige · 18 years ago
  39. f7391f5 [PATCH] shpchp: event handling rework by Kenji Kaneshige · 18 years ago
  40. e4e7304 [PATCH] shpchp - Fix incorrect return value of interrupt handler by Kenji Kaneshige · 19 years ago
  41. 57c95c0 [PATCH] shpchp - replace kmalloc() with kzalloc() and cleanup arg of sizeof() by Kenji Kaneshige · 19 years ago
  42. d29aadd [PATCH] shpchp - cleanup check command status by Kenji Kaneshige · 19 years ago
  43. 6aa4cdd [PATCH] PCI hotplug: convert semaphores to mutex by Ingo Molnar · 19 years ago
  44. bd62e27 [PATCH] shpchp: fix improper wait for command completion by Kenji Kaneshige · 19 years ago
  45. f467f61 [PATCH] shpchp: fix improper write to Command Completion Detect bit by Kenji Kaneshige · 19 years ago
  46. 0455986 [PATCH] shpchp: fix improper mmio mapping by Kenji Kaneshige · 19 years ago
  47. 87d6c55 [PATCH] shpchp: fix improper reference to Mode 1 ECC Capability" bit by Kenji Kaneshige · 19 years ago
  48. 6558b6a [PATCH] shpchp: fix improper reference to Slot Avail Regsister by Kenji Kaneshige · 19 years ago
  49. d4d28dd [PATCH] shpchp_hpc build fix by Andrew Morton · 19 years ago
  50. 7c8942f [PATCH] shpchp: reduce debug message verbosity by rajesh.shah@intel.com · 19 years ago
  51. ee13833 [PATCH] shpchp: miscellaneous cleanups by rajesh.shah@intel.com · 19 years ago
  52. 424600f [PATCH] shpchp: reduce dependence on ACPI by rajesh.shah@intel.com · 19 years ago
  53. 8cf4c19 [PATCH] PCI Hotplug: new contact info by Kristen Accardi · 19 years ago
  54. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago