- 01 Aug, 2002 40 commits
-
-
Linus Torvalds authored
-
William Stinson authored
this is a small patch for boardergo.c linux driver for isdn HYSDN cards to 1) remove call to check_region using request_region instead 2) check the status of call to request_region 3) release allocated region resource in case of error. I don't have this hardware so compilation checked only.
-
Christoph Hellwig authored
from Debian's kernel package [ Typo fix, makes sense, please apply ]
-
James Mayer authored
-
Greg Banks authored
Symbols CONFIG_HISAX_ENTERNOW_PCI and CONFIG_HISAX_AMD7930 depend on CONFIG_EXPERIMENTAL but do not say so in their banners.
-
Greg Banks authored
Symbol CONFIG_PPPOATM doesn't depend on CONFIG_EXPERIMENTAL but claims to in its banner.
-
Marcus Alanen authored
Somebody noticed on #kernelnewbies. In the error path, so this is silly cleanup work...
-
Greg Banks authored
Some CML1 rule contributors seem to think that the "bool" statement takes a third argument which is the default value. It doesn't.
-
rfjak@eircom.net authored
I am not sure if you are the actual maintainer for this, but your name adorns the source : 2.5.28 introduced video mode 1400x1050 twice into drivers/video/modedb.c Both instances use indentical timings, so I guess it's a mistake.
-
Greg Banks authored
Symbol CONFIG_EXT3_FS doesn't depend on CONFIG_EXPERIMENTAL but claims to in its banner.
-
Anton Blanchard authored
Quick fix for: smbiod.c:272: warning: deprecated use of label at end of compound statement
-
William Stinson authored
this is a small patch for baycom_ser_hdx.c -- baycom ser12 halfduplex radio modem driver to 1) remove call to check_region using request_region instead 2) check the status of call to request_region 3) release allocated region resource in case of error. I don't have this hardware so compilation checked only.
-
Christoph Hellwig authored
They are harmless mostly and can happen in normal use. (from -rh)
-
Mikael Pettersson authored
Silence bitop on non-long argument warnings.
-
James Mayer authored
-
Christoph Hellwig authored
To make spinlock debugging work with -funsigned-char the i386 version of spin_is_locked() needs to cast to signed char explicitly instead of just char. XFS needed -funsigned-char (and currently still has it), but it doesn't evert hurt.
-
Art Haas authored
Here are patches for designated initializers in kernel/*.
-
Christoph Hellwig authored
(Included in 2.4)
-
Mikael Pettersson authored
Silence bitop on non-long argument warnings. [ Not just silence warnings, but fix portability bug ]
-
Anton Blanchard authored
Fix warning about undefined struct pt_regs.
-
Tom Rini authored
Currently, all arches which support SMP define synchronize_irq(irq) to be a real function (generally defined in arch/$(ARCH)/kernel/irq.c). This export was removed inadvertanly I believe in the "bit IRQ lock" removal and IRQ cleanups ChangeSet.
-
Thiemo Seufer authored
this just fixes a typo.
-
Thiemo Seufer authored
this just fixes a typo.
-
Rusty Russell authored
DaveM said this was fine.
-
William Stinson authored
this is a small patch for Rocketport device driver for Linux to 1) remove two calls to check_region using request_region instead 2) release allocated region resource in case of error. I don't have this hardware so compilation checked only. This patch does not remove all references to check_region in this driver (one reference still left unchanged).
-
Mikael Pettersson authored
Obvious typo: checking block size but printing fragment size.
-
Greg Banks authored
The convention is that symbols that depend on $CONFIG_EXPERIMENTAL are marked in the banner with the string (EXPERIMENTAL). There are some cases where that string is correctly used but is Capitalised instead of uppercase.
-
Greg Banks authored
The default value specified as the last word of the "choice" statement should be a unique abbreviation of one of the sub-prompts. Using one of the sub-symbols is not legal. Fix 'Type of PHY'. [Rusty: this is 3/3 partial resends of 'PATCH: kconfig choice defaults (1/2)']
-
William Lee Irwin III authored
__free_pte() no longer exists in the kernel, but is still declared from include/linux/mm.h. This patch removes that declaration.
-
Christoph Hellwig authored
This file was called xqm.h previously, and the inclusion guards still think it is..
-
Matthew Dobson authored
-
Pavel Machek authored
Better comments and less warnings, please apply
-
Pavel Machek authored
We do not want threads exiting because of suspend, so refrigerator should be just before test for signals pending (so it has chance to kill them).
-
Zwane Mwaikambo authored
This looks to be somewhat botched up init dependencies. This patch takes into consideration paride as well as fixing the parport_serial case.
-
Hugh Dickins authored
ISO C99 designated initializers by Art Haas for mm.
-
http://suncobalt.bkbits.net/submit-2.5Linus Torvalds authored
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
-
bk://ldm.bkbits.net/linux-2.5-driverfsLinus Torvalds authored
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
-
http://gkernel.bkbits.net/alpha-2.5Linus Torvalds authored
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
-
bk://linuxusb.bkbits.net/devfs-2.5Linus Torvalds authored
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
-
Ed Tomlinson authored
Fix so UP does not ask for migration_init
-