summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorPaul Menzel <paulepanter@users.sourceforge.net>2009-04-13 14:39:53 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2009-04-13 15:04:30 -0700
commit3e6210195c4e1157159779b7c700ba76f4546421 (patch)
treed8e8e6e3083dd5fb6f7e53469ce58bd8fc7f9791 /tools/perf/scripts/python/export-to-postgresql.py
parent811a201374b10d60662504f9ea533e03914fdb27 (diff)
downloadkernel-3e6210195c4e1157159779b7c700ba76f4546421.tar.gz
drivers/video/aty/radeon_base.c: fix typo in comment
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions
td>nbd: factor out a helper to get nbd_config without holding 'config_lock'Li Nan 2023-12-20nbd: fold nbd config initialization into nbd_alloc_config()Li Nan 2023-11-28virtio-blk: fix implicit overflow on virtio_max_dma_sizezhenwei pi 2023-11-20nbd: fix uaf in nbd_openLi Lingfeng 2023-10-06Merge tag 'block-6.6-2023-10-06' of git://git.kernel.dk/linuxLinus Torvalds 2023-10-03nbd: don't call blk_mark_disk_dead nbd_clear_sock_ioctlChristoph Hellwig 2023-09-26rbd: take header_rwsem in rbd_dev_refresh() only when updatingIlya Dryomov 2023-09-26rbd: decouple parent info read-in from updating rbd_devIlya Dryomov 2023-09-26rbd: decouple header read-in from updating rbd_dev->headerIlya Dryomov 2023-09-26rbd: move rbd_dev_refresh() definitionIlya Dryomov 2023-09-08Merge tag 'block-6.6-2023-09-08' of git://git.kernel.dk/linuxLinus Torvalds 2023-09-06Merge tag 'ceph-for-6.6-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds 2023-09-06drbd: swap bvec_set_page len and offsetChristoph Böhmwalder 2023-09-01null_blk: fix poll request timeout handlingChengming Zhou