Commit Graph

294 Commits (bbd9d6f7fbb0305c9a592bf05a32e87eb364a4ff)

Author SHA1 Message Date
Alessio Igor Bogani 9d63487f86 module: Use binary search in lookup_symbol() 14 years ago
Alessio Igor Bogani 403ed27846 module: Use the binary search for symbols resolution 14 years ago
Rusty Russell de4d8d5346 module: each_symbol_section instead of each_symbol 14 years ago
Jan Glauber 01526ed083 module: split unset_section_ro_nx function. 14 years ago
Jan Glauber 448694a1d5 module: undo module RONX protection correctly. 14 years ago
Jan Glauber 4d10380e72 module: zero mod->init_ro_size after init is freed. 14 years ago
Daniel J Blueman 5d05c70849 minor ANSI prototype sparse fix 14 years ago
Roland Vossen 7816c45bf1 modules: Enabled dynamic debugging for staging modules 14 years ago
Lucas De Marchi 25985edced Fix common misspellings 14 years ago
Kees Cook 9f36e2c448 printk: use %pK for /proc/kallsyms and /proc/modules 14 years ago
Mathieu Desnoyers 6549864629 tracepoints: Fix section alignment using pointer array 14 years ago
Steven Rostedt 94462ad3b1 module: Move RO/NX module protection to after ftrace module update 14 years ago
matthieu castet 84e1c6bb38 x86: Add RO/NX protection for loadable kernel modules 14 years ago
Steven Rostedt 13b9b6e746 tracing: Fix module use of trace_bprintk() 14 years ago
Michał Mirosław abbce906d0 (trivial) Fix compiler warning in kernel/modules.c 14 years ago
Linus Torvalds 5336377d62 modules: Fix module_bug_list list corruption race 15 years ago
Jason Baron bf5438fca2 jump label: Base patch for jump label 15 years ago
Rusty Russell 51f3d0f474 module: cleanup comments, remove noinline 15 years ago
Rusty Russell 811d66a0e1 module: group post-relocation functions into post_relocation() 15 years ago
Rusty Russell 6526c534b2 module: move module args strndup_user to just before use 15 years ago
Rusty Russell 49668688dd module: pass load_info into other functions 15 years ago
Rusty Russell 36b0360d17 module: fix sysfs cleanup for !CONFIG_SYSFS 15 years ago
Rusty Russell 8f6d037815 module: sysfs cleanup 15 years ago
Rusty Russell d913188c75 module: layout_and_allocate 15 years ago
Rusty Russell 511ca6ae43 module: fix crash in get_ksymbol() when oopsing in module init 15 years ago
Rusty Russell eded41c1c6 module: kallsyms functions take struct load_info 15 years ago
Rusty Russell d6df72a06e module: refactor out section header rewriting: FIX modversions 15 years ago
Rusty Russell 8b5f61a795 module: refactor out section header rewriting 15 years ago
Linus Torvalds 3264d3f9dd module: add load_info 15 years ago
Linus Torvalds 44032e6316 module: reduce stack usage for each_symbol() 15 years ago
Rusty Russell 22e268ebec module: refactor load_module part 5 15 years ago
Rusty Russell 9f85a4bbb1 module: refactor load_module part 4 15 years ago
Rusty Russell 40dd2560ec module: refactor load_module part 3 15 years ago
Linus Torvalds 65b8a9b4d5 module: refactor load_module part 2 15 years ago
Linus Torvalds f91a13bb99 module: refactor load_module 15 years ago
Eric Dumazet 2409e74278 module: module_unload_init() cleanup 15 years ago
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