summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | powerpc/kvm: Fix the build for 32-bit Book 3S (classic) processorsPaul Mackerras2011-05-202-0/+7
| * | | | | | | | powerpc/kvm: Fix kvmppc_core_pending_decPaul Mackerras2011-05-201-1/+1
| * | | | | | | | powerpc: Remove last piece of GEMINISebastian Siewior2011-05-191-13/+0
| * | | | | | | | powerpc: Fix for Pegasos keyboard and mouseGabriel Paubert2011-05-191-0/+4
| * | | | | | | | powerpc: Make early memory scan more resilient to out of order nodesBenjamin Herrenschmidt2011-05-191-5/+10
| * | | | | | | | powerpc/pseries/iommu: Cleanup ddw namingMilton Miller2011-05-191-23/+19
| * | | | | | | | powerpc/pseries/iommu: Find windows after kexec during bootMilton Miller2011-05-191-28/+24
| * | | | | | | | powerpc/pseries/iommu: Remove ddw property when destroying windowMilton Miller2011-05-191-2/+10
| * | | | | | | | powerpc/pseries/iommu: Add additional checks when changing iommu maskMilton Miller2011-05-191-4/+11
| * | | | | | | | powerpc/pseries/iommu: Use correct return type in dupe_ddw_if_already_createdNishanth Aravamudan2011-05-191-1/+1
| * | | | | | | | Merge branch 'merge' into nextBenjamin Herrenschmidt2011-05-19166-847/+1700
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| | * | | | | | | powerpc/4xx: Fix regression in SMP on 476kerstin jonsson2011-05-191-2/+2
| | * | | | | | | powerpc/kexec: Fix build failure on 32-bit SMPBen Hutchings2011-05-191-29/+30
| | * | | | | | | powerpc/smp: Make start_secondary_resume available to all CPU variantsBenjamin Herrenschmidt2011-05-192-9/+11
| | | |_|_|/ / / | | |/| | | | |
| * | | | | | | powerpc: Remove unused/obsolete CONFIG_XICSBenjamin Herrenschmidt2011-05-191-5/+0
| * | | | | | | powerpc: Make IRQ_NOREQUEST last to clear, first to setMilton Miller2011-05-191-7/+7
| * | | | | | | powerpc: Remove virq_to_hostMilton Miller2011-05-192-7/+0
| * | | | | | | powerpc: Add virq_is_host to reduce virq_to_host usageMilton Miller2011-05-193-1/+8
| * | | | | | | powerpc/axon_msi: Validate msi irq via chip_dataMilton Miller2011-05-191-1/+2
| * | | | | | | powerpc/spider-pic: Get pic from chip_data instead of irq_mapMilton Miller2011-05-191-6/+7
| * | | | | | | powerpc: Remove irq_host_ops->remap hookMilton Miller2011-05-193-16/+0
| * | | | | | | powerpc/psurge: Create a irq_host for secondary cpusMilton Miller2011-05-193-13/+46
| * | | | | | | powerpc/mpc62xx_pic: Fix get_irq handling of NO_IRQMilton Miller2011-05-191-1/+3
| * | | | | | | powerpc/mpc5121_ads_cpld: Remove use of NO_IRQ_IGNOREMilton Miller2011-05-191-3/+3
| * | | | | | | powerpc/fsl_msi: Use chip_data not handler_dataMilton Miller2011-05-191-3/+3
| * | | | | | | powerpc/fsl_msi: Don't abuse platform_data for driver_dataMilton Miller2011-05-191-2/+2
| * | | | | | | powerpc: Remove i8259 irq_host_ops->unmapMilton Miller2011-05-191-13/+0
| * | | | | | | powerpc: Remove trival irq_host_ops.unmapMilton Miller2011-05-194-28/+0
| * | | | | | | powerpc: Return early if irq_host lookup type is wrongMilton Miller2011-05-191-5/+7
| * | | | | | | powerpc: Radix trees are available before init_IRQMilton Miller2011-05-191-74/+4
| * | | | | | | powerpc/xics: Cleanup xics_host_map and ipiMilton Miller2011-05-191-5/+5
| * | | | | | | powerpc: Use bytes instead of bitops in smp ipi multiplexingMilton Miller2011-05-191-13/+18
| * | | | | | | powerpc: Add kconfig for muxed smp ipi supportMilton Miller2011-05-199-7/+32
| * | | | | | | powerpc: Consolidate ipi message mux and demuxMilton Miller2011-05-1917-176/+126
| * | | | | | | powerpc: Move smp_ops_t from machdep.h to smp.hMilton Miller2011-05-192-21/+15
| * | | | | | | powerpc: Remove stubbed beat smp supportMilton Miller2011-05-195-131/+0
| * | | | | | | powerpc: Remove alloc_maybe_bootmem for zalloc versionMilton Miller2011-05-194-15/+4
| * | | | | | | powerpc: Remove powermac/pic.hMilton Miller2011-05-191-11/+0
| * | | | | | | powerpc/mpic: Simplify ipi cpu mask handlingMilton Miller2011-05-191-13/+11
| * | | | | | | powerpc: Remove checks for MSG_ALL and MSG_ALL_BUT_SELFMilton Miller2011-05-1912-163/+21
| * | | | | | | powerpc: Remove call sites of MSG_ALL_BUT_SELFMilton Miller2011-05-194-9/+16
| * | | | | | | powerpc/mpic: Break cpumask abstraction earlierMilton Miller2011-05-191-7/+3
| * | | | | | | powerpc/mpic: Limit NR_CPUS loop to 32 bitMilton Miller2011-05-191-1/+1
| * | | | | | | powerpc: Call no-longer static setup_nr_cpu_ids instead of replicating itMilton Miller2011-05-191-1/+1
| * | | | | | | powerpc: Use nr_cpu_ids in initial paca allocationMilton Miller2011-05-192-11/+11
| * | | | | | | powerpc: Respect nr_cpu_ids when calling set_cpu_possible and set_cpu_presentMilton Miller2011-05-191-6/+6
| * | | | | | | powerpc/iseries: Cleanup and fix secondary startupMilton Miller2011-05-191-24/+35
| * | | | | | | powerpc/kdump64: Don't reference freed memory as pacasMilton Miller2011-05-191-1/+1
| * | | | | | | powerpc: Don't search for paca in freed memoryMilton Miller2011-05-191-5/+8
| * | | | | | | powerpc/kexec: Fix memory corruption from unallocated slavesMilton Miller2011-05-191-5/+8
OpenPOWER on IntegriCloud