summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* perf/powerpc: Add support for PERF_SAMPLE_BRANCH_CALLStephane Eranian2015-10-201-0/+3
* Merge branch 'perf/urgent' into perf/core, before pulling new changesIngo Molnar2015-10-081-0/+1
|\
| * Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetc...Linus Torvalds2015-10-041-0/+1
| |\
| | * Make asm/word-at-a-time.h available on all architecturesChris Metcalf2015-07-081-0/+1
* | | Merge branch 'linus' into perf/core, to pick up fixes before applying new cha...Ingo Molnar2015-09-2853-70/+131
|\ \ \ | |/ /
| * | Merge tag 'pci-v4.3-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-09-251-1/+7
| |\ \
| | * | PCI: Revert "PCI: Call pci_read_bridge_bases() from core instead of arch code"Bjorn Helgaas2015-09-151-1/+7
| * | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-09-254-1/+13
| |\ \ \
| | * | | KVM: disable halt_poll_ns as default for s390xDavid Hildenbrand2015-09-251-0/+1
| | * | | KVM: PPC: Book3S: Take the kvm->srcu lock in kvmppc_h_logical_ci_load/store()Thomas Huth2015-09-211-0/+6
| | * | | KVM: PPC: Book3S HV: Pass the correct trap argument to kvmhv_commence_exitGautham R. Shenoy2015-09-211-0/+1
| | * | | KVM: PPC: Book3S HV: Fix handling of interrupted VCPUsPaul Mackerras2015-09-211-1/+5
| * | | | powerpc: Wire up sys_membarrier()Michael Ellerman2015-09-213-1/+3
| * | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-09-183-0/+3
| |\ \ \ \ | | |/ / /
| | * | | KVM: add halt_attempted_poll to VCPU statsPaolo Bonzini2015-09-163-0/+3
| | |/ /
| * | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-09-1833-54/+48
| |\ \ \
| | * | | genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-1626-46/+35
| | * | | powerpc/mpc8xx: Use irq_set_handler_locked()Thomas Gleixner2015-09-161-1/+1
| | * | | powerpc/ipic: Use irq_set_handler_locked()Thomas Gleixner2015-09-161-2/+2
| | * | | powerpc/cpm2: Use irq_set_handler_locked()Thomas Gleixner2015-09-161-2/+2
| | * | | powerpc/mpc52xx: Use irq_set_handler_locked()Thomas Gleixner2015-09-161-1/+1
| | * | | powerpc, irq: Use access helper irq_data_get_affinity_mask()Jiang Liu2015-09-153-3/+3
| | * | | powerpc/cell: Prepare irq handler for irq argument removalThomas Gleixner2015-09-141-1/+2
| | * | | powerpc/85xx: Prepare irq handlers for irq argument removalThomas Gleixner2015-09-142-2/+4
| | * | | powerpc/mpc5121_ads_cpld: Prepare irq handler for irq argument removalThomas Gleixner2015-09-141-1/+3
| | |/ /
| * | | Merge tag 'powerpc-4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2015-09-1814-14/+58
| |\ \ \ | | |/ / | |/| |
| | * | powerpc32: memset: only use dcbz once cache is enabledLEROY Christophe2015-09-172-0/+9
| | * | powerpc32: memcpy: only use dcbz once cache is enabledLEROY Christophe2015-09-172-0/+8
| | * | powerpc/mm: Recompute hash value after a failed updateAneesh Kumar K.V2015-09-161-1/+2
| | * | powerpc/boot: Specify ABI v2 when building an LE boot wrapperBenjamin Herrenschmidt2015-09-161-0/+3
| | * | powerpc/MSI: Fix race condition in tearing down MSI interruptsPaul Mackerras2015-09-105-10/+15
| | * | powerpc: Wire up sys_userfaultfd()Michael Ellerman2015-09-093-1/+3
| | * | powerpc/pseries: Release DRC when configure_connector failsBharata B Rao2015-09-081-1/+3
| | * | powerpc/powernv/pci-ioda: fix kdump with non-power-of-2 crashkernel=Nishanth Aravamudan2015-09-071-2/+8
| | * | powerpc/powernv/pci-ioda: fix 32-bit TCE table init in kdump kernelNishanth Aravamudan2015-09-071-1/+9
* | | | perf/core: Drop PERF_EVENT_TXNSukadev Bhattiprolu2015-09-131-5/+1
* | | | powerpc, perf/powerpc/hv-24x7: Use PMU_TXN_READ interfaceSukadev Bhattiprolu2015-09-131-2/+164
* | | | perf/core: Add a 'flags' parameter to the PMU transactional interfacesSukadev Bhattiprolu2015-09-131-1/+29
|/ / /
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-09-102-63/+6
|\ \ \
| * | | dma-mapping: consolidate dma_set_maskChristoph Hellwig2015-09-101-1/+3
| * | | dma-mapping: consolidate dma_supportedChristoph Hellwig2015-09-101-11/+0
| * | | dma-mapping: cosolidate dma_mapping_errorChristoph Hellwig2015-09-101-15/+2
| * | | dma-mapping: consolidate dma_{alloc,free}_noncoherentChristoph Hellwig2015-09-101-3/+0
| * | | dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent}Christoph Hellwig2015-09-101-33/+0
| * | | kexec: split kexec_load syscall from kexec core codeDave Young2015-09-101-0/+1
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-09-1023-146/+955
|\ \ \ \ | |/ / / |/| | |
| * | | KVM: PPC: Book3S: Fix typo in top comment about lockingGreg Kurz2015-09-041-1/+1
| * | | KVM: PPC: Book3S: Fix size of the PSPB registerThomas Huth2015-09-031-1/+1
| * | | KVM: PPC: Book3S HV: Exit on H_DOORBELL if HOST_IPI is setGautham R. Shenoy2015-09-031-0/+1
| * | | KVM: PPC: Book3S HV: Fix race in starting secondary threadsGautham R. Shenoy2015-09-032-1/+17
OpenPOWER on IntegriCloud