summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
AgeCommit message (Expand)AuthorFilesLines
2016-08-04powerpc: add explicit #include <asm/asm-compat.h> for jump labelJason Baron1-0/+1
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2-9/+8
2016-08-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-29/+4
2016-08-02signal: consolidate {TS,TLF}_RESTORE_SIGMASK codeAndy Lutomirski1-25/+0
2016-08-02include: mman: use bool instead of int for the return value of arch_validate_...Chen Gang1-4/+4
2016-08-02Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+0
2016-08-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-0/+51
2016-08-01Merge branch 'pci/msi-affinity' into nextBjorn Helgaas9-20/+58
2016-07-30Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds63-228/+689
2016-07-30Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman9-23/+65
2016-07-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-4/+2
2016-07-26powerpc/mm: check for irq disabled() only if DEBUG_VM is enabledAneesh Kumar K.V1-4/+2
2016-07-26Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-0/+15
2016-07-26powerpc/mm: Drop unused externs for hpte_init_beat[_v3]()Michael Ellerman1-2/+0
2016-07-26powerpc/mm: Rename hpte_init_lpar() and move the fallback to a headerMichael Ellerman1-1/+6
2016-07-25Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-10/+75
2016-07-21powerpc: Add module autoloading based on CPU featuresAlastair D'Silva1-0/+40
2016-07-21powerpc: Merge 32-bit and 64-bit setup_arch()Benjamin Herrenschmidt2-4/+8
2016-07-21powerpc: Get rid of ppc_md.init_early()Benjamin Herrenschmidt1-1/+0
2016-07-21powerpc/mm: Move hash table ops to a separate structureBenjamin Herrenschmidt2-36/+39
2016-07-21powerpc/64: Move MMU backend selection out of platform codeBenjamin Herrenschmidt1-0/+2
2016-07-21powerpc/pmac: Remove early allocation of the SMU command bufferBenjamin Herrenschmidt1-7/+0
2016-07-21powerpc: Put exception configuration in a common placeBenjamin Herrenschmidt3-11/+13
2016-07-21powerpc: Move FW feature probing out of pseries probe()Benjamin Herrenschmidt1-0/+6
2016-07-21powerpc/dart: Use a cachable DARTBenjamin Herrenschmidt1-1/+0
2016-07-21powerpc: Factor do_feature_fixup callsBenjamin Herrenschmidt2-1/+4
2016-07-19powerpc/32: Remove RELOCATABLE_PPC32Kevin Hao1-3/+3
2016-07-19powerpc/mm: Cleanup LPCR definesAneesh Kumar K.V1-37/+37
2016-07-17powerpc/mm/radix: Add LPID based tlb flush helpersAneesh Kumar K.V1-1/+3
2016-07-17powerpc/mm/radix: Update machine call back to support new HCALL.Aneesh Kumar K.V1-1/+2
2016-07-17powerpc/mm/radix: Update PID switch sequenceAneesh Kumar K.V1-0/+3
2016-07-17powerpc/mm: Clear top 16 bits of va only on older cpusAneesh Kumar K.V1-2/+7
2016-07-17powerpc/mm: Compile out radix related functions if RADIX_MMU is disabledAneesh Kumar K.V1-0/+5
2016-07-17powerpc/mm: use _raw variant of page table accessorsAneesh Kumar K.V4-35/+91
2016-07-17powerpc/mm/radix: Update LPCR HR bit as per ISAAneesh Kumar K.V1-0/+1
2016-07-17powerpc/mm: Fix .long's in tlb-radix.c to more meaningfulBalbir Singh1-0/+14
2016-07-17powerpc/powernv/pci: Remove SWINV constants and obsolete TCE codeBenjamin Herrenschmidt1-3/+0
2016-07-17powerpc/opal: Add real mode call wrappersBenjamin Herrenschmidt2-1/+15
2016-07-17powerpc/xics: Add ICP OPAL backendBenjamin Herrenschmidt1-0/+6
2016-07-17powerpc/irq: Add mechanism to force a replay of interruptsBenjamin Herrenschmidt1-0/+2
2016-07-17powerpc/irq: Add support for HV virtualization interruptsBenjamin Herrenschmidt2-0/+3
2016-07-15powerpc/powernv: Add XICS emulation APIsBenjamin Herrenschmidt2-1/+10
2016-07-15powerpc/powernv: Add platform support for stop instructionShreyas B. Prabhu6-3/+28
2016-07-15Merge tag 'powerpc-4.7-5' into nextMichael Ellerman8-7/+49
2016-07-14powerpc: Make ppc_md.{halt, restart} __noreturnDaniel Axtens4-6/+6
2016-07-14PCI/hotplug: pnv_php: export symbols and move struct types needed by cxlAndrew Donnellan1-0/+28
2016-07-14powerpc/powernv: Add support for the cxl kernel api on the real phbIan Munsie1-0/+7
2016-07-14powerpc/xmon: Dump ISA 2.07 SPRsMichael Ellerman1-0/+1
2016-07-09powerpc/8xx: Fix vaddr for IMMR early remapChristophe Leroy2-0/+10
2016-07-09powerpc32: provide VIRT_CPU_ACCOUNTINGChristophe Leroy7-23/+55