1. 5b89c1b LSM: Convert from initcall to struct lsm_info by Kees Cook · 6 years ago
  2. b048ae6 LSM: Rename .security_initcall section to .lsm_info by Kees Cook · 6 years ago
  3. 1b1eeca init: allow initcall tables to be emitted using relative references by Ard Biesheuvel · 6 years ago
  4. 8735871 x86/retpoline: Support retpoline builds with Clang by David Woodhouse · 7 years ago
  5. 66f7930 x86/retpoline: Avoid retpolines for built-in __init functions by David Woodhouse · 7 years ago
  6. 2dcd9c7 Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 7 years ago
  7. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  8. 3e23428 ftrace: Allow module init functions to be traced by Steven Rostedt (VMware) · 8 years ago
  9. 42c269c ftrace: Allow for function tracing to record init functions on boot up by Steven Rostedt (VMware) · 8 years ago
  10. 0f5bf6d arch: Rename CONFIG_DEBUG_RODATA and CONFIG_DEBUG_MODULE_RONX by Laura Abbott · 8 years ago
  11. 39290b3 module: extend 'rodata=off' boot cmdline parameter to module mappings by AKASHI Takahiro · 8 years ago
  12. 9ffc669 Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 8 years ago
  13. 84d6984 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  14. 0766f78 latent_entropy: Mark functions with __latent_entropy by Emese Revfy · 9 years ago
  15. b5d5cf2 parisc: Drop BROKEN_RODATA config option by Helge Deller · 8 years ago
  16. b67067f kbuild: allow archs to select link dead code/data elimination by Nicholas Piggin · 8 years ago
  17. bd721ea treewide: replace obsolete _refok by __ref by Fabian Frederick · 8 years ago
  18. e267d97 asm-generic: Consolidate mark_rodata_ro() by Kees Cook · 9 years ago
  19. 0fd972a module: relocate module_init from init.h to module.h by Paul Gortmaker · 10 years ago
  20. 22c1587 init: delete the __cpuinit related stubs by Paul Gortmaker · 10 years ago
  21. c281b94 init.h: Clean up the __setup()/early_param() macros by Ingo Molnar · 10 years ago
  22. bfb33ba init.h: Add early_param_on_off() by Luis R. Rodriguez · 10 years ago
  23. 451ef1c init.h: Update initcall_sync variants to fix build errors by Tony Lindgren · 11 years ago
  24. ef1b893 lto, workaround: Add workaround for initcall reordering by Andi Kleen · 11 years ago
  25. b46d0c4 init.h: add missing initcall variants by Randy Dunlap · 11 years ago
  26. 6532154 init.h: document the existence of __initconst by Geert Uytterhoeven · 11 years ago
  27. 57f150a initmpfs: move rootfs code from fs/ramfs/ to init/ by Rob Landley · 11 years ago
  28. 22f0a27 init.h: remove __cpuinit sections from the kernel by Paul Gortmaker · 12 years ago
  29. c14afb8 Merge branch 'master' into for-3.9-async by Tejun Heo · 12 years ago
  30. bb813f4 init, block: try to load default elevator module early during boot by Tejun Heo · 12 years ago
  31. 54b956b Remove __dev* markings from init.h by Greg Kroah-Hartman · 12 years ago
  32. 7929d40 include/linux/init.h: use the stringify operator for the __define_initcall macro by Matthew Leach · 12 years ago
  33. 78d86c2 init.h: Remove __dev* sections from the kernel by Greg Kroah-Hartman · 12 years ago
  34. 754b7b6 sections: disable const sections for PA-RISC v2 by Andi Kleen · 12 years ago
  35. 96263d2 init: add comments to keep initcall-names in sync with initcall levels by Jim Cromie · 13 years ago
  36. 2329abf module_param: make bool parameters really bool (core code) by Rusty Russell · 13 years ago
  37. f020173 ftrace: Avoid recording mcount on .init sections directly by Steven Rostedt · 14 years ago
  38. 5ea0817 init.h: add some more documentation to __ref* tags by Michal Nazarewicz · 14 years ago
  39. 07b3bb1 Rename .data.nosave to .data..nosave. by Denys Vlasenko · 15 years ago
  40. f251177 PM: Add initcall_debug style timing for suspend/resume by Arjan van de Ven · 15 years ago
  41. 329bd41 initcalls: Add early_initcall() for modules by Borislav Petkov · 15 years ago
  42. 8b5a10f x86: properly annotate alternatives.c by Jan Beulich · 15 years ago
  43. b99b87f kernel: constructor support by Peter Oberparleiter · 16 years ago
  44. ae52bb2 fbdev: move logo externs to header file by Geert Uytterhoeven · 16 years ago
  45. 7923f90 vmlinux.lds.h update by Sam Ravnborg · 16 years ago
  46. fd6c3a8 initconst adjustments by Jan Beulich · 16 years ago
  47. 27b1833 Remove unused support code for refok sections. by Tim Abbott · 16 years ago
  48. c80d471 Add new HEAD_TEXT_SECTION macro. by Tim Abbott · 16 years ago
  49. 1397709 Driver Core: early platform driver by Magnus Damm · 16 years ago
  50. 3f5e26c adjust init section definitions by Jan Beulich · 16 years ago
  51. 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
  52. 1ecfea0 init.h: remove long-dead __setup_null_param() macro by Robert P. J. Day · 16 years ago
  53. fed1939 ftrace: remove old pointers to mcount by Steven Rostedt · 16 years ago
  54. 59f9415 modules: extend initcall_debug functionality to the module loader by Arjan van de Ven · 16 years ago
  55. c2147a5 Better interface for hooking early initcalls by Eduard - Gabriel Munteanu · 16 years ago
  56. 4500d06 init.h: remove obsolete content by Robert P. J. Day · 16 years ago
  57. 7d195a5 proper extern for late_time_init by Adrian Bunk · 17 years ago
  58. 37c514e Add missing init section definitions by Sam Ravnborg · 17 years ago
  59. 9f9975a generic: add __FINITDATA by Ingo Molnar · 17 years ago
  60. 470a81a Remove __INIT_REFOK and __INITDATA_REFOK by Ralf Baechle · 17 years ago
  61. 312b148 Introduce new section reference annotations tags: __ref, __refdata, __refconst by Sam Ravnborg · 17 years ago
  62. 3ff6eec remove __attribute_used__ by Adrian Bunk · 17 years ago
  63. eb8f689 Use separate sections for __dev/__cpu/__mem code/data by Sam Ravnborg · 17 years ago
  64. f3fe866 compiler.h: introduce __section() by Sam Ravnborg · 17 years ago
  65. d5aa0da store __setup_str_* in a more compact way by Jan Beulich · 17 years ago
  66. 0322a2b Add assembler equivalents to __init{,date}_refok by Ralf Baechle · 17 years ago
  67. 4665079 [NETNS]: Move some code into __init section when CONFIG_NET_NS=n by Pavel Emelyanov · 17 years ago
  68. 3f3f7b7 x86_64: Don't mark __exitcall as __cold by Andi Kleen · 17 years ago
  69. 73dd116 pure_initcall ID inconsistency by Michael Buesch · 17 years ago
  70. a586df0 x86: Support __attribute__((__cold__)) in gcc 4.3 by Andi Kleen · 18 years ago
  71. f489592 Remove final two references to "__obsolete_setup" macro by Robert P. J. Day · 18 years ago
  72. 0e0d314 kbuild: introduce __init_refok/__initdata_refok to supress section mismatch warnings by Sam Ravnborg · 18 years ago
  73. 838c411 Remove cpu hotplug defines for __INIT & __INITDATA by Prarit Bhargava · 18 years ago
  74. 4659539 init/do_mounts.c: proper prepare_namespace() prototype by Adrian Bunk · 18 years ago
  75. ab3bfca remove software_suspend() by Johannes Berg · 18 years ago
  76. 86c0baf [PATCH] i386: Change sysenter_setup to __cpuinit & improve __INIT, __INITDATA by Prarit Bhargava · 18 years ago
  77. 30d7e0d [PATCH] Dynamic kernel command-line: common by Alon Bar-Lev · 18 years ago
  78. 72fd4a3 [PATCH] Numerous fixes to kernel-doc info in source files. by Robert P. J. Day · 18 years ago
  79. 8d610dd Make sure we populate the initroot filesystem late enough by Linus Torvalds · 18 years ago
  80. b3438f8 Add "pure_initcall" for static variable initialization by Linus Torvalds · 18 years ago
  81. 735a7ff [PATCH] drivers: wait for threaded probes between initcall levels by Andrew Morton · 18 years ago
  82. 7e96287 [PATCH] kdump: introduce "reset_devices" command line option by Vivek Goyal · 18 years ago
  83. 62c4f0a Don't include linux/config.h from anywhere else in include/ by David Woodhouse · 19 years ago
  84. 9d99aaa [PATCH] x86_64: Support memory hotadd without sparsemem by Andi Kleen · 19 years ago
  85. 77d4758 [PATCH] add a proper prototype for setup_arch() by Adrian Bunk · 19 years ago
  86. c09b424 [PATCH] x86_64: add __meminit for memory hotplug by Matt Tolentino · 19 years ago
  87. e6982c6 [PATCH] x86_64: Change init sections for CPU hotplug support by Ashok Raj · 20 years ago
  88. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago