- 22 Jan, 2004 6 commits
-
-
Ville Nuorvala authored
-
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 19 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)
-
Andrew Morton authored
These printk's come out during normal usage, when accessing locked system files on the windows machines.
-
Andrew Morton authored
From: Jan Kara <jack@ucw.cz> A patch which fixes a problem that i_blocks are not updated for quota files (when quota turned on) in 2.6.1. The patch also fixes possible unlock of not locked spin_lock.
-
Andrew Morton authored
Ratelimit a couple of potentially-stormy printk's in the writeback code.
-
Andrew Morton authored
From: Petri Koistinen <petri.koistinen@iki.fi> Little URL fix. Server requires www in front of URL, no automatic forwarding.
-
Andrew Morton authored
From: Vojtech Pavlik <vojtech@suse.cz>
-
Andrew Morton authored
From: Nikita Danilov <Nikita@Namesys.COM> fs/reiserfs/journal.c:cleanup_bitmap_list() can be called to cleanup reiserfs_list_bitmap that was only partly initialized. Check that jb->bitmaps array was actually allocated, before trying to free its elements.
-
Andrew Morton authored
The exception table search code currently fails if addresses differ by more than 2G. This is only a problem when using the 4g/4g address space split, but it's more robust this way. Also, shuffle the comparison order n there so the least likely case comes last.
-