aboutsummaryrefslogtreecommitdiff
path: root/kernel/module.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-22module: make module_refcount() a signed integer.Gravatar Rusty Russell 1-4/+13
2015-01-20module: fix race in kallsyms resolution during module load success.Gravatar Rusty Russell 1-13/+42
2015-01-20module: remove mod arg from module_free, rename module_memfree().Gravatar Rusty Russell 1-7/+7
2015-01-20module_arch_freeing_init(): new hook for archs before module->module_init freed.Gravatar Rusty Russell 1-0/+7
2014-12-18Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-95/+75
2014-11-11kernel:module Fix coding style errors and warnings.Gravatar Ionut Alexa 1-25/+28
2014-11-11module: Remove stop_machine from module unloadingGravatar Masami Hiramatsu 1-28/+39
2014-11-11module: Replace module_ref with atomic_t refcntGravatar Masami Hiramatsu 1-34/+5
2014-11-11lib/bug: Use RCU list ops for module_bug_listGravatar Masami Hiramatsu 1-2/+3
2014-11-11module: Unlink module with RCU synchronizing instead of stop_machineGravatar Masami Hiramatsu 1-13/+5
2014-11-11module: Wait for RCU synchronizing before releasing a moduleGravatar Masami Hiramatsu 1-0/+2
2014-10-28sched, modules: Fix nested sleep in add_unformed_module()Gravatar Peter Zijlstra 1-2/+28
2014-10-18Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+2
2014-10-15modules, lock around setting of MODULE_STATE_UNFORMEDGravatar Prarit Bhargava 1-0/+2
2014-10-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-1/+1
2014-10-02aarch64: filter $x from kallsymsGravatar Kyle McMartin 1-1/+1
2014-08-27module: rename KERNEL_PARAM_FL_NOARG to avoid confusionGravatar Jani Nikula 1-1/+1
2014-08-16module: Clean up ro/nx after early module load failuresGravatar Andy Lutomirski 1-0/+5
2014-08-10Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-8/+6
2014-07-27ARM: avoid ARM binutils leaking ELF local symbolsGravatar Russell King 1-0/+2
2014-07-27module: add within_module() functionGravatar Petr Mladek 1-8/+4
2014-07-03crypto: fips - only panic on bad/missing crypto mod signaturesGravatar Jarod Wilson 1-4/+0
2014-06-11Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-18/+26
2014-05-14module: set nx before marking module MODULE_STATE_COMING.Gravatar Rusty Russell 1-15/+17
2014-05-01Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-3/+0
2014-04-28ftrace/module: Hardcode ftrace_module_init() call into load_module()Gravatar Steven Rostedt (Red Hat) 1-0/+3
2014-04-28param: hand arguments after -- straight to initGravatar Rusty Russell 1-3/+9
2014-04-28module: remove warning about waiting module removal.Gravatar Rusty Russell 1-3/+0
2014-04-07modules: use raw_cpu_write for initialization of per cpu refcount.Gravatar Christoph Lameter 1-1/+1
2014-04-06Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-4/+6
2014-03-31Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-0/+4
2014-03-31Use 'E' instead of 'X' for unsigned module taint flag.Gravatar Rusty Russell 1-1/+1
2014-03-20Rename TAINT_UNSAFE_SMP to TAINT_CPU_OUT_OF_SPECGravatar Dave Jones 1-1/+1
2014-03-13Fix: module signature vs tracepoints: add new TAINT_UNSIGNED_MODULEGravatar Mathieu Desnoyers 1-1/+3
2014-03-13module: use pr_contGravatar Jiri Slaby 1-3/+3
2014-02-13lto: Handle LTO common symbols in module loaderGravatar Joe Mario 1-0/+4
2014-01-21module: Add missing newline in printk call.Gravatar Tetsuo Handa 1-4/+2
2013-11-15Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-40/+26
2013-11-13kernel/module.c: use pr_foo()Gravatar Andrew Morton 1-59/+44
2013-10-17kernel: add support for init_array constructorsGravatar Frantisek Hrbata 1-2/+18
2013-09-23module: remove rmmod --wait option.Gravatar Rusty Russell 1-38/+8
2013-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-7/+6
2013-09-03switch copy_module_from_fd() to fdgetGravatar Al Viro 1-7/+6
2013-09-03module: Fix mod->mkobj.kobj potentially freed too earlyGravatar Li Zhong 1-3/+11
2013-08-20kernel/module.c: use scnprintf() instead of sprintf()Gravatar Chen Gang 1-1/+1
2013-08-20module: Add NOARG flag for ops with param_set_bool_enable_only() set functionGravatar Steven Rostedt 1-0/+1
2013-07-10Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-34/+43
2013-07-03module: cleanup call chain.Gravatar Rusty Russell 1-19/+16
2013-07-03module: do percpu allocation after uniqueness check. No, really!Gravatar Rusty Russell 1-16/+18
2013-07-02modules: don't fail to load on unknown parameters.Gravatar Rusty Russell 1-1/+12