- 01 Apr, 2003 40 commits
-
-
Randy Dunlap authored
This changes/fixes the optcd.c stack reduction patch from last week. Alan and Jens objected to the kmalloc() in cdromread(), suggesting that the read buffer should be allocated one time and held onto, so this patch does that.
-
Neil Brown authored
The systemcall interface for adding exports checked that the filesystem was exportable. The new interface doesn't... This patch splits this functionality into a separate function which is called from both sites.
-
Paul Mackerras authored
This adds the PCI ids for some of the newer Apple chips.
-
Paul Mackerras authored
This updates the battery charge calculations for powerbooks. This is Ben Herrenschmidt's work.
-
Paul Mackerras authored
This updates the ADB (Apple desktop bus) driver used on macs and powermacs. The main change, from Ben Herrenschmidt, is that handlers are called without a lock held now. It also adds a way for userland to obtain some information about individual ADB devices from the driver.
-
Jan Kara authored
-
Rusty Russell authored
CROSS_64KB won't work as advertised due to missing parenthesis. Pointed out by Joern Engel.
-
Stephen Rothwell authored
Just want to nip this in the bud :-)
-
Andries E. Brouwer authored
Only used for (dubious) debugging purposes, and exposes internal kernel state.
-
Rusty Russell authored
The previous handling of PCI class masks was too primitive: the class field is not "all or nothing" but has base class, subclass and interface fields. This patch changes the alias form from: pci:vNdNsvNsdNcN to pci:vNdNsvNsdNbcNscNiN.
-
Rusty Russell authored
This removes the extable list, and the struct exception_table, in favour of just iterating through the modules. Now all iteration is within kernel/module.c, this is a fairly trivial cleanup.
-
Rusty Russell authored
This removes the symbol list, and the concept of kernel symbol groups, in favour of just iterating through the modules. Now all iteration is within kernel/module.c, this is a fairly trivial cleanup.
-
Rusty Russell authored
By making module_text_address return the module it found, we simplify symbol_put_addr significantly.
-
bk://kernel.bkbits.net/davem/net-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
bk://kernel.bkbits.net/davem/softirq-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Rusty Russell authored
From: Pablo Menichini <pablo@menichini.com.ar> initdata can't be const
-
Rusty Russell authored
From: Bob Miller <rem@osdl.org>
-
Rusty Russell authored
From: Paul Gortmaker <p_gortmaker@yahoo.com>
-
Rusty Russell authored
From: Adrian Bunk <bunk@fs.tum.de> initcall was renamed and made module_init()
-
Rusty Russell authored
From: Marcus Alanen <maalanen@ra.abo.fi>
-
Rusty Russell authored
From: Frank Davis <fdavis@si.rr.com> This patch makes us of a new predefined macro, instead of having the code directly in the driver.
-
Rusty Russell authored
From: Ryan Bradetich <rbradetich@uswest.net>
-
Rusty Russell authored
From: Hanna Linder <hannal@us.ibm.com>
-
Rusty Russell authored
From: Chris Wilson <chris@qwirx.com>
-
Rusty Russell authored
From: Hanna Linder <hannal@us.ibm.com>
-
Rusty Russell authored
From: Will Dyson <will_dyson@pobox.com>
-
Rusty Russell authored
From: Pablo Menichini <pablo@menichini.com.ar>
-
Rusty Russell authored
From: Pablo Menichini <pablo@menichini.com.ar>
-
Rusty Russell authored
From: Pavel Machek <pavel@ucw.cz>
-
Rusty Russell authored
From: ookhoi@humilis.net
-
Rusty Russell authored
From: Hanna Linder <hannal@us.ibm.com> Here are the changes for s390 to set .owner for tty_drivers and remove MOD_INC/DEC_USE_COUNT. Martin has already approved this.
-
Rusty Russell authored
From: ookhoi@humilis.net
-
Rusty Russell authored
From: ookhoi@humilis.net
-
Rusty Russell authored
From: ookhoi@humilis.net
-
Rusty Russell authored
From: ookhoi@humilis.net
-
Rusty Russell authored
From: Adrian Bunk <bunk@fs.tum.de>
-
Rusty Russell authored
From: sander@humilis.net
-
Rusty Russell authored
From: Pablo Menichini <pablo@menichini.com.ar> Unused piece of fluff. Remove it.
-
Rusty Russell authored
From: Pavel Machek <pavel@suse.cz>
-
Rusty Russell authored
From: Pablo Menichini <pablo@menichini.com.ar> initdata can't be const
-