summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* macintosh/via-pmu: Replace via-pmu68k driver with via-pmu driverFinn Thain2018-07-319-904/+14
* macintosh/via-pmu68k: Don't load driver on unsupported hardwareFinn Thain2018-07-313-9/+3
* macintosh/via-pmu: Explicitly specify CONFIG_PPC_PMAC dependenciesFinn Thain2018-07-311-2/+2
* macintosh/via-pmu: Add support for m68k PowerBooksFinn Thain2018-07-312-12/+91
* macintosh/via-pmu: Replace via pointer with via1 and via2 pointersFinn Thain2018-07-311-73/+69
* macintosh/via-pmu: Enhance state machine with new 'uninitialized' stateFinn Thain2018-07-311-22/+22
* macintosh/via-pmu: Don't clear shift register interrupt flag twiceFinn Thain2018-07-311-1/+0
* macintosh/via-pmu: Add missing mmio accessorsFinn Thain2018-07-311-4/+5
* macintosh/via-pmu: Fix section mismatch warningFinn Thain2018-07-311-1/+1
* powerpc/44x: Mark mmu_init_secondary() as __initAlexey Spirkov2018-07-301-1/+1
* powerpc/mm: Don't report PUDs as memory leaks when using kmemleakMichael Ellerman2018-07-301-2/+21
* powerpc: split asm/tlbflush.hChristophe Leroy2018-07-304-81/+94
* powerpc: remove unnecessary inclusion of asm/tlbflush.hChristophe Leroy2018-07-3022-22/+1
* powerpc/44x: remove page.h from mmu-44x.hChristophe Leroy2018-07-301-5/+4
* powerpc/nohash: fix hash related comments in pgtable.hChristophe Leroy2018-07-302-18/+4
* powerpc: fix includes in asm/processor.hChristophe Leroy2018-07-302-3/+3
* powerpc/book3s: Remove PPC_PIN_SIZEChristophe Leroy2018-07-302-6/+1
* powerpc: declare set_breakpoint() staticChristophe Leroy2018-07-302-8/+7
* powerpc: remove superflous inclusions of asm/fixmap.hChristophe Leroy2018-07-304-5/+0
* powerpc: clean inclusions of asm/feature-fixups.hChristophe Leroy2018-07-3049-4/+45
* powerpc: clean the inclusion of stringify.hChristophe Leroy2018-07-3015-6/+11
* powerpc: move ASM_CONST and stringify_in_c() into asm-const.hChristophe Leroy2018-07-3057-33/+73
* powerpc/405: move PPC405_ERR77 in asm-405.hChristophe Leroy2018-07-3011-15/+27
* powerpc: remove unneeded inclusions of cpu_has_feature.hChristophe Leroy2018-07-304-4/+0
* powerpc: remove kdump.h from page.hChristophe Leroy2018-07-304-2/+2
* tty: hvc: remove unexplained "just in case" spin delayNicholas Piggin2018-07-241-7/+1
* powerpc/powernv: implement opal_put_chars_atomicNicholas Piggin2018-07-243-15/+41
* powerpc/powernv: move opal console flushing to udbgNicholas Piggin2018-07-242-5/+12
* powerpc/powernv: Remove OPALv1 support from opal console driverNicholas Piggin2018-07-241-46/+40
* powerpc/powernv: Implement and use opal_flush_consoleNicholas Piggin2018-07-243-36/+42
* powerpc/powernv: opal-kmsg use flush fallback from console codeNicholas Piggin2018-07-241-9/+6
* powerpc/powernv: opal-kmsg standardise OPAL_BUSY handlingNicholas Piggin2018-07-241-8/+16
* powerpc/powernv: Fix OPAL console driver OPAL_BUSY loopsNicholas Piggin2018-07-241-15/+23
* powerpc/powernv: opal_put_chars partial write fixNicholas Piggin2018-07-241-1/+1
* powerpc/powernv/opal-dump : Use IRQ_HANDLED instead of numbers in interrupt h...Mukesh Ojha2018-07-241-6/+3
* powerpc/powernv/opal-dump : Handles opal_dump_info properlyMukesh Ojha2018-07-241-3/+6
* powerpc/tm: Remove struct thread_info param from tm_reclaim_thread()Cyril Bur2018-07-241-4/+3
* powerpc/tm: Update function prototype commentCyril Bur2018-07-241-2/+2
* selftests/powerpc: Update memcmp_64 selftest for VMX implementationSimon Guo2018-07-245-25/+143
* powerpc/64: add 32 bytes prechecking before using VMX optimization on memcmp()Simon Guo2018-07-241-11/+46
* powerpc/64: enhance memcmp() with VMX instruction for long bytes comparisionSimon Guo2018-07-245-11/+248
* powerpc: add vcmpequd/vcmpequb ppc instruction macroSimon Guo2018-07-241-0/+11
* powerpc/64: Align bytes before fall back to .Lshort in powerpc64 memcmp()Simon Guo2018-07-241-7/+133
* powerpc/pseries/mm: Improve error reporting on HCALL failuresAneesh Kumar K.V2018-07-241-6/+10
* powerpc/pseries: Use pr_xxx() in lpar.cAneesh Kumar K.V2018-07-241-20/+14
* powerpc/mm/hash: Reduce contention on hpte lockAneesh Kumar K.V2018-07-241-16/+33
* powerpc/mm/hash: Add hpte_get_old_v and use that instead of opencodingAneesh Kumar K.V2018-07-242-20/+17
* powerpc/mm/hash: Remove the superfluous bitwise operation when find hpte groupAneesh Kumar K.V2018-07-245-24/+20
* powerpc/mm: Increase MAX_PHYSMEM_BITS to 128TB with SPARSEMEM_VMEMMAP configAneesh Kumar K.V2018-07-241-3/+10
* powerpc/mm: Check memblock_add against MAX_PHYSMEM_BITS rangeAneesh Kumar K.V2018-07-241-3/+29