aboutsummaryrefslogtreecommitdiff
path: root/kernel/module.c
AgeCommit message (Expand)Author
2009-06-18kernel: constructor supportPeter Oberparleiter
2009-06-16printk: add KERN_DEFAULT loglevel to print_modules()Linus Torvalds
2009-06-12module: trim exception table on init free.Rusty Russell
2009-06-11Merge branch 'for-linus' of git://linux-arm.org/linux-2.6Linus Torvalds
2009-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2009-06-11kmemleak: Add modules supportCatalin Marinas
2009-05-08Merge branch 'master' into nextJames Morris
2009-04-17ftrace: use module notifier for function tracerSteven Rostedt
2009-04-15modules: Fix up build when CONFIG_MODULE_UNLOAD=n.Stephen Rothwell
2009-04-14tracing/events: add support for modules to TRACE_EVENTSteven Rostedt
2009-04-11async: Fix module loading async-work regressionLinus Torvalds
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-03modules: sysctl to block module loadingKees Cook
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