summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2018-08-07powerpc/xive: Remove xive_kexec_teardown_cpu()Benjamin Herrenschmidt
2018-08-07powerpc/xive: Remove now useless pr_debug statementsBenjamin Herrenschmidt
2018-08-07powerpc/64s: free page table caches at exit_mmap timeNicholas Piggin
2018-08-07powerpc/64s/radix: tlb do not flush on page size when fullmmNicholas Piggin
2018-08-07powerpc: Add a checkpatch wrapper with our preferred settingsMichael Ellerman
2018-08-07powerpc/64: Disable irq restore warning for nowMichael Ellerman
2018-08-03powerpc/powernv: Fix concurrency issue with npu->mmio_atsd_usageReza Arbab
2018-08-03powerpc: Do not redefine NEED_DMA_MAP_STATEChristoph Hellwig
2018-08-03powerpc/4xx: Fix error return path in ppc4xx_msi_probe()Guenter Roeck
2018-08-03powernv/cpuidle: Fix idle states all being marked invalidNicholas Piggin
2018-07-31powerpc/pseries: fix EEH recovery of some IOV devicesSam Bobroff
2018-07-31powerpc/powernv: Add support to enable sensor groupsShilpasri G Bhat
2018-07-31powernv/cpuidle: Use parsed device tree values for cpuidle_initAkshay Adiga
2018-07-31powernv/cpuidle: Parse dt idle properties into global structureAkshay Adiga
2018-07-31macintosh/via-pmu: Replace via-pmu68k driver with via-pmu driverFinn Thain
2018-07-31macintosh/via-pmu68k: Don't load driver on unsupported hardwareFinn Thain
2018-07-30powerpc/44x: Mark mmu_init_secondary() as __initAlexey Spirkov
2018-07-30powerpc/mm: Don't report PUDs as memory leaks when using kmemleakMichael Ellerman
2018-07-30powerpc: split asm/tlbflush.hChristophe Leroy
2018-07-30powerpc: remove unnecessary inclusion of asm/tlbflush.hChristophe Leroy
2018-07-30powerpc/44x: remove page.h from mmu-44x.hChristophe Leroy
2018-07-30powerpc/nohash: fix hash related comments in pgtable.hChristophe Leroy
2018-07-30powerpc: fix includes in asm/processor.hChristophe Leroy
2018-07-30powerpc/book3s: Remove PPC_PIN_SIZEChristophe Leroy
2018-07-30powerpc: declare set_breakpoint() staticChristophe Leroy
2018-07-30powerpc: remove superflous inclusions of asm/fixmap.hChristophe Leroy
2018-07-30powerpc: clean inclusions of asm/feature-fixups.hChristophe Leroy
2018-07-30powerpc: clean the inclusion of stringify.hChristophe Leroy
2018-07-30powerpc: move ASM_CONST and stringify_in_c() into asm-const.hChristophe Leroy
2018-07-30powerpc/405: move PPC405_ERR77 in asm-405.hChristophe Leroy
2018-07-30powerpc: remove unneeded inclusions of cpu_has_feature.hChristophe Leroy
2018-07-30powerpc: remove kdump.h from page.hChristophe Leroy
2018-07-24powerpc/powernv: implement opal_put_chars_atomicNicholas Piggin
2018-07-24powerpc/powernv: move opal console flushing to udbgNicholas Piggin
2018-07-24powerpc/powernv: Remove OPALv1 support from opal console driverNicholas Piggin
2018-07-24powerpc/powernv: Implement and use opal_flush_consoleNicholas Piggin
2018-07-24powerpc/powernv: opal-kmsg use flush fallback from console codeNicholas Piggin
2018-07-24powerpc/powernv: opal-kmsg standardise OPAL_BUSY handlingNicholas Piggin
2018-07-24powerpc/powernv: Fix OPAL console driver OPAL_BUSY loopsNicholas Piggin
2018-07-24powerpc/powernv: opal_put_chars partial write fixNicholas Piggin
2018-07-24powerpc/powernv/opal-dump : Use IRQ_HANDLED instead of numbers in interrupt h...Mukesh Ojha
2018-07-24powerpc/powernv/opal-dump : Handles opal_dump_info properlyMukesh Ojha
2018-07-24powerpc/tm: Remove struct thread_info param from tm_reclaim_thread()Cyril Bur
2018-07-24powerpc/tm: Update function prototype commentCyril Bur
2018-07-24powerpc/64: add 32 bytes prechecking before using VMX optimization on memcmp()Simon Guo
2018-07-24powerpc/64: enhance memcmp() with VMX instruction for long bytes comparisionSimon Guo
2018-07-24powerpc: add vcmpequd/vcmpequb ppc instruction macroSimon Guo
2018-07-24powerpc/64: Align bytes before fall back to .Lshort in powerpc64 memcmp()Simon Guo
2018-07-24powerpc/pseries/mm: Improve error reporting on HCALL failuresAneesh Kumar K.V
2018-07-24powerpc/pseries: Use pr_xxx() in lpar.cAneesh Kumar K.V