summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorSteve Sistare <steven.sistare@oracle.com>2021-01-29 08:54:10 -0800
committerAlex Williamson <alex.williamson@redhat.com>2021-02-01 13:20:07 -0700
commitec5e32940cc9d2a8a321cb7d756fb6ae45702d03 (patch)
treee0314bcdcfd0ddb83fcf52a1c76b5f1b9bc94e73 /tools/perf/scripts/python
parentc3cbab24db3860d68924d8a3f752a97d3cca1623 (diff)
downloadkernel-ec5e32940cc9d2a8a321cb7d756fb6ae45702d03.tar.gz
vfio: iommu driver notify callback
Define a vfio_iommu_driver_ops notify callback, for sending events to the driver. Drivers are not required to provide the callback, and may ignore any events. The handling of events is driver specific. Define the CONTAINER_CLOSE event, called when the container's file descriptor is closed. This event signifies that no further state changes will occur via container ioctl's. Signed-off-by: Steve Sistare <steven.sistare@oracle.com> Reviewed-by: Cornelia Huck <cohuck@redhat.com> Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
2023-10-30 17:56:53 -1000'>2023-10-30Merge tag 'csd-lock.2023.10.23a' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds 2023-10-17Merge branch 'linus' into smp/coreThomas Gleixner 2023-10-16smp,csd: Throw an error if a CSD lock is stuck for too longRik van Riel 2023-09-13smp: Change function signatures to use call_single_data_tLeonardo Bras 2023-07-10smp: Reduce NMI traffic from CSD waiters to CSD destinationImran Khan 2023-07-10smp: Reduce logging due to dump_stack of CSD waitersImran Khan 2023-06-16trace,smp: Add tracepoints for scheduling remotelly called functionsLeonardo Bras 2023-06-16trace,smp: Add tracepoints around remotelly called functionsLeonardo Bras 2023-05-15cpu/hotplug: Mark arch_disable_smp_support() and bringup_nonboot_cpus() __initThomas Gleixner 2023-03-24trace,smp: Trace all smp_function_call*() invocationsPeter Zijlstra 2023-03-24trace: Add trace_ipi_send_cpu()Peter Zijlstra 2023-03-24sched, smp: Trace smp callback causing an IPIValentin Schneider 2023-03-24smp: reword smp call IPI commentValentin Schneider 2023-03-24smp: Trace IPIs sent via arch_send_call_function_ipi_mask()Valentin Schneider 2023-03-24sched, smp: Trace IPIs sent via send_call_function_single_ipi()Valentin Schneider 2023-03-24kernel/smp: Make csdlock_debug= resettablePaul E. McKenney 2023-03-24locking/csd_lock: Remove per-CPU data indirection from CSD lock debuggingPaul E. McKenney 2023-03-24locking/csd_lock: Remove added data from CSD lock debuggingPaul E. McKenney 2023-03-24locking/csd_lock: Add Kconfig option for csd_debug defaultPaul E. McKenney 2022-10-10Merge tag 'bitmap-6.1-rc1' of https://github.com/norov/linuxLinus Torvalds 2022-09-20lib/cpumask: add FORCE_NR_CPUS config optionYury Norov 2022-09-19smp: add set_nr_cpu_ids()Yury Norov 2022-09-19smp: don't declare nr_cpu_ids if NR_CPUS == 1Yury Norov 2022-08-31sched/debug: Try trigger_single_cpu_backtrace(cpu) in dump_cpu_task()Zhen Lei 2022-07-19locking/csd_lock: Change csdlock_debug from early_param to __setupChen Zhongjin 2022-05-24Merge tag 'sched-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds