aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-31powerpc/powernv: Add support to enable sensor groupsShilpasri G Bhat4-0/+32
2018-07-31powernv/cpuidle: Use parsed device tree values for cpuidle_initAkshay Adiga1-0/+2
2018-07-31powernv/cpuidle: Parse dt idle properties into global structureAkshay Adiga2-78/+149
2018-07-31macintosh/via-pmu: Replace via-pmu68k driver with via-pmu driverFinn Thain4-43/+11
2018-07-31macintosh/via-pmu68k: Don't load driver on unsupported hardwareFinn Thain1-4/+2
2018-07-30powerpc/44x: Mark mmu_init_secondary() as __initAlexey Spirkov1-1/+1
2018-07-30powerpc/mm: Don't report PUDs as memory leaks when using kmemleakMichael Ellerman1-2/+21
2018-07-30powerpc: split asm/tlbflush.hChristophe Leroy4-81/+94
2018-07-30powerpc: remove unnecessary inclusion of asm/tlbflush.hChristophe Leroy22-22/+1
2018-07-30powerpc/44x: remove page.h from mmu-44x.hChristophe Leroy1-5/+4
2018-07-30powerpc/nohash: fix hash related comments in pgtable.hChristophe Leroy2-18/+4
2018-07-30powerpc: fix includes in asm/processor.hChristophe Leroy2-3/+3
2018-07-30powerpc/book3s: Remove PPC_PIN_SIZEChristophe Leroy2-6/+1
2018-07-30powerpc: declare set_breakpoint() staticChristophe Leroy2-8/+7
2018-07-30powerpc: remove superflous inclusions of asm/fixmap.hChristophe Leroy4-5/+0
2018-07-30powerpc: clean inclusions of asm/feature-fixups.hChristophe Leroy47-4/+44
2018-07-30powerpc: clean the inclusion of stringify.hChristophe Leroy15-6/+11
2018-07-30powerpc: move ASM_CONST and stringify_in_c() into asm-const.hChristophe Leroy55-33/+72
2018-07-30powerpc/405: move PPC405_ERR77 in asm-405.hChristophe Leroy11-15/+27
2018-07-30powerpc: remove unneeded inclusions of cpu_has_feature.hChristophe Leroy4-4/+0
2018-07-30powerpc: remove kdump.h from page.hChristophe Leroy4-2/+2
2018-07-24powerpc/powernv: implement opal_put_chars_atomicNicholas Piggin2-10/+28
2018-07-24powerpc/powernv: move opal console flushing to udbgNicholas Piggin1-5/+7
2018-07-24powerpc/powernv: Remove OPALv1 support from opal console driverNicholas Piggin1-46/+40
2018-07-24powerpc/powernv: Implement and use opal_flush_consoleNicholas Piggin3-36/+42
2018-07-24powerpc/powernv: opal-kmsg use flush fallback from console codeNicholas Piggin1-9/+6
2018-07-24powerpc/powernv: opal-kmsg standardise OPAL_BUSY handlingNicholas Piggin1-8/+16
2018-07-24powerpc/powernv: Fix OPAL console driver OPAL_BUSY loopsNicholas Piggin1-15/+23
2018-07-24powerpc/powernv: opal_put_chars partial write fixNicholas Piggin1-1/+1
2018-07-24powerpc/powernv/opal-dump : Use IRQ_HANDLED instead of numbers in interrupt handlerMukesh Ojha1-6/+3
2018-07-24powerpc/powernv/opal-dump : Handles opal_dump_info properlyMukesh Ojha1-3/+6
2018-07-24powerpc/tm: Remove struct thread_info param from tm_reclaim_thread()Cyril Bur1-4/+3
2018-07-24powerpc/tm: Update function prototype commentCyril Bur1-2/+2
2018-07-24powerpc/64: add 32 bytes prechecking before using VMX optimization on memcmp()Simon Guo1-11/+46
2018-07-24powerpc/64: enhance memcmp() with VMX instruction for long bytes comparisionSimon Guo5-11/+248
2018-07-24powerpc: add vcmpequd/vcmpequb ppc instruction macroSimon Guo1-0/+11
2018-07-24powerpc/64: Align bytes before fall back to .Lshort in powerpc64 memcmp()Simon Guo1-7/+133
2018-07-24powerpc/pseries/mm: Improve error reporting on HCALL failuresAneesh Kumar K.V1-6/+10
2018-07-24powerpc/pseries: Use pr_xxx() in lpar.cAneesh Kumar K.V1-20/+14
2018-07-24powerpc/mm/hash: Reduce contention on hpte lockAneesh Kumar K.V1-16/+33
2018-07-24powerpc/mm/hash: Add hpte_get_old_v and use that instead of opencodingAneesh Kumar K.V2-20/+17
2018-07-24powerpc/mm/hash: Remove the superfluous bitwise operation when find hpte groupAneesh Kumar K.V5-24/+20
2018-07-24powerpc/mm: Increase MAX_PHYSMEM_BITS to 128TB with SPARSEMEM_VMEMMAP configAneesh Kumar K.V1-3/+10
2018-07-24powerpc/mm: Check memblock_add against MAX_PHYSMEM_BITS rangeAneesh Kumar K.V1-3/+29
2018-07-24powerpc: Add ppc64le and ppc64_book3e allmodconfig targetsMichael Ellerman1-0/+10
2018-07-24powerpc: Add ppc32_allmodconfig defconfig targetMichael Ellerman2-0/+7
2018-07-24powerpc64s: Show ori31 availability in spectre_v1 sysfs file not v2Michael Ellerman1-10/+17
2018-07-24powerpc: NMI IPI make NMI IPIs fully sychronousNicholas Piggin3-25/+27
2018-07-24powerpc/64s: make PACA_IRQ_HARD_DIS track MSR[EE] closelyNicholas Piggin6-16/+52
2018-07-24powerpc/pkeys: make protection key 0 less specialRam Pai2-13/+27