Commit Graph

255 Commits (c496313fcc35a41e176e3f19cdda2544ea3a32a6)

Author SHA1 Message Date
Jason Baron b82bab4bbe dynamic debug: move ddebug_remove_module() down into free_module() 15 years ago
Yehuda Sadeh ff49d74ad3 module: initialize module dynamic debug later 15 years ago
Rusty Russell 9bea7f2395 module: fix bne2 "gave up waiting for init of module libcrc32c" 15 years ago
Rusty Russell be593f4ce4 module: verify_export_symbols under the lock 15 years ago
Linus Torvalds 3bafeb6247 module: move find_module check to end 15 years ago
Rusty Russell 75676500f8 module: make locking more fine-grained. 15 years ago
Rusty Russell 6407ebb271 module: Make module sysfs functions private. 15 years ago
Rusty Russell 80a3d1bb41 module: move sysfs exposure to end of load_module 15 years ago
Rusty Russell c8e21ced08 module: fix kdb's illicit use of struct module_use. 15 years ago
Linus Torvalds 2c02dfe7fe module: Make the 'usage' lists be two-way 15 years ago
Rusty Russell 293a7cfeed module: fix reference to mod->percpu after freeing module. 15 years ago
Linus Torvalds 218ce73514 Revert "module: drop the lock while waiting for module to complete initialization." 15 years ago
Wenji Huang 7d52669b14 module: remove duplicate declaration of __ksymtab_gpl_future 15 years ago
Chris Wright 2c3c8bea60 sysfs: add struct file* to bin_attr callbacks 15 years ago
Jason Wessel 67fc4e0cb9 kdb: core for kgdb back end (2 of 2) 15 years ago
Rusty Russell 480b02df3a module: drop the lock while waiting for module to complete initialization. 15 years ago
Tejun Heo 3fc1f1e27a stop_machine: reimplement using cpu_stop 15 years ago
Nick Piggin 5fbfb18d7a Fix up possibly racy module refcounting 15 years ago
Steven Rostedt eb0c53771f tracing: Fix compile error in module tracepoints when MODULE_UNLOAD not set 15 years ago
Li Zefan ae832d1e03 tracing: Remove side effect from module tracepoints that caused a GPF 15 years ago
Tejun Heo 10fad5e46f percpu, module: implement and use is_kernel/module_percpu_address() 15 years ago
Tejun Heo 259354deaa module: encapsulate percpu handling better and record percpu_size 15 years ago
Eric W. Biederman 361795b1eb sysfs: Use sysfs_attr_init and sysfs_bin_attr_init on module dynamic attributes 15 years ago
Denys Vlasenko 3d9a854c2d Rename .data[.percpu][.XXX] to .data[..percpu][..XXX]. 15 years ago
Ben Hutchings 10b465aaf9 modules: Skip empty sections when exporting section notes 15 years ago
Christoph Lameter e1783a240f module: Use this_cpu_xx to dynamically allocate counters 15 years ago
Rusty Russell d4703aefdb module: handle ppc64 relocating kcrctabs when CONFIG_RELOCATABLE=y 15 years ago
Helge Deller 35dead4235 modules: don't export section names of empty sections via sysfs 15 years ago
Catalin Marinas a6f5aa1ea0 kmemleak: Scan the _ftrace_events section in modules 16 years ago
Catalin Marinas c017b4be3e kmemleak: Simplify the kmemleak_scan_area() function prototype 16 years ago
Tejun Heo 23fb064bb9 percpu: kill legacy percpu allocator 16 years ago
Paul Mundt 3ae91c21dd module: fix up CONFIG_KALLSYMS=n build. 16 years ago
Rusty Russell ffa9f12a41 module: don't call percpu_modfree on NULL pointer. 16 years ago
Rusty Russell a263f7763c module: fix memory leak when load fails after srcversion/version allocated 16 years ago
Jan Beulich 554bdfe5ac module: reduce string table for loaded modules (v2) 16 years ago
Jan Beulich 4a4962263f module: reduce symbol table for loaded modules (v2) 16 years ago
Ingo Molnar 115e8a2882 modules, tracing: Remove stale struct marker signature from module_layout() 16 years ago
Bernd Schmidt eb8cdec4a9 nommu: add support for Memory Protection Units (MPU) 16 years ago
Christoph Hellwig fc5377668c tracing: Remove markers 16 years ago
Ingo Molnar ea6bff3685 modules: Fix build error in the !CONFIG_KALLSYMS case 16 years ago
James Bottomley 1b364bf438 module: workaround duplicate section names 16 years ago
Rusty Russell 7d1d16e416 module: fix BUG_ON() for powerpc (and other function descriptor archs) 16 years ago
Li Zefan 7ead8b8313 tracing/events: Add module tracepoints 16 years ago
Mike Frysinger 6560dc160f module: use MODULE_SYMBOL_PREFIX with module_layout 16 years ago
Joe Perches ad361c9884 Remove multiple KERN_ prefixes from printk formats 16 years ago
Tejun Heo e74e396204 percpu: use dynamic percpu allocator as the default percpu allocator 16 years ago
Peter Oberparleiter b99b87f70c kernel: constructor support 16 years ago
Linus Torvalds b231125af7 printk: add KERN_DEFAULT loglevel to print_modules() 16 years ago
Rusty Russell ad6561dffa module: trim exception table on init free. 16 years ago
Catalin Marinas 4f2294b6dc kmemleak: Add modules support 16 years ago