summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* powerpc/powernv: Add powernv_defconfigJeremy Kerr2016-02-241-0/+307
* powerpc: Add POWER9 cputable entryMichael Neuling2016-02-226-12/+95
* powerpc: Use defines for __init_tlb_power[78]Michael Neuling2016-02-221-2/+3
* powerpc/powernv: Create separate subcores CPU feature bitMichael Neuling2016-02-222-2/+3
* powerpc/powernv: don't create OPAL msglog sysfs entry if memcons init failsAndrew Donnellan2016-02-221-0/+5
* powerpc: atomic: Implement acquire/release/relaxed variants for cmpxchgBoqun Feng2016-02-182-1/+158
* powerpc: atomic: Implement acquire/release/relaxed variants for xchgBoqun Feng2016-02-182-39/+32
* powerpc: atomic: Implement atomic{, 64}_*_return_* variantsBoqun Feng2016-02-181-62/+85
* powerpc: Fix kgdb on little endian ppc64leBalbir Singh2016-02-181-0/+4
* powerpc/perf/hv-gpci: Increase request buffer sizeSukadev Bhattiprolu2016-02-101-18/+25
* powerpc/powernv: allocate sparse PE# when using M64 BAR in Single PE modeWei Yang2016-02-102-20/+63
* powerpc/powernv: boundary the total VF BAR size instead of the individual oneWei Yang2016-02-101-6/+8
* powerpc/powernv: replace the hard coded boundary with gateWei Yang2016-02-101-9/+19
* powerpc/powernv: use one M64 BAR in Single PE mode for one VF BARWei Yang2016-02-102-107/+75
* powerpc/powernv: simplify the calculation of iov resource alignmentWei Yang2016-02-101-8/+12
* powerpc/powernv: don't enable SRIOV when VF BAR has non 64bit-prefetchable BARWei Yang2016-02-101-16/+19
* powerpc/powernv: Simplify definitions of EEH debugfs handlersGavin Shan2016-02-101-38/+22
* powerpc/xmon: Add xmon command to dump process/task similar to ps(1)Douglas Miller2016-02-101-0/+60
* powerpc/xmon: add command to dump OPAL msglogAndrew Donnellan2016-02-091-0/+58
* powerpc/powernv: new function to access OPAL msglogAndrew Donnellan2016-02-093-12/+27
* powerpc/eeh: fix incorrect function name in commentAndrew Donnellan2016-02-081-1/+1
* powerpc/xmon: fix typo in usage messageAndrew Donnellan2016-02-081-1/+1
* powerpc/powernv: Remove support for p5ioc2Russell Currey2016-02-084-368/+74
* Merge tag 'powerpc-4.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-01-2910-55/+33
|\
| * powerpc/mm: Fixup _HPAGE_CHG_MASKAneesh Kumar K.V2016-01-281-1/+3
| * powerpc/perf: Remove PPMU_HAS_SSLOT flag for Power8Madhavan Srinivasan2016-01-281-1/+1
| * powerpc/eeh: Fix PE location codeGavin Shan2016-01-271-18/+15
| * powerpc/mm: Allow user space to map rtas_rmo_bufVasant Hegde2016-01-251-2/+2
| * powerpc: Remove newly added extra definition of pmd_dirtyStephen Rothwell2016-01-211-1/+0
| * powerpc: Simplify module TOC handlingAlan Modra2016-01-212-31/+9
| * powerpc: Wire up copy_file_range() syscallChandan Rajendra2016-01-213-1/+3
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-01-275-16/+32
|\ \
| * \ Merge tag 'kvm-s390-master-4.5-1' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2016-01-2619-106/+94
| |\ \
| * \ \ Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2016-01-155-16/+32
| |\ \ \
| | * | | KVM: PPC: Fix ONE_REG AltiVec supportGreg Kurz2016-01-141-10/+10
| | * | | KVM: PPC: Increase memslots to 512Thomas Huth2015-12-101-2/+1
| | * | | KVM: PPC: Book3S PR: Remove unused variable 'vcpu_book3s'Geyslan G. Bem2015-12-091-3/+0
| | * | | KVM: PPC: Fix emulation of H_SET_DABR/X on POWER8Thomas Huth2015-12-091-1/+1
| | * | | KVM: PPC: Book3S HV: Handle unexpected traps in guest entry/exit code betterPaul Mackerras2015-12-092-0/+20
* | | | | wrappers for ->i_mutex accessAl Viro2016-01-222-8/+8
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-01-218-7/+14
|\ \ \ \ \
| * | | | | dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig2016-01-202-3/+0
| * | | | | powerpc: enable UBSAN supportDaniel Axtens2016-01-205-1/+11
| * | | | | powerpc/fadump: rename cpu_online_mask member of struct fadump_crash_info_headerRasmus Villemoes2016-01-202-3/+3
| | |_|_|/ | |/| | |
* | | | | Merge tag 'pci-v4.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-212-4/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| | | | |
| | \ \ \
| *-. \ \ \ Merge branches 'pci/aspm', 'pci/hotplug', 'pci/misc' and 'pci/msi' into nextBjorn Helgaas2015-12-102-4/+1
| |\ \ \ \ \
| | | * | | | PCI/MSI: Initialize MSI capability for all architecturesGuilherme G. Piccoli2015-11-241-3/+0
| | |/ / / / | |/| | | |
| | * | | | PCI: Check for PCI_HEADER_TYPE_BRIDGE equality, not bitmaskBjorn Helgaas2015-12-101-1/+1
| |/ / / /
* | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2016-01-181-23/+10
|\ \ \ \ \
| * | | | | powerpc: define __smp_xxxMichael S. Tsirkin2016-01-121-16/+8