An error occurred fetching the project authors.
- 11 Nov, 2002 1 commit
-
-
Rusty Russell authored
This is an implementation of the in-kernel module loader extending the try_inc_mod_count() primitive and making its use compulsory. This has the benifit of simplicity, and similarity to the existing scheme. To reduce the cost of the constant increments and decrements, reference counters are lockless and per-cpu. Eliminated (coming in following patches): o Modversions o Module parameters o kallsyms o EXPORT_SYMBOL_GPL and MODULE_LICENCE checks o DEVICE_TABLE support. New features: o Typesafe symbol_get/symbol_put o Single "insert this module" syscall interface allows trivial userspace. o Raceless loading and unloading You will need the trivial replacement module utilities from: http://ozlabs.org/~rusty/module-init-tools-0.6.tar.gz
-
- 07 Nov, 2002 1 commit
-
-
Roman Zippel authored
This removes the old documentation, adds the new one and fixes all references to it.
-
- 08 Nov, 2002 1 commit
-
-
Tom Rini authored
This simplifies the C code by removing some #ifdefs.
-
- 03 Nov, 2002 1 commit
-
-
Christoph Hellwig authored
Now that m68knommu and v850 are merged we need all other architectures to define CONFIG_SWAP and CONFIG_MMU so that we can make code conditional on it.
-
- 29 Oct, 2002 1 commit
-
-
Roman Zippel authored
This adds the arch config files. (part 2)
-