1. f650094 workqueue: workqueue_cpu_callback() should be cpu_notifier instead of hotcpu_notifier by Tejun Heo · 14 years ago
  2. 38f5156 workqueue: add missing __percpu markup in kernel/workqueue.c by Namhyung Kim · 14 years ago
  3. 7841733 Merge branch 'bkl/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing by Linus Torvalds · 14 years ago
  4. 3b7433b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 14 years ago
  5. 1787985 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  6. b62ad9a Merge branch 'timers-timekeeping-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  7. af39008 Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  8. ab69bcd Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 14 years ago
  9. c4efd6b 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
  10. 4aed2fd 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
  11. 3a3527b Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  12. 9779714 Merge branch 'kms-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb by Linus Torvalds · 14 years ago
  13. 89a6c8c Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb by Linus Torvalds · 14 years ago
  14. 676db4a cgroupfs: create /sys/fs/cgroup to mount cgroupfs on by Greg KH · 14 years ago
  15. 94f17cd hotplug: Support kernel/hotplug sysctl variable when !CONFIG_NET by Ian Abbott · 15 years ago
  16. 90d3417 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
  17. cdd854b Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 14 years ago
  18. c3d1f17 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 14 years ago
  19. 81d4450 vt,console,kdb: automatically set kdb LINES variable by Jason Wessel · 14 years ago
  20. 3fa43ab debug_core,kdb: fix crash when arch does not have single step by Jason Wessel · 14 years ago
  21. 19063c7 ftrace,kdb: Allow dumping a specific cpu's buffer with ftdump by Jason Wessel · 14 years ago
  22. 955b61e ftrace,kdb: Extend kdb to be able to dump the ftrace buffer by Jason Wessel · 14 years ago
  23. 6d855b1 gdbstub: do not directly use dbg_reg_def[] in gdb_cmd_reg_set() by Jason Wessel · 14 years ago
  24. 5575114 gdbstub: Implement gdbserial 'p' and 'P' packets by Jason Wessel · 14 years ago
  25. 534af10 kgdb,kdb: individual register set and and get API by Jason Wessel · 14 years ago
  26. 84a0bd5 gdbstub: Optimize kgdb's "thread:" response for the gdb serial protocol by Jason Wessel · 14 years ago
  27. a9fa20a kgdb: remove custom hex_to_bin()implementation by Andy Shevchenko · 14 years ago
  28. 034260d printk: fix delayed messages from CPU hotplug events by Kevin Cernekee · 15 years ago
  29. 0bcfe75 Merge branch 'sched/urgent' into sched/core by Ingo Molnar · 14 years ago
  30. fc9ea5a Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/core by Ingo Molnar · 14 years ago
  31. 61be7fd Merge branch 'perf/nmi' into perf/core by Ingo Molnar · 14 years ago
  32. 51f3d0f module: cleanup comments, remove noinline by Rusty Russell · 14 years ago
  33. 811d66a module: group post-relocation functions into post_relocation() by Rusty Russell · 14 years ago
  34. 6526c53 module: move module args strndup_user to just before use by Rusty Russell · 14 years ago
  35. 4966868 module: pass load_info into other functions by Rusty Russell · 14 years ago
  36. 36b0360 module: fix sysfs cleanup for !CONFIG_SYSFS by Rusty Russell · 14 years ago
  37. 8f6d037 module: sysfs cleanup by Rusty Russell · 14 years ago
  38. d913188 module: layout_and_allocate by Rusty Russell · 14 years ago
  39. 511ca6a module: fix crash in get_ksymbol() when oopsing in module init by Rusty Russell · 14 years ago
  40. eded41c module: kallsyms functions take struct load_info by Rusty Russell · 14 years ago
  41. d6df72a module: refactor out section header rewriting: FIX modversions by Rusty Russell · 14 years ago
  42. 8b5f61a module: refactor out section header rewriting by Rusty Russell · 14 years ago
  43. 3264d3f module: add load_info by Linus Torvalds · 15 years ago
  44. 44032e6 module: reduce stack usage for each_symbol() by Linus Torvalds · 14 years ago
  45. 22e268e module: refactor load_module part 5 by Rusty Russell · 14 years ago
  46. 9f85a4b module: refactor load_module part 4 by Rusty Russell · 14 years ago
  47. 40dd256 module: refactor load_module part 3 by Rusty Russell · 14 years ago
  48. 65b8a9b module: refactor load_module part 2 by Linus Torvalds · 14 years ago
  49. f91a13b module: refactor load_module by Linus Torvalds · 14 years ago
  50. 2409e74 module: module_unload_init() cleanup by Eric Dumazet · 14 years ago
  51. 3cfc2c4 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  52. b7c8e55 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 14 years ago
  53. 6ba7401 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  54. 694f690 CRED: Fix RCU warning due to previous patch fixing __task_cred()'s checks by David Howells · 14 years ago
  55. f46e991 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 14 years ago
  56. 9da79ab tracing/kprobes: unregister_trace_probe needs to be called under mutex by Srikar Dronamraju · 15 years ago
  57. d790d4d Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  58. 5e7f5a1 timer: Added usleep_range timer by Patrick Pannuto · 14 years ago
  59. e1b004c Revert "timer: Added usleep[_range] timer" by Thomas Gleixner · 14 years ago
  60. 412a4ac Merge commit 'gcl/next' into next by Benjamin Herrenschmidt · 14 years ago
  61. 8cadd283 timer: add on-stack deferrable timer interfaces by Jesse Barnes · 15 years ago
  62. af5ab27 clockevents: Remove the per cpu tick skew by Arjan van de Ven · 14 years ago
  63. 3772b73 Merge commit 'v2.6.35' into perf/core by Ingo Molnar · 14 years ago
  64. 669336e perf: Use tracepoint_synchronize_unregister() to flush any pending tracepoint call by Frederic Weisbecker · 14 years ago
  65. 6ee0578 workqueue: mark init_workqueues() as early_initcall() by Suresh Siddha · 14 years ago
  66. 0988495 workqueue: explain for_each_*cwq_cpu() iterators by Tejun Heo · 14 years ago
  67. 0500e9b padata: Remove padata_get_cpumask by Steffen Klassert · 14 years ago
  68. c635696 padata: Pass the padata cpumasks to the cpumask_change_notifier chain by Steffen Klassert · 14 years ago
  69. 65ff577 padata: Rearrange set_cpumask functions by Steffen Klassert · 14 years ago
  70. e6cc117 padata: Rename padata_alloc functions by Steffen Klassert · 14 years ago
  71. de09a97 CRED: Fix get_task_cred() and task_state() to not resurrect dead credentials by David Howells · 14 years ago
  72. 685fd0b irq: Add new IRQ flag IRQF_NO_SUSPEND by Ian Campbell · 14 years ago
  73. 157b1a2 kgdb: Do not access xtime directly by Thomas Gleixner · 14 years ago
  74. d7926ee cgroups: Add an API to attach a task to current task's cgroup by Sridhar Samudrala · 15 years ago
  75. b82bab4b dynamic debug: move ddebug_remove_module() down into free_module() by Jason Baron · 14 years ago
  76. 852db46 clocksource: Add __clocksource_updatefreq_hz/khz methods by John Stultz · 14 years ago
  77. 0fb86b0 timekeeping: Make xtime and wall_to_monotonic static by John Stultz · 14 years ago
  78. 8ab4351 hrtimer: Cleanup direct access to wall_to_monotonic by John Stultz · 14 years ago
  79. 7615856 timkeeping: Fix update_vsyscall to provide wall_to_monotonic offset by John Stultz · 14 years ago
  80. 592913e time: Kill off CONFIG_GENERIC_TIME by John Stultz · 14 years ago
  81. ce3bf7a time: Implement timespec_add by John Stultz · 14 years ago
  82. 7424713 padata: Check for valid cpumasks by Steffen Klassert · 14 years ago
  83. b89661d padata: Allocate cpumask dependend recources in any case by Steffen Klassert · 14 years ago
  84. fad3a90 padata: Fix cpu index counting by Steffen Klassert · 14 years ago
  85. 2b08de0 posix_timer: Move copy_to_user(created_timer_id) down in timer_create() by Andrey Vagin · 14 years ago
  86. 22b8f15 timer: Added usleep[_range] timer by Patrick Pannuto · 14 years ago
  87. 866e261 timers: Document meaning of deferrable timer by J. Bruce Fields · 14 years ago
  88. 181a51f slow-work: kill it by Tejun Heo · 14 years ago
  89. 3a01736 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
  90. e120153 workqueue: fix how cpu number is stored in work->data by Tejun Heo · 14 years ago
  91. 24a461d trace: strlen() return doesn't account for the NULL by Dan Carpenter · 15 years ago
  92. edd63cb sysrq,kdb: Use __handle_sysrq() for kdb's sysrq function by Jason Wessel · 14 years ago
  93. b0679c6 debug_core,kdb: fix kgdb_connected bit set in the wrong place by Jason Wessel · 14 years ago
  94. 9e8b624 Fix merge regression from external kdb to upstream kdb by Jason Wessel · 14 years ago
  95. fb82c0f repair gdbstub to match the gdbserial protocol specification by Jason Wessel · 14 years ago
  96. 1396a21 kdb: break out of kdb_ll() when command is terminated by Martin Hicks · 14 years ago
  97. eebef74 sched: Use correct macro to display sched_child_runs_first in /proc/sched_debug by Josh Hunt · 14 years ago
  98. dca45ad Merge branch 'linus' into sched/core by Ingo Molnar · 14 years ago
  99. 23c2875 Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/core by Ingo Molnar · 14 years ago
  100. 9dcdbf7 Merge branch 'linus' into perf/core by Ingo Molnar · 14 years ago