aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ieee1394/raw1394.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-10ieee1394: mark char device files as not seekableStefan Richter1-1/+2
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-09-12ieee1394: raw1394: Do not leak memory on failed trylock.Michael Buesch1-1/+3
2009-03-24ieee1394: constify device ID tablesStefan Richter1-1/+1
2009-03-24ieee1394: raw1394: add sparse annotations to raw1394_compat_writeStefan Richter1-3/+7
2009-03-24ieee1394: Storage class should be before const qualifierTobias Klauser1-1/+1
2009-01-04ieee1394: mark all hpsb_address_ops instances as constStefan Richter1-1/+1
2008-11-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6Linus Torvalds1-3/+6
2008-10-31ieee1394: raw1394: fix possible deadlock in multithreaded clientsStefan Richter1-3/+6
2008-10-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6Linus Torvalds1-103/+127
2008-10-16device create: ieee1394: convert device_create_drvdata to device_createGreg Kroah-Hartman1-4/+4
2008-10-15ieee1394: raw1394: make write() thread-safeStefan Richter1-0/+4
2008-10-15ieee1394: raw1394: narrow down the state_mutex protected regionStefan Richter1-101/+110
2008-10-15ieee1394: raw1394: replace BKL by local mutex, make ioctl() and mmap() thread-safeStefan Richter1-6/+17
2008-07-21device create: ieee1394: convert device_create to device_create_drvdataGreg Kroah-Hartman1-2/+2
2008-07-14ieee1394: raw1394: Push the BKL down into the driver ioctlsAlan Cox1-5/+15
2008-04-25ieee1394: silence defined but not used warning in non-modular buildsTony Breeds1-0/+2
2008-04-25ieee1394: rawiso: requeue packet for transmission after skipped cyclePieter Palmers1-1/+6
2008-04-18ieee1394: Remove superfluous calls to kobject_set_name().Robert P. J. Day1-1/+0
2008-04-18ieee1394: prevent device binding of raw1394, video1394, dv1394Stefan Richter1-1/+0
2008-01-30ieee1394: Add missing "space"Joe Perches1-2/+2
2007-07-26raw1394 __user annotationAl Viro1-1/+1
2007-07-10ieee1394: remove old isochronous ABIStefan Richter1-171/+5
2007-07-10ieee1394: convert ieee1394 from "struct class_device" to "struct device"Kay Sievers1-9/+9
2007-07-10ieee1394: raw1394: fix a 32/64-bits compat fixStefan Richter1-1/+5
2007-07-10ieee1394: raw1394: Add ioctl() for 32bit userland on 64bit kernel, amendmentStefan Richter1-1/+5
2007-07-10ieee1394: raw1394: Add ioctl() for 32bit userland on 64bit kernelPetr Vandrovec1-1/+96
2007-07-10ieee1394: raw1394: Fix write() for 32bit userland on 64bit kernelPetr Vandrovec1-31/+34
2007-07-10ieee1394: raw1394: Fix read() for 32bit userland on 64bit kernelPetr Vandrovec1-1/+1
2007-05-27ieee1394: raw1394: Fix async sendPetr Vandrovec1-3/+5
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-04-30ieee1394: remove usage of skb_queue as packet queueStefan Richter1-1/+2
2007-02-19Merge branch 'for-linus' of ssh://master.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6Linus Torvalds1-0/+20
2007-02-17ieee1394: cycle timer read extension for raw1394Pieter Palmers1-0/+20
2007-02-12[PATCH] mark struct file_operations const 3Arjan van de Ven1-1/+1
2007-02-08ieee1394: raw1394: prevent unloading of low-level driverStefan Richter1-19/+29
2006-12-07ieee1394: Consolidate driver registeringBen Collins1-5/+1
2006-12-07ieee1394: raw1394: defer feature removal of old isoch interfaceStefan Richter1-0/+17
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-5/+5
2006-12-07[PATCH] slab: remove SLAB_ATOMICChristoph Lameter1-15/+15
2006-09-23ieee1394: raw1394: arm functions slept in atomic contextStefan Richter1-18/+16
2006-09-17ieee1394: safer definition of empty macrosStefan Richter1-1/+1
2006-07-03[PATCH] ieee1394: raw1394: remove redundant counting semaphoreStefan Richter1-34/+57
2006-07-03[PATCH] ieee1394: update #include directives in midlayer header filesStefan Richter1-5/+6
2006-06-26[PATCH] drivers: use list_move()Akinobu Mita1-2/+1
2006-06-12raw1394: fix whitespace after x86_64 compat patchBen Collins1-28/+26
2006-03-28ieee1394: remove devfs supportStefan Richter1-6/+0
2006-03-25[PATCH] x86_64: Implement compat code for raw1394 read/writeAndi Kleen1-5/+91
2005-11-22ieee1394/raw1394: LIndent fixesJens-Michael Hoffmann1-18/+20
2005-11-21raw1394: fix memory deallocation in modify_config_romStefan Richter1-1/+1