summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-05-19Merge branch 'merge' into nextBenjamin Herrenschmidt803-4458/+8396
2011-05-19powerpc: Remove unused/obsolete CONFIG_XICSBenjamin Herrenschmidt1-5/+0
2011-05-19misc: Add CARMA DATA-FPGA Programmer supportIra Snyder3-0/+1150
2011-05-19misc: Add CARMA DATA-FPGA Access DriverIra Snyder5-0/+1445
2011-05-19powerpc: Make IRQ_NOREQUEST last to clear, first to setMilton Miller1-7/+7
2011-05-19powerpc: Remove virq_to_hostMilton Miller2-7/+0
2011-05-19powerpc: Add virq_is_host to reduce virq_to_host usageMilton Miller3-1/+8
2011-05-19powerpc/axon_msi: Validate msi irq via chip_dataMilton Miller1-1/+2
2011-05-19powerpc/spider-pic: Get pic from chip_data instead of irq_mapMilton Miller1-6/+7
2011-05-19powerpc: Remove irq_host_ops->remap hookMilton Miller3-16/+0
2011-05-19powerpc/psurge: Create a irq_host for secondary cpusMilton Miller3-13/+46
2011-05-19powerpc/mpc62xx_pic: Fix get_irq handling of NO_IRQMilton Miller1-1/+3
2011-05-19powerpc/mpc5121_ads_cpld: Remove use of NO_IRQ_IGNOREMilton Miller1-3/+3
2011-05-19powerpc/fsl_msi: Use chip_data not handler_dataMilton Miller1-3/+3
2011-05-19powerpc/fsl_msi: Don't abuse platform_data for driver_dataMilton Miller1-2/+2
2011-05-19powerpc: Remove i8259 irq_host_ops->unmapMilton Miller1-13/+0
2011-05-19powerpc: Remove trival irq_host_ops.unmapMilton Miller4-28/+0
2011-05-19powerpc: Return early if irq_host lookup type is wrongMilton Miller1-5/+7
2011-05-19powerpc: Radix trees are available before init_IRQMilton Miller1-74/+4
2011-05-19powerpc/xics: Cleanup xics_host_map and ipiMilton Miller1-5/+5
2011-05-19powerpc: Use bytes instead of bitops in smp ipi multiplexingMilton Miller1-13/+18
2011-05-19powerpc: Add kconfig for muxed smp ipi supportMilton Miller9-7/+32
2011-05-19powerpc: Consolidate ipi message mux and demuxMilton Miller17-176/+126
2011-05-19powerpc: Move smp_ops_t from machdep.h to smp.hMilton Miller2-21/+15
2011-05-19powerpc: Remove stubbed beat smp supportMilton Miller5-131/+0
2011-05-19powerpc: Remove alloc_maybe_bootmem for zalloc versionMilton Miller4-15/+4
2011-05-19powerpc: Remove powermac/pic.hMilton Miller1-11/+0
2011-05-19powerpc/mpic: Simplify ipi cpu mask handlingMilton Miller1-13/+11
2011-05-19powerpc: Remove checks for MSG_ALL and MSG_ALL_BUT_SELFMilton Miller12-163/+21
2011-05-19powerpc: Remove call sites of MSG_ALL_BUT_SELFMilton Miller4-9/+16
2011-05-19powerpc/mpic: Break cpumask abstraction earlierMilton Miller1-7/+3
2011-05-19powerpc/mpic: Limit NR_CPUS loop to 32 bitMilton Miller1-1/+1
2011-05-19powerpc: Call no-longer static setup_nr_cpu_ids instead of replicating itMilton Miller1-1/+1
2011-05-19powerpc: Use nr_cpu_ids in initial paca allocationMilton Miller2-11/+11
2011-05-19powerpc: Respect nr_cpu_ids when calling set_cpu_possible and set_cpu_presentMilton Miller1-6/+6
2011-05-19powerpc/iseries: Cleanup and fix secondary startupMilton Miller1-24/+35
2011-05-19powerpc/kdump64: Don't reference freed memory as pacasMilton Miller1-1/+1
2011-05-19powerpc: Don't search for paca in freed memoryMilton Miller1-5/+8
2011-05-19powerpc/kexec: Fix memory corruption from unallocated slavesMilton Miller1-5/+8
2011-05-19powerpc/pseries: Print corrupt r3 in FWNMI codeAnton Blanchard1-1/+1
2011-05-19pseries/iommu: Restore iommu table pointer when restoring iommu opsNishanth Aravamudan1-2/+3
2011-05-19powerpc: Remove ioremap_flagsAnton Blanchard7-19/+17
2011-05-19powerpc: Add ioremap_wcAnton Blanchard3-0/+24
2011-05-19powerpc: Improve scheduling of system call entry instructionsAnton Blanchard1-4/+4
2011-05-19powerpc: Remove static branch hint in giveup_altivecAnton Blanchard1-1/+1
2011-05-19powerpc: Simplify 4k/64k copy_page logicAnton Blanchard3-25/+6
2011-05-19powerpc/pseries: Enable iSCSI support for a number of cardsAnton Blanchard1-0/+6
2011-05-19powerpc/pseries: Enable Emulex and Qlogic 10Gbit cardsAnton Blanchard1-0/+2
2011-05-19powerpc/mm: Fix compiler warning in pgtable-ppc64.h [-Wunused-but-set-variable]Stratos Psomadakis1-7/+6
2011-05-19powerpc: Ensure dtl buffers do not cross 4k boundaryNishanth Aravamudan3-18/+35