- 21 Jan, 2004 9 commits
-
-
David S. Miller 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 31 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.
-
Andrew Morton authored
From: Jan Kara <jack@suse.cz> Journalled-data files need a different set of address_space_operations, so we need to update the file's aops when someone runs `chattr +j' on the file.
-
Andrew Morton authored
From: "Randy.Dunlap" <rddunlap@osdl.org> This patch changes no code, just swaps macro arg names to match reality.
-
Andrew Morton authored
From: "Randy.Dunlap" <rddunlap@osdl.org> From: Michael Still <mikal@stillhq.com> Viro and Andi Kleen agreed. The <flags> argument isn't used at all and cannot be used safely in the future. remove third arg <long flags> from all 3 fs/stat.c stat64() calls since it's not used and there's no way to use it safely;
-
Andrew Morton authored
From: "Randy.Dunlap" <rddunlap@osdl.org> From: Luiz Fernando Capitulino <lcapitulino@prefeitura.sp.gov.br> This #ifdef/#endif is not necessary.
-
Andrew Morton authored
From: "Randy.Dunlap" <rddunlap@osdl.org> From: Andreas Beckmann <sparclinux@abeckmann.de> Patch is for consistency in spelling Unix98 (vs. Unix 98). This matches the other 20 or so occurrences of it.
-
Andrew Morton authored
From: "Randy.Dunlap" <rddunlap@osdl.org> From: Patrick McLean <pmclean@linuxfreak.ca>
-
Andrew Morton authored
From: "Randy.Dunlap" <rddunlap@osdl.org> From: Luiz Fernando Capitulino <lcapitulino@prefeitura.sp.gov.br> It fixes these warnings when !CONFIG_PROC_FS: drivers/md/md.c: In function `md_geninit': drivers/md/md.c:3481: warning: unused variable `p' drivers/md/md.c: At top level: drivers/md/md.c:3007: warning: `md_seq_fops' defined but not used
-
Andrew Morton authored
From: "Randy.Dunlap" <rddunlap@osdl.org> From: Eugene TEO <eugeneteo@eugeneteo.net> Handle OOM in mca_init()
-
Andrew Morton authored
From: "Randy.Dunlap" <rddunlap@osdl.org> From: Eugene TEO <eugeneteo@eugeneteo.net>
-
Andrew Morton authored
From: "Randy.Dunlap" <rddunlap@osdl.org> From: Luiz Fernando Capitulino <lcapitulino@prefeitura.sp.gov.br> this patch fixes this warning: drivers/ide/pci/amd74xx.c:80: warning: `amd_udma2cyc' defined but not used when !CONFIG_PROC_FS.
-
Andrew Morton authored
From: Michael Hunold <hunold@linuxtv.org> - TTUSB-DEC update by Alex Woods: - fix USB timeout bug under 2.6 - change some variable names to make it clearer what we are dealing with (PVA). - support DEC2540-t and add info on it to the ttusb-dec docs. - add model number returned from DEC2540-t firmware. - add a module option to get the raw AVPES packets from the dvr device. - send audio packets to their filter rather than the videos. - handle the new empty packets that appear with the 2.16 firmware. - extra error checks. - handle the new firmwares that change the devices' USB IDs. - tidy up the STB initialisation process a little. - apply Hans-Frieder Vogt's patch for calculating firmware CRCs. - make TTUSB budget card depend on USB subsystem
-
Andrew Morton authored
From: Michael Hunold <hunold@linuxtv.org> - after the firmware removal, split av7110.c into separate modules: - av7110.c: initialization and demux stuff - av7110_hw.c: lowlevel hardware access and firmware interface - av7110_ca.c: CI and ECD - av7110_av.c: audio/video MPEG decoder and remuxing stuff - av7110_v4l.c: v4l interface - av7110 fixes that were notcies during splitup - rename some non-static functions to enhance readability - lots of coding style & whitespace fixes - return -ERESTARTSYS from ci_ll_read/write() if interrupted - use time_after() for timeouts - added some comments about firmware interface - removed some unused fields from struct av7110, retabbing - follow driver splitup in Makefile
-