- 02 Jan, 2003 1 commit
-
-
http://ppc.bkbits.net/for-linus-ppc64Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
- 03 Jan, 2003 8 commits
-
-
Anton Blanchard authored
into samba.org:/scratch/anton/for-alan
-
Anton Blanchard authored
-
Anton Blanchard authored
into samba.org:/scratch/anton/for-alan
-
Anton Blanchard authored
-
Anton Blanchard authored
into samba.org:/scratch/anton/for-alan
-
Anton Blanchard authored
into samba.org:/scratch/anton/linux-2.5_ppc64
-
Anton Blanchard authored
into samba.org:/scratch/anton/for-alan
-
Anton Blanchard authored
into samba.org:/scratch/anton/linux-2.5_ppc64
-
- 02 Jan, 2003 2 commits
-
-
bk://are.twiddle.net/tga-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Linus Torvalds authored
Noted by Adrian Bunk and Adam Richter
-
- 01 Jan, 2003 16 commits
-
-
Richard Henderson authored
This was originally added in rev 1.26.1.2, then dropped during a merge in rev 1.33. Please be more careful with those merges, people.
-
Richard Henderson authored
-
Richard Henderson authored
-
Linus Torvalds authored
-
Linus Torvalds authored
Noted by Steven Barnhart <sbarn03@softhome.net>
-
Rusty Russell authored
RTH's final complaint (so far 8) was that we should sort the module sections: archs might require some sections to be adjacent, so they can all be reached by a relative pointer (ie. GOT pointer). This implements that reordering, and simplfies the module interface for architectures as well. Previously an arch could specify it wanted extra space, but not where that space would be. The new method (used only by PPC so far) is to allocate an empty section (in asm/module.h or by setting LDFLAGS_MODULE to use an arch specific linker script), and expand that to the desired size in "module_frob_arch_sections()".
-
Rusty Russell authored
From: Richard Henderson <rth@twiddle.net> Richard points out that we should be using sh_addr to hold the address, The original patch used to overload sh_offset to a pointer to the location of the section. This uses sh_addr, which is more correct and less surprising.
-
Rusty Russell authored
As RTH pointed out, we use -fno-common for the kernel (otherwise we'd have to sort out the small symbols anyway). So the common section allocation in the module code is pointless.
-
Linus Torvalds authored
-
Linus Torvalds authored
-
Andrew Morton authored
I've been carrying this since Jan sent it out a month or two ago. I don't know if anyone has tested it though. The sort of people who use quotas tend to like nice stable kernels. I read through it, but can't say that I know enough about quotas to know if it makes sense. The wait_on_dquot() synchronisation is a bit odd. I do need to do a round of stability testing with this and ext3 - the interaction between quotas and ext3 is an area where we've had deadlocks in the past. But the quota locking is definitely looking crufty, and I'd suggest that we run with this.. Patch from Jan Kara <jack@suse.cz> "I'm resending you the patch with new quota SMP locking. The patch removes BKL and replaces it with two spinlocks protecting quota lists and data stored in dquot structures. Also non-SMP locking was changed a bit make SMP locking easier (eg. we got rid of not very nice dq_dup_ref counters). The patch is against 2.5.48 but applies well also to 2.5.49. Would you please apply the patch?" - Change dqoff_sem from a semaphore to an rwsem. - Convert dqi_flags from an int to a ulong and use test_bit/set_bit rather thatn &/| - The various exported quota operations now run without lock_kernel(). This means that things like DQUOT_ALLOC_SPACE no longer take lock_kernel() in out high-perfomance filesystems. Nice. - Replace lock_kernel() in the quota code with two quota-private global locks. - Replace all the open-coded waitqueue management with a semaphore (wait_on_dquot())
-
Christoph Hellwig authored
There's a bunch of useless MOD_INC_USE_COUNT/MOD_DEC_USE_COUNT in ppp-related code when it manipulates the use count in functions that are only called from other modules, i.e. it's locked in by the depencies anyway. Get rid of it.
-
Christoph Hellwig authored
As already state in the thread about Adam's devfs reimplementation there is much devfs functionality that is unused or only used by the arch/ia64/sn/ code that currently doesn't even compile in 2.5 and that will get it's own filesystem that fits the needs better when SGI moves to 2.6. (the first hunk is the only exception to the above rule, but it's just a debug printk :))
-
Christoph Hellwig authored
fs.h only needs the forward-declaration of struct statfs
-
Tomas Szepe authored
-
Pam Delaney authored
This upgrades the Fusion-MPT driver from 2.03.00.02 to 2.03.01.01. Bug Fixes: o Added back missing queuecommand entry point define ?! o Added to code to break marriage of two controllers during unload (could cause a panic) o SCSI driver will de-register with base driver if no SCSI-capable adapters found Minor Changes: o Removed errant spaces at ends of lines (most of the changes) o Moved code around (and in-lined) some functions for performance reasons. o Modified /proc functionality to facilitate testing with 2.5 o Added a call to synchronize_irq on unload (HP request) o Modified load of base to close a potential hole o Added code to set the FW IO coalescing depth (IBM request) o Changed return when mptctl driver registration fails (Kernel.org request) o SCSI driver detect routine calls a generic spinlock for all kernels (Kernel.org request) o Controller RAID page dynamic instead of static Currently running a multi-disk stress test w/ 2.5.53, this patch and driver built-in. Verified basic reset handling is working properly.
-
- 31 Dec, 2002 13 commits
-
-
James Simmons authored
Showing the logo on every open became annoying. I leave it up to the driver writers when they want to display the logo. Fo embeded devices it probably is wise to have them set there mode themselves then display the logo to let them know if the hartdware worked. FOnt header file location changed.
-
James Simmons authored
-
Richard Henderson authored
into are.twiddle.net:/home/rth/BK/tga-2.5
-
Richard Henderson authored
-
Linus Torvalds authored
on the end of __GNUC_MINOR"
-
Robert Love authored
James Bottomley confirmed the "deprecated" attribute requires gcc 3.1 and onward, not gcc 3.0. This updates the check in compiler.h accordingly.
-
James Simmons authored
-
James Simmons authored
-
bk://are.twiddle.net/tga-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Linus Torvalds authored
-
http://linux-isdn.bkbits.net/linux-2.5.makeLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
bk://linux-dj.bkbits.net/agpgartLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Dave Jones authored
into tetrachloride.(none):/mnt/stuff/kernel/2.5/agpgart
-