summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
* powerpc/tm: Abort on emulation and alignment faultsMichael Neuling2013-06-011-0/+29
* powerpc: Make radeon 32-bit MSI quirk work on powernvBenjamin Herrenschmidt2013-05-242-0/+18
* powerpc: Context switch more PMU related SPRsMichael Ellerman2013-05-242-0/+34
* powerpc/pci: Fix bogus message at boot about empty memory resourcesBenjamin Herrenschmidt2013-05-241-3/+4
* powerpc: Fix TLB cleanup at boot on POWER8Benjamin Herrenschmidt2013-05-241-2/+6
* Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2013-05-1415-40/+235
|\
| * powerpc: Set show_unhandled_signals to 1 by defaultBenjamin Herrenschmidt2013-05-141-1/+1
| * powerpc: Use the new schedule_user API on userspace preemptionLi Zhong2013-05-141-1/+2
| * powerpc: Exit user context on notify resumeLi Zhong2013-05-141-0/+5
| * powerpc: Exception hooks for context tracking subsystemLi Zhong2013-05-141-22/+58
| * powerpc: Syscall hooks for context tracking subsystemLi Zhong2013-05-141-0/+5
| * powerpc/booke64: Fix kernel hangs at kernel_dbg_excScott Wood2013-05-142-4/+11
| * powerpc: Provide __bswapdi2David Woodhouse2013-05-143-1/+24
| * powerpc: Fix MAX_STACK_TRACE_ENTRIES too low warning againLi Zhong2013-05-143-4/+1
| * powerpc: Bring all threads online prior to migration/hibernationRobert Jennings2013-05-141-0/+113
| * powerpc/rtas_flash: Fix validate_flash buffer overflow issueVasant Hegde2013-05-141-4/+6
| * powerpc/kexec: Fix kexec when using VMX optimised memcpyAnton Blanchard2013-05-141-0/+4
| * powerpc: Fix build errors STRICT_MM_TYPECHECKSAneesh Kumar K.V2013-05-141-3/+2
| * powerpc: Add an in memory udbg consoleAlistair Popple2013-05-081-0/+3
* | Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2013-05-111-1/+1
|\ \
| * | powerpc: Remove static branch prediction in 64bit traced syscall pathAnton Blanchard2013-04-101-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-101-8/+0
|\ \ \ | |_|/ |/| |
| * | unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINEAl Viro2013-05-091-8/+0
* | | powerpc/topology: Fix spurr attribute permissionBenjamin Herrenschmidt2013-05-061-1/+1
* | | powerpc/pci: Support per-aperture memory offsetBenjamin Herrenschmidt2013-05-063-71/+30
* | | powerpc/pci: Don't add bogus empty resources to PHBsBenjamin Herrenschmidt2013-05-061-14/+16
* | | powerpc/cputable: Advertise support for ISEL/HTM/DSCR/TAR on POWER8Nishanth Aravamudan2013-05-061-0/+5
* | | powerpc/cputable: Advertise ISEL support on appropriate embedded processorsNishanth Aravamudan2013-05-061-0/+5
* | | powerpc/cputable: Advertise DSCR support on P7/P7+Nishanth Aravamudan2013-05-061-0/+4
* | | powerpc/pseries: Perform proper max_bus_speed detectionKleber Sacilotto de Souza2013-05-061-0/+8
* | | powerpc: Emulate non privileged DSCR read and writeAnton Blanchard2013-05-061-2/+8
* | | Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-05-051-0/+4
|\ \ \
| * | | KVM: PPC: Book3S HV: Speed up wakeups of CPUs on HV KVMBenjamin Herrenschmidt2013-04-261-0/+2
| * | | KVM: PPC: Book3S HV: Report VPA and DTL modifications in dirty mapPaul Mackerras2013-04-261-0/+1
| * | | KVM: PPC: booke: Added debug handlerBharat Bhushan2013-03-221-0/+1
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-05-0234-169/+442
|\ \ \ \ | |_|/ / |/| | |
| * | | powerpc: Context switch the new EBB SPRsMichael Ellerman2013-05-022-0/+19
| * | | powerpc: Turn on the EBB H/FSCR bitsMichael Neuling2013-05-021-2/+2
| * | | powerpc: Replace CPU_FTR_BCTAR with CPU_FTR_ARCH_207SMichael Ellerman2013-05-021-2/+2
| * | | powerpc: Setup BHRB instructions facility in HFSCR for POWER8Anshuman Khandual2013-05-021-1/+2
| * | | powerpc: Fix interrupt range check on debug exceptionBharat Bhushan2013-05-023-8/+12
| * | | powerpc: Reduce PTE table memory wastageAneesh Kumar K.V2013-04-301-1/+3
| * | | powerpc: Save DAR and DSISR in pt_regs on MCEAneesh Kumar K.V2013-04-301-0/+9
| * | | powerpc/booke: Remove obsolete macro FINISH_EXCEPTIONKevin Hao2013-04-301-5/+0
| * | | powerpc/rtas_flash: Fix bad memory accessVasant Hegde2013-04-301-10/+4
| * | | Merge remote-tracking branch 'kumar/next' into nextBenjamin Herrenschmidt2013-04-305-5/+101
| |\ \ \
| | * | | powerpc: Add paravirt idle loop for 64-bit Book-EStuart Yoder2013-03-132-2/+32
| | * | | powerpc/85xx: Add AltiVec support for e6500Kumar Gala2013-03-123-3/+69
| * | | | powerpc: Initialise PMU related regs on Power8Michael Ellerman2013-04-261-1/+20
| * | | | powerpc: Fix "attempt to move .org backwards" errorPaul Mackerras2013-04-261-1/+6
OpenPOWER on IntegriCloud