Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
330f28f691e9b349e34adcaf82b273cf061bb491
/
drivers
/
ieee1394
/
raw1394.c
d43c36d
headers: remove sched.h from interrupt.h
by Alexey Dobriyan
· 15 years ago
64549e9
ieee1394: raw1394: Do not leak memory on failed trylock.
by Michael Buesch
· 15 years ago
c640946
ieee1394: constify device ID tables
by Stefan Richter
· 16 years ago
4216968
ieee1394: raw1394: add sparse annotations to raw1394_compat_write
by Stefan Richter
· 16 years ago
1c4fb57
ieee1394: Storage class should be before const qualifier
by Tobias Klauser
· 16 years ago
b17a550
ieee1394: mark all hpsb_address_ops instances as const
by Stefan Richter
· 16 years ago
6572a28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6
by Linus Torvalds
· 16 years ago
638570b
ieee1394: raw1394: fix possible deadlock in multithreaded clients
by Stefan Richter
· 16 years ago
1eee21a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6
by Linus Torvalds
· 16 years ago
6229df3
device create: ieee1394: convert device_create_drvdata to device_create
by Greg Kroah-Hartman
· 16 years ago
f22e52b
ieee1394: raw1394: make write() thread-safe
by Stefan Richter
· 16 years ago
ddfb908
ieee1394: raw1394: narrow down the state_mutex protected region
by Stefan Richter
· 16 years ago
10963ea
ieee1394: raw1394: replace BKL by local mutex, make ioctl() and mmap() thread-safe
by Stefan Richter
· 16 years ago
f71674a
device create: ieee1394: convert device_create to device_create_drvdata
by Greg Kroah-Hartman
· 16 years ago
3aea50a
ieee1394: raw1394: Push the BKL down into the driver ioctls
by Alan Cox
· 16 years ago
e386497
ieee1394: silence defined but not used warning in non-modular builds
by Tony Breeds
· 17 years ago
cc9429b
ieee1394: rawiso: requeue packet for transmission after skipped cycle
by Pieter Palmers
· 17 years ago
ee2d91e
ieee1394: Remove superfluous calls to kobject_set_name().
by Robert P. J. Day
· 17 years ago
d2ace29
ieee1394: prevent device binding of raw1394, video1394, dv1394
by Stefan Richter
· 17 years ago
a5c52df
ieee1394: Add missing "space"
by Joe Perches
· 17 years ago
5b26e64
raw1394 __user annotation
by Al Viro
· 17 years ago
53c96b4
ieee1394: remove old isochronous ABI
by Stefan Richter
· 17 years ago
dd7f292
ieee1394: convert ieee1394 from "struct class_device" to "struct device"
by Kay Sievers
· 17 years ago
5933708
ieee1394: raw1394: fix a 32/64-bits compat fix
by Stefan Richter
· 17 years ago
19f00e6
ieee1394: raw1394: Add ioctl() for 32bit userland on 64bit kernel, amendment
by Stefan Richter
· 17 years ago
650c12c
ieee1394: raw1394: Add ioctl() for 32bit userland on 64bit kernel
by Petr Vandrovec
· 18 years ago
883b97e
ieee1394: raw1394: Fix write() for 32bit userland on 64bit kernel
by Petr Vandrovec
· 18 years ago
ee9be42
ieee1394: raw1394: Fix read() for 32bit userland on 64bit kernel
by Petr Vandrovec
· 18 years ago
976da96
ieee1394: raw1394: Fix async send
by Petr Vandrovec
· 17 years ago
e63340a
header cleaning: don't include smp_lock.h when not used
by Randy Dunlap
· 17 years ago
7542e0e
ieee1394: remove usage of skb_queue as packet queue
by Stefan Richter
· 18 years ago
920841d
Merge branch 'for-linus' of ssh://master.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6
by Linus Torvalds
· 18 years ago
3dc5ea9
ieee1394: cycle timer read extension for raw1394
by Pieter Palmers
· 18 years ago
2b8693c
[PATCH] mark struct file_operations const 3
by Arjan van de Ven
· 18 years ago
0fe4c6f
ieee1394: raw1394: prevent unloading of low-level driver
by Stefan Richter
· 18 years ago
ed30c26
ieee1394: Consolidate driver registering
by Ben Collins
· 18 years ago
9868e0e
ieee1394: raw1394: defer feature removal of old isoch interface
by Stefan Richter
· 18 years ago
e94b176
[PATCH] slab: remove SLAB_KERNEL
by Christoph Lameter
· 18 years ago
54e6ecb
[PATCH] slab: remove SLAB_ATOMIC
by Christoph Lameter
· 18 years ago
3253b66
ieee1394: raw1394: arm functions slept in atomic context
by Stefan Richter
· 18 years ago
611aa19
ieee1394: safer definition of empty macros
by Stefan Richter
· 18 years ago
45289bf
[PATCH] ieee1394: raw1394: remove redundant counting semaphore
by Stefan Richter
· 18 years ago
de4394f
[PATCH] ieee1394: update #include directives in midlayer header files
by Stefan Richter
· 18 years ago
179e091
[PATCH] drivers: use list_move()
by Akinobu Mita
· 18 years ago
7597028
raw1394: fix whitespace after x86_64 compat patch
by Ben Collins
· 18 years ago
a874844
ieee1394: remove devfs support
by Stefan Richter
· 19 years ago
4bc32c4
[PATCH] x86_64: Implement compat code for raw1394 read/write
by Andi Kleen
· 19 years ago
c64d472
ieee1394/raw1394: LIndent fixes
by Jens-Michael Hoffmann
· 19 years ago
b12479d
raw1394: fix memory deallocation in modify_config_rom
by Stefan Richter
· 19 years ago
d734f92
drivers/ieee1394/raw1394.c: fix a NULL pointer
by Adrian Bunk
· 19 years ago
8551158
kmalloc/kzalloc changes:
by Stefan Richter
· 19 years ago
53f4654
[PATCH] Driver Core: fix up all callers of class_device_create()
by Greg Kroah-Hartman
· 19 years ago
4a9949d
[PATCH] raw1394: fix locking in the presence of SMP and interrupts
by Andy Wingo
· 19 years ago
dd0fc66
[PATCH] gfp flags annotations - part 1
by Al Viro
· 19 years ago
f31c9cf
[PATCH] ieee1394: delete legacy module aliases
by Jody McIntyre
· 19 years ago
1934b8b
[PATCH] Sync up ieee-1394
by Ben Collins
· 19 years ago
7e25ab9
[PATCH] class: convert drivers/ieee1394/* to use the new class api instead of class_simple
by gregkh@suse.de
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago