aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/module.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-1/+1
2014-10-02aarch64: filter $x from kallsymsKyle McMartin1-1/+1
2014-08-27module: rename KERNEL_PARAM_FL_NOARG to avoid confusionJani Nikula1-1/+1
2014-08-16module: Clean up ro/nx after early module load failuresAndy Lutomirski1-0/+5
2014-08-10Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-8/+6
2014-07-27ARM: avoid ARM binutils leaking ELF local symbolsRussell King1-0/+2
2014-07-27module: add within_module() functionPetr Mladek1-8/+4
2014-07-03crypto: fips - only panic on bad/missing crypto mod signaturesJarod Wilson1-4/+0
2014-06-11Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-18/+26
2014-05-14module: set nx before marking module MODULE_STATE_COMING.Rusty Russell1-15/+17
2014-05-01Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-3/+0
2014-04-28ftrace/module: Hardcode ftrace_module_init() call into load_module()Steven Rostedt (Red Hat)1-0/+3
2014-04-28param: hand arguments after -- straight to initRusty Russell1-3/+9
2014-04-28module: remove warning about waiting module removal.Rusty Russell1-3/+0
2014-04-07modules: use raw_cpu_write for initialization of per cpu refcount.Christoph Lameter1-1/+1
2014-04-06Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-4/+6
2014-03-31Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+4
2014-03-31Use 'E' instead of 'X' for unsigned module taint flag.Rusty Russell1-1/+1
2014-03-20Rename TAINT_UNSAFE_SMP to TAINT_CPU_OUT_OF_SPECDave Jones1-1/+1
2014-03-13Fix: module signature vs tracepoints: add new TAINT_UNSIGNED_MODULEMathieu Desnoyers1-1/+3
2014-03-13module: use pr_contJiri Slaby1-3/+3
2014-02-13lto: Handle LTO common symbols in module loaderJoe Mario1-0/+4
2014-01-21module: Add missing newline in printk call.Tetsuo Handa1-4/+2
2013-11-15Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-40/+26
2013-11-13kernel/module.c: use pr_foo()Andrew Morton1-59/+44
2013-10-17kernel: add support for init_array constructorsFrantisek Hrbata1-2/+18
2013-09-23module: remove rmmod --wait option.Rusty Russell1-38/+8
2013-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-7/+6
2013-09-03switch copy_module_from_fd() to fdgetAl Viro1-7/+6
2013-09-03module: Fix mod->mkobj.kobj potentially freed too earlyLi Zhong1-3/+11
2013-08-20kernel/module.c: use scnprintf() instead of sprintf()Chen Gang1-1/+1
2013-08-20module: Add NOARG flag for ops with param_set_bool_enable_only() set functionSteven Rostedt1-0/+1
2013-07-10Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-34/+43
2013-07-03module: cleanup call chain.Rusty Russell1-19/+16
2013-07-03module: do percpu allocation after uniqueness check. No, really!Rusty Russell1-16/+18
2013-07-02modules: don't fail to load on unknown parameters.Rusty Russell1-1/+12
2013-07-02module: don't modify argument of module_kallsyms_lookup_name()Mathias Krause1-8/+7
2013-05-17kmemleak: No need for scanning specific module sectionsSteven Rostedt1-13/+0
2013-05-17kmemleak: Scan all allocated, writeable and not executable module sectionsSteven Rostedt1-4/+4
2013-04-17module: don't unlink the module until we've removed all exposure.Rusty Russell1-4/+9
2013-03-20module: fix symbol versioning with symbol prefixesJames Hogan1-1/+2
2013-03-15CONFIG_SYMBOL_PREFIX: cleanup.Rusty Russell1-1/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2013-02-26switch vfs_getattr() to struct pathAl Viro1-1/+1
2013-01-21module: clean up load_module a little more.Rusty Russell1-39/+68
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Rusty Russell1-11/+15
2013-01-21module: printk message when module signature fail taints kernel.Rusty Russell1-1/+6
2013-01-20module: fix missing module_mutex unlockLinus Torvalds1-1/+1
2013-01-20Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-46/+108
2013-01-16module, async: async_synchronize_full() on module init iff async is usedTejun Heo1-2/+25