index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
firewire
Age
Commit message (
Expand
)
Author
Files
Lines
2007-05-31
firewire: Change struct fw_cdev_iso_packet to not use bitfields.
Kristian Høgsberg
1
-1
/
+16
2007-05-31
firewire: Implement suspend/resume PCI driver hooks.
Kristian Høgsberg
2
-69
/
+123
2007-05-31
firewire: fw-sbp2: implement sysfs ieee1394_id
Stefan Richter
2
-0
/
+54
2007-05-28
firewire: fix return code
Jeff Garzik
1
-1
/
+1
2007-05-28
firewire: prefix modules with firewire- instead of fw-
Stefan Richter
2
-12
/
+14
2007-05-28
firewire: Add missing byteswapping for receive DMA programs.
Kristian Høgsberg
1
-2
/
+3
2007-05-16
missing mm.h in fw-ohci
Al Viro
1
-0
/
+1
2007-05-10
firewire: Convert OHCI driver to use standard goto unwinding for error handling.
Kristian Høgsberg
1
-44
/
+42
2007-05-10
firewire: Always use parens with sizeof.
Kristian Høgsberg
7
-65
/
+65
2007-05-10
firewire: Drop single buffer request support.
Kristian Høgsberg
1
-42
/
+1
2007-05-10
firewire: Add a comment to describe why we split the sg list.
Kristian Høgsberg, Stefan Richter
1
-1
/
+4
2007-05-10
firewire: Return SCSI_MLQUEUE_HOST_BUSY for out of memory cases in queuecommand.
Kristian Høgsberg
1
-4
/
+4
2007-05-10
firewire: Handle the last few DMA mapping error cases.
Kristian Høgsberg
1
-7
/
+26
2007-05-10
firewire: Allocate scsi_host up front and allocate the sbp2_device as hostdata.
Kristian Høgsberg
1
-84
/
+50
2007-05-10
firewire: Provide module aliase for backwards compatibility.
Olaf Hering
2
-0
/
+10
2007-05-10
firewire: Add to fw-core-y instead of assigning fw-core-objs in Makefile.
Kristian Høgsberg
1
-1
/
+1
2007-05-10
firewire: Break out shared IEEE1394 constant to separate header file.
Kristian Høgsberg
1
-60
/
+1
2007-05-10
firewire: Uppercase most macro names.
Kristian Høgsberg
5
-232
/
+231
2007-05-10
firewire: Coding style cleanup: no spaces after function names.
Kristian Høgsberg
5
-33
/
+33
2007-05-10
firewire: Convert card_rwsem to a regular mutex.
Kristian Høgsberg
1
-10
/
+10
2007-05-10
firewire: Clean up comment style.
Kristian Høgsberg
11
-253
/
+439
2007-05-10
firewire: Use lib/ implementation of CRC ITU-T.
Kristian Høgsberg
4
-28
/
+18
2007-05-01
firewire: Rename fw-device-cdev.c to fw-cdev.c and move header to include/linux.
Kristian Høgsberg
3
-270
/
+2
2007-05-01
firewire: Future proof the iso ioctls by adding a handle for the iso context.
Kristian Høgsberg
2
-4
/
+24
2007-05-01
firewire: Add read/write and size annotations to IOC numbers.
Kristian Høgsberg
2
-167
/
+135
2007-04-27
firewire: don't use extern on public symbols
Randy Dunlap
1
-2
/
+2
2007-04-27
firewire: fw-device printk fix
Andrew Morton
1
-1
/
+2
2007-04-17
firewire: Don't use subsystem rwsem, it's going away.
Kristian Høgsberg
2
-16
/
+19
2007-04-12
firewire: Do an agent reset on error recovery.
Kristian Høgsberg
1
-1
/
+1
2007-04-12
firewire: Only free ORBs that completed the initial transaction.
Kristian Høgsberg
1
-1
/
+4
2007-04-12
firewire: Forward SAM status codes to the scsi stack.
Kristian Høgsberg
1
-21
/
+18
2007-04-12
firewire: Check for CONTEXT_RUN not CONTEXT_ACTIVE when starting AT DMA context.
Kristian Høgsberg
1
-1
/
+1
2007-04-12
firewire: Byteswap iso header so all headers are presented as be32.
Kristian Høgsberg
1
-1
/
+7
2007-03-28
firewire: Fix start on cycle 0 for IT, implement start on cycle for IR.
Kristian Høgsberg
1
-9
/
+13
2007-03-28
firewire: Fix the range check for the queue_iso payload pointer.
Kristian Høgsberg
1
-5
/
+5
2007-03-28
firewire: Increase the number of config rom retries and the retry delay.
Kristian Høgsberg
1
-2
/
+2
2007-03-28
firewire: Don't set card->irm_node before we have a new valid topology.
Kristian Høgsberg
1
-3
/
+4
2007-03-28
firewire: Generalize resource tracking for cdev implementation.
Kristian Høgsberg
2
-119
/
+119
2007-03-28
firewire: Add ioctls to add and remove config rom descriptors.
Kristian Høgsberg
3
-5
/
+114
2007-03-28
firewire: Streamline userspace interface structs.
Kristian Høgsberg
2
-11
/
+31
2007-03-28
firewire: Remember to set the driver_data pointer when queueing a packet.
Kristian Høgsberg
1
-0
/
+1
2007-03-28
firewire: Use device->groups for adding device attributes.
Kristian Høgsberg
2
-35
/
+28
2007-03-25
firewire: Add phy register defines.
Marc Butler
2
-4
/
+16
2007-03-22
firewire: Export GUID as sysfs attribute.
Kristian Høgsberg
1
-2
/
+13
2007-03-22
firewire: Add sysfs attributes for config rom directory values.
Kristian Høgsberg
1
-4
/
+147
2007-03-22
firewire: Make use of struct device_type.
Kristian Høgsberg
1
-57
/
+36
2007-03-21
firewire: ROM cache is CPU-endian
Stefan Richter
1
-1
/
+1
2007-03-21
firewire: fix compiler warnings on 64bit
Stefan Richter
2
-4
/
+5
2007-03-21
firewire: add includes for sem and rw_sem
Stefan Richter
1
-0
/
+2
2007-03-21
firewire: Grab dev->sem when doing the update callback.
Kristian Høgsberg
1
-1
/
+4
[next]