index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
module.h
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-19
Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+2
2017-06-30
randstruct: Mark various structs for randomization
Kees Cook
1
-2
/
+2
2017-06-14
trace: rename struct module entry for trace enums
Jeremy Linton
1
-2
/
+2
2017-06-14
trace: rename trace_enum_map to trace_eval_map
Jeremy Linton
1
-1
/
+1
2017-05-04
Merge tag 'modules-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-3
/
+3
2017-04-24
module: Unify the return value type of try_module_get
Gao Feng
1
-3
/
+3
2017-03-16
locking/lockdep: Handle statically initialized PER_CPU locks properly
Thomas Gleixner
1
-0
/
+6
2017-02-23
Merge tag 'modules-for-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-4
/
+2
2017-02-22
Merge tag 'rodata-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2017-02-22
Merge tag 'extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+0
2017-02-10
module.h: remove extable.h include now users have migrated
Paul Gortmaker
1
-1
/
+0
2017-02-07
arch: Rename CONFIG_DEBUG_RODATA and CONFIG_DEBUG_MODULE_RONX
Laura Abbott
1
-1
/
+1
2017-02-07
modules: mark __inittest/__exittest as __maybe_unused
Arnd Bergmann
1
-2
/
+2
2017-02-03
modversions: treat symbol CRCs as 32 bit quantities
Ard Biesheuvel
1
-7
/
+7
2017-01-03
module: Drop redundant declaration of struct module
Jean Delvare
1
-2
/
+0
2016-11-26
module: remove trailing whitespace
Anson Jacob
1
-1
/
+1
2016-11-26
taint/module: Clean up global and module taint flags handling
Petr Mladek
1
-1
/
+1
2016-08-04
modules: add ro_after_init support
Jessica Yu
1
-2
/
+4
2016-08-04
exceptions: fork exception table content from module.h into extable.h
Paul Gortmaker
1
-25
/
+2
2016-07-27
module: fix noreturn attribute for __module_put_and_exit()
Jiri Kosina
1
-2
/
+2
2016-04-01
module: preserve Elf information for livepatch modules
Jessica Yu
1
-0
/
+25
2016-02-03
modules: fix longstanding /proc/kallsyms vs module insertion race.
Rusty Russell
1
-9
/
+10
2015-12-05
module: clean up RO/NX handling.
Rusty Russell
1
-0
/
+4
2015-12-05
module: use a structure to encapsulate layout.
Rusty Russell
1
-35
/
+29
2015-07-06
module: relocate module_init from init.h to module.h
Paul Gortmaker
1
-0
/
+84
2015-07-01
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-5
/
+41
2015-06-28
param: fix module param locks when !CONFIG_SYSFS.
Rusty Russell
1
-0
/
+2
2015-06-27
Merge tag 'driver-core-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+13
2015-06-27
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
/
+1
2015-05-28
module: Make the mod_tree stuff conditional on PERF_EVENTS || TRACING
Peter Zijlstra
1
-1
/
+3
2015-05-28
module: Optimize __module_address() using a latched RB-tree
Peter Zijlstra
1
-3
/
+26
2015-05-28
module: Sanitize RCU usage and locking
Peter Zijlstra
1
-2
/
+10
2015-05-24
driver-core: fix build for !CONFIG_MODULES
Dmitry Torokhov
1
-0
/
+11
2015-05-20
driver-core: add driver module asynchronous probe support
Luis R. Rodriguez
1
-0
/
+2
2015-05-13
tracing: Rename ftrace_event_{call,class} to trace_event_{call,class}
Steven Rostedt (Red Hat)
1
-1
/
+1
2015-04-23
crypto: api - Move module sig ifdef into accessor function
Herbert Xu
1
-0
/
+12
2015-04-14
Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
1
-0
/
+2
2015-04-08
tracing: Allow for modules to convert their enums to values
Steven Rostedt (Red Hat)
1
-0
/
+2
2015-03-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-0
/
+4
2015-03-17
livepatch: Fix subtle race with coming and going modules
Petr Mladek
1
-0
/
+4
2015-02-14
module: fix types of device tables aliases
Andrey Ryabinin
1
-1
/
+1
2015-01-22
module: make module_refcount() a signed integer.
Rusty Russell
1
-1
/
+1
2014-11-11
module: Replace module_ref with atomic_t refcnt
Masami Hiramatsu
1
-15
/
+1
2014-07-27
module: return bool from within_module*()
Petr Mladek
1
-3
/
+5
2014-07-27
module: add within_module() function
Petr Mladek
1
-0
/
+5
2014-04-06
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-11
/
+8
2014-03-13
module: remove MODULE_GENERIC_TABLE
Rusty Russell
1
-11
/
+8
2014-03-13
module: allow multiple calls to MODULE_DEVICE_TABLE() per module
Tom Gundersen
1
-1
/
+1
2014-03-07
tracing/module: Replace include of tracepoint.h with jump_label.h in module.h
Steven Rostedt (Red Hat)
1
-1
/
+1
[next]