summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/call-graph-from-postgresql.py
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2010-09-07 14:32:56 +0000
committerThomas Gleixner <tglx@linutronix.de>2010-10-30 10:12:03 +0200
commit117bf5fbdbdc7a5394e5718b3354238961c83067 (patch)
tree06a063f3a3b92bd1896a87ff14bdb0f8900dbf6f /tools/perf/scripts/python/call-graph-from-postgresql.py
parent18cb657ca1bafe635f368346a1676fb04c512edf (diff)
downloadkernel-117bf5fbdbdc7a5394e5718b3354238961c83067.tar.gz
hpfs: Convert sbi->hpfs_creation_de to mutex
sbi->hpfs_creation_de is used as mutex so make it a mutex. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Christoph Hellwig <hch@infradead.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Al Viro <viro@zeniv.linux.org.uk> Cc: linux-fsdevel@vger.kernel.org LKML-Reference: <20100907125056.228874895@linutronix.de>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions
2021-04-07vfio/mdev: Add mdev/mtype_get_type_group_id()Jason Gunthorpe 2021-04-07vfio/mdev: Remove duplicate storage of parent in mdev_deviceJason Gunthorpe 2021-04-07vfio/mdev: Add missing error handling to dev_set_name()Jason Gunthorpe 2021-04-07vfio/mdev: Reorganize mdev_device_create()Jason Gunthorpe 2021-04-07vfio/mdev: Add missing reference counting to mdev_typeJason Gunthorpe 2021-04-07vfio/mdev: Expose mdev_get/put_parent to mdev_private.hJason Gunthorpe 2021-04-07vfio/mdev: Use struct mdev_type in struct mdev_deviceJason Gunthorpe 2021-04-07vfio/mdev: Simplify driver registrationJason Gunthorpe 2021-04-07vfio/mdev: Add missing typesafety around mdev_deviceJason Gunthorpe 2021-04-07vfio/mdev: Do not allow a mdev_type to have a NULL parent pointerJason Gunthorpe 2021-04-06Merge branches 'v5.13/vfio/embed-vfio_device', 'v5.13/vfio/misc' and 'v5.13/v...Alex Williamson 2021-04-06vfio: Remove device_data from the vfio bus driver APIJason Gunthorpe 2021-04-06vfio: Make vfio_device_ops pass a 'struct vfio_device *' instead of 'void *'Jason Gunthorpe 2021-04-06vfio/mdev: Make to_mdev_device() into a static inlineJason Gunthorpe 2021-04-06vfio/mdev: Use vfio_init/register/unregister_group_devJason Gunthorpe 2021-04-06vfio/mdev: Fix spelling mistake "interal" -> "internal"Zhen Lei 2020-12-03vfio-mdev: Wire in a request handler for mdev parentEric Farman 2020-05-29vfio/mdev: Fix reference count leak in add_mdev_supported_typeQiushi Wu 2020-01-09vfio/mdev: make create attribute staticBen Dooks (Codethink)