- 23 Jan, 2004 26 commits
-
-
David Mosberger authored
-
David Mosberger authored
-
David Mosberger authored
-
Bjorn Helgaas authored
MCA_bus is now referenced only when CONFIG_MCA is set, so we should be able to remove the definition from ia64.
-
Martin Hicks authored
-
David Mosberger authored
-
Andrew Morton authored
The code directly accessed the "cpucontrol" semaphore used for CPU hotplug. That doesn't work all that well, since the semaphore doesn't even exist on UP.
-
David Mosberger authored
or ended up being trivial variations of another file. Fix some missing attributions and rephrase existing attributions for specifity.
-
bk://bk.phunnypharm.org/linux-2.6Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
-
Andrew Morton authored
From: NeilBrown <neilb@cse.unsw.edu.au> If a raid array was syncing on shutdown, it would hang on shutdown, constantly re-entering md_enter_safemade. This fixes it.
-
Linus Torvalds authored
slipped in.
-
Dave Jones authored
I did a s/2.5/2.6/ a while ago, as it made more sense when 2.6 appeared. The old URL will continue to work (symlink to the new file). If I move this again, whack me.
-
Dave Jones authored
A lot of the blacklists never made it forward, here's what I found still lying around in my old 2.5 tree when I brought it up to date. I think 2.4 has had more updates since then (and there may be some entries languishing in vendor 2.4 trees), I'll take a peek when I get some spare cycles.
-
Dave Jones authored
Yet another misplaced ! by the looks..
-
Dave Jones authored
Looks like another instance of a ! in the wrong place.
-
Dave Jones authored
Echoing changes done in 2.4. (It now has a pci_pool_create backport).
-
Dave Jones authored
This currently prints out the maximum number of CPUs the kernel is configured to support, instead of the actual number that the kernel brought up. Which results in odd displays that look like you have more CPUs than you do.
-
Dave Jones authored
ARM_PACKET_SIZE is 4KB. Ouch.
-
Dave Jones authored
Grep of the tree only turned up these two uses.
-
Dave Jones authored
Negate the expression not the register seems more sensible?
-
Dave Jones authored
If the CPU doesn't support MTRRs, don't create a /proc/mtrr
-
Dave Jones authored
2KB onstack allocation. Nasty.
-
Dave Jones authored
The centaur CPU init code gets linking errors without it.
-
Dave Jones authored
-
http://xfs.org:8090/xfs-linux-2.6Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
- 24 Jan, 2004 2 commits
-
-
Eric Sandeen authored
sizes will not overflow pagebuf lengths. SGI Modid: xfs-linux:xfs-kern:164827a
-
Dean Roehrich authored
SGI Modid: xfs-linux:xfs-kern:164517a
-
- 23 Jan, 2004 4 commits
-
-
Andrew Morton authored
From: Rusty Russell <rusty@rustcorp.com.au> Looks like an obvious typo. Works fine if "bio" is the name of the iterator.
-
Andrew Morton authored
From: Benjamin Herrenschmidt <benh@kernel.crashing.org> This patch (which has been in my tree for some time now) does 2 things to the ppc32 signal code: - The new sys_swapcontext() syscall that we added recently (and which is _not_ yet used by glibc, so it's ok to change it slightly at this point, glibc kernel version check will limit us to 2.6.2 or 2.6.3) gets a new context size argument, so we can deal with future context size changes. - When ucontext is get/set/swapped using the above syscall, the TLS (r2) is preserved (it's still saved/restored on signal entry & return though). The equivalent of this patch is already in the ppc64 signal32.c emulation, and it has no effect until glibc is updated to use the new syscall, which should happen soon now, so please apply.
-
Andrew Morton authored
From: "H. Peter Anvin" <hpa@transmeta.com> Fix for RAID-6 on IA-64, from Bjorn Helgaas, and verified by me.
-
Andrew Morton authored
From: Chris Meadors <clubneon@hereintown.net> Add a missing PCI ID.
-
- 22 Jan, 2004 8 commits
-
-
bk://kernel.bkbits.net/davem/net-2.6Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Mikael Pettersson authored
Add back the old i82489DX bits to use timer scaling for the old non-integrated APIC setup. It's possible these bits don't need to be set on i82489DXs, but not having this HW for testing I elected to maintain the old behaviour on these old machines.
-
Suresh B. Siddha authored
-
Rusty Russell authored
The cpu handling in net/core/flow.c is complex: it tries to allocate flow cache as each CPU comes up. It might as well allocate them for each possible CPU at boot.
-
Linus Torvalds authored
We used to write fields that were marked RESERVED and that are apparently some old stale timer base. Stop doing that. Verified with Mikael Pettersson, and confirmed to fix ACPI boot-time lockups for a few people.
-
Ville Nuorvala authored
-
bk://bk.arm.linux.org.uk/linux-2.6-pcmciaLinus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Andrew Morton authored
ppc64 doesn't use drivers/Kconfig (it should) so it needs to include i2c by hand.
-