summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2011-05-19powerpc: Remove trival irq_host_ops.unmapMilton Miller
2011-05-19powerpc: Return early if irq_host lookup type is wrongMilton Miller
2011-05-19powerpc: Radix trees are available before init_IRQMilton Miller
2011-05-19powerpc/xics: Cleanup xics_host_map and ipiMilton Miller
2011-05-19powerpc: Use bytes instead of bitops in smp ipi multiplexingMilton Miller
2011-05-19powerpc: Add kconfig for muxed smp ipi supportMilton Miller
2011-05-19powerpc: Consolidate ipi message mux and demuxMilton Miller
2011-05-19powerpc: Move smp_ops_t from machdep.h to smp.hMilton Miller
2011-05-19powerpc: Remove stubbed beat smp supportMilton Miller
2011-05-19powerpc: Remove alloc_maybe_bootmem for zalloc versionMilton Miller
2011-05-19powerpc: Remove powermac/pic.hMilton Miller
2011-05-19powerpc/mpic: Simplify ipi cpu mask handlingMilton Miller
2011-05-19powerpc: Remove checks for MSG_ALL and MSG_ALL_BUT_SELFMilton Miller
2011-05-19powerpc: Remove call sites of MSG_ALL_BUT_SELFMilton Miller
2011-05-19powerpc/mpic: Break cpumask abstraction earlierMilton Miller
2011-05-19powerpc/mpic: Limit NR_CPUS loop to 32 bitMilton Miller
2011-05-19powerpc: Call no-longer static setup_nr_cpu_ids instead of replicating itMilton Miller
2011-05-19powerpc: Use nr_cpu_ids in initial paca allocationMilton Miller
2011-05-19powerpc: Respect nr_cpu_ids when calling set_cpu_possible and set_cpu_presentMilton Miller
2011-05-19powerpc/iseries: Cleanup and fix secondary startupMilton Miller
2011-05-19powerpc/kdump64: Don't reference freed memory as pacasMilton Miller
2011-05-19powerpc: Don't search for paca in freed memoryMilton Miller
2011-05-19powerpc/kexec: Fix memory corruption from unallocated slavesMilton Miller
2011-05-19powerpc/pseries: Print corrupt r3 in FWNMI codeAnton Blanchard
2011-05-19pseries/iommu: Restore iommu table pointer when restoring iommu opsNishanth Aravamudan
2011-05-19powerpc: Remove ioremap_flagsAnton Blanchard
2011-05-19powerpc: Add ioremap_wcAnton Blanchard
2011-05-19powerpc: Improve scheduling of system call entry instructionsAnton Blanchard
2011-05-19powerpc: Remove static branch hint in giveup_altivecAnton Blanchard
2011-05-19powerpc: Simplify 4k/64k copy_page logicAnton Blanchard
2011-05-19powerpc/pseries: Enable iSCSI support for a number of cardsAnton Blanchard
2011-05-19powerpc/pseries: Enable Emulex and Qlogic 10Gbit cardsAnton Blanchard
2011-05-19powerpc/mm: Fix compiler warning in pgtable-ppc64.h [-Wunused-but-set-variable]Stratos Psomadakis
2011-05-19powerpc: Ensure dtl buffers do not cross 4k boundaryNishanth Aravamudan
2011-05-19powerpc: Fix kexec with dynamic dma windowsNishanth Aravamudan
2011-05-19powerpc: Use the deterministic mode of arMichal Marek
2011-05-19powerpc: Remove unused config in the MakefileJustin Mattock
2011-05-19powerpc: Call gzip with -nMichal Marek
2011-05-06powerpc: Add early debug for WSP platformsJack Miller
2011-05-06powerpc: Add WSP platformDavid Gibson
2011-05-06powerpc/eeh: Display eeh error location for bus and deviceRichard A Lary
2011-05-06powerpc: Rename slb0_limit() to safe_stack_limit() and add Book3E supportBenjamin Herrenschmidt
2011-05-06powerpc/pseries: Add support for IO event interruptsTseng-Hui (Frank) Lin
2011-05-06powerpc/pseries: Add RTAS event log v6 definitionTseng-Hui (Frank) Lin
2011-05-06powerpc: Fix compile with icwsx supportStephen Rothwell
2011-05-04powerpc/pseries/eeh: Handle functional reset on non-PCIe deviceRichard A Lary
2011-05-04powerpc/pseries/eeh: Propagate needs_freset flag to device at PERichard A Lary
2011-05-04powerpc/pseries: Add page coalescing supportBrian King
2011-05-04powerpc/kexec: Fix build failure on 32-bit SMPBen Hutchings
2011-05-04powerpc: Convert old cpumask API into new oneKOSAKI Motohiro