index
:
kernel/git/rppt/linux.git
abi-descs/v2
backports/memmap/descending-nodes/v2
cet/kvm
cleanups/arch-force-zone-order
copy-on-flip
deferred-memmap-init/v1
execmem/v4+x86-rox
execmem/v7
execmem/v8
execmem/x86-rox/ftrace+kprobes/v1
execmem/x86-rox/ftrace+kprobes/v2
execmem/x86-rox/ftrace+kprobes/v3
execmem/x86-rox/v10
execmem/x86-rox/v2
execmem/x86-rox/v3
execmem/x86-rox/v4
execmem/x86-rox/v5
execmem/x86-rox/v6
execmem/x86-rox/v7
execmem/x86-rox/v8
execmem/x86-rox/v9
fixes/arm-ioremap-pfn-valid-v2
gfp-unmapped/v0
hugetlb-init/v1
hugetlb-init/v2
hugetlb-init/v3
its-execmem/v0
its-execmem/v1
jitalloc/v1
jitalloc/v2
jitalloc/v2.2
jitalloc/v2.3
jitalloc/v2.4
kasper
kho/deferred-page/v0.1
kho/luo-prep/v9
kho/test/v1
kho/v4
kho/v4-WIP
kho/v4.5
kho/v5
kho/v7
kho/v8
kho/vmalloc-fixes/v1
kho/vmalloc/v1
kho/vmalloc/v2
kho/vmalloc/v3
kho/vmalloc/v4
kho/vmalloc/v5
kmo_codetags_v1
luo/v1.1
master
mem_init/v1
mem_init/v2
memblock-test-fixes
memfd-secret/v20
mm-init/v1
mm-init/v2
mm_init/mem_init/v0.1
numa/cleanup
numa/cleanups
numa/memblks/v0.1
numa/memblks/v2
numa/memblks/v3
numa/memblks/v4
perm_alloc/v0
pg_table/v0.0
pks/v0.0
ramdax/v1
ramdax/v2
ramdax/v3
shstk/kvm
tpm-pdev
uffd+guestmemfd/missing/v0
uffd+guestmemfd/missing/v0.1
uffd+guestmemfd/rfc1
uffd/refactor/v0.2
uffd/refactor/v0.3
unmapped-alloc/rfc-v1
unmapped-alloc/rfc-v2
void-gfp/v0.2
void-gfp/v1
void-gfp/v2
x86/cleanup-gfp-atomic
x86/initmem_init
x86/reservelow
zero-page/v0
zero-page/v0.1
zero-page/v0.2
Mike Rapoport's fork of linux.git
Mike Rapoport
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
module.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-08
module: move the set_fs hack for flush_icache_range to m68k
Christoph Hellwig
1
-8
/
+0
2020-06-05
Merge tag 'modules-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-10
/
+40
2020-06-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...
Linus Torvalds
1
-18
/
+8
2020-06-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-0
/
+3
2020-06-02
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-2
/
+1
2020-06-02
mm: remove the pgprot argument to __vmalloc
Christoph Hellwig
1
-2
/
+1
2020-06-01
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
1
-2
/
+7
2020-05-19
kprobes: Prevent probes in .noinstr.text section
Thomas Gleixner
1
-0
/
+3
2020-05-19
ARM: 8976/1: module: allow arch overrides for .init section names
Vincent Whitchurch
1
-2
/
+7
2020-05-12
kprobes: Support NOKPROBE_SYMBOL() in modules
Masami Hiramatsu
1
-0
/
+3
2020-05-12
kprobes: Support __kprobes blacklist in modules
Masami Hiramatsu
1
-0
/
+4
2020-05-08
module: Make module_enable_ro() static again
Josh Poimboeuf
1
-1
/
+2
2020-05-08
module: Remove module_disable_ro()
Josh Poimboeuf
1
-13
/
+0
2020-05-08
livepatch: Apply vmlinux-specific KLP relocations early
Josh Poimboeuf
1
-4
/
+6
2020-04-21
kernel/module: Hide vermagic header file from general use
Leon Romanovsky
1
-0
/
+3
2020-04-21
module: Harden STRICT_MODULE_RWX
Peter Zijlstra
1
-0
/
+24
2020-04-17
module: break nested ARCH_HAS_STRICT_MODULE_RWX and STRICT_MODULE_RWX #ifdefs
Jessica Yu
1
-11
/
+18
2020-04-09
Merge tag 'modules-for-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+2
2020-04-07
proc: faster open/read/close with "permanent" files
Alexey Dobriyan
1
-0
/
+1
2020-02-17
kernel: module: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-2
/
+2
2020-02-04
proc: convert everything to "struct proc_ops"
Alexey Dobriyan
1
-6
/
+6
2020-01-31
Merge tag 'modules-for-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-9
/
+13
2020-01-20
module: avoid setting info->name early in case we can fall back to info->mod-...
Jessica Yu
1
-5
/
+4
2020-01-15
modsign: print module name along with error message
Jessica Yu
1
-1
/
+1
2020-01-08
kernel/module: Fix memleak in module_add_modinfo_attrs()
YueHaibing
1
-0
/
+2
2019-12-25
Merge branch 'core/kprobes' into perf/core, to pick up a completed branch
Ingo Molnar
1
-43
/
+0
2019-12-11
Merge tag 'trace-v5.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...
Linus Torvalds
1
-5
/
+1
2019-12-10
module: Remove accidental change of module_enable_x()
Steven Rostedt (VMware)
1
-5
/
+1
2019-12-10
Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflicts
Ingo Molnar
1
-2
/
+8
2019-12-09
modules: lockdep: Suppress suspicious RCU usage warning
Masami Hiramatsu
1
-3
/
+6
2019-12-05
Merge tag 'modules-for-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+3
2019-11-27
Merge tag 'trace-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
1
-1
/
+5
2019-11-27
module: Remove set_all_modules_text_*()
Peter Zijlstra
1
-43
/
+0
2019-11-15
kernel/module.c: wakeup processes in module_wq on module unload
Konstantin Khorenko
1
-0
/
+2
2019-11-13
tracing: Verify if trace array exists before destroying it.
Divya Indi
1
-1
/
+5
2019-11-06
module/ftrace: handle patchable-function-entry
Mark Rutland
1
-1
/
+1
2019-10-28
export: avoid code duplication in include/linux/export.h
Masahiro Yamada
1
-1
/
+1
2019-09-28
Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-7
/
+30
2019-09-27
Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+1
2019-09-11
module: remove unneeded casts in cmp_name()
Masahiro Yamada
1
-5
/
+2
2019-09-11
module: Fix link failure due to invalid relocation on namespace offset
Will Deacon
1
-0
/
+2
2019-09-10
module: add config option MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS
Matthias Maennich
1
-2
/
+9
2019-09-10
module: add support for symbol namespaces.
Matthias Maennich
1
-0
/
+43
2019-09-10
module: support reading multiple values per modinfo tag
Matthias Maennich
1
-2
/
+15
2019-08-21
modules: page-align module section allocations only for arches supporting str...
He Zhe
1
-1
/
+6
2019-08-19
lockdown: Enforce module signatures if the kernel is locked down
David Howells
1
-7
/
+30
2019-08-05
MODSIGN: Export module signature definitions
Thiago Jung Bauermann
1
-0
/
+1
2019-07-30
modules: always page-align module section allocations
Jessica Yu
1
-6
/
+1
2019-07-18
Merge tag 'modules-for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-19
/
+41
2019-06-28
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
1
-0
/
+5
2019-06-26
modules: fix compile error if don't have strict module rwx
Yang Yingliang
1
-4
/
+9
2019-06-24
module: allow arch overrides for .exit section names
Matthias Schiffer
1
-1
/
+6
2019-06-24
modules: fix BUG when load module with rodata=n
Yang Yingliang
1
-4
/
+7
2019-06-14
kernel/module: Fix mem leak in module_add_modinfo_attrs
YueHaibing
1
-5
/
+17
2019-06-07
kernel: module: Use struct_size() helper
Gustavo A. R. Silva
1
-2
/
+1
2019-06-05
kernel/module.c: Only return -EEXIST for modules that have finished loading
Prarit Bhargava
1
-4
/
+2
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
1
-13
/
+1
2019-05-28
srcu: Allocate per-CPU data for DEFINE_SRCU() in modules
Paul E. McKenney
1
-0
/
+5
2019-05-14
Merge tag 'modules-for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-7
/
+14
2019-05-09
Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+5
2019-04-30
modules: Use vmalloc special flag
Rick Edgecombe
1
-38
/
+39
2019-04-30
x86/modules: Avoid breaking W^X while loading modules
Nadav Amit
1
-0
/
+5
2019-03-28
kallsyms: store type information in its own array
Eugene Loh
1
-7
/
+14
2019-03-27
x86/ima: require signed kernel modules
Mimi Zohar
1
-0
/
+5
2019-03-07
dynamic_debug: add static inline stub for ddebug_add_module
Rasmus Villemoes
1
-2
/
+0
2019-03-07
dynamic_debug: move pr_err from module.c to ddebug_add_module
Rasmus Villemoes
1
-3
/
+1
2019-01-06
jump_label: move 'asm goto' support test to Kconfig
Masahiro Yamada
1
-1
/
+1
2018-12-28
Merge tag 'driver-core-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+4
2018-12-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-0
/
+5
2018-12-27
Merge tag 'modules-for-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-51
/
+72
2018-12-18
bpf: support raw tracepoints in modules
Matt Mullins
1
-0
/
+5
2018-12-14
ARM: module: Fix function kallsyms on Thumb-2
Vincent Whitchurch
1
-16
/
+27
2018-12-14
module: Overwrite st_size instead of st_info
Vincent Whitchurch
1
-2
/
+2
2018-12-06
kobject: return error code if writing /sys/.../uevent fails
Peter Rajnoha
1
-2
/
+4
2018-11-29
module: make it clearer when we're handling kallsyms symbols vs exported symbols
Jessica Yu
1
-34
/
+44
2018-11-27
modules: Replace synchronize_sched() and call_rcu_sched()
Paul E. McKenney
1
-7
/
+7
2018-09-27
jump_table: Move entries into ro_after_init region
Ard Biesheuvel
1
-0
/
+9
2018-08-22
module: use relative references for __ksymtab entries
Ard Biesheuvel
1
-6
/
+26
2018-08-17
Merge tag 'modules-for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-77
/
+66
2018-08-02
kernel/module: Use kmemdup to replace kmalloc+memcpy
zhong jiang
1
-4
/
+2
2018-07-16
module: replace the existing LSM hook in init_module
Mimi Zohar
1
-1
/
+1
2018-07-02
modsign: log module name in the event of an error
Jessica Yu
1
-21
/
+1
2018-06-25
module: replace VMLINUX_SYMBOL_STR() with __stringify() or string literal
Masahiro Yamada
1
-4
/
+2
2018-06-25
module: print sensible error code
Jason A. Donenfeld
1
-2
/
+2
2018-06-22
module: setup load info before module_sig_check()
Jessica Yu
1
-34
/
+43
2018-06-22
module: make it clear when we're handling the module copy in info->hdr
Jessica Yu
1
-21
/
+21
2018-06-18
module: exclude SHN_UNDEF symbols from kallsyms api
Jessica Yu
1
-1
/
+5
2018-06-16
Merge tag 'modules-for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-3
/
+1
2018-06-06
Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+1
2018-06-06
treewide: Use struct_size() for kmalloc()-family
Kees Cook
1
-2
/
+1
2018-05-11
init: fix false positives in W+X checking
Jeffrey Hugo
1
-0
/
+5
2018-04-18
module: Fix display of wrong module .text address
Thomas Richter
1
-1
/
+2
2018-04-16
module: Allow to always show the status of modsign
Jia Zhang
1
-2
/
+0
2018-04-16
module: Do not access sig_enforce directly
Jia Zhang
1
-1
/
+1
2018-04-02
Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...
Linus Torvalds
1
-4
/
+0
2018-03-16
mm: remove blackfin MPU support
Arnd Bergmann
1
-4
/
+0
2018-03-08
module: propagate error in modules_open()
Leon Yu
1
-1
/
+1
2018-02-07
Merge tag 'modules-for-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-6
/
+1
2018-02-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...
Linus Torvalds
1
-0
/
+6
2018-01-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-1
/
+5
2018-01-29
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+11
2018-01-26
module/retpoline: Warn about missing retpoline in module
Andi Kleen
1
-0
/
+11
2018-01-15
ftrace/module: Move ftrace_release_mod() to ddebug_cleanup label
Namit Gupta
1
-6
/
+1
2018-01-12
error-injection: Separate error-injection from kprobe
Masami Hiramatsu
1
-4
/
+4
2018-01-09
sections: split dereference_function_descriptor()
Sergey Senozhatsky
1
-0
/
+6
2017-12-12
add infrastructure for tagging functions as error injectable
Josef Bacik
1
-1
/
+5
2017-11-29
kallsyms: take advantage of the new '%px' format
Linus Torvalds
1
-3
/
+3
2017-11-17
Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
1
-0
/
+2
2017-11-15
Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-3
/
+1
2017-11-13
Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+10
2017-11-12
/proc/module: use the same logic as /proc/kallsyms for address exposure
Linus Torvalds
1
-2
/
+18
2017-11-12
modules: make sysfs attribute files readable by owner only
Linus Torvalds
1
-1
/
+1
2017-11-08
module: export module signature enforcement status
Bruno E. O. Meneguele
1
-0
/
+10
2017-10-19
kernel/module: Delete an error message for a failed memory allocation in add_...
Markus Elfring
1
-3
/
+1
2017-10-05
ftrace: Save module init functions kallsyms symbols for tracing
Steven Rostedt (VMware)
1
-1
/
+1
2017-10-05
ftrace: Allow module init functions to be traced
Steven Rostedt (VMware)
1
-0
/
+2
2017-07-25
module: fix ddebug_remove_module()
Zhou Chengming
1
-6
/
+6
2017-07-12
Merge tag 'modules-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-31
/
+54
2017-07-10
lib/extable.c: use bsearch() library function in search_extable()
Thomas Meyer
1
-1
/
+1
2017-07-06
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-3
/
+1
2017-07-06
Merge tag 'trace-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
1
-3
/
+3
2017-07-06
kernel/module.c: use linux/set_memory.h
Michael Ellerman
1
-3
/
+1
2017-06-29
module: make the modinfo name const
Luis R. Rodriguez
1
-2
/
+2
2017-06-27
module: use list_for_each_entry_rcu() on find_module_all()
Luis R. Rodriguez
1
-1
/
+1
2017-06-26
kernel/module.c: suppress warning about unused nowarn variable
Corentin Labbe
1
-10
/
+20
2017-06-13
trace: rename struct module entry for trace enums
Jeremy Linton
1
-3
/
+3
2017-06-13
trace: rename kernel enum section to eval
Jeremy Linton
1
-1
/
+1
2017-05-25
kobject: support passing in variables for synthetic uevents
Peter Rajnoha
1
-4
/
+1
2017-05-23
module: Add module name to modinfo
Kees Cook
1
-7
/
+22
2017-05-23
module: Pass struct load_info into symbol checks
Kees Cook
1
-12
/
+10
2017-05-08
kernel/module.c: use set_memory.h header
Laura Abbott
1
-0
/
+3
2017-05-08
mm, vmalloc: use __GFP_HIGHMEM implicitly
Michal Hocko
1
-1
/
+1
2017-05-03
Merge tag 'modules-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2017-05-03
Merge branch 'stable-4.12' of git://git.infradead.org/users/pcmoore/audit
Linus Torvalds
1
-0
/
+2
2017-05-02
audit: log module name on delete_module
Richard Guy Briggs
1
-0
/
+2
2017-04-24
kallsyms: Use bounded strnchr() when parsing string
Naveen N. Rao
1
-1
/
+1
2017-03-26
lockdep: Fix per-cpu static objects
Peter Zijlstra
1
-1
/
+5
2017-03-16
locking/lockdep: Handle statically initialized PER_CPU locks properly
Thomas Gleixner
1
-12
/
+24
2017-02-22
Merge tag 'modules-for-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-13
/
+17
2017-02-21
Merge tag 'rodata-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-3
/
+3
2017-02-21
Merge tag 'extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+1
2017-02-21
Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/audit
Linus Torvalds
1
-1
/
+4
2017-02-21
module: fix memory leak on early load_module() failures
Luis R. Rodriguez
1
-0
/
+1
2017-02-13
audit: log module name on init_module
Richard Guy Briggs
1
-1
/
+4
2017-02-10
module: Optimize search_module_extables()
Peter Zijlstra
1
-13
/
+14
2017-02-09
core: migrate exception table users off module.h and onto extable.h
Paul Gortmaker
1
-0
/
+1
2017-02-07
arch: Rename CONFIG_DEBUG_RODATA and CONFIG_DEBUG_MODULE_RONX
Laura Abbott
1
-3
/
+3
2017-02-03
modversions: treat symbol CRCs as 32 bit quantities
Ard Biesheuvel
1
-28
/
+25
2017-01-30
livepatch/module: print notice of TAINT_LIVEPATCH
Joe Lawrence
1
-0
/
+2
2017-01-17
taint/module: Fix problems when out-of-kernel driver defines true or false
Larry Finger
1
-1
/
+1
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-12-14
Merge tag 'modules-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-26
/
+43
2016-11-29
Re-enable CONFIG_MODVERSIONS in a slightly weaker form
Linus Torvalds
1
-2
/
+3
2016-11-27
module: extend 'rodata=off' boot cmdline parameter to module mappings
AKASHI Takahiro
1
-3
/
+17
2016-11-26
module: Fix a comment above strong_try_module_get()
Miroslav Benes
1
-2
/
+5
2016-11-26
module: When modifying a module's text ignore modules which are going away too
Aaron Tomlin
1
-1
/
+7
2016-11-26
module: Ensure a module's state is set accordingly during module coming clean...
Aaron Tomlin
1
-0
/
+1
2016-11-26
taint/module: Clean up global and module taint flags handling
Petr Mladek
1
-20
/
+13
2016-08-26
livepatch/module: make TAINT_LIVEPATCH module-specific
Josh Poimboeuf
1
-4
/
+9
2016-08-04
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-21
/
+100
2016-08-04
modules: add ro_after_init support
Jessica Yu
1
-12
/
+54
2016-08-04
modules: Add kernel parameter to blacklist modules
Prarit Bhargava
1
-0
/
+24
2016-08-04
module: Do a WARN_ON_ONCE() for assert module mutex not held
Steven Rostedt
1
-1
/
+1
2016-08-02
dynamic_debug: only add header when used
Luis de Bethencourt
1
-0
/
+1
2016-07-27
module: Invalidate signatures on force-loaded modules
Ben Hutchings
1
-4
/
+9
2016-07-27
module: Issue warnings when tainting kernel
Libor Pechacek
1
-1
/
+10
2016-07-27
module: fix redundant test.
Rusty Russell
1
-2
/
+1
2016-07-27
module: fix noreturn attribute for __module_put_and_exit()
Jiri Kosina
1
-1
/
+1
2016-04-01
module: preserve Elf information for livepatch modules
Jessica Yu
1
-3
/
+122
2016-03-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-8
/
+28
2016-03-17
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
1
-60
/
+8
2016-03-17
livepatch/module: remove livepatch module notifier
Jessica Yu
1
-0
/
+10
2016-03-17
modules: split part of complete_formation() into prepare_coming_module()
Jessica Yu
1
-8
/
+18
2016-02-21
module: replace copy_module_from_fd with kernel version
Mimi Zohar
1
-60
/
+8
2016-02-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-0
/
+4
2016-02-17
ftrace/module: remove ftrace module notifier
Jessica Yu
1
-0
/
+4
2016-02-03
modules: fix longstanding /proc/kallsyms vs module insertion race.
Rusty Russell
1
-43
/
+69
2016-02-03
module: wrapper for symbol name.
Rusty Russell
1
-11
/
+15
2016-02-03
modules: fix modparam async_probe request
Luis R. Rodriguez
1
-1
/
+1
2016-01-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-184
/
+165
2016-01-07
ftrace/module: Call clean up function when module init fails early
Steven Rostedt (Red Hat)
1
-0
/
+6
2015-12-04
module: keep percpu symbols in module's symtab
Miroslav Benes
1
-4
/
+11
2015-12-04
module: clean up RO/NX handling.
Rusty Russell
1
-91
/
+77
2015-12-04
module: use a structure to encapsulate layout.
Rusty Russell
1
-107
/
+92
2015-12-04
module: Use the same logic for setting and unsetting RO/NX
Josh Poimboeuf
1
-27
/
+30
2015-08-24
module: Fix locking in symbol_put_addr()
Peter Zijlstra
1
-2
/
+6
2015-07-29
module: weaken locking assertion for oops path.
Rusty Russell
1
-2
/
+6
2015-07-09
module: Fix load_module() error path
Peter Zijlstra
1
-0
/
+1
2015-07-01
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-76
/
+233
2015-06-28
param: fix module param locks when !CONFIG_SYSFS.
Rusty Russell
1
-1
/
+8
2015-06-26
Merge tag 'driver-core-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-4
/
+14
2015-06-26
Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
1
-1
/
+1
2015-06-23
module: add per-module param_lock
Dan Streetman
1
-0
/
+2
2015-06-08
Merge 4.1-rc7 into driver-core-next
Greg Kroah-Hartman
1
-0
/
+3
2015-05-28
kernel/module.c: avoid ifdefs for sig_enforce declaration
Luis R. Rodriguez
1
-7
/
+2
2015-05-28
kernel/params.c: generalize bool_enable_only
Luis R. Rodriguez
1
-31
/
+0
2015-05-28
kernel/module.c: use generic module param operaters for sig_enforce
Luis R. Rodriguez
1
-7
/
+9
2015-05-28
module: Rework module_addr_{min,max}
Peter Zijlstra
1
-28
/
+52
2015-05-28
module: Use __module_address() for module_address_lookup()
Peter Zijlstra
1
-10
/
+7
2015-05-28
module: Make the mod_tree stuff conditional on PERF_EVENTS || TRACING
Peter Zijlstra
1
-2
/
+28
[next]