summaryrefslogtreecommitdiff
path: root/kernel/module.c
AgeCommit message (Expand)Author
2015-04-08Copy the kernel module data from user space in chunksLinus Torvalds
2015-03-23lockdep: Fix the module unload key range freeing logicPeter Zijlstra
2015-03-12kasan, module, vmalloc: rework shadow allocation for modulesAndrey Ryabinin
2015-03-06kernel/module.c: Update debug alignment after symtable generationLaura Abbott
2015-02-17kernel/module.c: do not inline do_init_module()Jan Kiszka
2015-02-13kasan: enable instrumentation of global variablesAndrey Ryabinin
2015-02-11module: Replace over-engineered nested sleepPeter Zijlstra
2015-02-11module: Annotate nested sleep in resolve_symbol()Peter Zijlstra
2015-02-06module: Remove double spaces in module verification taint messageMarcel Holtmann
2015-02-06kernel/module.c: Free lock-classes if parse_args failedAndrey Tsyvarev
2015-01-22module: make module_refcount() a signed integer.Rusty Russell
2015-01-20module: fix race in kallsyms resolution during module load success.Rusty Russell
2015-01-20module: remove mod arg from module_free, rename module_memfree().Rusty Russell
2015-01-20module_arch_freeing_init(): new hook for archs before module->module_init freed.Rusty Russell
2014-12-18Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2014-11-11kernel:module Fix coding style errors and warnings.Ionut Alexa
2014-11-11module: Remove stop_machine from module unloadingMasami Hiramatsu
2014-11-11module: Replace module_ref with atomic_t refcntMasami Hiramatsu
2014-11-11lib/bug: Use RCU list ops for module_bug_listMasami Hiramatsu
2014-11-11module: Unlink module with RCU synchronizing instead of stop_machineMasami Hiramatsu
2014-11-11module: Wait for RCU synchronizing before releasing a moduleMasami Hiramatsu
2014-10-28sched, modules: Fix nested sleep in add_unformed_module()Peter Zijlstra
2014-10-18Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2014-10-15modules, lock around setting of MODULE_STATE_UNFORMEDPrarit Bhargava
2014-10-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2014-10-02aarch64: filter $x from kallsymsKyle McMartin
2014-08-27module: rename KERNEL_PARAM_FL_NOARG to avoid confusionJani Nikula
2014-08-16module: Clean up ro/nx after early module load failuresAndy Lutomirski
2014-08-10Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2014-07-27ARM: avoid ARM binutils leaking ELF local symbolsRussell King
2014-07-27module: add within_module() functionPetr Mladek
2014-07-03crypto: fips - only panic on bad/missing crypto mod signaturesJarod Wilson
2014-06-11Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2014-05-14module: set nx before marking module MODULE_STATE_COMING.Rusty Russell
2014-05-01Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2014-04-28ftrace/module: Hardcode ftrace_module_init() call into load_module()Steven Rostedt (Red Hat)
2014-04-28param: hand arguments after -- straight to initRusty Russell
2014-04-28module: remove warning about waiting module removal.Rusty Russell
2014-04-07modules: use raw_cpu_write for initialization of per cpu refcount.Christoph Lameter
2014-04-06Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2014-03-31Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2014-03-31Use 'E' instead of 'X' for unsigned module taint flag.Rusty Russell
2014-03-20Rename TAINT_UNSAFE_SMP to TAINT_CPU_OUT_OF_SPECDave Jones
2014-03-13Fix: module signature vs tracepoints: add new TAINT_UNSIGNED_MODULEMathieu Desnoyers
2014-03-13module: use pr_contJiri Slaby
2014-02-13lto: Handle LTO common symbols in module loaderJoe Mario
2014-01-21module: Add missing newline in printk call.Tetsuo Handa
2013-11-15Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2013-11-13kernel/module.c: use pr_foo()Andrew Morton
2013-10-17kernel: add support for init_array constructorsFrantisek Hrbata