- 18 Oct, 2002 40 commits
-
-
http://linux-isdn.bkbits.net/linux-2.5.makeLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Kai Germaschewski authored
into tp1.ruhr-uni-bochum.de:/home/kai/src/kernel/v2.5/linux-2.5.make
-
bk://linuxusb.bkbits.net/linus-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Linus Torvalds authored
locked "xchg". It only needs a compiler barrier on UP.
-
Russell King authored
This fixes the UP set_task_state and set_current_state in 2.5.43 to ensure that we don't re-order loads around the store for setting task->state. This patch is from Nicolas Pitre, nico@cam.org (As a side note - 2.4.10 also contains the same problem, but 2.2 contain the memory barrier.)
-
bk://linux-bt.bkbits.net/bt-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Greg Kroah-Hartman authored
into kroah.com:/home/greg/linux/BK/gregkh-2.5
-
Romain Liévin authored
you will find a patch for the tipar char driver. This patch fixes some typos and add a documentation entry.
-
Randy Dunlap authored
-
Adam Kropelin authored
-
bk://ldm.bkbits.net/linux-2.5-coreLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Patrick Mochel authored
If a device didn't match a driver, bus_match() returned 0, and device_attach() would break out of the loop. So, the first driver was the only one being checked every time.
-
bk://ldm.bkbits.net/linux-2.5-coreGreg Kroah-Hartman authored
into kroah.com:/home/greg/linux/BK/gregkh-2.5
-
Linus Torvalds authored
This is pretty ugly, Al will fix up properly.
-
bk://ldm.bkbits.net/linux-2.5-sysfsLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Randy Dunlap authored
This recognizes & logs 2 more IO APIC bit fields and reduces UNEXPECTED IO-APIC traffic. Has also been acked by Maciej W. Rozycki (marco).
-
Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Linus Torvalds authored
infrastructure.
-
Patrick Mochel authored
into osdl.org:/home/mochel/src/kernel/devel/linux-2.5-core
-
Patrick Mochel authored
into osdl.org:/home/mochel/src/kernel/devel/linux-2.5-sysfs
-
bk://ldm.bkbits.net/linux-2.5-coreLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Patrick Mochel authored
into osdl.org:/home/mochel/src/kernel/devel/linux-2.5-sysfs
-
bk://ldm.bkbits.net/linux-2.5-coreGreg Kroah-Hartman authored
into kroah.com:/home/greg/linux/BK/gregkh-2.5
-
Patrick Mochel authored
into osdl.org:/home/mochel/src/kernel/devel/linux-2.5-sysfs
-
Greg Kroah-Hartman authored
-
Patrick Mochel authored
into osdl.org:/home/mochel/src/kernel/devel/linux-2.5-core
-
Patrick Mochel authored
-
Linus Torvalds authored
-
Jens Axboe authored
o Change the blk_dump_rq_flags() a bit o Use rq->bio as an indication of ->bio is valid or not, instead of checking REQ_PC. Now we can have a bio on a REQ_BLOCK_PC as well. o Don't print eio error in end_that_request_first(), if REQ_QUIET is set. o debug check for valid bio in end_that_request_first() o Add blk_pc_request() check REQ_BLOCK_PC, similar to blk_fs_request()
-
Jens Axboe authored
Remove the calling of scsi_cmd_ioctl() from ide-cd. Put it in the uniform cdrom layer, this also makes SCSI SG_IO work.
-
Jens Axboe authored
Make SCSI layer understand REQ_BLOCK_PC requests
-
David S. Miller authored
A recent change that went into BK-2.5 removed the next member of the scsi host and replaced it with lists, which is cool, but this broke a few common drivers. Here is the fix for aic7xxx_old.
-
Jens Axboe authored
Recent scsi host changes broke sym2, it iterates over the scsi host list itself. This patch changes sym2 to use scsi_host_hn_get() to find a scsi host from its hostno.
-
David Howells authored
This patch fixes a bug in my AFS client in which a put of an outstanding call was missing in the unmount cleanup code. This occasionally resulted in the AFS module becoming unremovable.
-
Adrian Bunk authored
-
Mark Haverkamp authored
Fill devno[cid] from request instead of sc_request->sr_request since sc_request is passed in as NULL now.
-
Greg Kroah-Hartman authored
-
Linus Torvalds authored
-
Greg Kroah-Hartman authored
-
Dave Jones authored
Somewhere along the line, indentation on this file went mental.
-