1. c8e21ce module: fix kdb's illicit use of struct module_use. by Rusty Russell · 14 years ago
  2. 2c02dfe module: Make the 'usage' lists be two-way by Linus Torvalds · 14 years ago
  3. 1f73897 Merge branch 'for-35' of git://repo.or.cz/linux-kbuild by Linus Torvalds · 14 years ago
  4. 293a7cf module: fix reference to mod->percpu after freeing module. by Rusty Russell · 14 years ago
  5. 218ce73 Revert "module: drop the lock while waiting for module to complete initialization." by Linus Torvalds · 14 years ago
  6. 7d52669 module: remove duplicate declaration of __ksymtab_gpl_future by Wenji Huang · 14 years ago
  7. a825109 Merge branch 'modules' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 14 years ago
  8. 90b9a32 Merge branch 'kdb-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb by Linus Torvalds · 14 years ago
  9. 2c3c8be sysfs: add struct file* to bin_attr callbacks by Chris Wright · 14 years ago
  10. 67fc4e0 kdb: core for kgdb back end (2 of 2) by Jason Wessel · 14 years ago
  11. 480b02d module: drop the lock while waiting for module to complete initialization. by Rusty Russell · 14 years ago
  12. b8ae30e Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  13. 3fc1f1e stop_machine: reimplement using cpu_stop by Tejun Heo · 14 years ago
  14. c1ab9ca Merge branch 'linus' into tracing/core by Ingo Molnar · 14 years ago
  15. 5fbfb18 Fix up possibly racy module refcounting by Nick Piggin · 14 years ago
  16. eb0c537 tracing: Fix compile error in module tracepoints when MODULE_UNLOAD not set by Steven Rostedt · 14 years ago
  17. ae832d1 tracing: Remove side effect from module tracepoints that caused a GPF by Li Zefan · 14 years ago
  18. 10fad5e percpu, module: implement and use is_kernel/module_percpu_address() by Tejun Heo · 14 years ago
  19. 259354d module: encapsulate percpu handling better and record percpu_size by Tejun Heo · 14 years ago
  20. 361795b sysfs: Use sysfs_attr_init and sysfs_bin_attr_init on module dynamic attributes by Eric W. Biederman · 14 years ago
  21. 3d9a854 Rename .data[.percpu][.XXX] to .data[..percpu][..XXX]. by Denys Vlasenko · 14 years ago
  22. ab38612 Merge branch 'master' into percpu by Tejun Heo · 14 years ago
  23. 10b465a modules: Skip empty sections when exporting section notes by Ben Hutchings · 14 years ago
  24. e1783a2 module: Use this_cpu_xx to dynamically allocate counters by Christoph Lameter · 14 years ago
  25. dcc7cd0 Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6 by Linus Torvalds · 14 years ago
  26. d4703ae module: handle ppc64 relocating kcrctabs when CONFIG_RELOCATABLE=y by Rusty Russell · 14 years ago
  27. d031655 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 14 years ago
  28. 35dead4 modules: don't export section names of empty sections via sysfs by Helge Deller · 15 years ago
  29. a6f5aa1 kmemleak: Scan the _ftrace_events section in modules by Catalin Marinas · 15 years ago
  30. c017b4b kmemleak: Simplify the kmemleak_scan_area() function prototype by Catalin Marinas · 15 years ago
  31. 23fb064 percpu: kill legacy percpu allocator by Tejun Heo · 15 years ago
  32. 3ae91c2 module: fix up CONFIG_KALLSYMS=n build. by Paul Mundt · 15 years ago
  33. 4187e7e Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  34. ffa9f12 module: don't call percpu_modfree on NULL pointer. by Rusty Russell · 15 years ago
  35. a263f77 module: fix memory leak when load fails after srcversion/version allocated by Rusty Russell · 15 years ago
  36. 554bdfe module: reduce string table for loaded modules (v2) by Jan Beulich · 15 years ago
  37. 4a49622 module: reduce symbol table for loaded modules (v2) by Jan Beulich · 15 years ago
  38. 115e8a2 modules, tracing: Remove stale struct marker signature from module_layout() by Ingo Molnar · 15 years ago
  39. eb8cdec nommu: add support for Memory Protection Units (MPU) by Bernd Schmidt · 15 years ago
  40. fc53776 tracing: Remove markers by Christoph Hellwig · 15 years ago
  41. ada3fa1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
  42. ed011b2 Merge commit 'v2.6.31-rc9' into tracing/core by Ingo Molnar · 15 years ago
  43. ea6bff3 modules: Fix build error in the !CONFIG_KALLSYMS case by Ingo Molnar · 15 years ago
  44. 1b364bf module: workaround duplicate section names by James Bottomley · 15 years ago
  45. 7d1d16e module: fix BUG_ON() for powerpc (and other function descriptor archs) by Rusty Russell · 15 years ago
  46. 7ead8b8 tracing/events: Add module tracepoints by Li Zefan · 15 years ago
  47. 384be2b Merge branch 'percpu-for-linus' into percpu-for-next by Tejun Heo · 15 years ago
  48. 6560dc1 module: use MODULE_SYMBOL_PREFIX with module_layout by Mike Frysinger · 15 years ago
  49. ad361c9 Remove multiple KERN_ prefixes from printk formats by Joe Perches · 15 years ago
  50. e74e396 percpu: use dynamic percpu allocator as the default percpu allocator by Tejun Heo · 15 years ago
  51. b99b87f kernel: constructor support by Peter Oberparleiter · 15 years ago
  52. b231125 printk: add KERN_DEFAULT loglevel to print_modules() by Linus Torvalds · 15 years ago
  53. ad6561d module: trim exception table on init free. by Rusty Russell · 15 years ago
  54. 512626a Merge branch 'for-linus' of git://linux-arm.org/linux-2.6 by Linus Torvalds · 15 years ago
  55. 3296ca2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 15 years ago
  56. 4f2294b kmemleak: Add modules support by Catalin Marinas · 15 years ago
  57. d254117 Merge branch 'master' into next by James Morris · 15 years ago
  58. 93eb677 ftrace: use module notifier for function tracer by Steven Rostedt · 15 years ago
  59. 19e4529 modules: Fix up build when CONFIG_MODULE_UNLOAD=n. by Stephen Rothwell · 15 years ago
  60. 6d72373 tracing/events: add support for modules to TRACE_EVENT by Steven Rostedt · 15 years ago
  61. d6de2c8 async: Fix module loading async-work regression by Linus Torvalds · 15 years ago
  62. 2e45e77 Revert "module: remove the SHF_ALLOC flag on the __versions section." by Rusty Russell · 15 years ago
  63. 714f83d Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  64. 3d43321 modules: sysctl to block module loading by Kees Cook · 15 years ago
  65. 8302294 Merge branch 'tracing/core-v2' into tracing-for-linus by Ingo Molnar · 15 years ago
  66. 4950267 module: use strstarts() by Rusty Russell · 15 years ago
  67. e91defa module: don't use stop_machine on module load by Rusty Russell · 15 years ago
  68. 8c8ef42 module: include other structures in module version check by Rusty Russell · 15 years ago
  69. 9cb610d module: remove the SHF_ALLOC flag on the __versions section. by Rusty Russell · 15 years ago
  70. c6e665c module: clarify the force-loading taint message. by Rusty Russell · 15 years ago
  71. c6b3780 module: Export symbols needed for Ksplice by Tim Abbott · 16 years ago
  72. 75a6661 Ksplice: Add functions for walking kallsyms symbols by Anders Kaseorg · 16 years ago
  73. a6e6abd module: remove module_text_address() by Rusty Russell · 15 years ago
  74. e610499 module: __module_address by Rusty Russell · 15 years ago
  75. 414fd31 module: Make find_symbol return a struct kernel_symbol by Tim Abbott · 16 years ago
  76. b10153f kernel/module.c: fix an unused goto label by Américo Wang · 15 years ago
  77. e180a6b param: fix charp parameters set via sysfs by Rusty Russell · 15 years ago
  78. 6e15cf0 Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2 by Ingo Molnar · 15 years ago
  79. e9d376f dynamic debug: combine dprintk and dynamic printk by Jason Baron · 15 years ago
  80. 22de89b Merge branches 'tracing/ftrace', 'tracing/kprobes', 'tracing/tasks' and 'linus' into tracing/core by Ingo Molnar · 15 years ago
  81. 6e2b757 module: fix refptr allocation and release order by Masami Hiramatsu · 15 years ago
  82. 8293dd6 Merge branch 'x86/core' into tracing/ftrace by Ingo Molnar · 15 years ago
  83. f0ef039 Merge branch 'x86/core' into tracing/textedit by Ingo Molnar · 15 years ago
  84. edcb463 percpu, module: implement reserved allocation and use it for module percpu variables by Tejun Heo · 15 years ago
  85. fbf59bc percpu: implement new dynamic percpu allocator by Tejun Heo · 15 years ago
  86. 6b588c1 module: reorder module pcpu related functions by Tejun Heo · 15 years ago
  87. 3861a17 tracing/function-graph-tracer: drop the kernel_text_address check by Frederic Weisbecker · 15 years ago
  88. 720eba3 modules: Use a better scheme for refcounting by Eric Dumazet · 15 years ago
  89. 17da2bd [CVE-2009-0029] System call wrappers part 08 by Heiko Carstens · 15 years ago
  90. 22a9d64 async: Asynchronous function calls to speed up kernel boot by Arjan van de Ven · 15 years ago
  91. 0deddf43 module: add MODULE_STATE_LIVE notify by Masami Hiramatsu · 15 years ago
  92. a06f621 module: add within_module_core() and within_module_init() by Masami Hiramatsu · 15 years ago
  93. f1883f8 Remove remaining unwinder code by Alexey Dobriyan · 15 years ago
  94. 9e01892 module: convert to stop_machine_create/destroy. by Heiko Carstens · 15 years ago
  95. 088af9a module: fix module loading failure of large kernel modules for parisc by Helge Deller · 15 years ago
  96. d1e99d7 module: fix warning of unused function when !CONFIG_PROC_FS by Jianjun Kong · 15 years ago
  97. ca4787b kernel/module.c: compare symbol values when marking symbols as exported in /proc/kallsyms. by Tim Abbott · 15 years ago
  98. 8b96f01 tracing/function-graph-tracer: introduce __notrace_funcgraph to filter special functions by Frederic Weisbecker · 16 years ago
  99. 3f8e402 Merge branches 'tracing/branch-tracer', 'tracing/ftrace', 'tracing/function-return-tracer', 'tracing/tracepoints' and 'tracing/urgent' into tracing/core by Ingo Molnar · 16 years ago
  100. 32f8574 tracepoints: use modules notifiers by Mathieu Desnoyers · 16 years ago