- 13 Feb, 2003 16 commits
-
-
Linus Torvalds authored
updates.
-
bk://kernel.bkbits.net/davem/net-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
bk://kernel.bkbits.net/davem/sparc-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
bk://kernel.bkbits.net/jgarzik/irda-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
bk://kernel.bkbits.net/jgarzik/net-drivers-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Andrew Morton authored
Patch from Andreas Gruenbacher <agruen@suse.de> This patch fixes an unbalanced lock_kernel()/unlock_kernel() path in the ext3 extended attributes code. Instead of fixing this in fs/ext3/xattr_user.c, the locking code is moved to fs/ext3/xattr.c, since most other types of extended attributes will need the exact same functionality.
-
Andrew Morton authored
Growing i_size in hugetlbfs_prefault() isn't right - if we run out of pages, do_mmap_pgoff() will chop the partially-instantiated pages off again. So update i_size in hugetlbfs_file_mmap() if the whole mmap attempt was successful.
-
Andrew Morton authored
Patch from john stultz <johnstul@us.ibm.com> This patch simply enables the existing timer_cyclone code for Summit/x440 systems.
-
Andrew Morton authored
Patch from: john stultz <johnstul@us.ibm.com> This patch "fixes" the timer_cyclone code by having it initialize fast_gettimeoffset_quotient and cpu_khz in the same manner as timer_tsc. This is required for enabling the timer_cyclone code on the x440. Ideally fast_gettimeoffset_quotient would not be used outside timer_tsc and cpu_khz would be initialized generically outside the timer subsystem. I have patches to do this, but they touch quite a bit of generic code, and I'd rather not make the timer_cyclone enablement (patch to follow) depend on these larger changes.
-
Andrew Morton authored
Patch from: john stultz <johnstul@us.ibm.com> This cleanup patch makes fast_gettimeoffset_quotient (a timer_tsc specific variable) static, and replaces its usage with cpu_khz, making it timer_opt independent.
-
Andrew Morton authored
Patch from: Rusty Lynch <rusty@linux.co.intel.com> Attempting to cat a sysfs file that returns an error will result in an endless dump of garbage to the screen because the result of the specific show operation was being saved to a size_t (unsigned) and then later checked for a negative value. Here is a trivial patch to fix the error.
-
Andrew Morton authored
- hugetlbfs_forget_inode() should be using ||
-
Andrew Morton authored
Patch from: Ingo Oeser <ingo.oeser@informatik.tu-chemnitz.de> Cure imm.c of the recent scsi core damage.
-
Andrew Morton authored
Patch from Neil Brown <neilb@cse.unsw.edu.au> Initialise the queue's unplug_timer inside blk_queue_make_request. This makes the new auto-unplugging more accessable by other clients of blk_queue_make_request - e.g. raid5, umem.
-
Linus Torvalds authored
This simplifies it and makes it more generic.
-
Linus Torvalds authored
-
- 12 Feb, 2003 24 commits
-
-
Jean Tourrilhes authored
o [FEATURE] Properly inline in wrapper Tx path o [FEATURE] Rewrite/simplify/optimise wrapper Rx path Lower CPU overhead *and* kernel image size o [FEATURE] Add ZeroCopy in wrapper Rx path for drivers that support it I'll update drivers later on...
-
Jean Tourrilhes authored
o [CORRECT] fix the secondary function to send RR and frames without the poll bit when it detect packet losses
-
Jean Tourrilhes authored
<Patch from Jan Kiszka>
-
Jeff Garzik authored
struct arlan_private clearly needs to be a pointer.
-
Jeff Garzik authored
Fixed by David Miller, spotted by Manish Lachwani.
-
Jeff Garzik authored
Fixes bugzilla bug #311.
-
Jeff Garzik authored
Fixes broken node address check, and bugzilla bug #312.
-
Jeff Garzik authored
Fixes bugzilla bug #323.
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
Kunihiro Ishiguro authored
-
David S. Miller authored
-
Vojtech Pavlik authored
into kernel.bkbits.net:/home/vojtech/input
-
Tom Lendacky authored
-
David S. Miller authored
-
Tom Lendacky authored
-
Joy Latten authored
-
Art Haas authored
-
Art Haas authored
-
Art Haas authored
-
Art Haas authored
-
Art Haas authored
-
Art Haas authored
-