Commit Graph

186 Commits (4499b23933b44bf9e56d1a29b51d9a62941f9fa4)

Author SHA1 Message Date
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
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
Alexey Dobriyan f1883f86de Remove remaining unwinder code 16 years ago
Heiko Carstens 9e01892c42 module: convert to stop_machine_create/destroy. 16 years ago
Helge Deller 088af9a6e0 module: fix module loading failure of large kernel modules for parisc 16 years ago
Jianjun Kong d1e99d7ae4 module: fix warning of unused function when !CONFIG_PROC_FS 16 years ago
Tim Abbott ca4787b779 kernel/module.c: compare symbol values when marking symbols as exported in /proc/kallsyms. 16 years ago
Frederic Weisbecker 8b96f01198 tracing/function-graph-tracer: introduce __notrace_funcgraph to filter special functions 16 years ago
Mathieu Desnoyers 32f8574277 tracepoints: use modules notifiers 16 years ago
Mathieu Desnoyers a419246ac7 markers: use module notifier 16 years ago
Steven Rostedt 31e889098a ftrace: pass module struct to arch dynamic ftrace functions 16 years ago
Alexey Dobriyan 3b5d5c6b0c proc: move /proc/modules boilerplate to kernel/module.c 16 years ago
Andi Kleen d72b37513c Remove stop_machine during module load v2 17 years ago
Rusty Russell 5e458cc0f4 module: simplify load_module. 17 years ago
Andi Kleen 25ddbb18aa Make the taint flags reliable 17 years ago
Jason Baron 346e15beb5 driver core: basic infrastructure for per-module dynamic debug messages 17 years ago
Alexey Dobriyan e94320939f modules: fix module "notes" kobject leak 17 years ago
Steven Rostedt fed1939c64 ftrace: remove old pointers to mcount 17 years ago
Steven Rostedt 90d595fe5c ftrace: enable mcount recording for modules 17 years ago
Mathieu Desnoyers 97e1c18e8d tracing: Kernel Tracepoints 17 years ago
Greg Kroah-Hartman 061b1bd394 Staging: add TAINT_CRAP for all drivers/staging code 17 years ago
Linus Torvalds ffb4ba76a2 [module] Don't let gcc inline load_module() 17 years ago
Arjan van de Ven 59f9415ffb modules: extend initcall_debug functionality to the module loader 17 years ago
Rusty Russell 9b1a4d3837 stop_machine: Wean existing callers off stop_machine_run() 17 years ago
WANG Cong 15bba37d62 module: fix build warning with !CONFIG_KALLSYMS 17 years ago