1. d6ec9d9 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  2. ac26963 percpu: Introduce DEFINE_PER_CPU_DECRYPTED by Brijesh Singh · 7 years ago
  3. 11af847 x86/unwind: Rename unwinder config options to 'CONFIG_UNWINDER_*' by Josh Poimboeuf · 7 years ago
  4. 564c9cc locking/refcounts, x86/asm: Use unique .text section for refcount exceptions by Kees Cook · 8 years ago
  5. a59e57d Merge tag 'for-linus-20170904' of git://git.infradead.org/linux-mtd by Linus Torvalds · 7 years ago
  6. b0c79f4 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  7. 5ffa70b Merge tag 'v4.13-rc7' into mtd/next by Boris Brezillon · 8 years ago
  8. 290d9bf Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 8 years ago
  9. 129f6c4 mtd: only use __xipram annotation when XIP_KERNEL is set by Arnd Bergmann · 8 years ago
  10. 229a718 irq: Make the irqentry text section unconditional by Masami Hiramatsu · 8 years ago
  11. cb87481 kbuild: linker script do not match C names unless LD_DEAD_CODE_DATA_ELIMINATION is configured by Nicholas Piggin · 8 years ago
  12. ee9f8fc x86/unwind: Add the ORC unwinder by Josh Poimboeuf · 8 years ago
  13. d691b7e Merge tag 'powerpc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  14. 2074006 Merge tag 'trace-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  15. bb0eb05 clocksource/drivers: Rename CLKSRC_OF to TIMER_OF by Daniel Lezcano · 8 years ago
  16. 2fcc112a clocksource/drivers: Rename clksrc table to timer by Daniel Lezcano · 8 years ago
  17. 02fd7f6 trace: rename kernel enum section to eval by Jeremy Linton · 8 years ago
  18. 8e09310 Revert "clockevents: Add a clkevt-of mechanism like clksrc-of" by Daniel Lezcano · 8 years ago
  19. 83a092c powerpc: Link warning for orphan sections by Nicholas Piggin · 8 years ago
  20. 28b4780 Merge tag 'iommu-updates-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 8 years ago
  21. 2c0248d Merge branches 'arm/exynos', 'arm/omap', 'arm/rockchip', 'arm/mediatek', 'arm/smmu', 'arm/core', 'x86/vt-d', 'x86/amd' and 'core' into next by Joerg Roedel · 8 years ago
  22. 3fb9268 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  23. 316ca88 ACPI/IORT: Remove linker section for IORT entries probing by Lorenzo Pieralisi · 8 years ago
  24. d79bf21 vmlinux.lds: add missing VMLINUX_SYMBOL macros by Jessica Yu · 8 years ago
  25. 4a6808f Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  26. 906f2a5 mm: fix section name for .data..ro_after_init by Kees Cook · 8 years ago
  27. 19d4362 debug: Add _ONCE() logic to report_bug() by Peter Zijlstra · 8 years ago
  28. 8d09617 vmlinux.lds: Add __clkevt_of_table to kernel by Alexander Kochetkov · 8 years ago
  29. 41e0e24 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  30. 34ceea27 ACPI/IORT: Introduce linker section for IORT entries probing by Lorenzo Pieralisi · 8 years ago
  31. 4b89b7f kbuild: keep data tables through dead code elimination by Nicholas Piggin · 8 years ago
  32. d7c19b0 mm: kmemleak: scan .data.ro_after_init by Jakub Kicinski · 8 years ago
  33. 84d6984 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  34. 6727ad9 nmi_backtrace: generate one-line reports for idle cpus by Chris Metcalf · 8 years ago
  35. 0f4c4af kbuild: -ffunction-sections fix for archs with conflicting sections by Nicholas Piggin · 8 years ago
  36. b67067f kbuild: allow archs to select link dead code/data elimination by Nicholas Piggin · 9 years ago
  37. f716a85 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 9 years ago
  38. 015cd86 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 9 years ago
  39. e41f501 vmlinux.lds: account for destructor sections by Dmitry Vyukov · 9 years ago
  40. 5ee02af vmlinux.lds.h: replace config_enabled() with IS_ENABLED() by Masahiro Yamada · 9 years ago
  41. 32fb2fc vmlinux.lds.h: allow arch specific handling of ro_after_init data section by Heiko Carstens · 9 years ago
  42. 91ed140 x86/asm: Make sure verify_cpu() has a good stack by Borislav Petkov · 9 years ago
  43. be7635e arch, ftrace: for KASAN put hard/soft IRQ entries into separate sections by Alexander Potapenko · 9 years ago
  44. 96b9b1c Merge tag 'tty-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 9 years ago
  45. c74ba8b arch: Introduce post-init read-only memory by Kees Cook · 9 years ago
  46. 2eaa790 earlycon: Use common framework for earlycon declarations by Peter Hurley · 9 years ago
  47. c625f76 clocksource / ACPI: Add probing infrastructure for ACPI-based clocksources by Marc Zyngier · 9 years ago
  48. 46e589a irqchip / ACPI: Add probing infrastructure for ACPI-based irqchips by Marc Zyngier · 9 years ago
  49. e647b53 ACPI: Add early device probing infrastructure by Marc Zyngier · 9 years ago
  50. 9bebe9e kbuild: Fix .text.unlikely placement by Andi Kleen · 10 years ago
  51. 41d5e08 Merge tag 'tty-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 10 years ago
  52. bb0fd7a Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 10 years ago
  53. 2481bc7 Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  54. 99492c3 earlycon: Fix __earlycon_table stride by Peter Hurley · 10 years ago
  55. 0c564a5 tracing: Add TRACE_DEFINE_ENUM() macro to map enums to their values by Steven Rostedt (Red Hat) · 10 years ago
  56. 779c88c ARM: 8321/1: asm-generic: introduce .text.fixup input section by Ard Biesheuvel · 10 years ago
  57. 470ca0d serial: earlycon: Enable earlycon without command line param by Peter Hurley · 10 years ago
  58. 449e056c ARM: cpuidle: Add a cpuidle ops structure to be used for DT by Daniel Lezcano · 10 years ago
  59. 9ddf825 kernel: add support for .init_array.* constructors by Andrey Ryabinin · 10 years ago
  60. 1cd076b iommu: provide early initialisation hook for IOMMU drivers by Will Deacon · 11 years ago
  61. 562c85c ARM: 8168/1: extend __init_end to a page align address by Yalin Wang · 10 years ago
  62. 9f48c89 Merge 3.16-rc5 into char-misc-next by Greg Kroah-Hartman · 11 years ago
  63. 330d282 core: fix typo in percpu read_mostly section by Zhengyu He · 11 years ago
  64. 7d2a01b PCI: Add pci_fixup_suspend_late quirk pass by Andreas Noever · 11 years ago
  65. 3737a12 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  66. b0b6abd serial: earlycon: add DT support by Rob Herring · 11 years ago
  67. 0630928 vmlinuz.lds: define OF table sections with macros by Rob Herring · 11 years ago
  68. 9a721c4 ARM: align cpu_method_of_table naming by Rob Herring · 11 years ago
  69. 735e0da irqchip: align irqchip OF match table section naming by Rob Herring · 11 years ago
  70. 69902c7 kprobes: Ensure blacklist data is aligned by Vineet Gupta · 11 years ago
  71. 376e242 kprobes: Introduce NOKPROBE_SYMBOL() macro to maintain kprobes blacklist by Masami Hiramatsu · 11 years ago
  72. ff050ad Merge tag 'soc-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  73. f618c47 drivers: of: add support for custom reserved memory drivers by Marek Szyprowski · 11 years ago
  74. 6c3ff8b ARM: Introduce CPU_METHOD_OF_DECLARE() for cpu hotplug/smp by Stephen Boyd · 11 years ago
  75. eb3057d kernel: add support for init_array constructors by Frantisek Hrbata · 11 years ago
  76. 102c932 tracing: Add __tracepoint_string() to export string pointers by Steven Rostedt (Red Hat) · 12 years ago
  77. 8dce5f3 Merge branch 'cpuinit-delete' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 12 years ago
  78. 2ec3ba6 rapidio: convert switch drivers to modules by Alexandre Bounine · 12 years ago
  79. e24f662 modpost: remove all traces of cpuinit/cpuexit sections by Paul Gortmaker · 12 years ago
  80. 40b3136 Finally eradicate CONFIG_HOTPLUG by Stephen Rothwell · 12 years ago
  81. b92021b CONFIG_SYMBOL_PREFIX: cleanup. by Rusty Russell · 12 years ago
  82. b274776 Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  83. f2f6c25 clk: add common of_clk_init() function by Prashant Gaikwad · 12 years ago
  84. f8060f5 Merge tag 'gic-vic-to-irqchip' of git://sources.calxeda.com/kernel/linux into next/cleanup by Olof Johansson · 12 years ago
  85. f6e916b irqchip: add basic infrastructure by Thomas Petazzoni · 12 years ago
  86. ae278a9 clocksource: add common of_clksrc_init() function by Stephen Warren · 12 years ago
  87. c87728c vmlinux.lds.h: Allow architectures to add sections to the front of .bss by David Daney · 13 years ago
  88. 9fd4932 ftrace: Sort all function addresses, not just per page by Steven Rostedt · 13 years ago
  89. 026cee0 params: <level>_initcall-like kernel parameters by Pawel Moll · 13 years ago
  90. 7ccaba5 consolidate WARN_...ONCE() static variables by Jan Beulich · 13 years ago
  91. bc74ee9 m68k: Finally remove leftover markers sections by Kirill Tkhai · 14 years ago
  92. 5129df0 Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 14 years ago
  93. 6988f20 Merge branch 'fixes-2.6.39' into for-2.6.40 by Tejun Heo · 14 years ago
  94. df48d87 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  95. f02e8a6 module: Sort exported symbols by Alessio Igor Bogani · 14 years ago
  96. 3267382 Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/core by Ingo Molnar · 14 years ago
  97. d430d3d jump label: Introduce static_branch() interface by Jason Baron · 14 years ago
  98. 6ea0c34 percpu: Unify input section names by Mike Frysinger · 14 years ago
  99. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  100. 0415b00d1 percpu: Always align percpu output section to PAGE_SIZE by Tejun Heo · 14 years ago