index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
firewire
Age
Commit message (
Expand
)
Author
Files
Lines
2009-03-24
firewire: cdev: sort includes
Stefan Richter
1
-13
/
+15
2009-03-24
firewire: cdev: unify names of struct types and of their instances
Stefan Richter
1
-168
/
+169
2009-03-24
firewire: cdev: reference-count client instances
Stefan Richter
1
-9
/
+46
2009-03-24
firewire: prevent creation of multiple IR DMA contexts for the same channel
Stefan Richter
3
-5
/
+14
2009-03-24
firewire: cdev: use list_first_entry
Stefan Richter
1
-1
/
+1
2009-03-24
firewire: core: remove unused definitions
Stefan Richter
1
-12
/
+0
2009-03-24
firewire: remove line breaks before function names
Stefan Richter
11
-377
/
+249
2009-03-24
firewire: standardize a variable name
Stefan Richter
4
-58
/
+57
2009-03-24
firewire: core: remove obsolete assertions
Stefan Richter
1
-13
/
+4
2009-03-24
firewire: core: remove outdated comment
Stefan Richter
1
-6
/
+1
2009-03-24
firewire: cdev: address handler input validation
Stefan Richter
2
-11
/
+21
2009-03-24
firewire: cdev: use an idr rather than a linked list for resources
Jay Fenlason
1
-51
/
+114
2009-03-24
firewire: cdev: fix race of fw_device_op_release with bus reset
Stefan Richter
1
-4
/
+4
2009-03-24
firewire: cdev: tcodes input validation
Stefan Richter
1
-2
/
+25
2009-03-24
firewire: convert client_list_lock to mutex
Stefan Richter
3
-16
/
+14
2009-03-24
firewire: add a client_list_lock
Jay Fenlason
3
-15
/
+18
2009-03-24
firewire: Include iso timestamp in headers when header_size > 4
David Moore
1
-38
/
+35
2009-02-01
firewire: core: Remove card from list of cards when enable fails
Petr Vandrovec
1
-1
/
+8
2009-01-29
firewire: sbp2: add workarounds for 2nd and 3rd generation iPods
Stefan Richter
1
-7
/
+9
2009-01-28
firewire: sbp2: fix DMA mapping leak on the failure path
Stefan Richter
1
-10
/
+17
2009-01-28
firewire: sbp2: define some magic numbers as macros
Stefan Richter
1
-11
/
+12
2009-01-28
firewire: sbp2: fix payload limit at S1600 and S3200
Stefan Richter
1
-11
/
+12
2009-01-24
firewire: core: optimize card shutdown
Stefan Richter
2
-3
/
+5
2009-01-24
firewire: ohci: increase AT req. retries, fix ack_busy_X from Panasonic camco...
Stefan Richter
1
-1
/
+1
2009-01-24
firewire: ohci: change "context_stop: still active" log message
Stefan Richter
1
-2
/
+2
2009-01-20
firewire: keep highlevel drivers attached during brief connection loss
Stefan Richter
2
-22
/
+100
2009-01-20
firewire: unnecessary BM delay after generation rollover
Stefan Richter
3
-2
/
+11
2009-01-20
firewire: insist on successive self ID complete events
Stefan Richter
1
-0
/
+12
2009-01-09
firewire: core: fix sleep in atomic context due to driver core change
Stefan Richter
2
-16
/
+20
2009-01-04
firewire: reorder struct fw_card for better cache efficiency
Stefan Richter
1
-7
/
+3
2009-01-04
firewire: fix resetting of bus manager retry counter
Stefan Richter
2
-9
/
+6
2009-01-04
firewire: improve refcounting of fw_card
Jay Fenlason
4
-7
/
+21
2009-01-04
firewire: typo in comment
Jay Fenlason
1
-1
/
+1
2009-01-04
firewire: fix small memory leak at module removal
Stefan Richter
3
-1
/
+5
2009-01-04
firewire: fw-sbp2: remove unnecessary locking
Stefan Richter
1
-15
/
+6
2008-12-10
firewire: fw-ohci: fix IOMMU resource exhaustion
Stefan Richter
3
-4
/
+12
2008-11-25
firewire: fw-sbp2: another iPod mini quirk entry
Stefan Richter
1
-0
/
+5
2008-10-31
firewire: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
3
-10
/
+8
2008-10-26
firewire: fw-sbp2: fix races
Jay Fenlason
1
-10
/
+26
2008-10-26
firewire: fw-sbp2: delay first login to avoid retries
Stefan Richter
1
-1
/
+1
2008-10-26
firewire: fw-ohci: initialization failure path fixes
Stefan Richter
1
-9
/
+14
2008-10-26
firewire: fw-ohci: don't leak dma memory on module removal
Jay Fenlason
1
-0
/
+27
2008-10-26
firewire: fix struct fw_node memory leak
Jay Fenlason
1
-2
/
+4
2008-10-26
firewire: Survive more than 256 bus resets
Jay Fenlason
1
-1
/
+1
2008-10-15
firewire: fix ioctl() return code
Stefan Richter
1
-1
/
+1
2008-10-15
firewire: fix setting tag and sy in iso transmission
Stefan Richter
1
-2
/
+2
2008-10-15
firewire: fw-sbp2: fix another small generation access bug
Stefan Richter
1
-2
/
+5
2008-10-15
firewire: fw-sbp2: enforce s/g segment size limit
Stefan Richter
1
-36
/
+27
2008-10-15
firewire: fw_send_request_sync()
Jay Fenlason
5
-114
/
+82
2008-08-19
firewire: Kconfig help update
Stefan Richter
1
-2
/
+2
[prev]
[next]