Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
6fd69dc578fa0b1bbc3aad70ae3af9a137211707
/
include
/
linux
/
module.h
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
· 17 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
2bc2d61
[PATCH] list module taint flags in Oops/panic
by Randy Dunlap
· 18 years ago
04b1db9
[PATCH] /sys/modules: allow full length section names
by Ian S. Nelson
· 18 years ago
187afbe
[SCSI] MODULE_FIRMWARE for binary firmware(s)
by Jon Masters
· 18 years ago
098c5ee
[PATCH] null-terminate over-long /proc/kallsyms symbols
by Andreas Gruenbacher
· 18 years ago
4d435f9
[PATCH] lockdep: add is_module_address()
by Ingo Molnar
· 18 years ago
f71d20e
[PATCH] Add EXPORT_UNUSED_SYMBOL and EXPORT_UNUSED_SYMBOL_GPL
by Arjan van de Ven
· 18 years ago
4552d5d
[PATCH] x86_64: reliable stack trace support
by Jan Beulich
· 18 years ago
8d27e90
[PATCH] module.h: updated comments with a new license
by Xose Vazquez Perez
· 18 years ago
cee4cca
Merge git://git.infradead.org/hdrcleanup-2.6
by Linus Torvalds
· 18 years ago
6f18a02
Finally remove the obnoxious inter_module_xxx()
by David Woodhouse
· 19 years ago
62c4f0a
Don't include linux/config.h from anywhere else in include/
by David Woodhouse
· 19 years ago
b55813a
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 19 years ago
8d3b33f
[PATCH] Remove MODULE_PARM
by Rusty Russell
· 19 years ago
a1a8fee
[MODULES]: Don't allow statically declared exports
by Patrick McHardy
· 19 years ago
03e88ae1
[PATCH] fix module sysfs files reference counting
by Greg Kroah-Hartman
· 19 years ago
9f28bb7
[PATCH] add EXPORT_SYMBOL_GPL_FUTURE()
by Greg Kroah-Hartman
· 19 years ago
52303e8
[PATCH] modules: fix sparse warning for every MODULE_PARM
by Pavel Roskin
· 19 years ago
c988d2b
[PATCH] modules: add version and srcversion to sysfs
by Matt Domsch
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago