index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
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
2014-01-16
module: fix coding style
Seunghun Lee
1
-31
/
+31
2013-12-04
module.h: Remove unnecessary semicolon
Joe Perches
1
-1
/
+1
2013-09-23
module: remove rmmod --wait option.
Rusty Russell
1
-3
/
+0
2013-09-03
module: Fix mod->mkobj.kobj potentially freed too early
Li Zhong
1
-0
/
+1
2013-08-20
modules: add support for soft module dependencies
Andreas Robinson
1
-0
/
+5
2013-03-15
CONFIG_SYMBOL_PREFIX: cleanup.
Rusty Russell
1
-2
/
+2
2013-01-21
module: constify within_module_*
Sasha Levin
1
-2
/
+2
2013-01-12
module: add new state MODULE_STATE_UNFORMED.
Rusty Russell
1
-5
/
+5
2012-10-10
module: signature checking hook
Rusty Russell
1
-0
/
+8
2012-03-26
module: move __module_get and try_module_get() out of line.
Steven Rostedt
1
-28
/
+4
2012-01-13
module: struct module_ref should contains long fields
Eric Dumazet
1
-5
/
+16
2011-10-31
module.h: relocate MODULE_PARM_DESC into moduleparam.h
Paul Gortmaker
1
-5
/
+0
2011-10-31
module.h: split out the EXPORT_SYMBOL into export.h
Paul Gortmaker
1
-67
/
+1
2011-08-11
Tracepoint: Dissociate from module mutex
Mathieu Desnoyers
1
-12
/
+0
2011-07-24
module: add /sys/module/<name>/uevent files
Kay Sievers
1
-0
/
+1
2011-07-24
module: change attr callbacks to take struct module_kobject
Kay Sievers
1
-11
/
+12
2011-05-19
module: Sort exported symbols
Alessio Igor Bogani
1
-2
/
+2
[next]