summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
2010-05-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds28-364/+1189
2010-05-21powerpc: Remove unused 'protect4gb' boot parameterFUJITA Tomonori1-12/+0
2010-05-21powerpc: Use smt_snooze_delay=-1 to always busy loopAnton Blanchard1-9/+8
2010-05-21powerpc: Remove check of ibm,smt-snooze-delay OF propertyAnton Blanchard1-29/+0
2010-05-21powerpc/kdump: Fix race in kdump shutdownMichael Neuling1-0/+27
2010-05-21powerpc/kexec: Fix race in kexec shutdownMichael Neuling4-17/+42
2010-05-21powerpc: Use more accurate limit for first segment memory allocationsAnton Blanchard1-4/+13
2010-05-21powerpc/kdump: Use chip->shutdown to disable IRQsAnton Blanchard1-1/+1
2010-05-21powerpc/kdump: CPUs assume the context of the oopsing CPUAnton Blanchard1-1/+5
2010-05-21powerpc/crashdump: Do not fail on NULL pointer dereferencingMaxim Uvarov1-0/+3
2010-05-21powerpc/pci: Check devices status property when scanning OF treeSonny Rao1-0/+2
2010-05-21powerpc/vio: Switch VIO Bus PM to use generic helpersBrian King1-24/+1
2010-05-21powerpc: Use common cpu_die (fixes SMP+SUSPEND build)Milton Miller2-6/+6
2010-05-21powerpc/rtasd: Don't start event scan if scan rate is zeroMichael Ellerman1-0/+6
2010-05-21powerpc,kgdb: Introduce low level trap catchingJason Wessel2-4/+9
2010-05-21kgdb: core changes to support kdbJason Wessel1-0/+5
2010-05-18Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-61/+68
2010-05-17powerpc/fsl-booke: Move loadcam_entry back to asm code to fix SMP ftraceKumar Gala1-0/+8
2010-05-17powerpc/fsl-booke: Fix InstructionTLBError execute permission checkLi Yang1-3/+10
2010-05-13Merge commit 'kumar/merge' into mergeBenjamin Herrenschmidt1-2/+3
2010-05-12powerpc/perf_event: Fix oops due to perf_event_do_pending callPaul Mackerras4-28/+48
2010-05-11perf, powerpc: Implement group scheduling transactional APIsLin Ming1-61/+68
2010-05-07Merge commit 'origin/master' into nextBenjamin Herrenschmidt1-1/+2
2010-05-06powerpc/cpumask: Update some commentsAnton Blanchard2-4/+4
2010-05-06powerpc/cpumask: Dynamically allocate cpu_sibling_map and cpu_core_map cpumasksAnton Blanchard1-18/+24
2010-05-06powerpc/cpumask: Convert /proc/cpuinfo to new cpumask APIAnton Blanchard1-9/+13
2010-05-06powerpc/cpumask: Refactor /proc/cpuinfo codeAnton Blanchard1-29/+33
2010-05-06powerpc/cpumask: Convert fixup_irqs to new cpumask APIAnton Blanchard2-9/+12
2010-05-06powerpc/cpumask: Convert smp_cpus_done to new cpumask APIAnton Blanchard1-3/+6
2010-05-06powerpc/cpumask: Convert rtasd to new cpumask APIAnton Blanchard1-5/+5
2010-05-05powerpc/4xx: Simple platform for the ISS 4xx simulatorTorez Smith2-0/+17
2010-05-05powerpc/476: Add isync after loading mmu and debug spr'sDave Kleikamp2-0/+6
2010-05-05powerpc/476: add machine check handler for 47x coreDave Kleikamp2-0/+41
2010-05-05powerpc/47x: Base ppc476 supportDave Kleikamp5-18/+519
2010-05-05powerpc/44x: break out cpu init code into stand-alone functionDave Kleikamp1-159/+171
2010-05-05powerpc/booke: Add Stack Marking support to Booke Exception PrologTorez Smith1-0/+4
2010-05-04powerpc/swiotlb: Fix off by one in determining boundary of which ops to useKumar Gala1-2/+3
2010-04-28powerpc/numa: Add form 1 NUMA affinityAnton Blanchard1-1/+2
2010-04-07powerpc: Add kprobe-based event tracerMahesh Salgaonkar1-0/+103
2010-04-07powerpc/vio: Add power management supportBenjamin Herrenschmidt1-0/+24
2010-04-07powerpc/pseries: Call ibm,os-term if the ibm,extended-os-term is presentAnton Blanchard1-6/+9
2010-04-07powerpc: Use set_cpus_allowed_ptrJulia Lawall1-2/+2
2010-04-07powerpc/vio: Add missing unlock in error pathJulia Lawall1-1/+3
2010-04-07powerpc/8xx: Use SPRG2 and DAR registers to stash r11 and cr.Joakim Tjernlund1-13/+36
2010-04-07powerpc/8xx: Don't touch ACCESSED when no SWAP.Joakim Tjernlund1-2/+4
2010-04-07powerpc/8xx: Avoid testing for kernel space in ITLB Miss.Joakim Tjernlund1-0/+4
2010-04-07powerpc/8xx: Optimze TLB Miss handlersJoakim Tjernlund1-8/+3
2010-04-07powerpc/pseries: Export data from new hcall H_EM_GET_PARMSVaidyanathan Srinivasan1-1/+11
2010-04-07powerpc: Disable interrupts for data breakpoint exceptionsK.Prasad1-1/+12
2010-04-07powerpc/vio: Add modalias supportBenjamin Herrenschmidt1-0/+21