summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-4.10-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-02-171-1/+2
|\
| * powerpc/64: Disable use of radix under a hypervisorPaul Mackerras2017-02-161-1/+2
* | Merge tag 'powerpc-4.10-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-02-106-26/+52
|\|
| * powerpc/powernv: Properly set "host-ipi" on IPIsBenjamin Herrenschmidt2017-02-091-2/+4
| * powerpc/powernv: Fix CPU hotplug to handle waking on HVIBenjamin Herrenschmidt2017-02-094-3/+42
| * powerpc/mm/radix: Update ERAT flushes when invalidating TLBBenjamin Herrenschmidt2017-02-091-5/+1
| * powerpc/mm: Fix spurrious segfaults on radix with autonumaBenjamin Herrenschmidt2017-02-081-16/+5
* | Merge tag 'powerpc-4.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-02-0311-62/+11
|\|
| * powerpc/mm: Use the correct pointer when setting a 2MB pteReza Arbab2017-01-301-2/+2
| * powerpc: Fix build failure with clang due to BUILD_BUG_ON()Michael Ellerman2017-01-252-0/+4
| * powerpc: Revert the initial stack protector supportMichael Ellerman2017-01-246-59/+1
| * powerpc/eeh: Fix wrong flag passed to eeh_unfreeze_pe()Gavin Shan2017-01-241-1/+1
| * powerpc: Add missing error check to prom_find_boot_cpu()Darren Stevens2017-01-241-0/+3
* | modversions: treat symbol CRCs as 32 bit quantitiesArd Biesheuvel2017-02-033-12/+1
|/
* powerpc: Ignore reserved field in DCSR and PVR reads and writesAnton Blanchard2017-01-201-5/+5
* powerpc/ptrace: Preserve previous TM fprs/vsrs on short regset writeDave Martin2017-01-201-0/+7
* powerpc/ptrace: Preserve previous fprs/vsrs on short regset writeDave Martin2017-01-201-0/+7
* powerpc/perf: Use MSR to report privilege level on P9 DD1Madhavan Srinivasan2017-01-183-1/+4
* powerpc/eeh: Enable IO path on permanent errorGavin Shan2017-01-181-1/+9
* powerpc/perf: Fix PM_BRU_CMPL event code for power9Madhavan Srinivasan2017-01-181-1/+1
* powerpc/mm: Fix little-endian 4K hugetlbAneesh Kumar K.V2017-01-188-25/+44
* powerpc/mm/hugetlb: Don't panic when we don't find the default huge page sizeAneesh Kumar K.V2017-01-181-3/+0
* powerpc: Fix pgtable pmd cache initNicholas Piggin2017-01-182-13/+6
* powerpc/icp-opal: Fix missing KVM case and harden replayBenjamin Herrenschmidt2017-01-171-7/+24
* powerpc/mm: Fix memory hotplug BUG() on radixReza Arbab2017-01-173-2/+24
* powerpc: Fix build warning on 32-bit PPCLarry Finger2016-12-251-1/+1
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-12-253-11/+10
|\
| * ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-252-4/+3
| * clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-251-7/+7
* | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-12-252-2/+2
|\ \ | |/ |/|
| * cpu/hotplug: Cleanup state namesThomas Gleixner2016-12-252-2/+2
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24105-105/+105
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-12-201-3/+0
|\
| * powerpc: fsl/fman: remove fsl,fman from of_device_ids[]Madalin Bucur2016-12-201-3/+0
* | powerpc: ima: send the kexec buffer to the next kernelThiago Jung Bauermann2016-12-205-6/+129
* | powerpc: ima: get the kexec buffer passed by the previous kernelThiago Jung Bauermann2016-12-206-1/+155
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-171-1/+1
|\
| * constify get_dcookie() and friendsAl Viro2016-12-051-1/+1
* | Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2016-12-16174-1793/+4610
|\ \
| * \ Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman2016-12-1634-360/+803
| |\ \
| | * | powerpc/fsl/dts: add FMan node for t1042d4rdbMadalin Bucur2016-12-091-0/+52
| | * | powerpc/fsl/dts: add sg_2500_aqr105_phy4 alias on t1024rdbMadalin Bucur2016-12-091-0/+4
| | * | powerpc/fsl/dts: add QMan and BMan nodes on t1024Madalin Bucur2016-12-092-0/+58
| | * | powerpc/fsl/dts: add QMan and BMan nodes on t1023Madalin Bucur2016-12-092-0/+132
| | * | powerpc/fsl-lbc: use DEFINE_SPINLOCK()Fabian Frederick2016-12-091-1/+1
| | * | powerpc/8xx: Implement support of hugepagesChristophe Leroy2016-12-0911-30/+225
| | * | powerpc: get hugetlbpage handling more genericChristophe Leroy2016-12-091-114/+81
| | * | powerpc: port 64 bits pgtable_cache to 32 bitsChristophe Leroy2016-12-0911-174/+227
| | * | powerpc/fsl_pmc: use builtin_platform_driverGeliang Tang2016-12-041-5/+1
| | * | powerpc/83xx/suspend: use builtin_platform_driverGeliang Tang2016-12-041-5/+1