Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
7b3d1c82417b340c73e416db10770379291010ba
/
drivers
/
firewire
37b6189
firewire: convert to idr_alloc()
by Tejun Heo
· 12 years ago
3bec60d5
firewire: add minor number range check to fw_device_init()
by Tejun Heo
· 12 years ago
748689d
firewire: don't use idr_remove_all()
by Tejun Heo
· 12 years ago
9afa319
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 12 years ago
6176772
Merge branch 'master' into for-next
by Jiri Kosina
· 12 years ago
8258634
firewire net: Use LL_RESERVED_SPACE(), HH_DATA_OFF().
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
b577d7e
firewire net: Ensure checksumming in upper layer.
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
8a168ca
treewide: Fix typo in various drivers
by Masanari Iida
· 12 years ago
a2013a1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 12 years ago
dadfab4
Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394
by Linus Torvalds
· 12 years ago
cff2f74
Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 12 years ago
db2cad2
firewire: net: remove unused variable in fwnet_receive_broadcast()
by Wei Yongjun
· 12 years ago
9d23734
firewire: net: Fix handling of fragmented multicast/broadcast packets.
by Stephan Gatzka
· 12 years ago
b0ea5f1
firewire: sbp2: allow WRITE SAME and REPORT SUPPORTED OPERATION CODES
by Stefan Richter
· 12 years ago
7eeb741
firewire: remove use of __devinitdata
by Bill Pemberton
· 12 years ago
03f94c0
firewire: remove use of __devinit
by Bill Pemberton
· 12 years ago
b3834be
various: Fix spelling of "asynchronous" in comments.
by Adam Buchbinder
· 12 years ago
5db4486
[SCSI] sd: Implement support for WRITE SAME
by Martin K. Petersen
· 12 years ago
3c6bdae
[SCSI] Add a report opcode helper
by Martin K. Petersen
· 12 years ago
790198f
firewire: cdev: fix user memory corruption (i386 userland on amd64 kernel)
by Stefan Richter
· 12 years ago
4d50c44
firewire: addendum to address handler RCU conversion
by Stefan Richter
· 12 years ago
35202f7
firewire: remove global lock around address handlers, convert to RCU
by Peter Hurley
· 12 years ago
52439d6
firewire: ohci: get IR bit from TSB41BA3D phy
by Stephan Gatzka
· 12 years ago
badfcb2
firewire: core: feed /dev/random with devices' GUIDs
by Clemens Ladisch
· 12 years ago
148b729
Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394
by Linus Torvalds
· 12 years ago
baedee1
firewire: core: add is_local sysfs device attribute
by Clemens Ladisch
· 12 years ago
e18907c
firewire: ohci: initialize multiChanMode bits after reset
by Clemens Ladisch
· 12 years ago
9d23f9e
firewire: core: fix multichannel IR with buffers larger than 2 GB
by Clemens Ladisch
· 12 years ago
7baab9a
firewire: ohci: sanity-check MMIO resource
by Clemens Ladisch
· 12 years ago
9d60ef2
firewire: ohci: lazy bus time initialization
by Clemens Ladisch
· 12 years ago
f07d42a
firewire: core: allocate the low memory region
by Clemens Ladisch
· 12 years ago
2f78d8e
Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394
by Linus Torvalds
· 12 years ago
26c72e2
firewire: sbp2: document the absence of alignment requirements
by Clemens Ladisch
· 12 years ago
935f672
firewire: sbp2: remove superfluous blk_queue_max_segment_size() call
by Clemens Ladisch
· 12 years ago
f203022
firewire: sbp2: use scsi_dma_(un)map
by Clemens Ladisch
· 12 years ago
473ffe6
firewire: sbp2: give correct DMA device to scsi framework
by Clemens Ladisch
· 12 years ago
fc5f80b
firewire: Move fw_card kref functions into linux/firewire.h
by Chris Boot
· 13 years ago
253d923
firewire: Add function to get speed from opaque struct fw_request
by Chris Boot
· 13 years ago
8527f8e
firewire: core: fw_device_refresh(): clean up error handling
by Clemens Ladisch
· 13 years ago
94fba9f
firewire: core: log config rom reading errors
by Clemens Ladisch
· 13 years ago
3b00b00
firewire: core: log error in case of failed bus manager lock
by Clemens Ladisch
· 13 years ago
7bdbff6
firewire: move rcode_string() to core
by Clemens Ladisch
· 13 years ago
db7494e
firewire: core: improve reread_config_rom() interface
by Clemens Ladisch
· 13 years ago
d33ec3b
firewire: core: wait for inaccessible devices after bus reset
by Clemens Ladisch
· 13 years ago
8a8c473
firewire: ohci: omit spinlock IRQ flags where possible
by Stefan Richter
· 13 years ago
d713dfa
firewire: ohci: correct signedness of a local variable
by Stefan Richter
· 13 years ago
0b6c485
firewire: core: fix DMA mapping direction
by Stefan Richter
· 13 years ago
fe2af11
firewire: use module_pci_driver
by Axel Lin
· 13 years ago
9ffc93f
Remove all #inclusions of asm/system.h
by David Howells
· 13 years ago
3469940
Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394
by Linus Torvalds
· 13 years ago
d1bbd20
firewire: allow explicit flushing of iso packet completions
by Clemens Ladisch
· 13 years ago
18d6271
firewire: prevent dropping of completed iso packet header data
by Clemens Ladisch
· 13 years ago
910e76c
firewire: ohci: factor out iso completion flushing code
by Clemens Ladisch
· 13 years ago
7386401
firewire: ohci: simplify iso header pointer arithmetic
by Clemens Ladisch
· 13 years ago
90fcc89
firewire: ohci: optimize control bit checks
by Clemens Ladisch
· 13 years ago
b9b5bbf
firewire: ohci: remove unused excess_bytes field
by Clemens Ladisch
· 13 years ago
32c507f
firewire: ohci: copy_iso_headers(): make comment match the code
by Clemens Ladisch
· 13 years ago
0c0efba
firewire: ohci: fix too-early completion of IR multichannel buffers
by Clemens Ladisch
· 13 years ago
cfda62b
firewire: ohci: move runtime debug facility out of #ifdef
by Stefan Richter
· 13 years ago
98466cc
firewire: tone down some diagnostic log messages
by Stefan Richter
· 13 years ago
c13ccfc
firewire: sbp2: replace a GFP_ATOMIC allocation
by Stefan Richter
· 13 years ago
6503de6
firewire: sbp2: Fix SCSI sense data mangling
by Chris Boot
· 13 years ago
7404456
firewire: sbp2: Ignore SBP-2 targets on the local node
by Chris Boot
· 13 years ago
8ff6a75
firewire: sbp2: Take into account Unit_Unique_ID
by Chris Boot
· 13 years ago
e894d1d
firewire: nosy: Use the macro DMA_BIT_MASK().
by santosh nayak
· 13 years ago
ea102d0
firewire: core: convert AR-req handler lock from _irqsave to _bh
by Stefan Richter
· 13 years ago
90963f1
firewire: core: fix race at address_handler unregistration
by Stefan Richter
· 13 years ago
280f64d
firewire: core: remove obsolete comment
by Stefan Richter
· 13 years ago
26b4950
firewire: core: prefix log messages with card name
by Stefan Richter
· 13 years ago
8408dc1
firewire: net: use dev_printk API
by Stefan Richter
· 13 years ago
59759ff
firewire: net: identify to driver core as "firewire_net", not "net"
by Stefan Richter
· 13 years ago
0c22ecd
firewire: sbp2: identify to driver core as "firewire_sbp2", not "sbp2"
by Stefan Richter
· 13 years ago
320cfa6
firewire: ohci: disable MSI on Ricoh controllers
by Stefan Richter
· 13 years ago
d1bb399
firewire: ohci: add reset packet quirk for SB Audigy
by Clemens Ladisch
· 13 years ago
eba9eba
firewire: sbp2: use dev_printk API
by Stefan Richter
· 13 years ago
64d2172
firewire: ohci: use dev_printk API
by Stefan Richter
· 13 years ago
2107622
firewire: move fw_device reference counting from drivers to core
by Stefan Richter
· 13 years ago
90ab5ee
module_param: make bool parameters really bool (drivers & misc)
by Rusty Russell
· 13 years ago
32aaeff
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 13 years ago
823467e
drivers/firewire: Add export.h for EXPORT_SYMBOL to core-iso.c
by Paul Gortmaker
· 13 years ago
a572e68
firewire: ohci: fix isochronous DMA synchronization
by Clemens Ladisch
· 13 years ago
32eaeae
firewire: ohci: work around selfID junk due to wrong gap count
by Clemens Ladisch
· 13 years ago
a74477d
firewire: net: Use posted writes
by Stephan Gatzka
· 13 years ago
4ec4a67
firewire: use clamp and min3 macros
by Stefan Richter
· 13 years ago
b810e4a
firewire: ohci: optimize TSB41BA3D detection
by Stefan Richter
· 13 years ago
28897fb
firewire: ohci: TSB41BA3D support tweaks
by Stefan Richter
· 13 years ago
25935eb
firewire: ohci: Add support for TSB41BA3D phy
by Stephan Gatzka
· 13 years ago
2d7a36e
firewire: ohci: Move code from the bus reset tasklet into a workqueue
by Stephan Gatzka
· 13 years ago
32ce38f
firewire: sbp2: fold two functions into one
by Stefan Richter
· 13 years ago
b2af07b
firewire: sbp2: move some code to more sensible places
by Stefan Richter
· 13 years ago
6ff8147
firewire: sbp2: remove obsolete reference counting
by Stefan Richter
· 13 years ago
f39aa30
firewire: ohci: add no MSI quirk for O2Micro controller
by Ming Lei
· 13 years ago
219f358
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6
by Linus Torvalds
· 13 years ago
0278ccd
firewire: sbp2: fix panic after rmmod with slow targets
by Chris Boot
· 13 years ago
3210d19
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6
by Linus Torvalds
· 13 years ago
6f02bfc
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6
by Linus Torvalds
· 13 years ago
aaff120
firewire: core: handle ack_busy when fetching the Config ROM
by Stefan Richter
· 13 years ago
a01e836
firewire: ohci: fix DMA unmapping in an error path
by Stefan Richter
· 13 years ago
9c1176b
firewire: cdev: fix 32 bit userland on 64 bit kernel compat corner cases
by Stefan Richter
· 13 years ago
60063497
atomic: use <linux/atomic.h>
by Arun Sharma
· 13 years ago
Next »