1. 8370ede bin2c: move bin2c in scripts/basic by Vivek Goyal · 10 years ago
  2. ae045e2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  3. f5bffec net: filter: split filter.c into two files by Alexei Starovoitov · 10 years ago
  4. 5cee964 time/timers: Move all time(r) related files into kernel/time by Thomas Gleixner · 10 years ago
  5. 176ab02 Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  6. 971eae7 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  7. 51b1130 rcutorture: Abstract rcu_torture_random() by Paul E. McKenney · 10 years ago
  8. 58edae3 lto: Disable LTO for sys_ni by Andi Kleen · 10 years ago
  9. cf37b6b sched/idle: Move cpu/idle.c to sched/idle.c by Nicolas Pitre · 10 years ago
  10. f46a3cb KEYS: Remove files generated when SYSTEM_TRUSTED_KEYRING=y by Kirill Tkhai · 10 years ago
  11. d7ec435 X.509: Fix certificate gathering by David Howells · 10 years ago
  12. 78dc53c Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 11 years ago
  13. cd4d241 locking: Move the lglocks code to kernel/locking/ by Peter Zijlstra · 11 years ago
  14. ed428bf locking: Move the rwsem code to kernel/locking/ by Peter Zijlstra · 11 years ago
  15. 1696a8b locking: Move the rtmutex code to kernel/locking/ by Peter Zijlstra · 11 years ago
  16. e25a64c locking: Move the semaphore core to kernel/locking/ by Peter Zijlstra · 11 years ago
  17. 60fc287 locking: Move the spinlock code to kernel/locking/ by Peter Zijlstra · 11 years ago
  18. 8eddac3 locking: Move the lockdep code to kernel/locking/ by Peter Zijlstra · 11 years ago
  19. 01768b4 locking: Move the mutex code to kernel/locking/ by Peter Zijlstra · 11 years ago
  20. c90423d Merge branch 'sched/core' into core/locking, to prepare the kernel/locking/ file move by Ingo Molnar · 11 years ago
  21. 7a6354e sched: Move wait.c into kernel/sched/ by Peter Zijlstra · 11 years ago
  22. 4102ada rcu: Move RCU-related source code to kernel/rcu directory by Paul E. McKenney · 11 years ago
  23. b56e5a1 KEYS: Separate the kernel signature checking keyring from module signing by David Howells · 11 years ago
  24. 0fbd39c KEYS: Have make canonicalise the paths of the X.509 certs better to deduplicate by David Howells · 11 years ago
  25. f0e6d22 KEYS: Load *.x509 files into kernel keyring by David Howells · 11 years ago
  26. 0244ad0 Remove GENERIC_HARDIRQ config option by Martin Schwidefsky · 11 years ago
  27. b9ee979 printk: move to separate directory for easier modification by Joe Perches · 11 years ago
  28. 15d94b8 reboot: move shutdown/reboot related functions to kernel/reboot.c by Robin Holt · 11 years ago
  29. f8ce1fa Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  30. 07c449b MODSIGN: do not send garbage to stderr when enabling modules signature by David Cohen · 11 years ago
  31. a1a04ec idle: Provide a generic entry point for the idle code by Thomas Gleixner · 11 years ago
  32. 2a7d2b9 Merge branch 'akpm' (final batch from Andrew) by Linus Torvalds · 11 years ago
  33. 1e142b2 kcmp: make it depend on CHECKPOINT_RESTORE by Cyrill Gorcunov · 11 years ago
  34. c759b35 kfifo: move kfifo.c from kernel/ to lib/ by Stefani Seibold · 11 years ago
  35. 0ca7ffb Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 11 years ago
  36. 70730bc kernel: Replace timeconst.pl with a bc script by H. Peter Anvin · 11 years ago
  37. 2275367 MODSIGN: Simplify Makefile with a Kconfig helper by Michal Marek · 11 years ago
  38. 7a684c4 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  39. e10e1774 MODSIGN: Fix kbuild output when using default extra_certificates by Michal Marek · 11 years ago
  40. 919aa45 MODSIGN: Avoid using .incbin in C source by Takashi Iwai · 11 years ago
  41. 630e1e0 Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 12 years ago
  42. 91d1aa43 context_tracking: New context tracking susbsystem by Frederic Weisbecker · 12 years ago
  43. 2008713 Makefile: Documentation for external tool should be correct by H. Peter Anvin · 12 years ago
  44. d25282d Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
  45. d5b7193 MODSIGN: Make mrproper should remove generated files. by Rusty Russell · 12 years ago
  46. e7d113b MODSIGN: Use utf8 strings in signer's name in autogenerated X.509 certs by David Howells · 12 years ago
  47. 5e8cb1e MODSIGN: Use the same digest for the autogen key sig as for the module sig by David Howells · 12 years ago
  48. 631cc66 MODSIGN: Provide module signing public keys to the kernel by David Howells · 12 years ago
  49. d441108 MODSIGN: Automatically generate module signing keys if missing by David Howells · 12 years ago
  50. 106a4ee module: signature checking hook by Rusty Russell · 12 years ago
  51. 7e92daa Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  52. ea632e9 trace: Stop compiling in trace_clock unconditionally by Josh Triplett · 12 years ago
  53. 3180d89 hotplug: Fix UP bug in smpboot hotplug code by Paul E. McKenney · 12 years ago
  54. 1193755 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  55. fb21aff Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  56. d97b46a syscalls, x86: add __NR_kcmp syscall by Cyrill Gorcunov · 12 years ago
  57. eea62f8 brlocks/lglocks: turn into functions by Andi Kleen · 12 years ago
  58. e73f895 task_work_add: generic process-context callbacks by Oleg Nesterov · 12 years ago
  59. 38498a6 smp: Add generic smpboot facility by Thomas Gleixner · 12 years ago
  60. 1f87f0b sysctl: Move the implementation into fs/proc/proc_sysctl.c by Eric W. Biederman · 12 years ago
  61. dae5cbc PM: Make sysrq-o be available for CONFIG_PM unset by Rafael J. Wysocki · 12 years ago
  62. 391e43d sched: Move all scheduler bits into kernel/sched/ by Peter Zijlstra · 13 years ago
  63. 029632f sched: Make separate sched*.c translation units by Peter Zijlstra · 13 years ago
  64. 1fdb24e Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm by Linus Torvalds · 13 years ago
  65. ab10023 cpu_pm: Add cpu power management notifiers by Colin Cross · 13 years ago
  66. e8db0be PM QoS: Move and rename the implementation files by Jean Pihet · 13 years ago
  67. b77f0f3 jump label: Reduce the cycle count by changing the link order by Jason Baron · 13 years ago
  68. e78e8f2 kernel: prevent unnecessary rebuilding due to config_data.gz by Peter Foley · 13 years ago
  69. a77aea9 cgroup: remove the ns_cgroup by Daniel Lezcano · 13 years ago
  70. 48dbb6d hw breakpoints: Move to kernel/events/ by Borislav Petkov · 13 years ago
  71. fae85b7 perf: Start the restructuring by Borislav Petkov · 14 years ago
  72. 93a7205 crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, setup_elfcorehdr and saved_max_pfn by Olaf Hering · 13 years ago
  73. 351f8f8 kernel: clean up USE_GENERIC_SMP_HELPERS by Amerigo Wang · 13 years ago
  74. 4277616 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  75. 870915e tracing: Fix TRACE_EVENT power tracepoint creation by Mathieu Desnoyers · 14 years ago
  76. 41263fc kbuild: fix interaction of CONFIG_IKCONFIG and KCONFIG_CONFIG by Ben Gardiner · 13 years ago
  77. 3044100 Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  78. 5d70f79 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
  79. e360adb irq_work: Add generic hardirq context callbacks by Peter Zijlstra · 14 years ago
  80. bf5438fc jump label: Base patch for jump label by Jason Baron · 14 years ago
  81. daab7fc Merge commit 'v2.6.36-rc3' into x86/memblock by Ingo Molnar · 14 years ago
  82. a587d2d x86: Remove not used early_res code by Yinghai Lu · 14 years ago
  83. a57eb94 rcu: Add a TINY_PREEMPT_RCU by Paul E. McKenney · 14 years ago
  84. 8c8946f Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify by Linus Torvalds · 14 years ago
  85. 3b7433b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 14 years ago
  86. 61be7fd Merge branch 'perf/nmi' into perf/core by Ingo Molnar · 14 years ago
  87. 939a67f Audit: split audit watch Kconfig by Eric Paris · 14 years ago
  88. 181a51f slow-work: kill it by Tejun Heo · 14 years ago
  89. c433820 Move kernel/kgdb.c to kernel/debug/debug_core.c by Jason Wessel · 15 years ago
  90. 58687ac lockup_detector: Combine nmi_watchdog and softlockup detector by Don Zickus · 14 years ago
  91. a9aa1d0 Merge commit 'v2.6.34-rc7' into perf/nmi by Frederic Weisbecker · 14 years ago
  92. bbf1bb3 cpu_stop: add dummy implementation for UP by Tejun Heo · 14 years ago
  93. 1fcccba elf coredump: replace ELF_CORE_EXTRA_* macros by functions by Daisuke HATAYAMA · 14 years ago
  94. a626b46 Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  95. 580e0ad core: Move early_res from arch/x86 to kernel/ by Yinghai Lu · 14 years ago
  96. 27811d8 x86: Move range related operation to one file by Yinghai Lu · 14 years ago
  97. 84e478c nmi_watchdog: Config option to enable new nmi_watchdog by Don Zickus · 14 years ago
  98. 16295be padata: Generic parallelization/serialization interface by Steffen Klassert · 14 years ago
  99. ed9216c Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 14 years ago
  100. 1557d33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6 by Linus Torvalds · 14 years ago