aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/module.c
Commit message (Expand)AuthorAge
* Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-28
|\
| * lockdown: Enforce module signatures if the kernel is locked downDavid Howells2019-08-20
* | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-09-27
|\ \
| * | MODSIGN: Export module signature definitionsThiago Jung Bauermann2019-08-05
* | | module: remove unneeded casts in cmp_name()Masahiro Yamada2019-09-11
* | | module: Fix link failure due to invalid relocation on namespace offsetWill Deacon2019-09-11
* | | module: add config option MODULE_ALLOW_MISSING_NAMESPACE_IMPORTSMatthias Maennich2019-09-10
* | | module: add support for symbol namespaces.Matthias Maennich2019-09-10
* | | module: support reading multiple values per modinfo tagMatthias Maennich2019-09-10
* | | modules: page-align module section allocations only for arches supporting str...He Zhe2019-08-21
* | | modules: always page-align module section allocationsJessica Yu2019-07-30
|/ /
* | Merge tag 'modules-for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-18
|\ \
| * | modules: fix compile error if don't have strict module rwxYang Yingliang2019-06-26
| * | module: allow arch overrides for .exit section namesMatthias Schiffer2019-06-24
| * | modules: fix BUG when load module with rodata=nYang Yingliang2019-06-24
| * | kernel/module: Fix mem leak in module_add_modinfo_attrsYueHaibing2019-06-14
| * | kernel: module: Use struct_size() helperGustavo A. R. Silva2019-06-07
| * | kernel/module.c: Only return -EEXIST for modules that have finished loadingPrarit Bhargava2019-06-05
* | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2019-06-28
|\ \ \ | |_|/ |/| |
| * | srcu: Allocate per-CPU data for DEFINE_SRCU() in modulesPaul E. McKenney2019-05-28
| |/
* / treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-30
|/
* Merge tag 'modules-for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-05-14
|\
| * kallsyms: store type information in its own arrayEugene Loh2019-03-28
* | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-09
|\ \
| * | x86/ima: require signed kernel modulesMimi Zohar2019-03-27
| |/
* | modules: Use vmalloc special flagRick Edgecombe2019-04-30
* | x86/modules: Avoid breaking W^X while loading modulesNadav Amit2019-04-30
|/
* dynamic_debug: add static inline stub for ddebug_add_moduleRasmus Villemoes2019-03-07
* dynamic_debug: move pr_err from module.c to ddebug_add_moduleRasmus Villemoes2019-03-07
* jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-01-05
* Merge tag 'driver-core-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-12-28
|\
| * kobject: return error code if writing /sys/.../uevent failsPeter Rajnoha2018-12-06
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-12-27
|\ \
| * | bpf: support raw tracepoints in modulesMatt Mullins2018-12-18
| |/
* | Merge tag 'modules-for-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-12-27
|\ \
| * | ARM: module: Fix function kallsyms on Thumb-2Vincent Whitchurch2018-12-14
| * | module: Overwrite st_size instead of st_infoVincent Whitchurch2018-12-14
| * | module: make it clearer when we're handling kallsyms symbols vs exported symbolsJessica Yu2018-11-29
| |/
* / modules: Replace synchronize_sched() and call_rcu_sched()Paul E. McKenney2018-11-27
|/
* jump_table: Move entries into ro_after_init regionArd Biesheuvel2018-09-27
* module: use relative references for __ksymtab entriesArd Biesheuvel2018-08-22
* Merge tag 'modules-for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-08-17
|\
| * kernel/module: Use kmemdup to replace kmalloc+memcpyzhong jiang2018-08-02
| * modsign: log module name in the event of an errorJessica Yu2018-07-02
| * module: replace VMLINUX_SYMBOL_STR() with __stringify() or string literalMasahiro Yamada2018-06-25
| * module: print sensible error codeJason A. Donenfeld2018-06-25
| * module: setup load info before module_sig_check()Jessica Yu2018-06-22
| * module: make it clear when we're handling the module copy in info->hdrJessica Yu2018-06-22
| * module: exclude SHN_UNDEF symbols from kallsyms apiJessica Yu2018-06-18
* | module: replace the existing LSM hook in init_moduleMimi Zohar2018-07-16
|/