summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | powerpc: Make IRQ_NOREQUEST last to clear, first to setMilton Miller2011-05-191-7/+7
* | | | | powerpc: Remove virq_to_hostMilton Miller2011-05-191-6/+0
* | | | | powerpc: Add virq_is_host to reduce virq_to_host usageMilton Miller2011-05-191-0/+6
* | | | | powerpc: Remove irq_host_ops->remap hookMilton Miller2011-05-191-2/+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: Use bytes instead of bitops in smp ipi multiplexingMilton Miller2011-05-191-13/+18
* | | | | powerpc: Add kconfig for muxed smp ipi supportMilton Miller2011-05-191-0/+2
* | | | | powerpc: Consolidate ipi message mux and demuxMilton Miller2011-05-193-71/+73
* | | | | powerpc: Remove alloc_maybe_bootmem for zalloc versionMilton Miller2011-05-191-2/+1
* | | | | powerpc: Remove checks for MSG_ALL and MSG_ALL_BUT_SELFMilton Miller2011-05-191-24/+5
* | | | | powerpc: Remove call sites of MSG_ALL_BUT_SELFMilton Miller2011-05-192-7/+14
* | | | | 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-191-11/+6
* | | | | powerpc: Respect nr_cpu_ids when calling set_cpu_possible and set_cpu_presentMilton Miller2011-05-191-6/+6
* | | | | 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
* | | | | powerpc: Improve scheduling of system call entry instructionsAnton Blanchard2011-05-191-4/+4
* | | | | powerpc: Remove static branch hint in giveup_altivecAnton Blanchard2011-05-191-1/+1
* | | | | powerpc: Simplify 4k/64k copy_page logicAnton Blanchard2011-05-191-4/+1
* | | | | powerpc: Remove unused config in the MakefileJustin Mattock2011-05-191-1/+0
| |/ / / |/| | |
* | | | powerpc: Add early debug for WSP platformsJack Miller2011-05-063-0/+70
* | | | powerpc: Add WSP platformDavid Gibson2011-05-061-0/+23
* | | | powerpc: Rename slb0_limit() to safe_stack_limit() and add Book3E supportBenjamin Herrenschmidt2011-05-061-5/+18
* | | | powerpc/pseries: Add page coalescing supportBrian King2011-05-043-29/+30
* | | | powerpc/kexec: Fix build failure on 32-bit SMPBen Hutchings2011-05-041-29/+30
* | | | powerpc: Convert old cpumask API into new oneKOSAKI Motohiro2011-05-044-21/+21
* | | | powerpc: Save Come-From Address Register (CFAR) in exception framePaul Mackerras2011-05-041-0/+4
* | | | powerpc: Save register r9-r13 values accurately on interrupt with bad stackPaul Mackerras2011-05-041-3/+17
* | | | powerpc/irq: Stop exporting irq_mapGrant Likely2011-05-041-2/+24
* | | | powerpc: Free up some CPU feature bits by moving out MMU-related featuresMatt Evans2011-04-276-42/+38
* | | | powerpc/rtas: Only sleep in rtas_busy_delay if we have useful work to doAnton Blanchard2011-04-271-1/+1
* | | | powerpc: Use MSR_64BIT in placesMichael Ellerman2011-04-273-4/+4
* | | | powerpc/irq: Dump chip data pointer in virq_mappingMichael Ellerman2011-04-271-2/+6
* | | | powerpc/pci: Properly initialize IO workaround "private"Michael Ellerman2011-04-271-0/+1
* | | | powerpc/pci: Make IO workarounds init implicit when first bus is registeredMichael Ellerman2011-04-271-12/+15
* | | | powerpc/pci: Move IO workarounds to the common kernel dirMichael Ellerman2011-04-272-0/+186
* | | | powerpc: Per process DSCR + some fixes (try#4)Alexey Kardashevskiy2011-04-275-0/+94
* | | | powerpc/book3e: Flush IPROT protected TLB entries leftover by firmwareJack Miller2011-04-271-1/+44
* | | | powerpc/book3e: Use way 3 for linear mapping bolted entryBenjamin Herrenschmidt2011-04-271-2/+3
* | | | powerpc: Index crit/dbg/mcheck stacks using cpu number on 64bitMichael Ellerman2011-04-271-11/+15
* | | | powerpc: Add A2 cpu supportBenjamin Herrenschmidt2011-04-273-2/+138
* | | | powerpc/smp: smp_ops->kick_cpu() should be able to failMichael Ellerman2011-04-201-2/+8
* | | | powerpc: Improve prom_printf()Benjamin Herrenschmidt2011-04-201-1/+25
* | | | powerpc: Perform an isync to synchronize CPUs coming out of secondary_holdBenjamin Herrenschmidt2011-04-201-0/+2
* | | | powerpc: Add NAP mode support on Power7 in HV modeBenjamin Herrenschmidt2011-04-203-1/+127
* | | | powerpc: Properly handshake CPUs going out of boot spin loopBenjamin Herrenschmidt2011-04-204-23/+36
* | | | powerpc: Call CPU ->restore callback earlier on secondary CPUsBenjamin Herrenschmidt2011-04-201-11/+11
* | | | powerpc: Initialize TLB and LPID register on HV mode Power7Benjamin Herrenschmidt2011-04-201-0/+18
OpenPOWER on IntegriCloud