- 05 Dec, 2002 40 commits
-
-
Rusty Russell authored
From: Michael Still <mikal@stillhq.com>
-
Rusty Russell authored
(Included in 2.4) From: Christopher Hoover <ch@hpl.hp.com> The #ifdef MODULE is just wrong, but both #ifdef/#endif's can be deleted as the code is surround by a wider #ifdef CONFIG_VIDEO_PROC_FS/#endif.
-
Rusty Russell authored
From: Michael Still <mikal@stillhq.com>
-
Rusty Russell authored
From: Michael Still <mikal@stillhq.com>
-
Rusty Russell authored
From: Marcus Alanen <maalanen@ra.abo.fi>
-
Rusty Russell authored
From: william stinson <wstinson@wanadoo.fr>
-
Rusty Russell authored
From: william stinson <wstinson@wanadoo.fr> 1) remove one call to check_region using request_region instead 2) release allocated region resource in case of error.
-
Rusty Russell authored
From: Tommi Virtanen <tv@debian.org> timer_exit() isn't a public function, and doesn't even exist in 2.5. 2.4 calls it internally after timers. It seems timer users need not do anything special.
-
Rusty Russell authored
From: Marcus Alanen <maalanen@ra.abo.fi>
-
Rusty Russell authored
From: Kingsley Cheung <kingsley@aurema.com>
-
Rusty Russell authored
(Included in 2.4) From: Gerd Knorr <kraxel@bytesex.org> This makes the gemtek radio device start muted.
-
Rusty Russell authored
From: Greg Ungerer <gerg@moreton.com.au> Fixups to the system call table of the m68knommu arch support. Chnages the old style module system calls to sys_ni_syscall.
-
Rusty Russell authored
From: Andries.Brouwer@cwi.nl
-
Rusty Russell authored
From: Marcus Alanen <maalanen@ra.abo.fi> "shapers_registered" is the amount of netdevices registered, "shapers" is the amount of shapers we try to initialize.
-
Rusty Russell authored
From: Brad Hards <bhards@bigpond.net.au>
-
Rusty Russell authored
From: william stinson <wstinson@wanadoo.fr>
-
Rusty Russell authored
From: Michael Still <mikal@stillhq.com>
-
Rusty Russell authored
From: John Levon <levon@movementarian.org> Make it clear that _destroy() won't do the kmem_cache_free()s for you
-
Rusty Russell authored
From: Brad Hards <bhards@bigpond.net.au>
-
Rusty Russell authored
From: Brad Hards <bhards@bigpond.net.au>
-
Rusty Russell authored
From: Andreas Dilger <adilger@clusterfs.com> This fixes a minor thinko in the endianness conversion of i_generation. This bug is not present in ext2, but is on both 2.4 and 2.5 ext3. The same patch applies cleanly to both kernels.
-
Rusty Russell authored
-
Rusty Russell authored
-
http://linux-isdn.bkbits.net/linux-2.5.makeLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Linus Torvalds authored
-
Kai Germaschewski authored
As pointed out by Greg KH, kbuild gives spurious warnings in some cases, fixed by this patch.
-
Kai Germaschewski authored
into tp1.ruhr-uni-bochum.de:/scratch/kai/kernel/v2.5/linux-2.5.make
-
Kai Germaschewski authored
Argh, missed one line in the generated assembly, which is kinda important.
-
Mike Anderson authored
I compiled , booted, and checked base attributes for edd/* against the patch. I guess I need to get newer hardware one of these days.
-
Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
bk://linuxusb.bkbits.net/linus-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
into kroah.com:/home/greg/linux/BK/gregkh-2.5
-
Greg Kroah-Hartman authored
into kroah.com:/home/greg/linux/BK/gregkh-2.5
-
Nick Fedchik authored
-
James Morris authored
-
Patrick Mochel authored
This fixes edd.c. The SCSI changes replaced host_driverfs_dev with a pointer to a struct device. But, the Scsi_Host that the edd_find_matching_scsi_device() was trying to get was never used anyway. So, I removed it. This also fixes a problem that I introduced a while ago, and that I promised Matt I would fix: all attributes were getting added by default, though they shouldn't be. This regards only the truly default attributes as default, and uses the test mechanism of the other attributes to determine whether to add them or not.
-
David S. Miller authored
-