summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/pseries
AgeCommit message (Expand)AuthorFilesLines
2008-01-24Merge branch 'linux-2.6'Paul Mackerras1-0/+2
2008-01-17[POWERPC] eeh.c: Use for_each_child_of_nodeStephen Rothwell1-22/+21
2008-01-15[POWERPC] Fix boot failure on POWER6Paul Mackerras1-1/+0
2008-01-11[POWERPC] Fix CPU hotplug when using the SLB shadow bufferMichael Neuling2-0/+3
2007-12-20[POWERPC] Merge PCI resource fixupsBenjamin Herrenschmidt1-8/+6
2007-12-20[POWERPC] Push down or eliminate smp_processor_id calls in xics codeMilton Miller2-33/+29
2007-12-11[POWERPC] EEH: Avoid a possible NULL pointer dereferenceStephen Rothwell1-2/+2
2007-12-11[POWERPC] pci_controller->arch_data really is a struct device_node *Stephen Rothwell1-1/+1
2007-12-11[POWERPC] pSeries: Remove dependency on pci_dn bussubnoStephen Rothwell1-17/+7
2007-12-11[POWERPC] iommu_free_table doesn't need the device_nodeStephen Rothwell1-1/+1
2007-12-03[POWERPC] EEH: Report errors as soon as possibleLinas Vepstas1-7/+8
2007-12-03[POWERPC] EEH: Be careful when identifying "empty" slots.Linas Vepstas1-1/+1
2007-12-03[POWERPC] EEH: Work with device endpoint, alwaysLinas Vepstas1-0/+1
2007-12-03[POWERPC] Remove prod_processor()Nathan Lynch1-5/+0
2007-12-03[POWERPC] Cleanup SMT thread handlingBenjamin Herrenschmidt1-1/+2
2007-12-03Revert "[POWERPC] Fix RTAS os-term usage on kernel panic"Paul Mackerras1-2/+1
2007-11-20[POWERPC] Fix RTAS os-term usage on kernel panicLinas Vepstas1-1/+2
2007-11-19[POWERPC] pSeries: make pseries_defconfig minus PCI build againStephen Rothwell1-1/+1
2007-11-08[POWERPC] EEH: Make sure warning message is printedLinas Vepstas1-1/+1
2007-11-08[POWERPC] EEH: Avoid crash on null deviceLinas Vepstas1-3/+8
2007-11-08[POWERPC] EEH: Drivers that need reset trump othersLinas Vepstas1-4/+6
2007-11-08[POWERPC] EEH: Clean up commentsLinas Vepstas1-5/+3
2007-11-08[POWERPC] Include udbg.h when using udbg_printfwill schmidt1-0/+1
2007-11-08[POWERPC] Read back MSI message in rtas_setup_msi_irqs() so restore worksMichael Ellerman1-0/+6
2007-10-19pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn1-1/+1
2007-10-12[POWERPC] Use 1TB segmentsPaul Mackerras1-40/+49
2007-10-11[POWERPC] Don't enable cpu hotplug on pSeries machines with MPICOlof Johansson1-0/+14
2007-10-11[POWERPC] Platforms shouldn't mess with ROOT_DEVGrant Likely1-5/+0
2007-10-03Merge branch 'linux-2.6' into for-2.6.24Paul Mackerras1-1/+1
2007-10-03[POWERPC] Fix panic in RTAS codeTony Breeds1-6/+9
2007-10-03[POWERPC] Simplify rtas_change_msi() error semanticsMichael Ellerman1-7/+11
2007-10-03[POWERPC] Simplify error logic in rtas_setup_msi_irqs()Michael Ellerman1-14/+3
2007-10-02[POWERPC] pseries: device node status can be "ok" or "okay"Linas Vepstas1-1/+1
2007-10-02[POWERPC] Fix xics set_affinity codeAnton Blanchard1-1/+1
2007-09-13[POWERPC] Add an optional device_node pointer to the irq_hostMichael Ellerman1-1/+1
2007-08-17[POWERPC] pseries: Remove dead EEH video codeLinas Vepstas1-17/+0
2007-08-17[POWERPC] pseries: Eliminate global error_log_cnt variableLinas Vepstas1-3/+4
2007-08-17[POWERPC] pseries: Fix jumbled no_logging flagLinas Vepstas1-8/+6
2007-08-17[POWERPC] pseries: Simplify rtasd initializationLinas Vepstas1-34/+19
2007-08-17[POWERPC] pseries: Use rtas_token instead of hand-rolled codeLinas Vepstas1-11/+2
2007-08-17[POWERPC] pseries: Avoid excess rtas_token callsLinas Vepstas1-6/+9
2007-08-17[POWERPC] Clean out a bunch of duplicate includesJesper Juhl1-1/+0
2007-08-17[POWERPC] EEH: Dump PCI bridge status on eventLinas Vepstas1-1/+26
2007-08-17[POWERPC] EEH: Fix PCI bridge handling bugLinas Vepstas1-4/+5
2007-08-17[POWERPC] EEH: Tweak printk messageLinas Vepstas1-4/+4
2007-07-22[POWERPC] Fix future firmware feature fixups function failureMichael Neuling3-23/+15
2007-07-17Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds12-42/+177
2007-07-16the wrong variable checked after request_irq()Al Viro1-1/+1
2007-07-10[POWERPC] Generalise device_node flag interfaceMichael Ellerman1-1/+1
2007-06-25[POWERPC] Fix Kexec/Kdump for power6Sachin P. Sant2-3/+29