summaryrefslogtreecommitdiff
path: root/arch/powerpc/include
AgeCommit message (Expand)AuthorFilesLines
2017-04-13powerpc/64s: Avoid a branch for ppc_msgsndNicholas Piggin1-4/+2
2017-04-13powerpc: Introduce msgsnd/doorbell barrier primitivesNicholas Piggin2-0/+23
2017-04-13powerpc: Change the doorbell IPI calling conventionNicholas Piggin3-9/+5
2017-04-13powerpc/64s: Add SCV FSCR bit for ISA v3.0Nicholas Piggin1-0/+2
2017-04-12powerpc/tracing: Allow tracing of mmap syscallsBalbir Singh1-2/+2
2017-04-12powerpc/mm: Fix swapper_pg_dir size on 64-bit hash w/64K pagesMichael Ellerman1-4/+0
2017-04-12Merge branch 'topic/xive' (early part) into nextMichael Ellerman11-58/+433
2017-04-11powerpc/powernv: Recover correct PACA on wakeup from a stop on P9 DD1Gautham R. Shenoy1-0/+5
2017-04-11powerpc/powernv: Move CPU-Offline idle state invocation from smp.c to idle.cGautham R. Shenoy1-0/+1
2017-04-11powerpc/hugetlb: Add ABI defines for supported HugeTLB page sizesAnshuman Khandual1-0/+16
2017-04-11powerpc: Create asm/debugfs.h and move powerpc_debugfs_root thereMichael Ellerman2-2/+17
2017-04-10powerpc: Fixup LPCR:PECE and HEIC setting on POWER9Benjamin Herrenschmidt1-0/+1
2017-04-10powerpc: Consolidate variants of real-mode MMIOsBenjamin Herrenschmidt3-49/+53
2017-04-10powerpc/kvm: Remove obsolete kvm_vm_ioctl_xics_irq declarationBenjamin Herrenschmidt1-4/+0
2017-04-10powerpc/kvm: Make kvmppc_xics_create_icp staticBenjamin Herrenschmidt1-4/+0
2017-04-10powerpc/xive: Native exploitation of the XIVE interrupt controllerBenjamin Herrenschmidt3-0/+262
2017-04-07powerpc/smp: Remove migrate_irq() custom implementationBenjamin Herrenschmidt1-1/+0
2017-04-06powerpc: Add optional smp_ops->prepare_cpu SMP callbackBenjamin Herrenschmidt1-0/+1
2017-04-06powerpc: Add more PPC bit conversion macrosBenjamin Herrenschmidt1-0/+8
2017-04-06powerpc/powernv: Add XIVE related definitions to opal-api.hBenjamin Herrenschmidt2-1/+109
2017-04-04powerpc/powernv: Introduce address translation services for Nvlink2Alistair Popple4-1/+37
2017-04-03powerpc/book3s: Print task info if we take a machine check in user modeMichael Ellerman1-1/+2
2017-04-01powerpc/mm: Enable mappings above 128TBAneesh Kumar K.V1-6/+17
2017-04-01powerpc/pseries: Skip using reserved virtual address rangeAneesh Kumar K.V3-2/+8
2017-04-01powerpc/mm/hash: Store addr_limit in PACAAneesh Kumar K.V1-0/+1
2017-04-01powerpc/mm: Add addr_limit to mm_context and use it to derive max slice indexAneesh Kumar K.V2-1/+3
2017-03-31powerpc/mm/hash: Increase VA range to 128TBAneesh Kumar K.V3-6/+20
2017-03-31powerpc/mm/hash: Convert mask to unsigned longAneesh Kumar K.V1-1/+1
2017-03-31powerpc/mm/hash: Support 68 bit VAAneesh Kumar K.V2-54/+92
2017-03-31powerpc/mm/hash: Check for non-kernel address in get_kernel_vsid()Michael Ellerman1-0/+3
2017-03-31powerpc/mm/hash: Use context ids 1-4 for the kernelAneesh Kumar K.V1-25/+35
2017-03-31powerpc/mm: Split radix vs hash mm context initialisationMichael Ellerman1-0/+2
2017-03-31powerpc/mm/hash: Abstract context id allocation for KVMMichael Ellerman1-1/+1
2017-03-31powerpc/mm/slice: Move slice_mask struct definition to slice.cAneesh Kumar K.V1-11/+0
2017-03-31powerpc/mm: Move copy_mm_to_paca to paca.cAneesh Kumar K.V1-17/+1
2017-03-31powerpc/mm/slice: Convert slice_mask high slice to a bitmapAneesh Kumar K.V1-9/+6
2017-03-31powerpc/mm: Move hash specific pte bits to be top bits of RPNAneesh Kumar K.V2-15/+18
2017-03-31powerpc/mm: Lower the max real address to 53 bitsAneesh Kumar K.V1-3/+28
2017-03-31powerpc/mm: Define all PTE bits based on radix definitions.Aneesh Kumar K.V2-2/+4
2017-03-31powerpc/mm: Define _PAGE_SOFT_DIRTY unconditionallyAneesh Kumar K.V1-4/+0
2017-03-31powerpc/mm/radix: rename _PAGE_LARGE to R_PAGE_LARGEAneesh Kumar K.V2-3/+3
2017-03-31powerpc/mm: Cleanup bits definition between hash and radix.Aneesh Kumar K.V4-12/+17
2017-03-31powerpc/mm/nohash: MM_SLICE is only used by book3s 64Aneesh Kumar K.V2-10/+0
2017-03-21powerpc/64s: Move POWER machine check defines into mce_power.cNicholas Piggin1-91/+0
2017-03-21powerpc: Fix missing CRCs, add more asm-prototypes.h declarationsBen Hutchings1-0/+2
2017-03-20powerpc/ftrace: Add prototype for prepare_ftrace_return()Tobin C. Harding1-0/+2
2017-03-20powerpc/pseries: Move struct hcall_stats to hvCall_inst.cTobin C. Harding1-10/+0
2017-03-20powerpc: Move THREAD_SHIFT config to KconfigHamish Martin1-9/+1
2017-03-16powerpc: Wire up statx() syscallChandan Rajendra3-1/+3
2017-03-14Merge tag 'powerpc-4.11-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2-1/+111