Revert "drm: don't associate _DRM_DRIVER maps with a master"
[safe/jmp/linux-2.6] / drivers / firewire / fw-cdev.c
2009-03-24 Stefan Richterfirewire: cdev: add closure to async stream ioctl
2009-03-24 Stefan Richterfirewire: cdev: simplify FW_CDEV_IOC_SEND_REQUEST retur...
2009-03-24 Stefan Richterfirewire: cdev: fix race of ioctl_send_request with...
2009-03-24 Stefan Richterfirewire: cdev: secure add_descriptor ioctl
2009-03-24 Stefan Richterfirewire: cdev: amendment to "add ioctl to query maximu...
2009-03-24 Jay Fenlasonfirewire: implement asynchronous stream transmission
2009-03-24 Stefan Richterfirewire: cdev: simplify a schedule_delayed_work wrapper
2009-03-24 Stefan Richterfirewire: cdev: add ioctls for iso resource management...
2009-03-24 Stefan Richterfirewire: cdev: shut down iso context before freeing...
2009-03-24 Stefan Richterfirewire: cdev: replace some spin_lock_irqsave by spin_...
2009-03-24 Stefan Richterfirewire: cdev: extend transaction payload size check
2009-03-24 Stefan Richterfirewire: cdev: restrict broadcast write requests to...
2009-03-24 Jay Fenlason, Stef... firewire: cdev: add ioctl for broadcast write requests
2009-03-24 Stefan Richterfirewire: cdev: add ioctl to query maximum transmission...
2009-03-24 Stefan Richterfirewire: cdev: add ioctls for manual iso resource...
2009-03-24 Jay Fenlason, Stef... firewire: cdev: add ioctls for isochronous resource...
2009-03-24 Stefan Richterfirewire: cdev: sort includes
2009-03-24 Stefan Richterfirewire: cdev: unify names of struct types and of...
2009-03-24 Stefan Richterfirewire: cdev: reference-count client instances
2009-03-24 Stefan Richterfirewire: cdev: use list_first_entry
2009-03-24 Stefan Richterfirewire: remove line breaks before function names
2009-03-24 Stefan Richterfirewire: standardize a variable name
2009-03-24 Stefan Richterfirewire: cdev: address handler input validation
2009-03-24 Jay Fenlasonfirewire: cdev: use an idr rather than a linked list...
2009-03-24 Stefan Richterfirewire: cdev: fix race of fw_device_op_release with...
2009-03-24 Stefan Richterfirewire: cdev: tcodes input validation
2009-03-24 Stefan Richterfirewire: convert client_list_lock to mutex
2009-03-24 Jay Fenlasonfirewire: add a client_list_lock
2008-10-15 Stefan Richterfirewire: fix ioctl() return code
2008-10-15 Stefan Richterfirewire: fix setting tag and sy in iso transmission
2008-08-02 David Moorefirewire: Preserve response data alignment bug when...
2008-07-20 JiSheng Zhangfirewire: queue the right number of data
2008-06-18 Stefan Richterfirewire: fill_bus_reset_event needs lock protection
2008-05-20 Jay Fenlasonfirewire: prevent userspace from accessing shut down...
2008-04-18 Stefan Richterfirewire: reread config ROM when device reset the bus
2008-02-21 Stefan Richterfirewire: fix NULL pointer deref. and resource leak
2008-02-16 Stefan Richterfirewire: fix "kobject_add failed for fw* with -EEXIST"
2008-01-30 Stefan Richterfirewire: enforce access order between generation and...
2008-01-30 Stefan Richterfirewire: fw-cdev: use device generation, not card...
2007-10-16 Jay Fenlasonfirewire: fw-cdev: reorder wakeup vs. spinlock
2007-10-16 Stefan Richterfirewire: adopt read cycle timer ABI from raw1394
2007-10-16 Stefan Richterfirewire: fw-core: local variable shadows a global one
2007-10-14 Al Virofw-cdev __user annotations
2007-07-09 Stefan Richterfirewire: support S100B...S400B and link slower than PHY
2007-06-20 Kristian Høgsbergfirewire: Only set client->iso_context if allocation...
2007-05-31 Kristian Høgsbergfirewire: Change struct fw_cdev_iso_packet to not use...
2007-05-27 Jeff Garzikfirewire: fix return code
2007-05-10 Kristian Høgsbergfirewire: Always use parens with sizeof.
2007-05-10 Kristian Høgsbergfirewire: Clean up comment style.
2007-04-30 Kristian Høgsbergfirewire: Rename fw-device-cdev.c to fw-cdev.c and...