| Commit message (Expand) | Author | Age | Files | Lines |
* | ieee1394: limit early node speed to host interface speed | Philippe De Muyter | 2008-04-18 | 1 | -0/+2 |
* | ieee1394: Remove superfluous calls to kobject_set_name(). | Robert P. J. Day | 2008-04-18 | 3 | -3/+0 |
* | ieee1394: ohci1394: missing PPC PMac feature calls in failure path | Stefan Richter | 2008-04-18 | 1 | -3/+3 |
* | ieee1394: ohci1394: refactor some printk format strings | Stefan Richter | 2008-04-18 | 1 | -15/+15 |
* | ieee1394: ohci1394: unroll a macro with return | Stefan Richter | 2008-04-18 | 1 | -38/+54 |
* | ieee1394: Use shorter list_splice_init() for brevity. | Robert P. J. Day | 2008-04-18 | 2 | -6/+3 |
* | ieee1394: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-04-18 | 5 | -13/+13 |
* | ieee1394: ohci1394: refactor probe, remove, suspend, resume | Stefan Richter | 2008-04-18 | 1 | -64/+49 |
* | ieee1394: ohci1394: switch on bus power after resume on PPC PMac | Stefan Richter | 2008-04-18 | 1 | -2/+6 |
* | ieee1394: prevent device binding of raw1394, video1394, dv1394 | Stefan Richter | 2008-04-18 | 4 | -6/+7 |
* | ieee1394: be*_add_cpu conversion | Marcin Slusarz | 2008-04-18 | 1 | -4/+2 |
* | ieee1394: sbp2: relax SCSI DMA alignment | Stefan Richter | 2008-04-18 | 1 | -5/+2 |
* | ieee1394: sbp2: fix for SYM13FW500 bridge (Datafab disk) | Stefan Richter | 2008-03-14 | 1 | -0/+5 |
* | ieee1394: sbp2: fix rescan-scsi-bus | Stefan Richter | 2008-02-19 | 1 | -0/+3 |
* | ieee1394: sbp2: add INQUIRY delay workaround | Stefan Richter | 2008-02-16 | 2 | -0/+14 |
* | ieee1394: sbp2: fix bogus s/g access change | Stefan Richter | 2008-02-02 | 1 | -3/+2 |
* | ieee1394: ohci1394: don't schedule IT tasklets on IR events | Stefan Richter | 2008-01-30 | 1 | -4/+8 |
* | ieee1394: sbp2: raise default transfer size limit | Stefan Richter | 2008-01-30 | 2 | -12/+15 |
* | ieee1394: remove unused code | Stefan Richter | 2008-01-30 | 1 | -68/+0 |
* | ieee1394: small cleanup after "nopage" | Stefan Richter | 2008-01-30 | 1 | -12/+4 |
* | ieee1394: nopage | Nick Piggin | 2008-01-30 | 1 | -23/+18 |
* | ieee1394: Add missing "space" | Joe Perches | 2008-01-30 | 1 | -2/+2 |
* | ieee1394: sbp2: s/g list access cosmetics | Stefan Richter | 2008-01-30 | 1 | -14/+12 |
* | ieee1394: sbp2: prepare for s/g chaining | Stefan Richter | 2008-01-30 | 1 | -1/+1 |
* | x86: early boot debugging via FireWire (ohci1394_dma=early) | Bernhard Kaindl | 2008-01-30 | 2 | -0/+286 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2008-01-26 | 1 | -0/+6 |
|\ |
|
| * | [SCSI] relax scsi dma alignment | James Bottomley | 2008-01-12 | 1 | -0/+6 |
* | | ieee1394: use class iteration api | Dave Young | 2008-01-25 | 1 | -138/+176 |
|/ |
|
* | ieee1394: iso and async streams: s/g list fix | Jens Axboe | 2007-11-04 | 1 | -2/+1 |
* | cleanup asm/scatterlist.h includes | Adrian Bunk | 2007-11-02 | 1 | -1/+1 |
* | ieee1394: ieee1394_transactions.c: remove dead code | Adrian Bunk | 2007-10-31 | 1 | -2/+0 |
* | SG: Change sg_set_page() to take length and offset argument | Jens Axboe | 2007-10-24 | 1 | -2/+2 |
* | [PATCH] Fix breakage after SG cleanups | Ralf Baechle | 2007-10-23 | 1 | -1/+1 |
* | [SG] Update drivers to use sg helpers | Jens Axboe | 2007-10-22 | 2 | -2/+2 |
* | ieee1394: ieee1394_core.c: use DEFINE_SPINLOCK for spinlock definition | Matthias Kaehlcke | 2007-10-16 | 1 | -1/+1 |
* | ieee1394: csr1212: proper refcounting | Stefan Richter | 2007-10-16 | 3 | -31/+36 |
* | ieee1394: nodemgr: fix leak of struct csr1212_keyval | Stefan Richter | 2007-10-16 | 1 | -6/+9 |
* | ieee1394: pcilynx: I2C cleanups | Jean Delvare | 2007-10-16 | 1 | -21/+5 |
* | ieee1394: Fix kthread stopping in nodemgr_host_thread | Satyam Sharma | 2007-10-16 | 1 | -1/+2 |
* | ieee1394: sbp2: fix unsafe iteration over list of devices | Stefan Richter | 2007-10-16 | 1 | -0/+15 |
* | ieee1394: pcilynx: superfluous local variables | Stefan Richter | 2007-10-16 | 1 | -3/+0 |
* | ieee1394: eth1394: fix lock imbalance | Stefan Richter | 2007-10-16 | 1 | -9/+5 |
* | ieee1394: eth1394: superfluous local variable | Stefan Richter | 2007-10-16 | 1 | -2/+0 |
* | Driver core: change add_uevent_var to use a struct | Kay Sievers | 2007-10-12 | 1 | -13/+4 |
* | [NET]: Move hardware header operations out of netdevice. | Stephen Hemminger | 2007-10-11 | 1 | -17/+23 |
* | [NET]: Wrap hard_header_parse | Stephen Hemminger | 2007-10-11 | 1 | -5/+5 |
* | [NET]: Nuke SET_MODULE_OWNER macro. | Ralf Baechle | 2007-10-11 | 1 | -1/+0 |
* | ieee1394: ohci1394: fix initialization if built non-modular | Stefan Richter | 2007-09-20 | 2 | -4/+2 |
* | ieee1394: sbp2: fix sbp2_remove_device for error cases | Stefan Richter | 2007-08-25 | 1 | -7/+7 |
* | ieee1394: sbp2: more correct Kconfig dependencies | Stefan Richter | 2007-08-02 | 1 | -1/+1 |