- 01 May, 2002 19 commits
-
-
http://linux-isdn.bkbits.net/linux-2.5.makeLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Kai Germaschewski authored
If snd-pcm.o is selected built-in, snd-timer.o needs to be get built-in as well, since snd-pcm.o needs snd-timer.o's symbols.
-
Kai Germaschewski authored
Remove description of long obsolete (pre-2.4) Makefiles and describe the current system.
-
Kai Germaschewski authored
Get rid of long obsolete (and unused) MOD_IN_SUBDIRS and unnecessary MOD_DIRS variable.
-
http://gkernel.bkbits.net/misc-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
http://gkernel.bkbits.net/net-drivers-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
http://gkernel.bkbits.net/irda-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Andrew Morton authored
block_flushpage() used to be a macro which pointed at the exported discard_bh_page(). I turned block_flushpage() into a real function but forgot the export.
-
Paul Menage authored
path_lookup() is no longer an inline function, and needs to be exported for jffs2, nfsd and af_unix to load as modules.
-
Linus Torvalds authored
Douglas Gilbert's SCSI cleanups
-
Douglas Gilbert authored
This patch has the last bit of Justin Gibb's patch described in: http://marc.theaimsgroup.com/?l=linux-scsi&m=101200279101550&w=2 [this bit for the sd driver] There is also a major code cleanup of the sd driver with documentation headers added and a few obvious bugs fixed described in: http://marc.theaimsgroup.com/?l=linux-scsi&m=101798201714399&w=2 I did this cleanup. Justin's patch has been in Dave's tree for several months while my code cleanup patch has been there since 2.5.9-dj1 .
-
Douglas Gilbert authored
The attachment is part of a patch from Justin Gibbs described in: http://marc.theaimsgroup.com/?l=linux-scsi&m=101200279101550&w=2 The original patch was targeted at lk 2.4 and Dave forwarded ported it into 2.5. Other bits (e.g. sr) have already found there way into your tree. One bit in the sd driver will be included in my following patch.
-
Alexander Viro authored
Missing checks added...
-
Alexander Viro authored
- switch blk_get_ra_pages() to struct block_device *, move its use from bdget() to do_open().
-
Alexander Viro authored
- kill bread()/getblk()/get_hash_table() (kdev_t-using wrappers; struct block_device * counterparts are obviously still alive).
-
Alexander Viro authored
- put block size in bdev->bd_block_size, make do_open() and check_partition() to set it (see above), switch set_blocksize() and block_size() to use of ->bd_block_size. Remove manipulations with blksize_size[] from drivers, remove blksize_size[] itself.
-
Alexander Viro authored
- switch block_size() to struct block_device *.
-
Alexander Viro authored
- switch set_blocksize() to struct block_device *.
-
Alexander Viro authored
- preliminary cleanups: make sure that swapoff restores original block size, kill set_blocksize() (and use of __bread()) in multipath.c, reorder opening device and finding its block size in mtdblock.c.
-
- 30 Apr, 2002 21 commits
-
-
Jeff Garzik authored
-
Mufasa Yang authored
Also introduce new maintainer.
-
Steven Cole authored
-
Anthony J. Breeds-Taurima authored
etherh acorn net driver, mtdblock_ro mtd driver, and sym 2 scsi driver.
-
William Stinson authored
1) removes calls to check_region 2) checks the result of request_region calls 3) calls release_region where necessary in case of driver initialisation error
-
William Stinson authored
1) removes calls to check_region 2) checks the result of request_region
-
William Stinson authored
-
Steven Cole authored
-
William Stinson authored
1) remove call to check_region 2) test result of request_region 3) call release_region in case of driver intialisation error later on
-
William Stinson authored
-
Dave Jones authored
-
Dave Jones authored
remove unneeded asm/io.h include
-
Dave Jones authored
e100_phy_reset is called from non-init functions, so remove __devexit marker from that function.
-
Dave Jones authored
-
Dave Jones authored
Spotted by Keith Owens.
-
Samuel S. Chessman authored
Also, mention new maintainer.
-
David Ruggiero authored
-
Dave Jones authored
-
Erik Habbinga authored
* ifr2.ifr_flags was not initialized in the hwaddr_notset case, * SIOCGIFFLAGS now called before hwaddr_notset test
-
William Stinson authored
-
Jean Tourrilhes authored
o [CORRECT] Prevent dealock on simultaneous peer IrNET connections Only the primary peer will accept the IrNET connection
-