index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
ieee1394
Age
Commit message (
Expand
)
Author
Files
Lines
2005-12-06
ieee1394: write broadcast_channel only to select nodes (fixes device recognit...
Stefan Richter
1
-10
/
+32
2005-12-02
ieee1394: whitespace cleanup in hosts.[ch], ieee1394_core.[ch]
Stefan Richter
4
-526
/
+526
2005-12-02
ieee1394: hpsb_send_phy_config() cleanup
Stefan Richter
1
-15
/
+6
2005-12-02
ieee1394: add definitions for phy packet constants
Stefan Richter
3
-18
/
+42
2005-12-02
ieee1394: resume remote ports when starting a host (fixes device recognition)
Stefan Richter
2
-0
/
+26
2005-11-22
ieee1394/raw1394: LIndent fixes
Jens-Michael Hoffmann
1
-18
/
+20
2005-11-22
ieee1394/iso: LIndent fixes
Jens-Michael Hoffmann
1
-42
/
+60
2005-11-22
ieee1394/ieee1394_transactions: LIndent fixes
Jens-Michael Hoffmann
1
-193
/
+195
2005-11-22
ieee1394/dma: LIndent fixes
Jens-Michael Hoffmann
1
-28
/
+45
2005-11-22
csr1212: add check for !valid
Jody McIntyre
1
-1
/
+2
2005-11-22
csr1212: check results of keyval reads
Jody McIntyre
1
-3
/
+4
2005-11-22
raw1394: fix memory deallocation in modify_config_rom
Stefan Richter
1
-1
/
+1
2005-11-22
drivers/ieee1394/raw1394.c: fix a NULL pointer
Adrian Bunk
1
-1
/
+0
2005-11-20
sbp2: slimmer interface to scsi_mod
Stefan Richter
1
-13
/
+0
2005-11-20
Fix incorrect video1394 timestamps.
Damien Douxchamps
1
-15
/
+2
2005-11-20
Every file should #include the headers containing the prototypes for
Adrian Bunk
1
-0
/
+1
2005-11-18
Merge with http://kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
Jody McIntyre
1
-2
/
+1
2005-11-18
Remove amdtp, cmp drivers.
Jody McIntyre
4
-35
/
+2
2005-11-07
[PATCH] ieee1394: fix-up schedule_timeout() usage
Nishanth Aravamudan
1
-2
/
+1
2005-11-07
Remove definitions of unreferenced macros virt_to_page and vmalloc_32 from
Stefan Richter
2
-17
/
+0
2005-11-07
kmalloc/kzalloc changes:
Stefan Richter
12
-143
/
+85
2005-11-07
Remove version strings from eth1394, ohci1394, sbp2.
Stefan Richter
3
-21
/
+0
2005-11-07
sbp2, ohci1394 cleanups:
Stefan Richter
3
-229
/
+224
2005-11-07
sbp2: Remove our tracking of device type,
Ben Collins
2
-34
/
+7
2005-11-07
sbp2: Merge TYPE_RBC and 10byte removal patch from scsi maintainers.
Ben Collins
2
-150
/
+2
2005-11-07
sbp2_command_orb_lock must be held when accessing the _orb_inuse list.
Jody McIntyre
1
-0
/
+6
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-20
[PATCH] raw1394: fix locking in the presence of SMP and interrupts
Andy Wingo
2
-49
/
+57
2005-10-09
[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-13
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-10
[PATCH] trivial __user cleanup (video1394)
viro@ZenIV.linux.org.uk
1
-1
/
+1
2005-09-08
[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-30
[NET]: Kill skb->list
David S. Miller
1
-2
/
+2
2005-08-27
[PATCH] late spinlock initialization in ieee1394/ohci
Al Viro
1
-1
/
+7
[next]