Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
11db656ad462c9aa7aff7e3817214578cfc307b3
/
include
/
linux
/
module.h
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
f1883f8
Remove remaining unwinder code
by Alexey Dobriyan
· 16 years ago
9b473de
param: Fix duplicate module prefixes
by Rusty Russell
· 16 years ago
730b69d
module: check kernel param length at compile time, not runtime
by Rusty Russell
· 16 years ago
5e458cc
module: simplify load_module.
by Rusty Russell
· 16 years ago
92b29b8
Merge branch 'tracing-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
346e15b
driver core: basic infrastructure for per-module dynamic debug messages
by Jason Baron
· 16 years ago
97e1c18
tracing: Kernel Tracepoints
by Mathieu Desnoyers
· 16 years ago
f606ddf
remove the v850 port
by Adrian Bunk
· 16 years ago
2f0f2a3
module: turn longs into ints for module sizes
by Denys Vlasenko
· 16 years ago
f7f5b67
Shrink struct module: CONFIG_UNUSED_SYMBOLS ifdefs
by Denys Vlasenko
· 16 years ago
af54068
module: reorder struct module to save space on 64 bit builds
by Richard Kennedy
· 16 years ago
ea01e79
module: reduce module image and resident size
by Rusty Russell
· 17 years ago
a58730c
module: make module_sect_attrs private to kernel/module.c
by Rusty Russell
· 17 years ago
1387d0d
fix module_update_markers() compile error
by Adrian Bunk
· 17 years ago
fb40bd7
Linux Kernel Markers: support multiple probes
by Mathieu Desnoyers
· 17 years ago
92dfc9d
fix "modules: make module_address_lookup() safe"
by Andrew Morton
· 17 years ago
5ea293a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild
by Linus Torvalds
· 17 years ago
6dd06c9
module: make module_address_lookup safe
by Rusty Russell
· 17 years ago
3ff6eec
remove __attribute_used__
by Adrian Bunk
· 17 years ago
c63469a
Driver core: move the driver specific module code into the driver core
by Greg Kroah-Hartman
· 17 years ago
7405c1e
kset: convert /sys/module to use kset_create
by Greg Kroah-Hartman
· 17 years ago
8256e47
Linux Kernel Markers
by Mathieu Desnoyers
· 17 years ago
6d76013
Add /sys/module/name/notes
by Roland McGrath
· 17 years ago
af49d92
Remove "unsafe" from module struct
by Rusty Russell
· 17 years ago
0a3021f
Remove unnecessary includes of spinlock.h under include/linux
by Robert P. J. Day
· 17 years ago
108f39a
module_author: don't advise putting in an email address
by Rene Herman
· 17 years ago
e61a1c1
Allow arch to initialize arch field of the module structure
by Roman Zippel
· 18 years ago
a5c43da
Fix race between cat /proc/slab_allocators and rmmod
by Alexey Dobriyan
· 18 years ago
9d65cb4
Fix race between cat /proc/*/wchan and rmmod et al
by Alexey Dobriyan
· 18 years ago
ea07890
Fix race between rmmod and cat /proc/kallsyms
by Alexey Dobriyan
· 18 years ago
ae84e32
Simplify module_get_kallsym() by dropping length arg
by Alexey Dobriyan
· 18 years ago
823bccf
remove "struct subsystem" as it is no longer needed
by Greg Kroah-Hartman
· 18 years ago
ef665c1
sysfs: fix build errors: uevent with CONFIG_SYSFS=n
by Randy Dunlap
· 18 years ago
270a6c4
/sys/modules/*/holders
by Kay Sievers
· 18 years ago
f30c53a
MODULES: add the module name for built in kernel drivers
by Kay Sievers
· 18 years ago
7664c5a
[PATCH] Generic BUG implementation
by Jeremy Fitzhardinge
· 18 years ago
f6a5703
[PATCH] severing module.h->sched.h
by Al Viro
· 18 years ago
e17e0f5
Driver core: show drivers in /sys/module/
by Kay Sievers
· 18 years ago
fa3ba2e8
[PATCH] fix Module taint flags listing in Oops/panic
by Florin Malita
· 18 years ago
Next »