index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
ieee1394
Age
Commit message (
Expand
)
Author
Files
Lines
2006-06-12
ieee1394_core: switch to kthread API
Ben Collins
1
-33
/
+15
2006-06-12
ieee1394: sbp2: Kconfig fix
Ben Collins
1
-1
/
+1
2006-06-12
ieee1394: add preprocessor constant for invalid csr address
Ben Collins
6
-20
/
+18
2006-06-12
sbp2: fix deregistration of status fifo address space
Ben Collins
1
-2
/
+2
2006-06-12
[PATCH] eth1394: endian fixes
Ben Collins
1
-3
/
+3
2006-06-12
Fix broken suspend/resume in ohci1394
Ben Collins
1
-0
/
+3
2006-06-12
sbp2: use __attribute__((packed)) for on-the-wire structures
Ben Collins
1
-9
/
+9
2006-06-12
sbp2: provide helptext for CONFIG_IEEE1394_SBP2_PHYS_DMA and mark it experime...
Ben Collins
1
-2
/
+11
2006-06-12
sbp2: fix S800 transfers if phys_dma is off
Ben Collins
1
-4
/
+14
2006-06-12
sbp2: remove ohci1394 specific constant
Ben Collins
1
-1
/
+1
2006-06-12
ohci1394: make phys_dma parameter read-only
Ben Collins
1
-1
/
+1
2006-06-12
ohci1394: set address range properties
Ben Collins
2
-1
/
+20
2006-06-12
ieee1394: extend lowlevel API for address range properties
Ben Collins
2
-1
/
+5
2006-06-12
sbp2: log number of supported concurrent logins
Ben Collins
1
-8
/
+8
2006-06-12
sbp2: remove manipulation of inquiry response
Ben Collins
2
-37
/
+2
2006-06-12
ieee1394: save RAM by using a single tlabel for broadcast transactions
Ben Collins
2
-10
/
+16
2006-06-12
ieee1394: support for slow links or slow 1394b phy ports
Ben Collins
5
-20
/
+76
2006-06-12
ieee1394/ohci1394: CycleTooLong interrupt management
Ben Collins
1
-0
/
+10
2006-06-12
raw1394: fix whitespace after x86_64 compat patch
Ben Collins
1
-28
/
+26
2006-06-12
From: Arjan van de Ven <arjan@infradead.org>
Ben Collins
1
-3
/
+4
2006-06-12
sbp2: make TSB42AA9 workaround specific to Momobay CX-1
Ben Collins
1
-1
/
+2
2006-06-12
ohci1394: Remove superfluous call to free_dma_rcv_ctx,
Ben Collins
1
-11
/
+0
2006-06-12
ieee1394: speed up of dma_region_sync_for_cpu
Ben Collins
1
-9
/
+9
2006-06-12
video1394: be quiet
Ben Collins
1
-8
/
+8
2006-06-05
[PATCH] sbp2: fix check of return value of hpsb_allocate_and_register_addrspa...
Stefan Richter
1
-1
/
+1
2006-05-17
[PATCH] ohci1394, sbp2: fix "scsi_add_device failed" with PL-3507 based devices
Stefan Richter
2
-3
/
+8
2006-05-17
[PATCH] sbp2: add ability to override hardwired blacklist
Stefan Richter
2
-11
/
+19
2006-05-17
[PATCH] sbp2: add read_capacity workaround for iPod
Stefan Richter
2
-4
/
+46
2006-05-17
[PATCH] sbp2: consolidate workarounds
Stefan Richter
2
-71
/
+97
2006-04-02
[PATCH] sbp2: fix spinlock recursion
Stefan Richter
1
-17
/
+15
2006-03-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
Linus Torvalds
1
-2
/
+2
2006-03-28
ohci1394: cleanup the "Unexpected PCI resource length" warning.
Jody McIntyre
1
-2
/
+2
2006-03-28
sbp2: misc debug logging cleanups
Stefan Richter
1
-77
/
+33
2006-03-28
sbp2: proper treatment of DID_OK
Stefan Richter
1
-3
/
+5
2006-03-28
ieee1394: set read permission for parameter disable_irm
Stefan Richter
1
-1
/
+1
2006-03-28
sbp2: check for ARM failure
Stefan Richter
1
-3
/
+7
2006-03-28
ohci1394: clean up asynchronous and physical request filters programming
Stefan Richter
1
-18
/
+19
2006-03-28
ieee1394: remove amdtp remains from ieee1394_core.h
Stefan Richter
1
-2
/
+0
2006-03-28
ieee1394: remove devfs support
Stefan Richter
5
-73
/
+5
2006-03-28
Signed-off-by: Jody McIntyre <scjody@modernduck.com>
Jody McIntyre
1
-3
/
+5
2006-03-28
sbp2: prevent unloading of 1394 low-level driver
Stefan Richter
1
-0
/
+9
2006-03-28
[PATCH] powerpc: Kill _machine and hard-coded platform numbers
Benjamin Herrenschmidt
1
-2
/
+2
2006-03-26
[PATCH] bitops: hweight() related cleanup
Akinobu Mita
1
-2
/
+1
2006-03-25
[PATCH] x86_64: Implement compat code for raw1394 read/write
Andi Kleen
1
-5
/
+91
2006-02-28
[PATCH] video1394: fix "return E;" typo
Alexey Dobriyan
1
-1
/
+1
2006-02-23
sbp2: update 36byte inquiry workaround (fix compatibility regression)
Stefan Richter
1
-23
/
+19
2006-02-23
sbp2: variable status FIFO address (fix login timeout)
Stefan Richter
2
-69
/
+59
2006-02-23
sbp2: fix another deadlock after disconnection
Stefan Richter
1
-2
/
+8
2006-02-18
[PATCH] don't mangle INQUIRY if cmddt or evpd bits are set
Al Viro
1
-9
/
+1
2006-01-16
Actually remove amdtp.[ch], cmp.[ch].
Jody McIntyre
4
-1723
/
+0
[next]