#!/bin/sh # # stackcollapse.py can cover all type of perf samples including # the tracepoints, so no special record requirements, just record what # you want to analyze. # perf record "$@" .0xinfinity.dev/distro/kernel/atom/drivers/block/xen-blkfront.c?h=0x221E-v0.0-v7.0' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/drivers/block/xen-blkfront.c
AgeCommit message (Expand)Author
2009-03-05Fix kernel NULL pointer dereference in xen-blkfrontKris Shannon
2009-02-26xen/blkfront: use blk_rq_map_sg to generate ring entriesJens Axboe
2008-12-29xen-blkfront: set queue paravirt flagFernando Luis Vázquez Cao
2008-11-18Release old elevator on change elevatorZhaolei
2008-10-21[PATCH] switch xenAl Viro
2008-10-21[PATCH] beginning of methods conversionAl Viro
2008-10-12Merge branch 'linus' into x86/xenIngo Molnar
2008-10-09block: Expand Xen blkfront for > 16 xvdChris Lalancette
2008-08-20xen: clean up domain mode predicatesJeremy Fitzhardinge
2008-08-06xen-blkfront.c: make blkif_ioctl() staticAdrian Bunk
2008-07-03xen: Avoid allocations causing swap activity on the resume pathIan Campbell
2008-07-03xen/blkfront: add __exit to module_exit() handlersJan Beulich
2008-07-03xen/blkfront: Make sure that the device is fully ready before allowing release.Wim Colgate
2008-07-03xen/blkfront: Add the CDROM_GET_CAPABILITY ioctl to blkfront.Christian Limpach
2008-07-03xen/blkfront: Make sure we don't use bounce buffers, we don't need them.Ian Campbell
2008-04-29xen: make blkif_getgeo staticHarvey Harrison
2008-04-24xen: Add compatibility aliases for frontend driversMark McLoughlin
2008-04-24xen: Module autoprobing support for frontend driversMark McLoughlin
2008-04-24xen blkfront: Delay wait for block devices until after the disk is addedChristian Limpach
2008-04-24xen/blkfront: use bdget_diskJeremy Fitzhardinge
2008-04-24xen: Make xen-blkfront write its protocol ABI to xenstoreMarkus Armbruster
2008-02-21xen: Implement getgeo for Xen virtual block device.Ian Campbell