1. 631cc66 MODSIGN: Provide module signing public keys to the kernel by David Howells · 12 years ago
  2. d441108 MODSIGN: Automatically generate module signing keys if missing by David Howells · 12 years ago
  3. 106a4ee module: signature checking hook by Rusty Russell · 12 years ago
  4. 1193755 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  5. fb21aff Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  6. d97b46a syscalls, x86: add __NR_kcmp syscall by Cyrill Gorcunov · 12 years ago
  7. eea62f8 brlocks/lglocks: turn into functions by Andi Kleen · 12 years ago
  8. e73f895 task_work_add: generic process-context callbacks by Oleg Nesterov · 12 years ago
  9. 38498a6 smp: Add generic smpboot facility by Thomas Gleixner · 12 years ago
  10. 1f87f0b sysctl: Move the implementation into fs/proc/proc_sysctl.c by Eric W. Biederman · 12 years ago
  11. dae5cbc PM: Make sysrq-o be available for CONFIG_PM unset by Rafael J. Wysocki · 12 years ago
  12. 391e43d sched: Move all scheduler bits into kernel/sched/ by Peter Zijlstra · 13 years ago
  13. 029632f sched: Make separate sched*.c translation units by Peter Zijlstra · 13 years ago
  14. 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
  15. ab10023 cpu_pm: Add cpu power management notifiers by Colin Cross · 13 years ago
  16. e8db0be PM QoS: Move and rename the implementation files by Jean Pihet · 13 years ago
  17. b77f0f3 jump label: Reduce the cycle count by changing the link order by Jason Baron · 13 years ago
  18. e78e8f2 kernel: prevent unnecessary rebuilding due to config_data.gz by Peter Foley · 13 years ago
  19. a77aea9 cgroup: remove the ns_cgroup by Daniel Lezcano · 13 years ago
  20. 48dbb6d hw breakpoints: Move to kernel/events/ by Borislav Petkov · 13 years ago
  21. fae85b7 perf: Start the restructuring by Borislav Petkov · 14 years ago
  22. 93a7205 crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, setup_elfcorehdr and saved_max_pfn by Olaf Hering · 13 years ago
  23. 351f8f8 kernel: clean up USE_GENERIC_SMP_HELPERS by Amerigo Wang · 13 years ago
  24. 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
  25. 870915e tracing: Fix TRACE_EVENT power tracepoint creation by Mathieu Desnoyers · 14 years ago
  26. 41263fc kbuild: fix interaction of CONFIG_IKCONFIG and KCONFIG_CONFIG by Ben Gardiner · 14 years ago
  27. 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
  28. 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
  29. e360adb irq_work: Add generic hardirq context callbacks by Peter Zijlstra · 14 years ago
  30. bf5438fc jump label: Base patch for jump label by Jason Baron · 14 years ago
  31. daab7fc Merge commit 'v2.6.36-rc3' into x86/memblock by Ingo Molnar · 14 years ago
  32. a587d2d x86: Remove not used early_res code by Yinghai Lu · 14 years ago
  33. a57eb94 rcu: Add a TINY_PREEMPT_RCU by Paul E. McKenney · 14 years ago
  34. 8c8946f Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify by Linus Torvalds · 14 years ago
  35. 3b7433b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 14 years ago
  36. 61be7fd Merge branch 'perf/nmi' into perf/core by Ingo Molnar · 14 years ago
  37. 939a67f Audit: split audit watch Kconfig by Eric Paris · 15 years ago
  38. 181a51f slow-work: kill it by Tejun Heo · 14 years ago
  39. c433820 Move kernel/kgdb.c to kernel/debug/debug_core.c by Jason Wessel · 15 years ago
  40. 58687ac lockup_detector: Combine nmi_watchdog and softlockup detector by Don Zickus · 14 years ago
  41. a9aa1d0 Merge commit 'v2.6.34-rc7' into perf/nmi by Frederic Weisbecker · 14 years ago
  42. bbf1bb3 cpu_stop: add dummy implementation for UP by Tejun Heo · 14 years ago
  43. 1fcccba elf coredump: replace ELF_CORE_EXTRA_* macros by functions by Daisuke HATAYAMA · 14 years ago
  44. 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
  45. 580e0ad core: Move early_res from arch/x86 to kernel/ by Yinghai Lu · 14 years ago
  46. 27811d8 x86: Move range related operation to one file by Yinghai Lu · 14 years ago
  47. 84e478c nmi_watchdog: Config option to enable new nmi_watchdog by Don Zickus · 14 years ago
  48. 16295be padata: Generic parallelization/serialization interface by Steffen Klassert · 14 years ago
  49. ed9216c Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 15 years ago
  50. 1557d33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6 by Linus Torvalds · 15 years ago
  51. c3fa27d Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  52. 6077817 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  53. 58988b0 Merge remote branch 'tip/x86/entry' into kvm-updates/2.6.33 by Avi Kivity · 15 years ago
  54. f13a48b SLOW_WORK: Move slow_work's proc file to debugfs by David Howells · 15 years ago
  55. 6e3d833 perf events: Do not generate function trace entries in perf code by Ingo Molnar · 15 years ago
  56. 8fba10a SLOW_WORK: Allow the work items to be viewed through a /proc file by David Howells · 15 years ago
  57. afa588b sysctl: Separate the binary sysctl logic into it's own file. by Eric W. Biederman · 15 years ago
  58. 9b1d82f rcu: "Tiny RCU", The Bloatwatch Edition by Paul E. McKenney · 15 years ago
  59. 7a04109 x86: Fix user return notifier build by Avi Kivity · 15 years ago
  60. 0f8f86c Merge commit 'perf/core' into perf/hw-breakpoint by Frederic Weisbecker · 15 years ago
  61. fe69343 cgroups: move the cgroup debug subsys into cgroup.c to access internal state by Paul Menage · 15 years ago
  62. 43c1266 Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  63. cdd6c48 perf: Do the big rename: Performance Counters -> Performance Events by Ingo Molnar · 15 years ago
  64. fc53776 tracing: Remove markers by Christoph Hellwig · 15 years ago
  65. a56af87 driver-core: move dma-coherent.c from kernel to driver/base by Ming Lei · 15 years ago
  66. dca2d6a Merge branch 'linus' into tracing/hw-breakpoints by Ingo Molnar · 15 years ago
  67. c91d7d5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-kconfig by Linus Torvalds · 15 years ago
  68. a1922ed Merge branch 'tracing/core' into tracing/hw-breakpoints by Ingo Molnar · 15 years ago
  69. 6b3ef48 rcu: Remove CONFIG_PREEMPT_RCU by Paul E. McKenney · 15 years ago
  70. f41d911 rcu: Merge preemptable-RCU functionality into hierarchical RCU by Paul E. McKenney · 15 years ago
  71. de48156 kconfig: keep config.gz around even if CONFIG_IKCONFIG_PROC is not set by Steven Rostedt · 15 years ago
  72. fa08661 Merge commit 'v2.6.31-rc6' into core/rcu by Ingo Molnar · 15 years ago
  73. 9b71272 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
  74. 1155de4 ring-buffer: Make it generally available by Paul Mundt · 15 years ago
  75. 3a6a6c1 audit: inode watches depend on CONFIG_AUDIT not CONFIG_AUDIT_SYSCALL by Eric Paris · 15 years ago
  76. c17ef45 rcu: Remove Classic RCU by Paul E. McKenney · 15 years ago
  77. cfcad62 audit: seperate audit inode watches into a subfile by Eric Paris · 15 years ago
  78. 2521f2c gcov: add gcov profiling infrastructure by Peter Oberparleiter · 15 years ago
  79. eadb8a0 Merge branch 'linus' into tracing/hw-breakpoints by Ingo Molnar · 15 years ago
  80. 30639b6a groups: move code to kernel/groups.c by Alexey Dobriyan · 15 years ago
  81. 940010c Merge branch 'linus' into perfcounters/core by Ingo Molnar · 15 years ago
  82. 62a038d hw-breakpoints: introducing generic hardware breakpoint handler interfaces by K.Prasad · 15 years ago
  83. 416dfdc Merge commit 'v2.6.30-rc3' into tracing/hw-branch-tracing by Ingo Molnar · 15 years ago
  84. 56449f4 tracing: make the trace clocks available generally by Ingo Molnar · 15 years ago
  85. 5ea472a Merge commit 'v2.6.30-rc1' into perfcounters/core by Ingo Molnar · 15 years ago
  86. 5e34437 Merge branch 'linus' into core/softlockup by Ingo Molnar · 15 years ago
  87. f541ae3 Merge branch 'linus' into perfcounters/core-v2 by Ingo Molnar · 15 years ago
  88. 07fe7cb Create a dynamically sized pool of threads for doing very slow work items by David Howells · 15 years ago
  89. 8e81817 Merge branch 'x86/core' into perfcounters/core by Ingo Molnar · 15 years ago
  90. 42f5e03 pm: fix build for CONFIG_PM unset by Rafael J. Wysocki · 15 years ago
  91. 871cafc Merge branch 'linus' into core/softlockup by Ingo Molnar · 15 years ago
  92. 7783549 Merge commit 'v2.6.29-rc2' into perfcounters/core by Ingo Molnar · 15 years ago
  93. af37501 Merge branch 'core/percpu' into perfcounters/core by Ingo Molnar · 15 years ago
  94. e162b39 softlockup: decouple hung tasks check from softlockup detection by Mandeep Singh Baines · 15 years ago
  95. 9316fca kernel/up.c: omit it if SMP=y, USE_GENERIC_SMP_HELPERS=n by Andrew Morton · 15 years ago
  96. 53ce3d9 smp_call_function_single(): be slightly less stupid by Andrew Morton · 15 years ago
  97. 506c10f Merge commit 'v2.6.29-rc1' into perfcounters/core by Ingo Molnar · 15 years ago
  98. 22a9d64 async: Asynchronous function calls to speed up kernel boot by Arjan van de Ven · 15 years ago
  99. 5f34fe1 Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  100. e1df957 Merge branch 'linus' into perfcounters/core by Ingo Molnar · 15 years ago