summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/pseries
Commit message (Expand)AuthorAgeFilesLines
* kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes2011-01-201-3/+3
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-132-2/+2
|\
| * Merge branch 'master' into for-nextJiri Kosina2010-12-223-4/+6
| |\
| * | suspend: constify platform_suspend_opsLionel Debroux2010-11-161-1/+1
| * | powerpc: remove cast from void*matt mooney2010-11-031-1/+1
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2011-01-118-28/+577
|\ \ \
| * | | powerpc/pseries: Pass phb only to iommu_table_setparms_lparBenjamin Herrenschmidt2010-12-091-7/+4
| * | | powerpc/pseries: Do not need to check for dma_window == NULLNishanth Aravamudan2010-12-091-6/+0
| * | | powerpc/pseries: Checking for pdn->parent is redundantNishanth Aravamudan2010-12-091-4/+1
| * | | powerpc/pseries: Do not search for dma-window property on dlpar removeNishanth Aravamudan2010-12-091-5/+1
| * | | Merge branch 'nvram' into nextBenjamin Herrenschmidt2010-12-091-0/+205
| |\ \ \
| | * | | powerpc/nvram: Rename ppc64,linux partition to ibm,rtas-logBenjamin Herrenschmidt2010-11-301-10/+13
| | * | | powerpc/nvram: Move the log partition stuff to pseriesBenjamin Herrenschmidt2010-11-301-0/+200
| | * | | powerpc/nvram: More flexible nvram_create_partition()Benjamin Herrenschmidt2010-11-301-3/+3
| | * | | powerpc/nvram: Move things out of asm/nvram.hBenjamin Herrenschmidt2010-11-301-0/+2
| | | |/ | | |/|
| * | | powerpc: Remove second definition of STACK_FRAME_OVERHEADStephen Rothwell2010-11-291-0/+1
| * | | powerpc: Add VPHN firmware featureJesse Larrew2010-11-291-0/+1
| * | | powerpc/pseries: iommu cleanupNishanth Aravamudan2010-11-291-7/+2
| * | | powerpc: Add support for new hcall H_BEST_ENERGYVaidyanathan Srinivasan2010-11-293-0/+337
| * | | powerpc/pseries: Add kernel parameter to disable batched hcallsWill Schmidt2010-11-292-0/+26
| |/ /
* | | headers: kobject.h reduxAlexey Dobriyan2011-01-101-1/+0
|/ /
* | powerpc/pseries: Don't override CONFIG_PPC_PSERIES_DEBUGNishanth Aravamudan2010-11-183-4/+6
|/
* Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-222-1/+3
|\
| * llseek: automatically add .llseek fopArnd Bergmann2010-10-152-1/+3
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2010-10-218-71/+623
|\ \
| * | powerpc/Makefiles: Change to new flag variablesmatt mooney2010-10-131-8/+3
| * | powerpc/pseries/xics: Use cpu_possible_mask rather than cpu_all_maskNishanth Aravamudan2010-10-131-1/+1
| * | powerpc/pseries: Use kmemdupNishanth Aravamudan2010-10-131-2/+1
| * | powerpc/pseries: Partition migration in the kernelNathan Fontenot2010-10-132-1/+363
| * | powerpc/pseries: Export device tree updating routinesNathan Fontenot2010-10-132-2/+11
| * | powerpc/pseries: Re-enable dispatch trace log userspace interfacePaul Mackerras2010-09-021-40/+166
| * | powerpc: Account time using timebase rather than PURRPaul Mackerras2010-09-023-18/+79
| * | powerpc: Abstract indexing of lppaca structsPaul Mackerras2010-09-022-6/+6
| |/
* | pci: Convert msi to new irq_chip functionsThomas Gleixner2010-10-121-1/+1
|/
* powerpc/pseries: Correct rtas_data_buf locking in dlpar codeNathan Fontenot2010-09-021-13/+29
* powerpc: Fix bogus it_blocksize in VIO iommu codeAnton Blanchard2010-08-241-4/+4
* powerpc: Correct smt_enabled=X boot option for > 2 threads per coreNathan Fontenot2010-08-241-4/+7
* powerpc: Silence xics_migrate_irqs_away() during cpu offlineSigned-off-by: Darren Hart2010-08-241-2/+4
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2010-08-059-20/+243
|\
| * Merge commit 'gcl/next' into nextBenjamin Herrenschmidt2010-08-043-22/+22
| |\
| * | powerpc: ONLINE to OFFLINE CPU state transition during removalRobert Jennings2010-07-311-0/+1
| * | powerpc/pseries: Increase cpu die timeoutBenjamin Herrenschmidt2010-07-311-2/+2
| * | powerpc: Remove redundant xics badness warningBrian King2010-07-311-2/+0
| * | powerpc/pseries: Use kstrdupJulia Lawall2010-07-091-3/+1
| * | powerpc/pseries: Add WARN_ON() to request_event_sources_irqs() on irq allocat...Mark Nelson2010-07-091-8/+15
| * | powerpc/pseries: Rename RAS_VECTOR_OFFSET to RTAS_VECTOR_EXTERNAL_INTERRUPT a...Mark Nelson2010-07-091-3/+2
| * | powerpc/pseries/eeh: Use for_each_pci_dev()Kulikov Vasiliy2010-07-091-2/+1
| * | powerpc/pseries: Partition hibernation supportBrian King2010-07-093-0/+221
* | | powerpc: Fix erroneous lmb->memblock conversionsBenjamin Herrenschmidt2010-07-231-11/+11
| |/ |/|
* | lmb: rename to memblockYinghai Lu2010-07-143-22/+22
|/