summaryrefslogtreecommitdiff
path: root/kernel/module.c
AgeCommit message (Expand)Author
2009-04-07Revert "module: remove the SHF_ALLOC flag on the __versions section."Rusty Russell
2009-04-05Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-04-02Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar
2009-03-31module: use strstarts()Rusty Russell
2009-03-31module: don't use stop_machine on module loadRusty Russell
2009-03-31module: include other structures in module version checkRusty Russell
2009-03-31module: remove the SHF_ALLOC flag on the __versions section.Rusty Russell
2009-03-31module: clarify the force-loading taint message.Rusty Russell
2009-03-31module: Export symbols needed for KspliceTim Abbott
2009-03-31Ksplice: Add functions for walking kallsyms symbolsAnders Kaseorg
2009-03-31module: remove module_text_address()Rusty Russell
2009-03-31module: __module_addressRusty Russell
2009-03-31module: Make find_symbol return a struct kernel_symbolTim Abbott
2009-03-31kernel/module.c: fix an unused goto labelAmérico Wang
2009-03-31param: fix charp parameters set via sysfsRusty Russell
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar
2009-03-24dynamic debug: combine dprintk and dynamic printkJason Baron
2009-03-20Merge branches 'tracing/ftrace', 'tracing/kprobes', 'tracing/tasks' and 'linu...Ingo Molnar
2009-03-18module: fix refptr allocation and release orderMasami Hiramatsu
2009-03-10Merge branch 'x86/core' into tracing/ftraceIngo Molnar
2009-03-06Merge branch 'x86/core' into tracing/texteditIngo Molnar
2009-03-06percpu, module: implement reserved allocation and use it for module percpu va...Tejun Heo
2009-02-20percpu: implement new dynamic percpu allocatorTejun Heo
2009-02-20module: reorder module pcpu related functionsTejun Heo
2009-02-09tracing/function-graph-tracer: drop the kernel_text_address checkFrederic Weisbecker
2009-02-02modules: Use a better scheme for refcountingEric Dumazet
2009-01-14[CVE-2009-0029] System call wrappers part 08Heiko Carstens
2009-01-07async: Asynchronous function calls to speed up kernel bootArjan van de Ven
2009-01-06module: add MODULE_STATE_LIVE notifyMasami Hiramatsu
2009-01-06module: add within_module_core() and within_module_init()Masami Hiramatsu
2009-01-06Remove remaining unwinder codeAlexey Dobriyan
2009-01-05module: convert to stop_machine_create/destroy.Heiko Carstens
2009-01-05module: fix module loading failure of large kernel modules for pariscHelge Deller
2009-01-05module: fix warning of unused function when !CONFIG_PROC_FSJianjun Kong
2009-01-05kernel/module.c: compare symbol values when marking symbols as exported in /p...Tim Abbott
2008-12-08tracing/function-graph-tracer: introduce __notrace_funcgraph to filter specia...Frederic Weisbecker
2008-11-17Merge branches 'tracing/branch-tracer', 'tracing/ftrace', 'tracing/function-r...Ingo Molnar
2008-11-16tracepoints: use modules notifiersMathieu Desnoyers
2008-11-16markers: use module notifierMathieu Desnoyers
2008-11-16ftrace: pass module struct to arch dynamic ftrace functionsSteven Rostedt
2008-10-23Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriya...Linus Torvalds
2008-10-23proc: move /proc/modules boilerplate to kernel/module.cAlexey Dobriyan
2008-10-22Remove stop_machine during module load v2Andi Kleen
2008-10-22module: simplify load_module.Rusty Russell
2008-10-20Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2008-10-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds
2008-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds
2008-10-16Make the taint flags reliableAndi Kleen
2008-10-16driver core: basic infrastructure for per-module dynamic debug messagesJason Baron
2008-10-16modules: fix module "notes" kobject leakAlexey Dobriyan