summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* powerpc/mm/thp: Make page table walk safe against thp split/collapseAneesh Kumar K.V2015-04-179-36/+88
* KVM: PPC: Remove page table walk helpersAneesh Kumar K.V2015-04-173-57/+28
* KVM: PPC: Use READ_ONCE when dereferencing pte_t pointerAneesh Kumar K.V2015-04-172-9/+16
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/scottw...Michael Ellerman2015-04-171-0/+1
|\
| * powerpc/hugetlb: Call mm_dec_nr_pmds() in hugetlb_free_pmd_range()Scott Wood2015-04-151-0/+1
* | Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Linus Torvalds2015-04-16299-9760/+8755
|\ \
| * | powerpc/powermac: Fix build error seen with powermac smp buildsGuenter Roeck2015-04-151-6/+4
| * | powerpc/pseries: Fix compile of memory hotplug without CONFIG_MEMORY_HOTREMOVEAlexey Kardashevskiy2015-04-151-0/+13
| * | powerpc: Remove PPC32 code from pseries specific find_and_init_phbs()Daniel Axtens2015-04-141-7/+0
| * | powerpc/cell: Fix iommu breakage caused by controller_ops changeMichael Ellerman2015-04-141-2/+2
| * | powerpc/eeh: Fix crash in eeh_add_device_early() on CellMichael Ellerman2015-04-141-1/+1
| * | powerpc/perf: Cap 64bit userspace backtraces to PERF_MAX_STACK_DEPTHAnton Blanchard2015-04-141-1/+1
| * | powerpc/perf/hv-24x7: Fail 24x7 initcall if create_events_from_catalog() failsLi Zhong2015-04-141-8/+29
| * | Merge branch 'next-sriov' of git://git.kernel.org/pub/scm/linux/kernel/git/be...Michael Ellerman2015-04-1413-89/+1448
| |\ \
| | * \ Merge branch 'next-eeh' into next-sriovBenjamin Herrenschmidt2015-03-312-7/+9
| | |\ \
| | * | | powerpc/pci: Add PCI resource alignment documentationWei Yang2015-03-311-0/+301
| | * | | powerpc/pci: Remove unused struct pci_dn.pcidev fieldWei Yang2015-03-312-2/+0
| | * | | powerpc/powernv: Group VF PE when IOV BAR is big on PHB3Wei Yang2015-03-312-45/+154
| | * | | powerpc/powernv: Reserve additional space for IOV BAR, with m64_per_iov suppo...Wei Yang2015-03-312-3/+32
| | * | | powerpc/powernv: Shift VF resource with an offsetWei Yang2015-03-315-17/+553
| | * | | powerpc/powernv: Implement pcibios_iov_resource_alignment() on powernvWei Yang2015-03-313-0/+31
| | * | | powerpc/powernv: Reserve additional space for IOV BAR according to the number...Wei Yang2015-03-314-0/+56
| | * | | powerpc/powernv: Allocate struct pnv_ioda_pe iommu_table dynamicallyWei Yang2015-03-313-13/+18
| | * | | powerpc/pci: Don't unset PCI resources for VFsWei Yang2015-03-311-0/+4
| | * | | powerpc/pci: Create pci_dn for VFsGavin Shan2015-03-313-0/+135
| | * | | PCI: Consider additional PF's IOV BAR alignment in sizing and assigningWei Yang2015-03-311-16/+79
| | * | | PCI: Add pcibios_iov_resource_alignment() interfaceWei Yang2015-03-312-1/+8
| | * | | PCI: Add pcibios_sriov_enable() and pcibios_sriov_disable()Wei Yang2015-03-311-0/+19
| | * | | PCI: Export pci_iov_virtfn_bus() and pci_iov_virtfn_devfn()Wei Yang2015-03-312-12/+27
| | * | | PCI: Calculate maximum number of buses required for VFsWei Yang2015-03-312-4/+28
| | * | | PCI: Refresh First VF Offset and VF Stride when updating NumVFsWei Yang2015-03-311-4/+19
| | * | | PCI: Index IOV resources in the conventional styleBjorn Helgaas2015-03-311-4/+4
| | * | | PCI: Keep individual VF BAR size in struct pci_sriovWei Yang2015-03-313-19/+24
| | * | | PCI: Print PF SR-IOV resource that contains all VF(n) BAR spaceWei Yang2015-03-311-0/+2
| | * | | PCI: Print more info in sriov_enable() error messageBjorn Helgaas2015-03-311-2/+5
| * | | | powerpc/pseries: Correct memory hotplug lockingNathan Fontenot2015-04-141-4/+7
| * | | | Merge branch 'next-dlpar' of git://git.kernel.org/pub/scm/linux/kernel/git/be...Michael Ellerman2015-04-134-2/+627
| |\ \ \ \
| | * | | | powerpc/pseries: Implement memory hotplug remove in the kernelNathan Fontenot2015-03-171-1/+191
| | * | | | powerpc/pseries: Implement memory hotplug add in the kernelNathan Fontenot2015-03-171-1/+265
| | * | | | powerpc/pseries: Create new device hotplug entry pointNathan Fontenot2015-03-173-2/+145
| | * | | | powerpc/pseries: Declare the acquire/release drc index routinesNathan Fontenot2015-03-171-0/+2
| | * | | | powerpc/pseries: Define rtas hotplug event sectionsNathan Fontenot2015-03-171-0/+26
| * | | | | powerpc: Fix missing L2 cache size in /sys/devices/system/cpuDave Olson2015-04-111-10/+34
| * | | | | powerpc: Add ppc64 hard lockup detector supportAnton Blanchard2015-04-113-0/+25
| * | | | | oprofile: Disable oprofile NMI timer on ppc64Anton Blanchard2015-04-111-1/+1
| * | | | | powerpc/perf/hv-24x7: Add missing put_cpu_var()Sukadev Bhattiprolu2015-04-111-1/+3
| * | | | | powerpc/perf/hv-24x7: Break up single_24x7_requestSukadev Bhattiprolu2015-04-111-14/+42
| * | | | | powerpc/perf/hv-24x7: Define update_event_count()Sukadev Bhattiprolu2015-04-111-3/+9
| * | | | | powerpc/perf/hv-24x7: Whitespace cleanupSukadev Bhattiprolu2015-04-111-8/+10
| * | | | | powerpc/perf/hv-24x7: Define add_event_to_24x7_request()Sukadev Bhattiprolu2015-04-111-17/+42