aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/module.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-03-11Merge bk://linux-sam.bkbits.net/kbuildLinus Torvalds1-11/+2
2005-03-11[PATCH] Make lots of things staticAdrian Bunk1-1/+0
2005-01-31The wrong version of the parmtype patch was merged, incompletely, andAndreas Gruenbacher1-11/+2
2005-01-09Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman1-9/+10
2005-01-07[PATCH] Remove EXPORT_SYMBOL_NOVERSRusty Russell1-5/+0
2004-12-20[PATCH] module sysfs: module parameters reimplemented using attr groupTejun Heo1-2/+2
2004-12-20[PATCH] module sysfs: sections attr reimplemented using attr groupTejun Heo1-4/+4
2004-12-20[PATCH] module sysfs: expand module_attribute methodsTejun Heo1-2/+3
2004-12-20[PATCH] module sysfs: make module.mkobj inlineTejun Heo1-1/+1
2004-11-24[PATCH] dont deprecate MODULE_PARMAndrew Morton1-1/+1
2004-10-25[PATCH] Builtin Module Parameters in sysfs tooRusty Russell1-20/+18
2004-10-25[PATCH] Fix for MODULE_PARM obsoleteRusty Russell1-2/+2
2004-10-25[PATCH] MODULE_PARM must die: make it warn first.Rusty Russell1-2/+4
2004-10-19[PATCH] modules: put srcversion checksum in each modinfo sectionMatt Domsch1-4/+2
2004-10-18Trivial Makefile mergeLinus Torvalds1-27/+7
2004-10-18[PATCH] mark inter_module_* deprecatedChristoph Hellwig1-5/+7
2004-10-18[PATCH] remove MOD_INC_USE_COUNT/MOD_DEC_USE_COUNTChristoph Hellwig1-22/+0
2004-09-28[PATCH] module.h build fixAndrew Morton1-2/+5
2004-09-22[PATCH] Put symbolic links between drivers and modules in the sysfs treeGreg Kroah-Hartman1-0/+14
2004-06-26[PATCH] Fix race between CONFIG_DEBUG_SLABALLOC and modulesRusty Russell1-1/+8
2004-06-04[PATCH] Module section offsets in /sys/moduleJonathan Corbet1-0/+19
2004-05-14[PATCH] implement print_modules()Andrew Morton1-1/+4
2004-05-07Add modules to sysfsGreg Kroah-Hartman1-0/+25
2004-04-11[PATCH] Move __this_module to modpostAndrew Morton1-15/+1
2004-02-26[PATCH] Add a MODULE_VERSION macroAndrew Morton1-0/+18
2004-02-26[PATCH] Add kallsyms_lookupname()Andrew Morton1-0/+9
2004-01-19[PATCH] sort exception tablesPaul Mackerras1-0/+3
2004-01-19[PATCH] make gcc 3.4 compilation workAndrew Morton1-0/+3
2003-07-18[PATCH] module_put_and_exitRusty Russell1-1/+7
2003-07-18[PATCH] Resolve module local_t conflictRusty Russell1-7/+2
2003-06-30[PATCH] Identify Code Section Of Modules for kallsymsRusty Russell1-0/+3
2003-06-06[PATCH] kallsyms in procRusty Russell1-0/+20
2003-06-05[PATCH] per-cpu support inside modules (minimal)Andrew Morton1-0/+3
2003-05-19[NET]: Fix netdevice unregister races.David S. Miller1-1/+0
2003-04-29[PATCH] __module_getRusty Russell1-0/+19
2003-04-29[PATCH] complete modinfo sectionRusty Russell1-19/+29
2003-04-06[PATCH] Grab SET_MODULE_OWNER from the clutches of the deprecatedZwane Mwaikambo1-1/+1
2003-04-02modules: Fix exporting symbols from modulesKai Germaschewski1-2/+2
2003-04-01[PATCH] module load notificationJohn Levon1-0/+17
2003-04-01[PATCH] Extable list removalRusty Russell1-12/+5
2003-04-01[PATCH] Symbol list removalRusty Russell1-28/+6
2003-04-01[PATCH] module_text_address returns the module pointerRusty Russell1-3/+3
2003-03-21[PATCH] get rid of __MOD_INC_USE_COUNT/__MOD_DEC_USE_COUNTChristoph Hellwig1-27/+16
2003-02-21Hand mergedKai Germaschewski1-8/+2
2003-02-19kbuild: [PATCH] adapt genksyms for current kbuildKai Germaschewski1-8/+2
2003-02-19[PATCH] kill EXPORT_NO_SYMBOLSChristoph Hellwig1-1/+0
2003-02-14kbuild: Module alias and device table supportRusty Russell1-5/+7
2003-02-03Hand mergedKai Germaschewski1-10/+41
2003-02-03kbuild: Rename CONFIG_MODVERSIONING -> CONFIG_MODVERSIONSKai Germaschewski1-1/+1
2003-02-02[PATCH] symbol_get linkage fixAndrew Morton1-1/+1