Age | Commit message (Expand) | Author | Files | Lines |
2012-10-09 | firewire: cdev: fix user memory corruption (i386 userland on amd64 kernel) | Stefan Richter | 1 | -2/+2 |
2012-09-28 | firewire: addendum to address handler RCU conversion | Stefan Richter | 1 | -5/+8 |
2012-09-28 | firewire: remove global lock around address handlers, convert to RCU | Peter Hurley | 1 | -9/+11 |
2012-09-25 | firewire: ohci: get IR bit from TSB41BA3D phy | Stephan Gatzka | 1 | -1/+27 |
2012-09-25 | firewire: core: feed /dev/random with devices' GUIDs | Clemens Ladisch | 1 | -0/+3 |
2012-07-30 | Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 4 | -9/+55 |
2012-06-30 | firewire: core: add is_local sysfs device attribute | Clemens Ladisch | 1 | -0/+9 |
2012-06-17 | firewire: ohci: initialize multiChanMode bits after reset | Clemens Ladisch | 1 | -0/+5 |
2012-06-17 | firewire: core: fix multichannel IR with buffers larger than 2 GB | Clemens Ladisch | 1 | -1/+1 |
2012-06-05 | firewire: ohci: sanity-check MMIO resource | Clemens Ladisch | 1 | -0/+7 |
2012-05-27 | firewire: ohci: lazy bus time initialization | Clemens Ladisch | 1 | -6/+12 |
2012-05-27 | firewire: core: allocate the low memory region | Clemens Ladisch | 1 | -2/+21 |
2012-05-24 | Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 9 | -160/+214 |
2012-05-21 | firewire: sbp2: document the absence of alignment requirements | Clemens Ladisch | 1 | -4/+6 |
2012-05-21 | firewire: sbp2: remove superfluous blk_queue_max_segment_size() call | Clemens Ladisch | 1 | -2/+0 |
2012-05-21 | firewire: sbp2: use scsi_dma_(un)map | Clemens Ladisch | 1 | -9/+4 |
2012-05-21 | firewire: sbp2: give correct DMA device to scsi framework | Clemens Ladisch | 1 | -1/+2 |
2012-05-10 | firewire: Move fw_card kref functions into linux/firewire.h | Chris Boot | 2 | -15/+1 |
2012-05-10 | firewire: Add function to get speed from opaque struct fw_request | Chris Boot | 1 | -0/+9 |
2012-04-18 | firewire: core: fw_device_refresh(): clean up error handling | Clemens Ladisch | 1 | -21/+12 |
2012-04-18 | firewire: core: log config rom reading errors | Clemens Ladisch | 1 | -15/+27 |
2012-04-18 | firewire: core: log error in case of failed bus manager lock | Clemens Ladisch | 1 | -2/+2 |
2012-04-18 | firewire: move rcode_string() to core | Clemens Ladisch | 1 | -0/+26 |
2012-04-18 | firewire: core: improve reread_config_rom() interface | Clemens Ladisch | 1 | -21/+19 |
2012-04-18 | firewire: core: wait for inaccessible devices after bus reset | Clemens Ladisch | 1 | -6/+3 |
2012-04-18 | firewire: ohci: omit spinlock IRQ flags where possible | Stefan Richter | 1 | -13/+10 |
2012-04-18 | firewire: ohci: correct signedness of a local variable | Stefan Richter | 1 | -2/+2 |
2012-04-18 | firewire: core: fix DMA mapping direction | Stefan Richter | 3 | -39/+99 |
2012-04-09 | firewire: use module_pci_driver | Axel Lin | 2 | -29/+6 |
2012-03-28 | Remove all #inclusions of asm/system.h | David Howells | 5 | -5/+0 |
2012-03-23 | Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 12 | -298/+442 |
2012-03-19 | firewire: allow explicit flushing of iso packet completions | Clemens Ladisch | 5 | -8/+96 |
2012-03-19 | firewire: prevent dropping of completed iso packet header data | Clemens Ladisch | 2 | -10/+10 |
2012-03-19 | firewire: ohci: factor out iso completion flushing code | Clemens Ladisch | 1 | -19/+18 |
2012-03-19 | firewire: ohci: simplify iso header pointer arithmetic | Clemens Ladisch | 1 | -10/+12 |
2012-03-19 | firewire: ohci: optimize control bit checks | Clemens Ladisch | 1 | -3/+3 |
2012-03-19 | firewire: ohci: remove unused excess_bytes field | Clemens Ladisch | 1 | -1/+0 |
2012-03-19 | firewire: ohci: copy_iso_headers(): make comment match the code | Clemens Ladisch | 1 | -4/+3 |
2012-03-17 | firewire: ohci: fix too-early completion of IR multichannel buffers | Clemens Ladisch | 1 | -3/+2 |
2012-03-10 | firewire: ohci: move runtime debug facility out of #ifdef | Stefan Richter | 2 | -24/+1 |
2012-03-10 | firewire: tone down some diagnostic log messages | Stefan Richter | 2 | -3/+1 |
2012-03-10 | firewire: sbp2: replace a GFP_ATOMIC allocation | Stefan Richter | 1 | -1/+1 |
2012-02-23 | firewire: sbp2: Fix SCSI sense data mangling | Chris Boot | 1 | -2/+11 |
2012-02-23 | firewire: sbp2: Ignore SBP-2 targets on the local node | Chris Boot | 1 | -0/+4 |
2012-02-23 | firewire: sbp2: Take into account Unit_Unique_ID | Chris Boot | 1 | -0/+12 |
2012-02-23 | firewire: nosy: Use the macro DMA_BIT_MASK(). | santosh nayak | 1 | -2/+2 |
2012-02-23 | firewire: core: convert AR-req handler lock from _irqsave to _bh | Stefan Richter | 1 | -13/+8 |
2012-02-23 | firewire: core: fix race at address_handler unregistration | Stefan Richter | 1 | -5/+8 |
2012-02-23 | firewire: core: remove obsolete comment | Stefan Richter | 1 | -8/+0 |
2012-02-23 | firewire: core: prefix log messages with card name | Stefan Richter | 6 | -54/+72 |