index
:
~glisse/linux
amdgpu-debug
bbb-3.8
bxm-3.2
dal
generic-write-protection-rfc
gup
gup-bio-v2
gup-bio-v3
gup-fs-block
gup-scatterlist-v1
hmm
hmm-4.17
hmm-4.19
hmm-4.20
hmm-4.21
hmm-5.1-v2
hmm-5.2-v3
hmm-5.3
hmm-cdm
hmm-cdm-next
hmm-cdm-v2
hmm-cdm-v3
hmm-cdm-v4
hmm-for-4.17
hmm-for-5.1
hmm-intel-v00
hmm-next
hmm-nouveau
hmm-nouveau-5.1
hmm-nouveau-v01
hmm-nouveau-v03
hmm-odp-v2
hmm-p2p
hmm-radeon-v00
hmm-stable
hmm-v10
hmm-v11
hmm-v12
hmm-v13
hmm-v14
hmm-v15
hmm-v16
hmm-v17
hmm-v18
hmm-v19
hmm-v20
hmm-v21
hmm-v22
hmm-v23
hmm-v24
hmm-v25
hmm-v25-4.9
hmm-v25-next
hmm-v9
hmm-y15may21
hms-hbind-v01
kill-page-mapping
kvm-restore-change_pte
master
mmu-notifier
mmu-notifier-context
mmu-notifier-rfc
mmu-notifier-rfc-kvm
mmu-notifier-v05
mmu-notifier-v06
nookhd
nouveau-hmm
nouveau-hmm-v00
nouveau-hmm-v01
odp-5.2
odp-hmm
rdma-5.2
rdma-odp-hmm-v4
scratch
wip-hmm-p2p
wip-kvm-mmu-notifier-opti
wip-p2p-showcase
Linux kernel with some radeon work.
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
firewire
/
core-cdev.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-23
firewire: core: fix card->reset_jiffies overflow
Clemens Ladisch
1
-1
/
+2
2011-01-23
firewire: cdev: remove unneeded reference
Clemens Ladisch
1
-5
/
+0
2011-01-23
firewire: cdev: always wait for outbound transactions to complete
Clemens Ladisch
1
-14
/
+28
2011-01-23
firewire: cdev: remove unneeded idr_find() from complete_transaction()
Clemens Ladisch
1
-7
/
+1
2010-12-13
firewire: make PHY packet header format consistent
Clemens Ladisch
1
-3
/
+4
2010-08-02
Merge firewire branches to be released post v2.6.35
Stefan Richter
1
-82
/
+327
2010-07-29
firewire: add isochronous multichannel reception
Stefan Richter
1
-21
/
+72
2010-07-29
firewire: core: small clarifications in core-cdev
Stefan Richter
1
-6
/
+6
2010-07-29
firewire: core: remove unused code
Stefan Richter
1
-6
/
+2
2010-07-23
firewire: cdev: improve FW_CDEV_IOC_ALLOCATE
Stefan Richter
1
-3
/
+9
2010-07-23
firewire: cdev: add PHY pinging
Stefan Richter
1
-3
/
+6
2010-07-23
firewire: cdev: add PHY packet reception
Stefan Richter
1
-5
/
+68
2010-07-23
firewire: cdev: add PHY packet transmission
Stefan Richter
1
-0
/
+64
2010-07-23
firewire: core: use C99 initializer in array of ioctl handlers
Stefan Richter
1
-21
/
+21
2010-07-13
firewire: core: integrate software-forced bus resets with bus management
Stefan Richter
1
-1
/
+2
2010-07-13
firewire: core: ensure some userspace API constants match corresponding kerne...
Stefan Richter
1
-0
/
+11
2010-07-13
firewire: cdev: check write quadlet request length to avoid buffer overflow
Clemens Ladisch
1
-0
/
+4
2010-07-08
firewire: cdev: fix fw_cdev_event_bus_reset.bm_node_id
Stefan Richter
1
-1
/
+1
2010-06-20
firewire: cdev: fix ABI for FCP and address range mapping, add fw_cdev_event_...
Stefan Richter
1
-9
/
+36
2010-06-20
firewire: cdev: freeze FW_CDEV_VERSION due to libraw1394 bug
Stefan Richter
1
-1
/
+6
2010-06-20
firewire: cdev: count references of cards during inbound transactions
Stefan Richter
1
-0
/
+8
2010-06-20
firewire: cdev: fix responses to nodes at different card
Jay Fenlason
1
-3
/
+4
2010-06-20
firewire: cdev: fix race in iso context creation
Clemens Ladisch
1
-5
/
+8
2010-06-20
firewire: remove an unused function argument
Stefan Richter
1
-2
/
+1
2010-06-20
firewire: core: remove an unnecessary zero initialization
Stefan Richter
1
-1
/
+1
2010-06-19
firewire: rename CSR access driver methods
Stefan Richter
1
-1
/
+1
2010-06-10
firewire: add read_csr_reg driver callback
Clemens Ladisch
1
-1
/
+1
2010-06-09
firewire: check cdev response length
Clemens Ladisch
1
-3
/
+6
2010-05-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...
Linus Torvalds
1
-4
/
+4
2010-04-15
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...
Linus Torvalds
1
-10
/
+13
2010-04-10
firewire: cdev: mark char device files as not seekable
Stefan Richter
1
-4
/
+4
2010-04-10
firewire: cdev: fix information leak
Stefan Richter
1
-9
/
+9
2010-04-10
firewire: cdev: require quadlet-aligned headers for transmit packets
Clemens Ladisch
1
-0
/
+2
2010-04-10
firewire: cdev: disallow receive packets without header
Clemens Ladisch
1
-1
/
+2
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-02-24
firewire: core: combine a bit of repeated code
Stefan Richter
1
-12
/
+5
2010-02-24
firewire: core: change type of a data buffer
Stefan Richter
1
-173
/
+152
2010-02-24
firewire: cdev: add more flexible cycle timer ioctl
Stefan Richter
1
-6
/
+32
2010-02-24
Merge tag 'v2.6.33' for its firewire changes since last branch point
Stefan Richter
1
-14
/
+36
2010-02-20
firewire: remove incomplete Bus_Time CSR support
Stefan Richter
1
-1
/
+1
2010-02-20
firewire: get_cycle_timer optimization and cleanup
Stefan Richter
1
-9
/
+7
2010-01-26
firewire: core: fix use-after-free regression in FCP handler
Stefan Richter
1
-14
/
+36
2009-12-29
firewire: cdev: fix another memory leak in an error path
Stefan Richter
1
-0
/
+1
2009-12-29
firewire: fix use of multiple AV/C devices, allow multiple FCP listeners
Clemens Ladisch
1
-11
/
+15
2009-12-08
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...
Linus Torvalds
1
-46
/
+67
2009-10-31
firewire: cdev: reduce stack usage by ioctl_dispatch
Stefan Richter
1
-1
/
+17
2009-10-14
firewire: cdev: normalize variable names
Stefan Richter
1
-23
/
+23
2009-10-14
firewire: normalize style of queue_work wrappers
Stefan Richter
1
-19
/
+19
2009-10-14
firewire: cdev: fix memory leak in an error path
Stefan Richter
1
-3
/
+8
2009-10-04
headers: remove sched.h from poll.h
Alexey Dobriyan
1
-0
/
+1
[next]