summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* macintosh/via-pmu: Replace via-pmu68k driver with via-pmu driverFinn Thain2018-07-314-43/+11
* macintosh/via-pmu68k: Don't load driver on unsupported hardwareFinn Thain2018-07-311-4/+2
* 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-3047-4/+44
* 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-3055-33/+72
* 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
* powerpc/powernv: implement opal_put_chars_atomicNicholas Piggin2018-07-242-10/+28
* powerpc/powernv: move opal console flushing to udbgNicholas Piggin2018-07-241-5/+7
* 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
* 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
* powerpc: Add ppc64le and ppc64_book3e allmodconfig targetsMichael Ellerman2018-07-241-0/+10
* powerpc: Add ppc32_allmodconfig defconfig targetMichael Ellerman2018-07-242-0/+7
* powerpc64s: Show ori31 availability in spectre_v1 sysfs file not v2Michael Ellerman2018-07-241-10/+17
* powerpc: NMI IPI make NMI IPIs fully sychronousNicholas Piggin2018-07-243-25/+27
* powerpc/64s: make PACA_IRQ_HARD_DIS track MSR[EE] closelyNicholas Piggin2018-07-246-16/+52
* powerpc/pkeys: make protection key 0 less specialRam Pai2018-07-242-13/+27
* powerpc/pkeys: Preallocate execute-only keyRam Pai2018-07-241-45/+18
* powerpc/pkeys: Fix calculation of total pkeys.Ram Pai2018-07-241-1/+1
* powerpc/pkeys: Save the pkey registers before forkRam Pai2018-07-241-0/+1