summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'topic/xive' (early part) into nextMichael Ellerman2017-04-1234-150/+2671
|\
| * powerpc: Fixup LPCR:PECE and HEIC setting on POWER9Benjamin Herrenschmidt2017-04-102-5/+11
| * powerpc: Consolidate variants of real-mode MMIOsBenjamin Herrenschmidt2017-04-107-69/+68
| * powerpc/kvm: Remove obsolete kvm_vm_ioctl_xics_irq declarationBenjamin Herrenschmidt2017-04-101-4/+0
| * powerpc/kvm: Make kvmppc_xics_create_icp staticBenjamin Herrenschmidt2017-04-102-5/+1
| * powerpc/kvm: Massage order of #includeBenjamin Herrenschmidt2017-04-102-13/+13
| * powerpc/xive: Native exploitation of the XIVE interrupt controllerBenjamin Herrenschmidt2017-04-1015-12/+2427
| * powerpc/smp: Remove migrate_irq() custom implementationBenjamin Herrenschmidt2017-04-074-42/+9
| * powerpc: Add optional smp_ops->prepare_cpu SMP callbackBenjamin Herrenschmidt2017-04-062-0/+11
| * powerpc: Add more PPC bit conversion macrosBenjamin Herrenschmidt2017-04-061-0/+8
| * powerpc/powernv: Add XIVE related definitions to opal-api.hBenjamin Herrenschmidt2017-04-063-1/+124
* | powerpc/powernv: Recover correct PACA on wakeup from a stop on P9 DD1Gautham R. Shenoy2017-04-114-1/+83
* | powerpc/powernv/idle: Don't override default/deepest directly in kernelGautham R. Shenoy2017-04-111-17/+18
* | powerpc/powernv/smp: Add busy-wait loop as fall back for CPU-HotplugGautham R. Shenoy2017-04-111-1/+9
* | powerpc/powernv: Move CPU-Offline idle state invocation from smp.c to idle.cGautham R. Shenoy2017-04-114-18/+28
* | powerpc/hugetlb: Add ABI defines for supported HugeTLB page sizesAnshuman Khandual2017-04-111-0/+16
* | powerpc/mm: Remove reduntant initmem information from logAnshuman Khandual2017-04-111-7/+0
* | powerpc: Make sparsemem the default on 64-bit Book3SMichael Ellerman2017-04-111-1/+1
* | powerpc/nohash: Fix use of mmu_has_feature() in setup_initial_memory_limit()Michael Ellerman2017-04-111-1/+1
* | powerpc: Remove unnecessary includes of asm/debug.hMichael Ellerman2017-04-114-4/+0
* | powerpc: Create asm/debugfs.h and move powerpc_debugfs_root thereMichael Ellerman2017-04-1114-24/+29
* | powerpc/powernv: Require MMU_NOTIFIER to fix NPU buildAlistair Popple2017-04-111-0/+1
* | powerpc/mm/radix: Remove unnecessary ptesyncAneesh Kumar K.V2017-04-111-2/+2
* | powerpc/mm/radix: Don't do page walk cache flush when doing full mm flushAneesh Kumar K.V2017-04-111-0/+12
* | powerpc/powernv: Add OPAL exports attributes to sysfsMatt Brown2017-04-041-0/+76
* | powerpc/prom: Increase minimum RMA size to 512MBSukadev Bhattiprolu2017-04-041-1/+1
* | powerpc/powernv: Introduce address translation services for Nvlink2Alistair Popple2017-04-049-2/+508
* | powerpc/powernv: Add sanity checks to pnv_pci_get_{gpu|npu}_devAlistair Popple2017-04-031-0/+12
* | powerpc/mm: Remove stale comment about the DART holeOliver O'Halloran2017-04-031-5/+0
* | powerpc: Avoid taking a data miss on every userspace instruction missAnton Blanchard2017-04-031-1/+1
* | powerpc/book3s: Print task info if we take a machine check in user modeMichael Ellerman2017-04-033-5/+15
* | powerpc/book3s: Print the kernel function name in machine checkMahesh Salgaonkar2017-04-031-1/+1
* | powerpc/mm: Enable mappings above 128TBAneesh Kumar K.V2017-04-016-31/+89
* | powerpc/mm: Switch some TASK_SIZE checks to use mm_context addr_limitAneesh Kumar K.V2017-04-014-12/+13
* | powerpc/pseries: Skip using reserved virtual address rangeAneesh Kumar K.V2017-04-016-3/+85
* | powerpc/mm/hash: Store addr_limit in PACAAneesh Kumar K.V2017-04-014-1/+10
* | powerpc/mm: Add addr_limit to mm_context and use it to derive max slice indexAneesh Kumar K.V2017-04-016-11/+32
* | powerpc/mm/hash: Increase VA range to 128TBAneesh Kumar K.V2017-03-313-6/+20
* | powerpc/mm/hash: Convert mask to unsigned longAneesh Kumar K.V2017-03-311-1/+1
* | powerpc/mm/hash: Support 68 bit VAAneesh Kumar K.V2017-03-315-65/+152
* | powerpc/mm/hash: Check for non-kernel address in get_kernel_vsid()Michael Ellerman2017-03-311-0/+3
* | powerpc/mm/hash: Use context ids 1-4 for the kernelAneesh Kumar K.V2017-03-313-41/+41
* | powerpc/mm: Split radix vs hash mm context initialisationMichael Ellerman2017-03-312-24/+45
* | powerpc/mm/hash: Pull hash constants into hash__alloc_context_id()Michael Ellerman2017-03-311-7/+6
* | powerpc/mm/hash: Abstract context id allocation for KVMMichael Ellerman2017-03-313-4/+10
* | powerpc/mm/slice: Update slice mask printing to use bitmap printing.Aneesh Kumar K.V2017-03-311-23/+7
* | powerpc/mm/slice: Move slice_mask struct definition to slice.cAneesh Kumar K.V2017-03-312-12/+9
* | powerpc/mm: Remove checks that TASK_SIZE_USER64 is too smallAneesh Kumar K.V2017-03-311-4/+0
* | powerpc/mm: Move copy_mm_to_paca to paca.cAneesh Kumar K.V2017-03-315-21/+24
* | powerpc/mm/slice: Update the function prototypeAneesh Kumar K.V2017-03-311-34/+28