- 01 Apr, 2003 40 commits
-
-
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
-
Rusty Russell authored
From: Jochen Hein <jochen@jochen.org> This cannot be a module. Remove module-related help
-
Rusty Russell authored
From: Chris Wilson <chris@qwirx.com> This function did check misc_register's return code, but made no effort to clean up if it failed, leaving a large amount of potential crud lying around. I moved the registration to the start of the function, so that the cleanup is trivial, and made sure the device gets unregistered in the cases where it would not have been registered at all before.
-
Rusty Russell authored
From: Hanna Linder <hannal@us.ibm.com>
-
Rusty Russell authored
From: ookhoi@humilis.net
-
Rusty Russell authored
From: Uros Bizjak <uros@kss-loka.si>
-
Rusty Russell authored
From: Adrian Bunk <bunk@fs.tum.de>
-
Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-