summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* 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
* powerpc/pkeys: key allocation/deallocation must not change pkey registersRam Pai2018-07-242-38/+0
* powerpc/pkeys: Deny read/write/execute by defaultRam Pai2018-07-241-5/+3
* powerpc/pkeys: Give all threads control of their key permissionsRam Pai2018-07-241-18/+26
* powerpc/prom_init: Remove linux,stdout-package propertyMurilo Opsfelder Araujo2018-07-201-2/+0
* powerpc/powernv/npu: Add a debugfs setting to change ATSD thresholdAlistair Popple2018-07-191-2/+10
* powerpc/mpic: Pass first free vector number to mpic_setup_error_int()Bharat Bhushan2018-07-192-4/+4
* powerpc/hugetlbpage: Rmove unhelpful HUGEPD_*_SHIFT macrosDavid Gibson2018-07-191-13/+4
* chrp/nvram.c: add MODULE_LICENSE()Randy Dunlap2018-07-191-0/+3
* powerpc/8xx: fix handling of early NULL pointer dereferenceChristophe Leroy2018-07-191-3/+4
* Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2018-07-1937-858/+521
|\
| * powerpc/powernv/ioda: Allocate indirect TCE levels on demandAlexey Kardashevskiy2018-07-165-26/+72
| * powerpc/powernv: Rework TCE level allocationAlexey Kardashevskiy2018-07-161-11/+19
| * powerpc/powernv: Add indirect levels to it_userspaceAlexey Kardashevskiy2018-07-165-32/+73
| * KVM: PPC: Make iommu_table::it_userspace big endianAlexey Kardashevskiy2018-07-163-11/+12