summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-05-14powerpc: Fix MAX_STACK_TRACE_ENTRIES too low warning againLi Zhong3-4/+1
2013-05-14powerpc: Bring all threads online prior to migration/hibernationRobert Jennings1-0/+113
2013-05-14powerpc/rtas_flash: Fix validate_flash buffer overflow issueVasant Hegde1-4/+6
2013-05-14powerpc/kexec: Fix kexec when using VMX optimised memcpyAnton Blanchard1-0/+4
2013-05-14powerpc: Fix build errors STRICT_MM_TYPECHECKSAneesh Kumar K.V1-3/+2
2013-05-08powerpc: Add an in memory udbg consoleAlistair Popple1-0/+3
2013-05-06powerpc/topology: Fix spurr attribute permissionBenjamin Herrenschmidt1-1/+1
2013-05-06powerpc/pci: Support per-aperture memory offsetBenjamin Herrenschmidt3-71/+30
2013-05-06powerpc/pci: Don't add bogus empty resources to PHBsBenjamin Herrenschmidt1-14/+16
2013-05-06powerpc/cputable: Advertise support for ISEL/HTM/DSCR/TAR on POWER8Nishanth Aravamudan1-0/+5
2013-05-06powerpc/cputable: Advertise ISEL support on appropriate embedded processorsNishanth Aravamudan1-0/+5
2013-05-06powerpc/cputable: Advertise DSCR support on P7/P7+Nishanth Aravamudan1-0/+4
2013-05-06powerpc/pseries: Perform proper max_bus_speed detectionKleber Sacilotto de Souza1-0/+8
2013-05-06powerpc: Emulate non privileged DSCR read and writeAnton Blanchard1-2/+8
2013-05-05Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+4
2013-05-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds34-169/+442
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-269/+215
2013-05-02powerpc: Context switch the new EBB SPRsMichael Ellerman2-0/+19
2013-05-02powerpc: Turn on the EBB H/FSCR bitsMichael Neuling1-2/+2
2013-05-02powerpc: Replace CPU_FTR_BCTAR with CPU_FTR_ARCH_207SMichael Ellerman1-2/+2
2013-05-02powerpc: Setup BHRB instructions facility in HFSCR for POWER8Anshuman Khandual1-1/+2
2013-05-02powerpc: Fix interrupt range check on debug exceptionBharat Bhushan3-8/+12
2013-05-01ppc: Clean up rtas_flash driver somewhatDavid Howells1-248/+204
2013-05-01proc: Supply PDE attribute setting accessor functionsDavid Howells1-1/+1
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-109/+0
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo1-6/+2
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo1-6/+0
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+1
2013-04-30Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-61/+30
2013-04-30Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-6/+23
2013-04-30powerpc: Reduce PTE table memory wastageAneesh Kumar K.V1-1/+3
2013-04-30powerpc: Save DAR and DSISR in pt_regs on MCEAneesh Kumar K.V1-0/+9
2013-04-30powerpc/booke: Remove obsolete macro FINISH_EXCEPTIONKevin Hao1-5/+0
2013-04-30powerpc/rtas_flash: Fix bad memory accessVasant Hegde1-10/+4
2013-04-29early_printk: consolidate random copies of identical codeThomas Gleixner1-4/+2
2013-04-30Merge remote-tracking branch 'kumar/next' into nextBenjamin Herrenschmidt5-5/+101
2013-04-29mm/ppc: use common help functions to free reserved pagesJiang Liu3-14/+3
2013-04-26KVM: PPC: Book3S HV: Speed up wakeups of CPUs on HV KVMBenjamin Herrenschmidt1-0/+2
2013-04-26KVM: PPC: Book3S HV: Report VPA and DTL modifications in dirty mapPaul Mackerras1-0/+1
2013-04-26powerpc: Initialise PMU related regs on Power8Michael Ellerman1-1/+20
2013-04-26powerpc: Fix "attempt to move .org backwards" errorPaul Mackerras1-1/+6
2013-04-26powerpc/pseries: Add /proc interface to control topology updatesNathan Fontenot1-2/+5
2013-04-26powerpc/pseries: Enable PRRN handlingNathan Fontenot1-1/+1
2013-04-26powerpc/pseries: Update firmware_has_feature() to check architecture vector 5...Nathan Fontenot1-6/+17
2013-04-26powerpc/pseries: Move architecture vector definitions to prom.hNathan Fontenot1-69/+6
2013-04-26powerpc/pseries: Add PRRN RTAS event handlerJesse Larrew1-1/+45
2013-04-26powerpc: Fix hardware IRQs with MMU on exceptions when HV=0Michael Neuling1-1/+1
2013-04-26powerpc/power8: Fix secondary CPUs hanging on boot for HV=0Michael Neuling1-0/+1
2013-04-26powerpc: Add isync to copy_and_flushMichael Neuling1-0/+1
2013-04-24Merge remote-tracking branch 'origin/master' into nextBenjamin Herrenschmidt5-2/+10