summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2020-05-22 17:48:28 -0600
committerLorenzo Pieralisi <lorenzo.pieralisi@arm.com>2020-07-10 11:50:23 +0100
commit81ce3cf4a246d1578ed7ae6b69e4331fd2e6587f (patch)
tree34ac4b249c278117293d8bae4e35c3f8f2d3ef7c /tools/perf/scripts/python/bin/stackcollapse-report
parentc63aed7334c21de8d626ff028ccad98cf5847a0e (diff)
downloadkernel-81ce3cf4a246d1578ed7ae6b69e4331fd2e6587f.tar.gz
PCI: iproc: Use pci_host_probe() to register host
The iproc host driver does the same host registration and bus scanning calls as pci_host_probe, so let's use it instead. The only difference is pci_assign_unassigned_bus_resources() was called instead of pci_bus_size_bridges() and pci_bus_assign_resources(). This should be the same. Link: https://lore.kernel.org/r/20200522234832.954484-12-robh@kernel.org Signed-off-by: Rob Herring <robh@kernel.org> Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> Acked-by: Scott Branden <scott.branden@broadcom.com> Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> Cc: Ray Jui <rjui@broadcom.com> Cc: Scott Branden <sbranden@broadcom.com> Cc: bcm-kernel-feedback-list@broadcom.com
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions
git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds 2020-12-02KVM: arm64: Add usage of stage 2 fault lookup level in user_mem_abort()Yanan Wang 2020-11-10KVM: arm64: Get rid of the AArch32 register mapping codeMarc Zyngier 2020-11-10KVM: arm64: Consolidate exception injectionMarc Zyngier 2020-11-10KVM: arm64: Remove SPSR manipulation primitivesMarc Zyngier 2020-11-10KVM: arm64: Inject AArch64 exceptions from HYPMarc Zyngier 2020-11-10KVM: arm64: Make kvm_skip_instr() and co private to HYPMarc Zyngier 2020-11-10KVM: arm64: Move kvm_vcpu_trap_il_is32bit into kvm_skip_instr32()Marc Zyngier 2020-10-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds 2020-09-29KVM: arm64: Simplify handling of ARCH_WORKAROUND_2Marc Zyngier 2020-09-18KVM: arm64: Remove S1PTW check from kvm_vcpu_dabt_iswrite()Marc Zyngier 2020-09-18KVM: arm64: Assume write fault on S1PTW permission fault on instruction fetchMarc Zyngier 2020-07-30Merge branch 'kvm-arm64/misc-5.9' into kvmarm-master/nextMarc Zyngier 2020-07-30KVM: arm64: Rename kvm_vcpu_dabt_isextabt()Will Deacon 2020-07-28Merge branch 'kvm-arm64/misc-5.9' into kvmarm-master/next-WIPMarc Zyngier 2020-07-07KVM: arm64: Move SPSR_EL1 to the system register arrayMarc Zyngier 2020-07-07KVM: arm64: Disintegrate SPSR arrayMarc Zyngier 2020-07-07KVM: arm64: Move ELR_EL1 to the system register arrayMarc Zyngier 2020-07-07KVM: arm64: Make struct kvm_regs userspace-onlyMarc Zyngier 2020-07-05KVM: arm64: Rename HSR to ESRGavin Shan 2020-07-05KVM: arm64: Remove __hyp_text macro, use build rules insteadDavid Brazdil 2020-06-11Merge tag 'kvmarm-fixes-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini 2020-06-09KVM: arm64: Save the host's PtrAuth keys in non-preemptible contextMarc Zyngier 2020-05-05Merge branch 'for-next/bti-user' into for-next/btiWill Deacon 2020-03-24KVM: arm64: GICv4.1: Allow non-trapping WFI when using HW SGIsMarc Zyngier 2020-03-16KVM: arm64: BTI: Reset BTYPE when skipping emulated instructionsDave Martin