index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
ieee1394
Age
Commit message (
Expand
)
Author
Files
Lines
2005-11-18
sbp2_command_orb_lock must be held when accessing the _orb_inuse list.
Jody McIntyre
1
-0
/
+6
2005-11-07
[PATCH] ieee1394: fix-up schedule_timeout() usage
Nishanth Aravamudan
1
-2
/
+1
2005-10-28
Merge ../bleed-2.6
Greg KH
1
-1
/
+1
2005-10-28
[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacks
Russell King
1
-2
/
+2
2005-10-28
[PATCH] Driver Core: fix up all callers of class_device_create()
Greg Kroah-Hartman
3
-3
/
+3
2005-10-28
[PATCH] gfp_t: remaining bits of drivers/*
Al Viro
1
-1
/
+1
2005-10-19
[PATCH] raw1394: fix locking in the presence of SMP and interrupts
Andy Wingo
2
-49
/
+57
2005-10-08
[PATCH] gfp flags annotations - part 1
Al Viro
1
-1
/
+1
2005-09-30
[PATCH] ohci1394: less noise in dmesg
Jody McIntyre
1
-2
/
+2
2005-09-30
[PATCH] ieee1394: delete legacy module aliases
Jody McIntyre
4
-4
/
+0
2005-09-30
[PATCH] eth1394: workaround limitation in rawiso routines
Jody McIntyre
2
-7
/
+11
2005-09-30
[PATCH] ieee1394: remove superfluous include in csr1212
Jody McIntyre
1
-1
/
+0
2005-09-30
[PATCH] ieee1394: trivial edits of a few comments
Jody McIntyre
1
-4
/
+4
2005-09-30
[PATCH] ieee1394: use time_before()
Jody McIntyre
1
-1
/
+2
2005-09-30
[PATCH] ieee1394: fix for debug output
Jody McIntyre
1
-22
/
+10
2005-09-30
[PATCH] ieee1394: skip unnecessary pause when scanning config ROMs
Jody McIntyre
1
-2
/
+2
2005-09-30
[PATCH] ieee1394: reorder activities after bus reset (fixes device detection)
Jody McIntyre
1
-10
/
+9
2005-09-30
[PATCH] sbp2: default to serialize_io=1
Jody McIntyre
1
-4
/
+7
2005-09-30
[PATCH] sbp2: fix deadlocks and delays on device removal/rmmod
Jody McIntyre
1
-38
/
+58
2005-09-12
Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6
Linus Torvalds
1
-4
/
+4
2005-09-10
[SCSI] Alter the scsi_add_device() API to conform to what users expect
James Bottomley
1
-4
/
+4
2005-09-09
[PATCH] trivial __user cleanup (video1394)
viro@ZenIV.linux.org.uk
1
-1
/
+1
2005-09-07
[PATCH] provide MODALIAS= enviroment variable to autoload ieee1394 modules vi...
Olaf Hering
1
-0
/
+8
2005-09-05
[PATCH] I2C: Drop debug eeprom dump code in pcilynx
Jean Delvare
1
-20
/
+0
2005-08-29
[NET]: Kill skb->list
David S. Miller
1
-2
/
+2
2005-08-26
[PATCH] late spinlock initialization in ieee1394/ohci
Al Viro
1
-1
/
+7
2005-07-27
[PATCH] turn many #if $undefined_string into #ifdef $undefined_string
Olaf Hering
1
-0
/
+1
2005-07-14
[PATCH] ratelimit the ieee1394 IR legacy activated messages
Olaf Hering
1
-1
/
+2
2005-07-10
[PATCH] Sync up ieee-1394
Ben Collins
13
-63
/
+260
2005-07-06
ieee1394: fix broken signed char assumption.
Linus Torvalds
1
-2
/
+2
2005-06-27
[PATCH] ppc32: Remove CONFIG_PMAC_PBOOK
Benjamin Herrenschmidt
1
-5
/
+5
2005-06-25
[PATCH] Cleanup patch for process freezing
Christoph Lameter
2
-4
/
+2
2005-06-20
[PATCH] Driver Core: drivers/i2c/chips/w83781d.c - drivers/s390/block/dcssblk...
Yani Ioannou
2
-9
/
+9
2005-06-20
[PATCH] Use device_for_each_child() to unregister devices in nodemgr_remove_h...
gregkh@suse.de
1
-5
/
+6
2005-06-20
[PATCH] class: convert drivers/ieee1394/* to use the new class api instead of...
gregkh@suse.de
5
-15
/
+16
2005-06-17
merge by hand (fix up qla_os.c merge error)
James Bottomley
2
-139
/
+16
2005-06-17
[SCSI] allow sleeping in ->eh_device_reset_handler()
Jeff Garzik
1
-1
/
+13
2005-06-17
[SCSI] Remove unnecessary locking around completion function calls
Jeff Garzik
1
-6
/
+0
2005-06-16
[PATCH] sbp2 slab corruption fix
Alexandre Oliva
1
-1
/
+2
2005-05-26
Automatic merge of ../scsi-misc-2.6-old/
James Bottomley
2
-132
/
+3
2005-05-26
[SCSI] git-scsi-misc-sbp2-warning-fix
Andrew Morton
1
-1
/
+0
2005-05-26
[SCSI] TYPE_RBC cache fixes (sbp2.c affected)
Al Viro
2
-131
/
+3
2005-05-17
[PATCH] ieee1394: fix premature expiry of async packets
Jody McIntyre
1
-1
/
+1
2005-05-17
[PATCH] ieee1394: fix cross_bound check for null ISO packets
Jody McIntyre
1
-0
/
+3
2005-05-17
[PATCH] ieee1394: single buffer fixes to video1394
Jody McIntyre
1
-25
/
+85
2005-05-17
[PATCH] ieee1394: drivers/ieee1394/pcilynx.c: Use the DMA_32BIT_MASK constant
Jody McIntyre
1
-1
/
+2
2005-05-17
[PATCH] ieee1394: remove NULL checks for kfree
Jody McIntyre
3
-24
/
+10
2005-05-17
[PATCH] ieee1394: drivers/ieee1394/ieee1394_transactions.c: possible cleanups
Jody McIntyre
3
-8
/
+3
2005-05-17
[PATCH] ieee1394: drivers/ieee1394/pcilynx.c: remove dead options
Jody McIntyre
3
-443
/
+2
2005-04-21
[PATCH] Fix non-legacy ISO receive regression
Jody McIntyre
1
-20
/
+43
[next]