index
:
kernel-crypto.git
audit
bugfixes
herbert
integration
master
ncr-audit
ncr-integration
ncr-rhel5-patches
ncr-standalone-master
ncr-standalone-rename
ncr-submission-2
ncr-userspace-crypto
User-space crypto API development for Linux
Miloslav Trmac
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
firewire: fix compiler warnings on 64bit
Stefan Richter
2007-03-20
2
-4
/
+5
*
firewire: add includes for sem and rw_sem
Stefan Richter
2007-03-20
1
-0
/
+2
*
firewire: Grab dev->sem when doing the update callback.
Kristian Høgsberg
2007-03-20
1
-1
/
+4
*
firewire: rename CONFIG_FW to CONFIG_FIREWIRE
Stefan Richter
2007-03-20
3
-9
/
+9
*
firewire: Add ref-counting for sbp2_device and hold a ref while we have work ...
Kristian Høgsberg
2007-03-15
1
-12
/
+30
*
firewire: Free pending transactions on cdev release.
Kristian Høgsberg
2007-03-15
1
-1
/
+3
*
firewire: Zero out sd->scsi_host if we fail to register with the SCSI stack.
Kristian Høgsberg
2007-03-15
1
-0
/
+2
*
firewire: Implement deallocation of address ranges.
Kristian Høgsberg
2007-03-15
2
-6
/
+39
*
firewire: Move sync and tag parameters to start_iso ioctl.
Kristian Høgsberg
2007-03-15
5
-32
/
+26
*
firewire: Fix dualbuffer iso receive mode and drop buffer fill mode.
Kristian Høgsberg
2007-03-15
2
-122
/
+66
*
firewire: Implement CSR cycle time and bus time registers.
Kristian Høgsberg
2007-03-09
3
-3
/
+86
*
firewire: Implement topology map and fix a couple of loopback bugs.
Kristian Høgsberg
2007-03-09
6
-16
/
+85
*
firewire: Export juju specific rcodes to user space.
Kristian Høgsberg
2007-03-09
1
-0
/
+6
*
firewire: Add generation field to send_request ioctl struct.
Kristian Høgsberg
2007-03-09
2
-1
/
+2
*
firewire: Add card index field to get_info cdev ioctl struct.
Kristian Høgsberg
2007-03-09
2
-0
/
+5
*
firewire: Fix order of arguments for iso context creation.
Kristian Høgsberg
2007-03-09
1
-1
/
+1
*
firewire: Track pending transactions and cancel them on cdev release.
Kristian Høgsberg
2007-03-09
1
-3
/
+20
*
firewire: Move async transmit to use the general context code.
Kristian Høgsberg
2007-03-09
2
-214
/
+149
*
firewire: Use only a wait queue and terminate poll and read on device removal.
Kristian Høgsberg
2007-03-09
3
-29
/
+59
*
firewire: Don't time out command orbs, leave that to the scsi stack.
Kristian Høgsberg
2007-03-09
1
-20
/
+11
*
firewire: Add rom_index attribute for unit sysfs directories.
Kristian Høgsberg
2007-03-09
1
-0
/
+21
*
firewire: Quiet down fw-sbp2 logging a bit, remove stale FIXME.
Kristian Høgsberg
2007-03-09
1
-18
/
+8
*
firewire: Switch cdev code over to use register_chrdev and keep a list of dev...
Kristian Høgsberg
2007-03-09
4
-22
/
+51
*
firewire: Generalize get_config_rom to get_info.
Kristian Høgsberg
2007-03-09
2
-21
/
+75
*
firewire: Implement ioctl to initiate bus reset.
Kristian Høgsberg
2007-03-09
2
-4
/
+27
*
firewire: Add a bus reset event type for fw-device-cdev.
Kristian Høgsberg
2007-03-09
4
-3
/
+75
*
firewire: Only use INIT_DELAYED_WORK for first initialization.
Kristian Høgsberg
2007-03-09
1
-4
/
+4
*
firewire: Iterate through units in a keventd callback for update callbacks.
Kristian Høgsberg
2007-03-09
1
-3
/
+14
*
firewire: Clear all interrupt bits before shutting down.
Kristian Høgsberg
2007-03-09
1
-1
/
+2
*
firewire: Drop the unused fw_card device.
Kristian Høgsberg
2007-03-09
2
-30
/
+13
*
firewire: Let an fw_descriptor specify a leading immediate key/value pair.
Kristian Høgsberg
2007-03-09
3
-10
/
+32
*
firewire: Scheduled removal of SA_xxx interrupt flags fixups 3
Thomas Gleixner
2007-03-09
1
-1
/
+1
*
firewire: adjust whitespace
Stefan Richter
2007-03-09
3
-28
/
+26
*
firewire: Implement sync and tag matching for isochronous receive.
Kristian Høgsberg
2007-03-09
5
-7
/
+64
*
firewire: Configure channel and speed at context creation time.
Kristian Høgsberg
2007-03-09
5
-16
/
+21
*
firewire: Store OHCI version and make sure we have at least 1.1 before doing ...
Kristian Høgsberg
2007-03-09
1
-4
/
+15
*
firewire: Get zeroed out pages for mapping to user space.
Kristian Høgsberg
2007-03-09
1
-1
/
+1
*
firewire: Don't touch DMA descriptors after appending.
Kristian Høgsberg
2007-03-09
1
-6
/
+6
*
firewire: Use a buffer fill descriptor for receive when header size is 0.
Kristian Høgsberg
2007-03-09
3
-17
/
+95
*
firewire: Set correct buffer lengths for dualbuffer DMA descriptor.
Kristian Høgsberg
2007-03-09
1
-4
/
+3
*
firewire: Acummulate received iso headers and send them back to user space.
Kristian Høgsberg
2007-03-09
4
-24
/
+57
*
firewire: Log OHCI chipset version in PCI probe.
Kristian Høgsberg
2007-03-09
1
-2
/
+4
*
firewire: Implement functionality to stop isochronous DMA contexts.
Kristian Høgsberg
2007-03-09
5
-11
/
+53
*
firewire: Rename 'send_iso' to 'start_iso'.
Kristian Høgsberg
2007-03-09
5
-20
/
+16
*
firewire: Implement basic isochronous receive functionality.
Kristian Høgsberg
2007-03-09
6
-30
/
+181
*
firewire: Generalize the iso transmit descriptor buffer logic.
Kristian Høgsberg
2007-03-09
1
-142
/
+218
*
firewire: Split the iso buffer out from fw_iso_context and avoid vmalloc.
Kristian Høgsberg
2007-03-09
5
-84
/
+151
*
firewire: Use correct payload pointer when demarshalling incoming requests.
Kristian Høgsberg
2007-03-09
1
-1
/
+1
*
firewire: Read the *Clear versions of the iso interrupt register.
Kristian Høgsberg
2007-03-09
1
-2
/
+2
*
firewire: Fix another typo from the bitfield conversion.
Kristian Høgsberg
2007-03-09
1
-4
/
+4
[next]