Age | Commit message (Expand) | Author | Files | Lines |
2012-12-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2 | -3/+3 |
2012-12-13 | Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -8/+9 |
2012-12-12 | Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -3/+3 |
2012-12-03 | firewire: net: remove unused variable in fwnet_receive_broadcast() | Wei Yongjun | 1 | -2/+0 |
2012-12-02 | firewire: net: Fix handling of fragmented multicast/broadcast packets. | Stephan Gatzka | 1 | -4/+9 |
2012-12-02 | firewire: sbp2: allow WRITE SAME and REPORT SUPPORTED OPERATION CODES | Stefan Richter | 1 | -2/+0 |
2012-11-29 | firewire: remove use of __devinitdata | Bill Pemberton | 1 | -1/+1 |
2012-11-29 | firewire: remove use of __devinit | Bill Pemberton | 2 | -2/+2 |
2012-11-19 | various: Fix spelling of "asynchronous" in comments. | Adam Buchbinder | 2 | -3/+3 |
2012-11-14 | [SCSI] sd: Implement support for WRITE SAME | Martin K. Petersen | 1 | -0/+1 |
2012-11-14 | [SCSI] Add a report opcode helper | Martin K. Petersen | 1 | -0/+1 |
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 |