Commit Graph

93 Commits (51f4332bb5fef869e8a89895a7bac6b4c03b4946)

Author SHA1 Message Date
Rusty Russell 6407ebb271 module: Make module sysfs functions private. 15 years ago
Rusty Russell c8e21ced08 module: fix kdb's illicit use of struct module_use. 15 years ago
Linus Torvalds 2c02dfe7fe module: Make the 'usage' lists be two-way 15 years ago
Nick Piggin 5fbfb18d7a Fix up possibly racy module refcounting 15 years ago
Li Zefan ae832d1e03 tracing: Remove side effect from module tracepoints that caused a GPF 15 years ago
Randy Dunlap d5e50daf92 module: add stub for is_module_percpu_address 15 years ago
Tejun Heo 10fad5e46f percpu, module: implement and use is_kernel/module_percpu_address() 15 years ago
Tejun Heo 259354deaa module: encapsulate percpu handling better and record percpu_size 15 years ago
Dave Young 5ed109103d sysctl extern cleanup: module 15 years ago
Tejun Heo 43cf38eb5c percpu: add __percpu sparse annotations to core kernel subsystems 15 years ago
Christoph Lameter 79615760f3 local_t: Move local.h include to ringbuffer.c and ring_buffer_benchmark.c 15 years ago
Christoph Lameter e1783a240f module: Use this_cpu_xx to dynamically allocate counters 15 years ago
Alan Jenkins 9e1b9b8072 module: make MODULE_SYMBOL_PREFIX into a CONFIG option 15 years ago
Johannes Berg 1d7015caa0 module: preferred way to use MODULE_AUTHOR 16 years ago
Jan Beulich 554bdfe5ac module: reduce string table for loaded modules (v2) 16 years ago
Jan Beulich 4a4962263f module: reduce symbol table for loaded modules (v2) 16 years ago
Christoph Hellwig fc5377668c tracing: Remove markers 16 years ago
Li Zefan 7ead8b8313 tracing/events: Add module tracepoints 16 years ago
Peter Oberparleiter b99b87f70c kernel: constructor support 16 years ago
Andrew Morton 0d9c25dde8 headers: move module_bug_finalize()/module_bug_cleanup() definitions into module.h 16 years ago
Rusty Russell ad6561dffa module: trim exception table on init free. 16 years ago
Steven Rostedt 93eb677d74 ftrace: use module notifier for function tracer 16 years ago
Steven Rostedt 6d723736e4 tracing/events: add support for modules to TRACE_EVENT 16 years ago
Tim Abbott c6b3780191 module: Export symbols needed for Ksplice 16 years ago
Anders Kaseorg 75a66614db Ksplice: Add functions for walking kallsyms symbols 16 years ago
Rusty Russell a6e6abd575 module: remove module_text_address() 16 years ago
Rusty Russell e610499e26 module: __module_address 16 years ago
Rusty Russell e180a6b775 param: fix charp parameters set via sysfs 16 years ago
Frederic Weisbecker 769b0441f4 tracing/core: drop the old trace_printk() implementation in favour of trace_bprintk() 16 years ago
Lai Jiangshan 1ba28e02a1 tracing: add trace_bprintk() 16 years ago
Rusty Russell 7f9a50a5b8 module: remove over-zealous check in __module_get() 16 years ago
Eric Dumazet 720eba31f4 modules: Use a better scheme for refcounting 16 years ago
Masami Hiramatsu a06f6211ef module: add within_module_core() and within_module_init() 16 years ago
Alexey Dobriyan f1883f86de Remove remaining unwinder code 16 years ago
Rusty Russell 9b473de872 param: Fix duplicate module prefixes 17 years ago
Rusty Russell 730b69d225 module: check kernel param length at compile time, not runtime 17 years ago
Rusty Russell 5e458cc0f4 module: simplify load_module. 17 years ago
Jason Baron 346e15beb5 driver core: basic infrastructure for per-module dynamic debug messages 17 years ago
Mathieu Desnoyers 97e1c18e8d tracing: Kernel Tracepoints 17 years ago
Adrian Bunk f606ddf42f remove the v850 port 17 years ago
Denys Vlasenko 2f0f2a334b module: turn longs into ints for module sizes 17 years ago
Denys Vlasenko f7f5b67557 Shrink struct module: CONFIG_UNUSED_SYMBOLS ifdefs 17 years ago
Richard Kennedy af5406895a module: reorder struct module to save space on 64 bit builds 17 years ago
Rusty Russell ea01e798e2 module: reduce module image and resident size 17 years ago
Rusty Russell a58730c421 module: make module_sect_attrs private to kernel/module.c 17 years ago
Adrian Bunk 1387d0d8b0 fix module_update_markers() compile error 17 years ago
Mathieu Desnoyers fb40bd78b0 Linux Kernel Markers: support multiple probes 17 years ago
Andrew Morton 92dfc9dc7b fix "modules: make module_address_lookup() safe" 17 years ago
Rusty Russell 6dd06c9fbe module: make module_address_lookup safe 17 years ago
Adrian Bunk 3ff6eecca4 remove __attribute_used__ 17 years ago