summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-03-189-42/+34
|\
| * param: convert some "on"/"off" users to strtoboolKees Cook2016-03-172-15/+4
| * powerpc/mm: enable page parallel initialisationLi Zhang2016-03-171-0/+1
| * mm: introduce page reference manipulation functionsJoonsoo Kim2016-03-173-4/+3
| * powerpc: query dynamic DEBUG_PAGEALLOC settingJoonsoo Kim2016-03-173-23/+26
* | Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-03-173-6/+2
|\ \
| * \ Merge branch 'ib-mfd-regulator-gpio-4.6' of git://git.kernel.org/pub/scm/linu...Linus Walleij2016-03-0915-71/+65
| |\ \
| * | | gpio: Remove unused asm/gpio.h filesBjorn Helgaas2016-02-161-4/+0
| * | | powerpc: simple_gpio: Be sure to clamp return valueLinus Walleij2016-01-251-1/+1
| * | | powerpc: ppc4cc/gpio: Be sure to clamp return valueLinus Walleij2016-01-251-1/+1
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-03-172-2/+0
|\ \ \ \
| * | | | KEYS: CONFIG_KEYS_DEBUG_PROC_KEYS is no longer an optionDavid Howells2016-02-102-2/+0
| | |/ / | |/| |
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-03-171-0/+6
|\ \ \ \ | |_|_|/ |/| | |
| * | | crypto: xts - fix compile errorsStephan Mueller2016-02-171-0/+1
| * | | crypto: xts - consolidate sanity check for keysStephan Mueller2016-02-171-0/+5
| | |/ | |/|
* | | Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-03-163-7/+0
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *---. \ \ Merge branches 'pci/aer', 'pci/enumeration', 'pci/kconfig', 'pci/misc', 'pci/...Bjorn Helgaas2016-03-152-6/+0
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | | | * | PCI: Move pci_dma_* helpers to common codeChristoph Hellwig2016-03-071-2/+0
| | |_|/ / | |/| | |
| | | * | PCI: Include pci/hotplug Kconfig directly from pci/KconfigBjorn Helgaas2016-03-081-2/+0
| | | * | PCI: Include pci/pcie/Kconfig directly from pci/KconfigBogicevic Sasa2016-03-081-2/+0
| | |/ /
| * | | PCI: Remove includes of empty asm-generic/pci-bridge.hBjorn Helgaas2016-02-051-1/+0
| |/ /
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-03-1621-88/+945
|\ \ \
| * \ \ Merge tag 'kvm-arm-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2016-03-0916-15/+105
| |\ \ \
| * | | | KVM: PPC: Add support for 64bit TCE windowsAlexey Kardashevskiy2016-03-024-5/+41
| * | | | KVM: PPC: Add @offset to kvmppc_spapr_tce_tableAlexey Kardashevskiy2016-03-022-2/+6
| * | | | KVM: PPC: Add @page_shift to kvmppc_spapr_tce_tableAlexey Kardashevskiy2016-03-023-23/+23
| * | | | KVM: PPC: Book3S HV: Add tunable to control H_IPI redirectionSuresh E. Warrier2016-02-293-1/+16
| * | | | KVM: PPC: Book3S HV: Send IPI to host core to wake VCPUSuresh E. Warrier2016-02-293-3/+110
| * | | | KVM: PPC: Book3S HV: Host side kick VCPU when poked by real-mode KVMSuresh Warrier2016-02-293-0/+39
| * | | | KVM: PPC: Book3S HV: kvmppc_host_rm_ops - handle offlining CPUsSuresh Warrier2016-02-291-0/+39
| * | | | KVM: PPC: Book3S HV: Manage core host stateSuresh Warrier2016-02-291-0/+44
| * | | | KVM: PPC: Book3S HV: Host-side RM data structuresSuresh Warrier2016-02-293-0/+104
| * | | | powerpc/xics: Add icp_native_cause_ipi_rmSuresh Warrier2016-02-292-0/+22
| * | | | powerpc/smp: Add smp_muxed_ipi_set_messageSuresh Warrier2016-02-292-1/+9
| * | | | powerpc/smp: Support more IPI messagesSuresh Warrier2016-02-292-4/+7
| * | | | KVM: PPC: Add support for multiple-TCE hcallsAlexey Kardashevskiy2016-02-167-9/+281
| * | | | KVM: PPC: Move reusable bits of H_PUT_TCE handler to helpersAlexey Kardashevskiy2016-02-162-10/+83
| * | | | KVM: PPC: Replace SPAPR_TCE_SHIFT with IOMMU_PAGE_SHIFT_4KAlexey Kardashevskiy2016-02-163-5/+4
| * | | | KVM: PPC: Account TCE-containing pages in locked_vmAlexey Kardashevskiy2016-02-161-5/+58
| * | | | KVM: PPC: Use RCU for arch.spapr_tce_tablesAlexey Kardashevskiy2016-02-164-11/+14
| * | | | KVM: PPC: Rework H_PUT_TCE/H_GET_TCE handlersAlexey Kardashevskiy2016-02-161-42/+75
| * | | | powerpc: Make vmalloc_to_phys() publicAlexey Kardashevskiy2016-02-163-8/+11
| * | | | vfio: Enable VFIO device for powerpcDavid Gibson2016-02-151-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-151-1/+1
|\ \ \ \
| * | | | arch/hotplug: Call into idle with a proper stateThomas Gleixner2016-03-011-1/+1
| | |/ / | |/| |
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-03-142-14/+13
|\ \ \ \
| * \ \ \ Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar2016-02-2916-15/+105
| |\ \ \ \ | | |/ / /
| * | | | KVM: Use simple waitqueue for vcpu->wqMarcelo Tosatti2016-02-252-14/+13
| | |/ / | |/| |
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-03-142-5/+0
|\ \ \ \
| * \ \ \ Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2016-03-102-1/+15
| |\ \ \ \
OpenPOWER on IntegriCloud