Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
630a2ef354bb569e84a874ec59f45f82c6c5ff04
/
include
/
linux
/
module.h
444d13f
modules: add ro_after_init support
by Jessica Yu
· 8 years ago
0ef7653
exceptions: fork exception table content from module.h into extable.h
by Paul Gortmaker
· 8 years ago
bf262dc
module: fix noreturn attribute for __module_put_and_exit()
by Jiri Kosina
· 9 years ago
1ce15ef
module: preserve Elf information for livepatch modules
by Jessica Yu
· 9 years ago
8244062
modules: fix longstanding /proc/kallsyms vs module insertion race.
by Rusty Russell
· 9 years ago
85c898d
module: clean up RO/NX handling.
by Rusty Russell
· 9 years ago
7523e4d
module: use a structure to encapsulate layout.
by Rusty Russell
· 9 years ago
0fd972a
module: relocate module_init from init.h to module.h
by Paul Gortmaker
· 10 years ago
02201e3
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 9 years ago
cf2fde7
param: fix module param locks when !CONFIG_SYSFS.
by Rusty Russell
· 9 years ago
8d7804a
Merge tag 'driver-core-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 9 years ago
e382608
Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 9 years ago
b51d23e
module: add per-module param_lock
by Dan Streetman
· 9 years ago
6c9692e
module: Make the mod_tree stuff conditional on PERF_EVENTS || TRACING
by Peter Zijlstra
· 9 years ago
93c2e10
module: Optimize __module_address() using a latched RB-tree
by Peter Zijlstra
· 9 years ago
0be964b
module: Sanitize RCU usage and locking
by Peter Zijlstra
· 9 years ago
80c6e14
driver-core: fix build for !CONFIG_MODULES
by Dmitry Torokhov
· 9 years ago
f2411da
driver-core: add driver module asynchronous probe support
by Luis R. Rodriguez
· 10 years ago
2425bcb
tracing: Rename ftrace_event_{call,class} to trace_event_{call,class}
by Steven Rostedt (Red Hat)
· 10 years ago
59afdc7
crypto: api - Move module sig ifdef into accessor function
by Herbert Xu
· 10 years ago
eeee78c
Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 10 years ago
3673b8e
tracing: Allow for modules to convert their enums to values
by Steven Rostedt (Red Hat)
· 10 years ago
da11508
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching
by Linus Torvalds
· 10 years ago
8cb2c2d
livepatch: Fix subtle race with coming and going modules
by Petr Mladek
· 10 years ago
6301939
module: fix types of device tables aliases
by Andrey Ryabinin
· 10 years ago
d5db139
module: make module_refcount() a signed integer.
by Rusty Russell
· 10 years ago
2f35c41
module: Replace module_ref with atomic_t refcnt
by Masami Hiramatsu
· 10 years ago
76681c8
module: return bool from within_module*()
by Petr Mladek
· 10 years ago
9b20a35
module: add within_module() function
by Petr Mladek
· 10 years ago
6f4c98e
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 11 years ago
cff26a5
module: remove MODULE_GENERIC_TABLE
by Rusty Russell
· 11 years ago
21bdd17
module: allow multiple calls to MODULE_DEVICE_TABLE() per module
by Tom Gundersen
· 11 years ago
b2e285f
tracing/module: Replace include of tracepoint.h with jump_label.h in module.h
by Steven Rostedt (Red Hat)
· 11 years ago
e865d06
module: fix coding style
by Seunghun Lee
· 11 years ago
74e22fa
module.h: Remove unnecessary semicolon
by Joe Perches
· 11 years ago
3f2b9c9
module: remove rmmod --wait option.
by Rusty Russell
· 11 years ago
942e443
module: Fix mod->mkobj.kobj potentially freed too early
by Li Zhong
· 11 years ago
7cb14ba
modules: add support for soft module dependencies
by Andreas Robinson
· 11 years ago
b92021b
CONFIG_SYMBOL_PREFIX: cleanup.
by Rusty Russell
· 12 years ago
93843b3
module: constify within_module_*
by Sasha Levin
· 12 years ago
0d21b0e
module: add new state MODULE_STATE_UNFORMED.
by Rusty Russell
· 12 years ago
106a4ee
module: signature checking hook
by Rusty Russell
· 12 years ago
d53799b
module: move __module_get and try_module_get() out of line.
by Steven Rostedt
· 13 years ago
bd77c04
module: struct module_ref should contains long fields
by Eric Dumazet
· 13 years ago
639938e
module.h: relocate MODULE_PARM_DESC into moduleparam.h
by Paul Gortmaker
· 13 years ago
f501693
module.h: split out the EXPORT_SYMBOL into export.h
by Paul Gortmaker
· 13 years ago
b75ef8b
Tracepoint: Dissociate from module mutex
by Mathieu Desnoyers
· 13 years ago
88bfa32
module: add /sys/module/<name>/uevent files
by Kay Sievers
· 13 years ago
4befb02
module: change attr callbacks to take struct module_kobject
by Kay Sievers
· 13 years ago
f02e8a6
module: Sort exported symbols
by Alessio Igor Bogani
· 14 years ago
de4d8d5
module: each_symbol_section instead of each_symbol
by Rusty Russell
· 14 years ago
a288bd6
module: remove 64 bit alignment padding from struct module with CONFIG_TRACE*
by Richard Kennedy
· 13 years ago
9b73a58
module: do not hide __modver_version_show declaration behind ifdef
by Dmitry Torokhov
· 14 years ago
b4bc8428
module: deal with alignment issues in built-in module versions
by Dmitry Torokhov
· 14 years ago
98562ad
module: explicitly align module_version_attribute structure
by Dmitry Torokhov
· 14 years ago
6549864
tracepoints: Fix section alignment using pointer array
by Mathieu Desnoyers
· 14 years ago
e4a9ea5
tracing: Replace trace_event struct array with pointer array
by Steven Rostedt
· 14 years ago
3b90a5b
module: fix linker error for MODULE_VERSION when !MODULE and CONFIG_SYSFS=n
by Rusty Russell
· 14 years ago
e94965e
module: show version information for built-in modules in sysfs
by Dmitry Torokhov
· 14 years ago
26e20a1
Merge commit 'v2.6.37-rc7' into x86/security
by Ingo Molnar
· 14 years ago
dfd62d1
module: Update prototype for ref_module (formerly use_module)
by Anders Kaseorg
· 14 years ago
84e1c6b
x86: Add RO/NX protection for loadable kernel modules
by matthieu castet
· 14 years ago
7cd2541
Merge commit 'v2.6.36-rc7' into perf/core
by Ingo Molnar
· 14 years ago
5336377
modules: Fix module_bug_list list corruption race
by Linus Torvalds
· 14 years ago
bf5438fc
jump label: Base patch for jump label
by Jason Baron
· 14 years ago
6407ebb2
module: Make module sysfs functions private.
by Rusty Russell
· 14 years ago
c8e21ce
module: fix kdb's illicit use of struct module_use.
by Rusty Russell
· 14 years ago
2c02dfe
module: Make the 'usage' lists be two-way
by Linus Torvalds
· 14 years ago
c1ab9ca
Merge branch 'linus' into tracing/core
by Ingo Molnar
· 15 years ago
5fbfb18
Fix up possibly racy module refcounting
by Nick Piggin
· 15 years ago
ae832d1
tracing: Remove side effect from module tracepoints that caused a GPF
by Li Zefan
· 15 years ago
d5e50da
module: add stub for is_module_percpu_address
by Randy Dunlap
· 15 years ago
10fad5e
percpu, module: implement and use is_kernel/module_percpu_address()
by Tejun Heo
· 15 years ago
259354d
module: encapsulate percpu handling better and record percpu_size
by Tejun Heo
· 15 years ago
5ed1091
sysctl extern cleanup: module
by Dave Young
· 15 years ago
43cf38e
percpu: add __percpu sparse annotations to core kernel subsystems
by Tejun Heo
· 15 years ago
7961576
local_t: Move local.h include to ringbuffer.c and ring_buffer_benchmark.c
by Christoph Lameter
· 15 years ago
e1783a2
module: Use this_cpu_xx to dynamically allocate counters
by Christoph Lameter
· 15 years ago
9e1b9b8
module: make MODULE_SYMBOL_PREFIX into a CONFIG option
by Alan Jenkins
· 15 years ago
1d7015c
module: preferred way to use MODULE_AUTHOR
by Johannes Berg
· 15 years ago
554bdfe
module: reduce string table for loaded modules (v2)
by Jan Beulich
· 15 years ago
4a49622
module: reduce symbol table for loaded modules (v2)
by Jan Beulich
· 15 years ago
fc53776
tracing: Remove markers
by Christoph Hellwig
· 15 years ago
7ead8b8
tracing/events: Add module tracepoints
by Li Zefan
· 15 years ago
b99b87f
kernel: constructor support
by Peter Oberparleiter
· 15 years ago
0d9c25d
headers: move module_bug_finalize()/module_bug_cleanup() definitions into module.h
by Andrew Morton
· 15 years ago
ad6561d
module: trim exception table on init free.
by Rusty Russell
· 15 years ago
93eb677
ftrace: use module notifier for function tracer
by Steven Rostedt
· 16 years ago
6d72373
tracing/events: add support for modules to TRACE_EVENT
by Steven Rostedt
· 16 years ago
714f83d
Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
c6b3780
module: Export symbols needed for Ksplice
by Tim Abbott
· 16 years ago
75a6661
Ksplice: Add functions for walking kallsyms symbols
by Anders Kaseorg
· 16 years ago
a6e6abd
module: remove module_text_address()
by Rusty Russell
· 16 years ago
e610499
module: __module_address
by Rusty Russell
· 16 years ago
e180a6b
param: fix charp parameters set via sysfs
by Rusty Russell
· 16 years ago
769b044
tracing/core: drop the old trace_printk() implementation in favour of trace_bprintk()
by Frederic Weisbecker
· 16 years ago
1ba28e0
tracing: add trace_bprintk()
by Lai Jiangshan
· 16 years ago
7f9a50a5
module: remove over-zealous check in __module_get()
by Rusty Russell
· 16 years ago
720eba3
modules: Use a better scheme for refcounting
by Eric Dumazet
· 16 years ago
a06f621
module: add within_module_core() and within_module_init()
by Masami Hiramatsu
· 16 years ago
Next »