summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorPavan Chebbi <pavan.chebbi@broadcom.com>2021-07-28 14:11:42 -0400
committerDavid S. Miller <davem@davemloft.net>2021-07-28 20:23:33 +0100
commitcaf3eedbcd8d326c9b789cc270b9ddcce254e0ce (patch)
tree97a871c4184989fd688fec6401a592338495a85c /tools/perf/scripts/python/stackcollapse.py
parent30e96f487f64c60b2884e37b9dabf287c9d048aa (diff)
downloadkernel-caf3eedbcd8d326c9b789cc270b9ddcce254e0ce.tar.gz
bnxt_en: 1PPS support for 5750X family chips
1PPS (One Pulse Per Second) is a signal generated either by the NIC PHC or an external timing source. Integrating the support to configure and use 1PPS using the TSIO pins along with PTP timestamps will add Grand Master capability to the 5750X family chipsets. This patch initializes the driver data structures and registers the 1PPS with kernel, based on the TSIO pins' capability in the hardware. This will create a /dev/ppsX device which applications can use to receive PPS events. Later patches will define functions to configure and use the pins. Reviewed-by: Edwin Peer <edwin.peer@broadcom.com> Signed-off-by: Pavan Chebbi <pavan.chebbi@broadcom.com> Signed-off-by: Michael Chan <michael.chan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions
arch/powerpc/kvm/book3s_64_vio.c?h=linux-rolling-lts&id=e61cf2e3a5b452cfefcb145021f5a8ea88735cc1'>Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds 2018-08-13Merge branch 'fixes' into nextMichael Ellerman 2018-08-06Merge tag 'v4.18-rc6' into HEADPaolo Bonzini 2018-07-30powerpc: remove unnecessary inclusion of asm/tlbflush.hChristophe Leroy 2018-07-18KVM: PPC: Check if IOMMU page is contained in the pinned physical pageAlexey Kardashevskiy 2018-07-18KVM: PPC: Book3S: Fix matching of hardware and emulated TCE tablesAlexey Kardashevskiy 2018-07-16KVM: PPC: Make iommu_table::it_userspace big endianAlexey Kardashevskiy 2018-05-17KVM: PPC: Book3S: Change return type to vm_fault_tSouptick Joarder 2018-05-17KVM: PPC: Book3S: Check KVM_CREATE_SPAPR_TCE_64 parametersAlexey Kardashevskiy 2018-05-17KVM: PPC: Book3S: Allow backing bigger guest IOMMU pages with smaller physica...Alexey Kardashevskiy 2018-05-17KVM: PPC: Book3S: Use correct page shift in H_STUFF_TCEAlexey Kardashevskiy 2017-10-14KVM: PPC: Book3S: Protect kvmppc_gpa_to_ua() with SRCUAlexey Kardashevskiy 2017-08-30KVM: PPC: Book3S HV: Protect updates to spapr_tce_tables listPaul Mackerras 2017-08-25KVM: PPC: Book3S: Fix race and leak in kvm_vm_ioctl_create_spapr_tce()Paul Mackerras 2017-04-20KVM: PPC: VFIO: Add in-kernel acceleration for VFIOAlexey Kardashevskiy 2017-04-20KVM: PPC: Pass kvm* to kvmppc_find_table()Alexey Kardashevskiy 2017-04-20KVM: PPC: Align the table size to system page sizeAlexey Kardashevskiy