summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/pseries
AgeCommit message (Expand)AuthorFilesLines
2009-02-10powerpc: Add missing sparsemem.h includeMichael Neuling1-0/+1
2009-01-28powerpc: Printing fix for l64 to ll64 conversion: phyp_dump.cStephen Rothwell1-13/+13
2009-01-13powerpc: Change u64/s64 to a long long integer typeIngo Molnar1-18/+17
2009-01-02Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2008-12-31Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+4
2008-12-23powerpc/pseries: Fix cpu hotplugSebastien Dugue1-1/+1
2008-12-21powerpc: Add reboot notifier to Collaborative Memory ManagerBrian King1-1/+28
2008-12-21powerpc: Disable Collaborative Memory Manager for kdumpBrian King1-1/+1
2008-12-21powerpc: Pass a valid token to rtas_call() in phyp-dump codeTony Breeds1-0/+2
2008-12-21powerpc: Protect against NULL pointer deref in phyp-dump codeTony Breeds1-0/+3
2008-12-18"Tree RCU": scalable classic RCU implementationPaul E. McKenney1-0/+4
2008-12-16powerpc/pseries: Check for GIQ indicator before calling set-indicatorNathan Lynch1-3/+12
2008-12-13cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell1-3/+3
2008-12-13cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...Rusty Russell1-1/+1
2008-11-06powerpc/pci: Fix various pseries PCI hotplug issuesBenjamin Herrenschmidt1-82/+81
2008-11-06powerpc/eeh: Make EEH device add/remove more robustBenjamin Herrenschmidt1-20/+24
2008-11-05powerpc/pseries: Fix getting the server number sizeSebastien Dugue1-6/+22
2008-11-05powerpc: Fix "unused variable" warning in pci_dlpar.cStephen Rothwell1-1/+0
2008-10-31powerpc/pci: Properly allocate bus resources for hotplug PHBsNathan Fontenot1-0/+2
2008-10-31powerpc: Use is_kdump_kernel()Milton Miller1-2/+2
2008-10-22powerpc: Support for relocatable kdump kernelMohan Kumar M1-3/+3
2008-10-21powerpc: Use cpu_thread_in_core in smp_init for of_spin_mapMilton Miller1-9/+4
2008-10-21powerpc/pseries: Validate PFN in pseries_remove_lmb()Nathan Fontenot1-0/+6
2008-10-15Merge commit 'origin'Benjamin Herrenschmidt1-1/+0
2008-10-13powerpc/xics: Reduce and comment xics IPI use of memory barriersMilton Miller1-4/+1
2008-10-13powerpc/xics: Make printk format strings fit on one lineMilton Miller1-18/+18
2008-10-13powerpc/xics: Mark xics IPI interrupt as per-cpuMilton Miller1-4/+4
2008-10-13powerpc/xics: EOI xics ipi by hand in kexecMilton Miller1-11/+7
2008-10-13powerpc/xics: Factor out cpu joining/unjoining the GIQMilton Miller1-20/+13
2008-10-13powerpc/xics: Initialization code cleanupsMilton Miller1-12/+8
2008-10-13powerpc/xics: Trim #include listMilton Miller1-4/+1
2008-10-13powerpc/xics: Change *_xirr_info_set() prototype to avoid castsMilton Miller1-6/+5
2008-10-13powerpc/xics: Rearrange file to group code by functionMilton Miller1-215/+217
2008-10-13powerpc/xics: Consolidate ipi message encode and decodeMilton Miller3-57/+48
2008-10-13powerpc/xics: Update default_server during migrate_irqs_awayMilton Miller1-4/+5
2008-10-13powerpc/xics: EOI unmapped irqs after disabling themMilton Miller1-12/+41
2008-10-10powerpc: Oops in pseries_lmb_remove()Nathan Fontenot1-1/+1
2008-10-07powerpc: Honor O_NONBLOCK flag when reading RTAS logVitaly Mayatskikh1-8/+18
2008-09-15powerpc: Separate the irq radix tree insertion and lookupSebastien Dugue1-7/+4
2008-09-15powerpc: Check rc of notifier chain for memory removeNathan Fontenot1-3/+3
2008-09-10Merge branch 'linux-2.6'Paul Mackerras1-0/+1
2008-09-06Remove asm/a.out.h files for all architectures without a.out support.Adrian Bunk1-1/+0
2008-08-26powerpc: Export CMO_PageSizeAndrew Morton1-0/+1
2008-08-20powerpc: Guard print_device_node_tree() with #if 0Tony Breeds1-1/+1
2008-08-20powerpc: Replace __FUNCTION__ with __func__Harvey Harrison1-2/+2
2008-08-18powerpc: Fix CMM page loaning on 64k page kernel with 4k hardware pagesBrian King1-2/+25
2008-08-18powerpc: Make CMO paging space pool ID and page size availableRobert Jennings1-8/+20
2008-07-28powerpc/pseries: Fix CMO sysdev attribute API change falloutStephen Rothwell1-2/+6
2008-07-25powerpc/pseries: iommu enablement for CMORobert Jennings1-10/+32
2008-07-25powerpc/pseries: Add collaborative memory managerBrian King3-0/+492