aboutsummaryrefslogtreecommitdiff
path: root/drivers/ieee1394
AgeCommit message (Expand)AuthorFilesLines
2008-01-30ieee1394: ohci1394: don't schedule IT tasklets on IR eventsGravatar Stefan Richter 1-4/+8
2008-01-30ieee1394: sbp2: raise default transfer size limitGravatar Stefan Richter 2-12/+15
2008-01-30ieee1394: remove unused codeGravatar Stefan Richter 1-68/+0
2008-01-30ieee1394: small cleanup after "nopage"Gravatar Stefan Richter 1-12/+4
2008-01-30ieee1394: nopageGravatar Nick Piggin 1-23/+18
2008-01-30ieee1394: Add missing "space"Gravatar Joe Perches 1-2/+2
2008-01-30ieee1394: sbp2: s/g list access cosmeticsGravatar Stefan Richter 1-14/+12
2008-01-30ieee1394: sbp2: prepare for s/g chainingGravatar Stefan Richter 1-1/+1
2008-01-30x86: early boot debugging via FireWire (ohci1394_dma=early)Gravatar Bernhard Kaindl 2-0/+286
2008-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Gravatar Linus Torvalds 1-0/+6
2008-01-24ieee1394: use class iteration apiGravatar Dave Young 1-138/+176
2008-01-11[SCSI] relax scsi dma alignmentGravatar James Bottomley 1-0/+6
2007-11-04ieee1394: iso and async streams: s/g list fixGravatar Jens Axboe 1-2/+1
2007-11-02cleanup asm/scatterlist.h includesGravatar Adrian Bunk 1-1/+1
2007-10-31ieee1394: ieee1394_transactions.c: remove dead codeGravatar Adrian Bunk 1-2/+0
2007-10-24SG: Change sg_set_page() to take length and offset argumentGravatar Jens Axboe 1-2/+2
2007-10-23[PATCH] Fix breakage after SG cleanupsGravatar Ralf Baechle 1-1/+1
2007-10-22[SG] Update drivers to use sg helpersGravatar Jens Axboe 2-2/+2
2007-10-16ieee1394: ieee1394_core.c: use DEFINE_SPINLOCK for spinlock definitionGravatar Matthias Kaehlcke 1-1/+1
2007-10-16ieee1394: csr1212: proper refcountingGravatar Stefan Richter 3-31/+36
2007-10-16ieee1394: nodemgr: fix leak of struct csr1212_keyvalGravatar Stefan Richter 1-6/+9
2007-10-16ieee1394: pcilynx: I2C cleanupsGravatar Jean Delvare 1-21/+5
2007-10-16ieee1394: Fix kthread stopping in nodemgr_host_threadGravatar Satyam Sharma 1-1/+2
2007-10-16ieee1394: sbp2: fix unsafe iteration over list of devicesGravatar Stefan Richter 1-0/+15
2007-10-16ieee1394: pcilynx: superfluous local variablesGravatar Stefan Richter 1-3/+0
2007-10-16ieee1394: eth1394: fix lock imbalanceGravatar Stefan Richter 1-9/+5
2007-10-16ieee1394: eth1394: superfluous local variableGravatar Stefan Richter 1-2/+0
2007-10-12Driver core: change add_uevent_var to use a structGravatar Kay Sievers 1-13/+4
2007-10-10[NET]: Move hardware header operations out of netdevice.Gravatar Stephen Hemminger 1-17/+23
2007-10-10[NET]: Wrap hard_header_parseGravatar Stephen Hemminger 1-5/+5
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Gravatar Ralf Baechle 1-1/+0
2007-09-20ieee1394: ohci1394: fix initialization if built non-modularGravatar Stefan Richter 2-4/+2
2007-08-25ieee1394: sbp2: fix sbp2_remove_device for error casesGravatar Stefan Richter 1-7/+7
2007-08-02ieee1394: sbp2: more correct Kconfig dependenciesGravatar Stefan Richter 1-1/+1
2007-08-02ieee1394: revert "sbp2: enforce 32bit DMA mapping"Gravatar Stefan Richter 1-5/+0
2007-07-26raw1394 __user annotationGravatar Al Viro 1-1/+1
2007-07-20mm: Remove slab destructors from kmem_cache_create().Gravatar Paul Mundt 1-1/+1
2007-07-17Freezer: make kernel threads nonfreezable by defaultGravatar Rafael J. Wysocki 2-2/+2
2007-07-15Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Gravatar Linus Torvalds 1-71/+4
2007-07-15ieee1394: forgotten dereference...Gravatar Al Viro 1-1/+1
2007-07-10ieee1394: remove old isochronous ABIGravatar Stefan Richter 13-518/+32
2007-07-10ieee1394: sbp2: change some module parameters from int to boolGravatar Stefan Richter 2-9/+8
2007-07-10ieee1394: first minimal NUMA awarenessGravatar Stefan Richter 1-0/+1
2007-07-10ieee1394: eth1394: revert parent device to that in 2.6.20Gravatar Stefan Richter 1-3/+1
2007-07-10ieee1394: nodemgr: parallelize between several hostsGravatar Stefan Richter 1-26/+43
2007-07-10ieee1394: convert ieee1394 from "struct class_device" to "struct device"Gravatar Kay Sievers 7-84/+86
2007-07-10ieee1394: raw1394: fix a 32/64-bits compat fixGravatar Stefan Richter 1-1/+5
2007-07-10ieee1394: raw1394: Add ioctl() for 32bit userland on 64bit kernel, amendmentGravatar Stefan Richter 1-1/+5
2007-07-10ieee1394: raw1394: Add ioctl() for 32bit userland on 64bit kernelGravatar Petr Vandrovec 1-1/+96
2007-07-10ieee1394: raw1394: Fix write() for 32bit userland on 64bit kernelGravatar Petr Vandrovec 1-31/+34