summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* powerpc/mm/radix: Only need the Nest MMU workaround for R -> RW transitionAneesh Kumar K.V2018-08-231-3/+5
* powerpc/mm/books3s: Add new pte bit to mark pte temporarily invalid.Aneesh Kumar K.V2018-08-231-1/+17
* powerpc/nohash: fix pte_access_permitted()Christophe Leroy2018-08-231-6/+3
* powerpc/topology: Get topology for shared processors at bootSrikar Dronamraju2018-08-213-10/+20
* powerpc64/ftrace: Include ftrace.h needed for enable/disable callsLuke Dashjr2018-08-211-0/+1
* powerpc/powernv/pci: Work around races in PCI bridge enablingBenjamin Herrenschmidt2018-08-201-0/+37
* powerpc/fadump: cleanup crash memory ranges supportHari Bathini2018-08-201-7/+1
* powerpc/powernv: provide a console flush operation for opal hvc driverNicholas Piggin2018-08-203-31/+55
* powerpc/traps: Avoid rate limit messages from show unhandled signalsMichael Ellerman2018-08-201-7/+6
* powerpc/64s: Fix PACA_IRQ_HARD_DIS accounting in idle_power4()Nicholas Piggin2018-08-141-2/+14
* powerpc/mm/book3s/radix: Add mapping statisticsAneesh Kumar K.V2018-08-134-5/+46
* Merge branch 'next' of https://git.kernel.org/pub/scm/linux/kernel/git/scottw...Michael Ellerman2018-08-133-6/+7
|\
| * powerpc/dts/fsl: t2080rdb: use the Cortina PHY driver compatibleCamelia Groza2018-08-091-2/+2
| * powerpc/dts/fsl: t4240rdb: use the Cortina PHY driver compatibleCamelia Groza2018-08-091-4/+4
| * powerpc/configs/dpaa: enable the Cortina PHY driverCamelia Groza2018-08-091-0/+1
| * powerpc/cpm1: fix compilation error with CONFIG_PPC_EARLY_DEBUG_CPMChristophe Leroy2018-08-082-0/+2
* | Merge branch 'topic/hvc' into nextMichael Ellerman2018-08-132-72/+123
|\ \
| * | tty: hvc: introduce the hv_ops.flush operation for hvc driversNicholas Piggin2018-07-232-2/+34
| * | tty: hvc: hvc_write() may sleepNicholas Piggin2018-07-231-15/+21
| * | tty: hvc: hvc_poll() may sleepNicholas Piggin2018-07-231-2/+14
| * | tty: hvc: hvc_poll() break hv read loopNicholas Piggin2018-07-231-43/+45
| * | tty: hvc: use mutex instead of spinlock for hvc_structs lockNicholas Piggin2018-07-231-12/+11
* | | Merge branch 'fixes' into nextMichael Ellerman2018-08-138-26/+73
|\ \ \
| * | | powerpc/64s/radix: Fix missing global invalidations when removing coproFrederic Barrat2018-08-011-12/+21
| * | | powerpc/powernv: Fix save/restore of SPRG3 on entry/exit from stop (idle)Gautham R. Shenoy2018-07-181-0/+2
| * | | powerpc/Makefile: Assemble with -me500 when building for E500James Clarke2018-07-181-0/+1
| * | | KVM: PPC: Check if IOMMU page is contained in the pinned physical pageAlexey Kardashevskiy2018-07-185-8/+43
| * | | vfio/spapr: Use IOMMU pageshift rather than pagesizeAlexey Kardashevskiy2018-07-181-4/+4
| * | | powerpc/xmon: Fix disassembly since printf changesMichael Ellerman2018-07-171-2/+2
| |/ /
* | | powerpc/uaccess: Enable get_user(u64, *p) on 32-bitMichael Ellerman2018-08-101-3/+10
* | | powerpc/mm/hash: Remove unnecessary do { } while(0) loopAneesh Kumar K.V2018-08-101-3/+2
* | | powerpc/64s: move machine check SLB flushing to mm/slb.cNicholas Piggin2018-08-103-17/+51
* | | powerpc/powernv/idle: Fix build errorAneesh Kumar K.V2018-08-101-1/+1
* | | powerpc/mm/tlbflush: update the mmu_gather page size while iterating address ...Aneesh Kumar K.V2018-08-101-4/+2
* | | powerpc/mm: remove warning about ‘type’ being setMathieu Malaterre2018-08-101-1/+1
* | | powerpc/32: Include setup.h header file to fix warningsMathieu Malaterre2018-08-101-0/+2
* | | powerpc: Move `path` variable inside DEBUG_PROMMathieu Malaterre2018-08-101-2/+7
* | | powerpc/powermac: Make some functions staticMathieu Malaterre2018-08-101-6/+6
* | | powerpc/powermac: Remove variable x that's never readMathieu Malaterre2018-08-101-2/+2
* | | cxl: remove a dead branchMathieu Malaterre2018-08-101-5/+0
* | | powerpc/powermac: Add missing include of header pmac.hMathieu Malaterre2018-08-101-1/+3
* | | powerpc/kexec: Use common error handling code in setup_new_fdt()Markus Elfring2018-08-101-16/+12
* | | powerpc/xmon: Add address lookup for percpu symbolsBoqun Feng2018-08-101-1/+32
* | | powerpc/mm: remove huge_pte_offset_and_shift() prototypeChristophe Leroy2018-08-101-3/+0
* | | powerpc/lib: Use patch_site to patch copy_32 functions once cache is enabledChristophe Leroy2018-08-103-7/+10
* | | powerpc/pseries: Fix endianness while restoring of r3 in MCE handler.Mahesh Salgaonkar2018-08-101-1/+1
* | | powerpc/fadump: merge adjacent memory ranges to reduce PT_LOAD segementsHari Bathini2018-08-101-9/+36
* | | powerpc/fadump: handle crash memory ranges array index overflowHari Bathini2018-08-102-17/+77
* | | powerpc/cpm1: fix compilation error with CONFIG_PPC_EARLY_DEBUG_CPMChristophe Leroy2018-08-102-0/+2
* | | powerpc: Fix size calculation using resource_size()Dan Carpenter2018-08-101-1/+1