Commit Graph

216 Commits (23e018a1b083ecb4b8bb2fb43d58e7c19b5d7959)

Author SHA1 Message Date
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
Steven Rostedt 93eb677d74 ftrace: use module notifier for function tracer 16 years ago
Stephen Rothwell 19e4529ee7 modules: Fix up build when CONFIG_MODULE_UNLOAD=n. 16 years ago
Steven Rostedt 6d723736e4 tracing/events: add support for modules to TRACE_EVENT 16 years ago
Linus Torvalds d6de2c80e9 async: Fix module loading async-work regression 16 years ago
Rusty Russell 2e45e77787 Revert "module: remove the SHF_ALLOC flag on the __versions section." 16 years ago
Kees Cook 3d43321b70 modules: sysctl to block module loading 16 years ago
Rusty Russell 49502677e1 module: use strstarts() 16 years ago
Rusty Russell e91defa26c module: don't use stop_machine on module load 16 years ago
Rusty Russell 8c8ef42aee module: include other structures in module version check 16 years ago
Rusty Russell 9cb610d8e3 module: remove the SHF_ALLOC flag on the __versions section. 16 years ago
Rusty Russell c6e665c8f0 module: clarify the force-loading taint message. 16 years ago
Tim Abbott c6b3780191 module: Export symbols needed for Ksplice 16 years ago
Anders Kaseorg 75a66614db Ksplice: Add functions for walking kallsyms symbols 16 years ago
Rusty Russell a6e6abd575 module: remove module_text_address() 16 years ago
Rusty Russell e610499e26 module: __module_address 16 years ago
Tim Abbott 414fd31b25 module: Make find_symbol return a struct kernel_symbol 16 years ago
Américo Wang b10153fe31 kernel/module.c: fix an unused goto label 16 years ago
Rusty Russell e180a6b775 param: fix charp parameters set via sysfs 16 years ago
Jason Baron e9d376f0fa dynamic debug: combine dprintk and dynamic printk 16 years ago
Masami Hiramatsu 6e2b75740b module: fix refptr allocation and release order 16 years ago
Ingo Molnar 9de36825b3 tracing: trace_bprintk() cleanups 16 years ago
Lai Jiangshan 1ba28e02a1 tracing: add trace_bprintk() 16 years ago
Tejun Heo edcb463997 percpu, module: implement reserved allocation and use it for module percpu variables 16 years ago
Tejun Heo fbf59bc9d7 percpu: implement new dynamic percpu allocator 16 years ago
Tejun Heo 6b588c18f8 module: reorder module pcpu related functions 16 years ago
Frederic Weisbecker 3861a17bcc tracing/function-graph-tracer: drop the kernel_text_address check 16 years ago
Eric Dumazet 720eba31f4 modules: Use a better scheme for refcounting 16 years ago
Heiko Carstens 17da2bd90a [CVE-2009-0029] System call wrappers part 08 16 years ago
Arjan van de Ven 22a9d64567 async: Asynchronous function calls to speed up kernel boot 16 years ago
Masami Hiramatsu 0deddf436a module: add MODULE_STATE_LIVE notify 16 years ago
Masami Hiramatsu a06f6211ef module: add within_module_core() and within_module_init() 16 years ago