Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
786b4557075ae0d8a23e73c316dc4204b41ccb4d
/
drivers
/
ieee1394
5f3b287
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6
by Linus Torvalds
· 17 years ago
e386497
ieee1394: silence defined but not used warning in non-modular builds
by Tony Breeds
· 17 years ago
cc9429b
ieee1394: rawiso: requeue packet for transmission after skipped cycle
by Pieter Palmers
· 17 years ago
6188e10
Convert asm/semaphore.h users to linux/semaphore.h
by Matthew Wilcox
· 17 years ago
a6ca4f7
ieee1394: limit early node speed to host interface speed
by Philippe De Muyter
· 17 years ago
ee2d91e
ieee1394: Remove superfluous calls to kobject_set_name().
by Robert P. J. Day
· 17 years ago
9508c20
ieee1394: ohci1394: missing PPC PMac feature calls in failure path
by Stefan Richter
· 17 years ago
c4e2e02
ieee1394: ohci1394: refactor some printk format strings
by Stefan Richter
· 17 years ago
d09c680
ieee1394: ohci1394: unroll a macro with return
by Stefan Richter
· 17 years ago
e351c4d
ieee1394: Use shorter list_splice_init() for brevity.
by Robert P. J. Day
· 17 years ago
b1ce1fd
ieee1394: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
b25d166
ieee1394: ohci1394: refactor probe, remove, suspend, resume
by Stefan Richter
· 17 years ago
38275ac
ieee1394: ohci1394: switch on bus power after resume on PPC PMac
by Stefan Richter
· 17 years ago
d2ace29
ieee1394: prevent device binding of raw1394, video1394, dv1394
by Stefan Richter
· 17 years ago
63995d4
ieee1394: be*_add_cpu conversion
by Marcin Slusarz
· 17 years ago
a4b47d6
ieee1394: sbp2: relax SCSI DMA alignment
by Stefan Richter
· 17 years ago
6e45ef4
ieee1394: sbp2: fix for SYM13FW500 bridge (Datafab disk)
by Stefan Richter
· 17 years ago
ef774c1
ieee1394: sbp2: fix rescan-scsi-bus
by Stefan Richter
· 17 years ago
d94a983
ieee1394: sbp2: add INQUIRY delay workaround
by Stefan Richter
· 17 years ago
5fcf500
ieee1394: sbp2: fix bogus s/g access change
by Stefan Richter
· 17 years ago
85c5798
ieee1394: ohci1394: don't schedule IT tasklets on IR events
by Stefan Richter
· 17 years ago
4e6343a
ieee1394: sbp2: raise default transfer size limit
by Stefan Richter
· 17 years ago
3e75b49
ieee1394: remove unused code
by Stefan Richter
· 17 years ago
c7ea990
ieee1394: small cleanup after "nopage"
by Stefan Richter
· 17 years ago
61db812
ieee1394: nopage
by Nick Piggin
· 17 years ago
a5c52df
ieee1394: Add missing "space"
by Joe Perches
· 17 years ago
825f1df
ieee1394: sbp2: s/g list access cosmetics
by Stefan Richter
· 17 years ago
8c4ac09
ieee1394: sbp2: prepare for s/g chaining
by Stefan Richter
· 17 years ago
f212ec4
x86: early boot debugging via FireWire (ohci1394_dma=early)
by Bernhard Kaindl
· 17 years ago
9b73e76
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
by Linus Torvalds
· 17 years ago
73cf602
ieee1394: use class iteration api
by Dave Young
· 17 years ago
465ff31
[SCSI] relax scsi dma alignment
by James Bottomley
· 17 years ago
9e66269
ieee1394: iso and async streams: s/g list fix
by Jens Axboe
· 17 years ago
87ae9af
cleanup asm/scatterlist.h includes
by Adrian Bunk
· 17 years ago
2ed45b0
ieee1394: ieee1394_transactions.c: remove dead code
by Adrian Bunk
· 17 years ago
642f149
SG: Change sg_set_page() to take length and offset argument
by Jens Axboe
· 17 years ago
1176360
[PATCH] Fix breakage after SG cleanups
by Ralf Baechle
· 17 years ago
45711f1
[SG] Update drivers to use sg helpers
by Jens Axboe
· 17 years ago
002a98f
ieee1394: ieee1394_core.c: use DEFINE_SPINLOCK for spinlock definition
by Matthias Kaehlcke
· 17 years ago
17a19b7
ieee1394: csr1212: proper refcounting
by Stefan Richter
· 17 years ago
638d5bb
ieee1394: nodemgr: fix leak of struct csr1212_keyval
by Stefan Richter
· 17 years ago
745647e
ieee1394: pcilynx: I2C cleanups
by Jean Delvare
· 17 years ago
69e2b60
ieee1394: Fix kthread stopping in nodemgr_host_thread
by Satyam Sharma
· 17 years ago
261b5f6
ieee1394: sbp2: fix unsafe iteration over list of devices
by Stefan Richter
· 17 years ago
c4f3d41
ieee1394: pcilynx: superfluous local variables
by Stefan Richter
· 17 years ago
661afca
ieee1394: eth1394: fix lock imbalance
by Stefan Richter
· 17 years ago
3bd9030
ieee1394: eth1394: superfluous local variable
by Stefan Richter
· 17 years ago
7eff2e7
Driver core: change add_uevent_var to use a struct
by Kay Sievers
· 17 years ago
3b04ddd
[NET]: Move hardware header operations out of netdevice.
by Stephen Hemminger
· 17 years ago
b95cce3
[NET]: Wrap hard_header_parse
by Stephen Hemminger
· 17 years ago
10d024c
[NET]: Nuke SET_MODULE_OWNER macro.
by Ralf Baechle
· 17 years ago
be7963b7e
ieee1394: ohci1394: fix initialization if built non-modular
by Stefan Richter
· 17 years ago
a2ee3f9
ieee1394: sbp2: fix sbp2_remove_device for error cases
by Stefan Richter
· 17 years ago
e4f8cac
ieee1394: sbp2: more correct Kconfig dependencies
by Stefan Richter
· 17 years ago
a9c2f18
ieee1394: revert "sbp2: enforce 32bit DMA mapping"
by Stefan Richter
· 17 years ago
5b26e64
raw1394 __user annotation
by Al Viro
· 17 years ago
20c2df8
mm: Remove slab destructors from kmem_cache_create().
by Paul Mundt
· 17 years ago
8314418
Freezer: make kernel threads nonfreezable by default
by Rafael J. Wysocki
· 17 years ago
bc06cff
Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
by Linus Torvalds
· 17 years ago
51ec138
ieee1394: forgotten dereference...
by Al Viro
· 17 years ago
53c96b4
ieee1394: remove old isochronous ABI
by Stefan Richter
· 17 years ago
77bba7a
ieee1394: sbp2: change some module parameters from int to bool
by Stefan Richter
· 17 years ago
93f2e02
ieee1394: first minimal NUMA awareness
by Stefan Richter
· 17 years ago
8e4dc40
ieee1394: eth1394: revert parent device to that in 2.6.20
by Stefan Richter
· 17 years ago
a0e857e
ieee1394: nodemgr: parallelize between several hosts
by Stefan Richter
· 17 years ago
dd7f292
ieee1394: convert ieee1394 from "struct class_device" to "struct device"
by Kay Sievers
· 17 years ago
5933708
ieee1394: raw1394: fix a 32/64-bits compat fix
by Stefan Richter
· 17 years ago
19f00e6
ieee1394: raw1394: Add ioctl() for 32bit userland on 64bit kernel, amendment
by Stefan Richter
· 17 years ago
650c12c
ieee1394: raw1394: Add ioctl() for 32bit userland on 64bit kernel
by Petr Vandrovec
· 18 years ago
883b97e
ieee1394: raw1394: Fix write() for 32bit userland on 64bit kernel
by Petr Vandrovec
· 18 years ago
ee9be42
ieee1394: raw1394: Fix read() for 32bit userland on 64bit kernel
by Petr Vandrovec
· 18 years ago
6552731
ieee1394: add comments in struct hpsb_packet
by Stefan Richter
· 17 years ago
17a6248
ieee1394: ohci1394: remove dead CONFIG variable
by Stefan Richter
· 18 years ago
18b4617
ieee1394: fix to ether1394_tx in ether1394.c
by Carlos E. Ugarte
· 17 years ago
d7794c8
ieee1394: sbp2: offer SAM-conforming target port ID in sysfs
by Stefan Richter
· 17 years ago
a52938f
ieee1394: fix calculation of sysfs attribute "address"
by Stefan Richter
· 17 years ago
5bc65793
[SCSI] Merge up to linux-2.6 head
by James Bottomley
· 17 years ago
976da96
ieee1394: raw1394: Fix async send
by Petr Vandrovec
· 17 years ago
ef50a6c
ieee1394: eth1394: bring back a parent device
by Stefan Richter
· 17 years ago
7a97bc0
ieee1394: eth1394: handle tlabel exhaustion
by Stefan Richter
· 18 years ago
69c29fa
ieee1394: eth1394: remove bogus netif_wake_queue
by Stefan Richter
· 18 years ago
20e2008
ieee1394: sbp2: include workqueue.h
by Stefan Richter
· 18 years ago
d7dea2c
[SCSI] sbp2: convert to use the data buffer accessors
by FUJITA Tomonori
· 17 years ago
9b6a517
Merge branch 'juju' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6
by Linus Torvalds
· 17 years ago
eeca7a3
[S390] Kconfig: refine depends statements.
by Martin Schwidefsky
· 17 years ago
59c5159
Fix occurrences of "the the "
by Michael Opdenacker
· 17 years ago
e63340a
header cleaning: don't include smp_lock.h when not used
by Randy Dunlap
· 18 years ago
6473d16
PCI: Cleanup the includes of <linux/pci.h>
by Jean Delvare
· 18 years ago
bcfd09e
ieee1394: remove garbage from Kconfig
by Stefan Richter
· 18 years ago
3f94aa4
ieee1394: more help in Kconfig
by Stefan Richter
· 18 years ago
749cf766
ieee1394: ohci1394: Fix mistake in printk message.
by Simon Arlott
· 18 years ago
2ab7752
ieee1394: ohci1394: remove unnecessary rcvPhyPkt bit flipping in LinkControl register
by Bernhard Kauer
· 18 years ago
c13596b
ieee1394: ohci1394: fix cosmetic problem in error logging
by Stefan Richter
· 18 years ago
21b2c56
ieee1394: eth1394: send async streams at S100 on 1394b buses
by Stefan Richter
· 18 years ago
809e905
ieee1394: eth1394: fix error path in module_init
by Akinobu Mita
· 18 years ago
fdc0092
ieee1394: eth1394: correct return codes in hard_start_xmit
by Stefan Richter
· 18 years ago
53f374e
ieee1394: eth1394: hard_start_xmit is called in atomic context
by Stefan Richter
· 18 years ago
0993987
ieee1394: eth1394: some conditions are unlikely
by Stefan Richter
· 18 years ago
2e2173d
ieee1394: eth1394: clean up fragment_overlap
by Stefan Richter
· 18 years ago
01590d2
ieee1394: eth1394: don't use alloc_etherdev
by Stefan Richter
· 18 years ago
Next »