index
:
kernel/git/jth/linux.git
btrfs-csum-rework
btrfs-csum-rework.v1
btrfs-csum-rework.v2
btrfs-csum-rework.v3
btrfs-csum-rework.v4
btrfs-integrity
btrfs-misc-fixes
btrfs-raid-cleanups
btrfs-xxhash64.v3
btrfs-xxhash64.v4
btrfs_xxhash64
btrfs_xxhash64.v1
btrfs_xxhash64.v2
btrfs_xxhash64.v3
close_fs_devices
close_fs_devices.v1
close_fs_devices.v2
close_fs_devices.v3
close_fs_devices.v4
iscsi_DID_REQUEUE
master
mcb-for-5.14
mcb-for-next
nvme-tp-fix.v4
s390-kprobes
scsi-results
zone-append.v10
zone-append.v11
zone-append.v5
zone-append.v6
zone-append.v7
zone-append.v8
zone-append.v9
jth kernel tree
Johannes Thumshirn
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
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
2015-05-28
module: Optimize __module_address() using a latched RB-tree
Peter Zijlstra
1
-5
/
+110
2015-05-28
module: Sanitize RCU usage and locking
Peter Zijlstra
1
-8
/
+32
2015-05-27
module: Annotate module version magic
Peter Zijlstra
1
-3
/
+9
2015-05-20
driver-core: add driver module asynchronous probe support
Luis R. Rodriguez
1
-2
/
+10
2015-05-20
module: add extra argument for parse_params() callback
Luis R. Rodriguez
1
-2
/
+4
2015-05-13
tracing: Rename ftrace_event.h to trace_events.h
Steven Rostedt (Red Hat)
1
-1
/
+1
2015-05-09
module: Call module notifier on failure after complete_formation()
Steven Rostedt
1
-0
/
+3
2015-04-22
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-4
/
+5
2015-04-14
Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
1
-0
/
+3
2015-04-08
Copy the kernel module data from user space in chunks
Linus Torvalds
1
-1
/
+18
2015-04-08
tracing: Allow for modules to convert their enums to values
Steven Rostedt (Red Hat)
1
-0
/
+3
2015-03-24
module: do not print allocation-fail warning on bogus user buffer size
Kirill A. Shutemov
1
-1
/
+2
2015-03-24
kernel/module.c: fix typos in message about unused symbols
Yannick Guerrini
1
-3
/
+3
2015-03-23
lockdep: Fix the module unload key range freeing logic
Peter Zijlstra
1
-4
/
+4
2015-03-12
kasan, module, vmalloc: rework shadow allocation for modules
Andrey Ryabinin
1
-2
/
+0
2015-03-06
kernel/module.c: Update debug alignment after symtable generation
Laura Abbott
1
-0
/
+2
2015-02-17
kernel/module.c: do not inline do_init_module()
Jan Kiszka
1
-2
/
+7
2015-02-13
kasan: enable instrumentation of global variables
Andrey Ryabinin
1
-0
/
+2
2015-02-11
module: Replace over-engineered nested sleep
Peter Zijlstra
1
-28
/
+8
2015-02-11
module: Annotate nested sleep in resolve_symbol()
Peter Zijlstra
1
-0
/
+6
2015-02-06
module: Remove double spaces in module verification taint message
Marcel Holtmann
1
-1
/
+1
2015-02-06
kernel/module.c: Free lock-classes if parse_args failed
Andrey Tsyvarev
1
-0
/
+3
2015-01-22
module: make module_refcount() a signed integer.
Rusty Russell
1
-4
/
+13
2015-01-20
module: fix race in kallsyms resolution during module load success.
Rusty Russell
1
-13
/
+42
2015-01-20
module: remove mod arg from module_free, rename module_memfree().
Rusty Russell
1
-7
/
+7
2015-01-20
module_arch_freeing_init(): new hook for archs before module->module_init freed.
Rusty Russell
1
-0
/
+7
2014-12-18
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-95
/
+75
2014-11-11
kernel:module Fix coding style errors and warnings.
Ionut Alexa
1
-25
/
+28
2014-11-11
module: Remove stop_machine from module unloading
Masami Hiramatsu
1
-28
/
+39
2014-11-11
module: Replace module_ref with atomic_t refcnt
Masami Hiramatsu
1
-34
/
+5
2014-11-11
lib/bug: Use RCU list ops for module_bug_list
Masami Hiramatsu
1
-2
/
+3
2014-11-11
module: Unlink module with RCU synchronizing instead of stop_machine
Masami Hiramatsu
1
-13
/
+5
2014-11-11
module: Wait for RCU synchronizing before releasing a module
Masami Hiramatsu
1
-0
/
+2
2014-10-28
sched, modules: Fix nested sleep in add_unformed_module()
Peter Zijlstra
1
-2
/
+28
2014-10-18
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+2
2014-10-15
modules, lock around setting of MODULE_STATE_UNFORMED
Prarit Bhargava
1
-0
/
+2
2014-10-08
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-1
/
+1
[next]