Commit Graph

284 Commits (6aba74f2791287ec407e0f92487a725a25908067)

Author SHA1 Message Date
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
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