- 23 Jan, 2004 2 commits
-
-
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 11 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.
-
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.
-
Andrew Morton authored
From: Anton Blanchard <anton@samba.org> We were missing the sched_balance_exec call. Could explain some NUMA scheduling weirdness we were seeing.
-
Andrew Morton authored
From: "H. Peter Anvin" <hpa@zytor.com> This is purely a doc patch saying RAID-6 support is available in mdadm-1.5.0 and the patch is no longer necessary.
-
Andrew Morton authored
From: "H. Peter Anvin" <hpa@zytor.com> As expected, when it hit mainline I started getting real bug reports... the attached patch does the following: - Fixes a few x86-64 specific bugs; - Removes MMX and SSE-1 from x86-64 (if we have x86-64 we have SSE-2); - Slightly astracts the integer code to make it easier to add architecture-specific optimizations later (e.g. IA64 once gcc gets better IA64 intrinsics support); - Resurrects the user-space testbench, and makes it not output the known false positive of the D+Q case (D+Q is equivalent to a RAID-5 recovery, so I didn't implement it in the user-space testbench.)
-
bk://kernel.bkbits.net/davem/sparc-2.6Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
- 21 Jan, 2004 15 commits
-
-
Ville Nuorvala authored
RFC 2461 requires that the source address of Neighbor Discovery messages is an address assigned to the sending interface. Duplicate Address Detection should also be interface specific. We don't, for example, want a node to DoS itself just because it has two interfaces on the same link and both happen to listen to the same multicast group. If there is a true duplicate on the link, the interface doing DAD will notice it anyway. The attached patch adds a 'strict' parameter to ip6_chk_addr() and ip6_get_ifaddr() to allow link-local protocols like ND and DAD to do strict address checks even on addresses with greater scope than link-local.
-
David S. Miller authored
-
Chas Williams authored
-
Krishna Kumar authored
-
Stephen Hemminger authored
-
Ville Nuorvala authored
-
Andrew Morton authored
-
Tom Rini authored
> Paul Mackerras: > o sort exception tables And as more proof that Paul is leaving us ppc32 folks, *sniff*, the following is needed for PPC32 to compile:
-
Dave Jones authored
Here's a novel idea, check the CPU has machine check capabilities before we start polling registers. I was wondering why my VIA C3 was starting this. Who knows it may solve some of the random crashes I saw there.
-
Gerd Knorr authored
This updates / adds documentation for the bttv, saa7134 and cx88 video4linux drivers.
-
Gerd Knorr authored
trivial one: uses __init and thus needs linux/init.h
-
bk://kernel.bkbits.net/davem/sparc-2.6Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Dmitry Torokhov authored
we take the appropriate action. (throw the byte away, reset byte counter, return NAK if acking, and complain).
-
Dmitry Torokhov authored
psmouse_rate= option.
-
Vojtech Pavlik authored
-
- 20 Jan, 2004 12 commits
-
-
Vojtech Pavlik authored
-
Glenn Burkhardt authored
-
David S. Miller authored
into kernel.bkbits.net:/home/davem/sparc-2.6
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
Do not pass a NULL mm to mmdrop().
-
-
Linus Torvalds authored
-
Andrew Morton authored
From: Gerd Knorr <kraxel@bytesex.org> Use module_param() rather than the deprecated MODULE_PARM() in this driver.
-
Andrew Morton authored
From: Jes Sorensen <jes@trained-monkey.org> The new sort_extable and shared search_extable code doesn't work on ia64. I have introduced two new #defines that archs can define to avoid the common code being built. ARCH_HAS_SEARCH_EXTABLE and ARCH_HAS_SORT_EXTABLE.
-
Andrew Morton authored
From: David Howells <dhowells@redhat.com> Eliminate the printing of the cache token if present: using cpp conditionals inside macro expansions is not legal and some gcc's fail it.
-
Andrew Morton authored
From: Steve Dickson <SteveD@redhat.com> Here is a patch for the 2.6.1 kernel that fixes an oops that occurs when the sunrpc module is unloaded. The problem was the RPC cache_register() call was not saving entry pointers to the procfs entries it was creating. So when it came time to dismantle the entires, a BUG_ON() was tripped in remove_proc_entry() since the tree was not broken down completely. (acked by neilb)
-