1. bda0c0a Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 16 years ago
  2. 8a1bc90 PCI: add is_added flag to struct pci_dev by Greg Kroah-Hartman · 17 years ago
  3. 1af9fa8 [POWERPC] Simplify xics direct/lpar irq_host setup by Michael Ellerman · 17 years ago
  4. f01567d [POWERPC] Use pseries_setup_i8259_cascade() in pseries_mpic_init_IRQ() by Michael Ellerman · 17 years ago
  5. 30d6ad2 [POWERPC] Turn xics_setup_8259_cascade() into a generic pseries_setup_i8259_cascade() by Michael Ellerman · 17 years ago
  6. 032ace7 [POWERPC] Move xics_setup_8259_cascade() into platforms/pseries/setup.c by Michael Ellerman · 17 years ago
  7. 5faae2e [POWERPC] Always add preferred consoles in platforms/pseries/lpar.c by Michael Ellerman · 16 years ago
  8. 21cf913 [POWERPC] Move prototype for find_udbg_vterm() into a header file by Michael Ellerman · 16 years ago
  9. 37ddd5d [POWERPC] pseries/phyp dump: Reserve a variable amount of space at boot by Manish Ahuja · 16 years ago
  10. ac7c535 Merge branch 'linux-2.6' by Paul Mackerras · 16 years ago
  11. c6d4d5a [POWERPC] Convert pci and eeh code to of_device_is_available by Nathan Lynch · 17 years ago
  12. e48b1b4 [POWERPC] Replace remaining __FUNCTION__ occurrences by Harvey Harrison · 17 years ago
  13. f10095c powerpc/pseries/xcis: ansify by Al Viro · 17 years ago
  14. f61fb8a [POWERPC] scanlog_init cleanup and minor fixes by Nathan Lynch · 17 years ago
  15. 7415d5e [POWERPC] pseries: phyp dump: Inform kdump when phyp-dump is loaded by Manish Ahuja · 17 years ago
  16. 654f596 [POWERPC] pseries: phyp dump: Disable phyp-dump through boot-var by Manish Ahuja · 17 years ago
  17. fd35cff [POWERPC] pseries: phyp dump: Tracking memory range freed by Manish Ahuja · 17 years ago
  18. a9c508d [POWERPC] pseries: phyp dump: Invalidate and print dump areas by Manish Ahuja · 17 years ago
  19. 599c1aa [POWERPC] pseries: phyp dump: Debugging print routines by Manish Ahuja · 17 years ago
  20. 2c4f411 [POWERPC] pseries: phyp dump: Register dump area by Manish Ahuja · 17 years ago
  21. d5a29c7 [POWERPC] pseries: phyp dump: Use sysfs to release reserved mem by Manish Ahuja · 17 years ago
  22. 6ac26c8 [POWERPC] pseries: phyp dump: Reserve and release memory by Manish Ahuja · 17 years ago
  23. 96366a8 [POWERPC] Update wait_state_cycles in the VPA by Tony Breeds · 17 years ago
  24. f8c8803 [POWERPC] Add code for removing HPTEs for parts of the linear mapping by Badari Pulavarty · 17 years ago
  25. 3d5d27c [POWERPC] Fix warning in pseries/power.c by Stephen Rothwell · 17 years ago
  26. de0723d [POWERPC] Update default irq servers when boot cpu is removed by Nathan Fontenot · 17 years ago
  27. b99e626 [POWERPC] Remove redundant of_get_cpu_node routine by Nathan Fontenot · 17 years ago
  28. c3e8506 [POWERPC] Split xics_teardown_cpu() by Nathan Fontenot · 17 years ago
  29. a52572d [POWERPC] Update irq descriptor affinity by Nathan Fontenot · 17 years ago
  30. 842decb [POWERPC] arch/powerpc/platforms/pseries: Add missing of_node_put by Julia Lawall · 17 years ago
  31. bd45ac0 Merge branch 'linux-2.6' by Paul Mackerras · 17 years ago
  32. 86ef5c9 cpu-hotplug: replace lock_cpu_hotplug() with get_online_cpus() by Gautham R Shenoy · 17 years ago
  33. d76e15f driver core: make /sys/power a kobject by Greg Kroah-Hartman · 17 years ago
  34. 79393fc kobject: convert pseries/power.c to kobj_attr interface by Greg Kroah-Hartman · 17 years ago
  35. 039a5dc kset: convert /sys/power to use kset_create by Greg Kroah-Hartman · 17 years ago
  36. 3514fac kobject: remove struct kobj_type from struct kset by Greg Kroah-Hartman · 17 years ago
  37. 9156ad4 Merge branch 'linux-2.6' by Paul Mackerras · 17 years ago
  38. acaa617 [POWERPC] eeh.c: Use for_each_child_of_node by Stephen Rothwell · 17 years ago
  39. dfbe0d3 [POWERPC] Fix boot failure on POWER6 by Paul Mackerras · 17 years ago
  40. 473980a [POWERPC] Fix CPU hotplug when using the SLB shadow buffer by Michael Neuling · 17 years ago
  41. bf5e2ba [POWERPC] Merge PCI resource fixups by Benjamin Herrenschmidt · 17 years ago
  42. d7cf0ed [POWERPC] Push down or eliminate smp_processor_id calls in xics code by Milton Miller · 17 years ago
  43. b76e5e9 [POWERPC] EEH: Avoid a possible NULL pointer dereference by Stephen Rothwell · 17 years ago
  44. 44ef339 [POWERPC] pci_controller->arch_data really is a struct device_node * by Stephen Rothwell · 17 years ago
  45. 96188ce [POWERPC] pSeries: Remove dependency on pci_dn bussubno by Stephen Rothwell · 17 years ago
  46. 68d315f [POWERPC] iommu_free_table doesn't need the device_node by Stephen Rothwell · 17 years ago
  47. 5f1a7c8 [POWERPC] EEH: Report errors as soon as possible by Linas Vepstas · 17 years ago
  48. c9b65a7 [POWERPC] EEH: Be careful when identifying "empty" slots. by Linas Vepstas · 17 years ago
  49. 307d46e [POWERPC] EEH: Work with device endpoint, always by Linas Vepstas · 17 years ago
  50. d65dded [POWERPC] Remove prod_processor() by Nathan Lynch · 17 years ago
  51. 8d08908 [POWERPC] Cleanup SMT thread handling by Benjamin Herrenschmidt · 17 years ago
  52. 8f51506 Revert "[POWERPC] Fix RTAS os-term usage on kernel panic" by Paul Mackerras · 17 years ago
  53. a2b5181 [POWERPC] Fix RTAS os-term usage on kernel panic by Linas Vepstas · 17 years ago
  54. 8693208 [POWERPC] pSeries: make pseries_defconfig minus PCI build again by Stephen Rothwell · 17 years ago
  55. 2c84b40 [POWERPC] EEH: Make sure warning message is printed by Linas Vepstas · 17 years ago
  56. b37ceef [POWERPC] EEH: Avoid crash on null device by Linas Vepstas · 17 years ago
  57. 2a50f14 [POWERPC] EEH: Drivers that need reset trump others by Linas Vepstas · 17 years ago
  58. 638799b [POWERPC] EEH: Clean up comments by Linas Vepstas · 17 years ago
  59. aa39be0 [POWERPC] Include udbg.h when using udbg_printf by will schmidt · 17 years ago
  60. 1db3e89 [POWERPC] Read back MSI message in rtas_setup_msi_irqs() so restore works by Michael Ellerman · 17 years ago
  61. b460cbc pid namespaces: define is_global_init() and is_container_init() by Serge E. Hallyn · 17 years ago
  62. 1189be6 [POWERPC] Use 1TB segments by Paul Mackerras · 17 years ago
  63. 64f2758 [POWERPC] Don't enable cpu hotplug on pSeries machines with MPIC by Olof Johansson · 17 years ago
  64. 745e102 [POWERPC] Platforms shouldn't mess with ROOT_DEV by Grant Likely · 17 years ago
  65. 70f227d Merge branch 'linux-2.6' into for-2.6.24 by Paul Mackerras · 17 years ago
  66. a0c7ce9 [POWERPC] Fix panic in RTAS code by Tony Breeds · 17 years ago
  67. d385366 [POWERPC] Simplify rtas_change_msi() error semantics by Michael Ellerman · 17 years ago
  68. fcbe809 [POWERPC] Simplify error logic in rtas_setup_msi_irqs() by Michael Ellerman · 17 years ago
  69. a7fb7ea [POWERPC] pseries: device node status can be "ok" or "okay" by Linas Vepstas · 17 years ago
  70. e48395f [POWERPC] Fix xics set_affinity code by Anton Blanchard · 17 years ago
  71. 52964f8 [POWERPC] Add an optional device_node pointer to the irq_host by Michael Ellerman · 17 years ago
  72. 09a5410 [POWERPC] pseries: Remove dead EEH video code by Linas Vepstas · 17 years ago
  73. 0f2342c [POWERPC] pseries: Eliminate global error_log_cnt variable by Linas Vepstas · 17 years ago
  74. 79c0108 [POWERPC] pseries: Fix jumbled no_logging flag by Linas Vepstas · 17 years ago
  75. 4511dad [POWERPC] pseries: Simplify rtasd initialization by Linas Vepstas · 17 years ago
  76. ba28cc0 [POWERPC] pseries: Use rtas_token instead of hand-rolled code by Linas Vepstas · 17 years ago
  77. a4fc3a3 [POWERPC] pseries: Avoid excess rtas_token calls by Linas Vepstas · 17 years ago
  78. 9420dc6 [POWERPC] Clean out a bunch of duplicate includes by Jesper Juhl · 17 years ago
  79. 0b9369f [POWERPC] EEH: Dump PCI bridge status on event by Linas Vepstas · 17 years ago
  80. 093eda3 [POWERPC] EEH: Fix PCI bridge handling bug by Linas Vepstas · 17 years ago
  81. 12588da [POWERPC] EEH: Tweak printk message by Linas Vepstas · 17 years ago
  82. ca8ffc9 [POWERPC] Fix future firmware feature fixups function failure by Michael Neuling · 17 years ago
  83. 489de30 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 17 years ago
  84. 0e81c66 the wrong variable checked after request_irq() by Al Viro · 17 years ago
  85. d3b814b [POWERPC] Generalise device_node flag interface by Michael Ellerman · 17 years ago
  86. b7abc5c [POWERPC] Fix Kexec/Kdump for power6 by Sachin P. Sant · 17 years ago
  87. 7ccb4a6 [POWERPC] Fix interrupt distribution in ppc970 by Mohan Kumar M · 17 years ago
  88. d8c391a [POWERPC] Donate idle CPU cycles on dedicated partitions by Jake Moilanen · 17 years ago
  89. 3d5134e [POWERPC] Rewrite IO allocation & mapping on powerpc64 by Benjamin Herrenschmidt · 17 years ago
  90. 3c8c90a [POWERPC] Tweak EEH copyright info by Linas Vepstas · 17 years ago
  91. 42253a6 [POWERPC] Remove dead EEH code by Linas Vepstas · 17 years ago
  92. 858955b [POWERPC] Show EEH per-device false positives by Linas Vepstas · 17 years ago
  93. e1d04c9 [POWERPC] Add EEH sysfs blinkenlights by Linas Vepstas · 17 years ago
  94. 66b3092 [POWERPC] Fix compile warning in pseries xics code by Michael Neuling · 17 years ago
  95. f7c0d13 [POWERPC] Fix warning on UP by Stephen Rothwell · 17 years ago
  96. f640712 [POWERPC] Fix compile error with kexec and CONFIG_SMP=n by Paul Mackerras · 17 years ago
  97. de11321 [POWERPC] Minor pSeries IOMMU debug cleanup by Michael Neuling · 17 years ago
  98. 17213c3 [POWERPC] Assorted janitorial EEH cleanups by Linas Vepstas · 17 years ago
  99. fcf9892b [POWERPC] EEH: log all PCI-X and PCI-E AER registers by Linas Vepstas · 17 years ago
  100. d99bb1d [POWERPC] EEH: capture and log pci state on error by Linas Vepstas · 17 years ago