1. 45dcd8b ftrace: move mmiotrace functions out of trace.c by Pekka Paalanen · 17 years ago
  2. 644f991 ftrace: fix unlocking of hash by Steven Rostedt · 17 years ago
  3. d3ee6d9 ftrace: make it depend on DEBUG_KERNEL by Ingo Molnar · 17 years ago
  4. 80b5e94 ftrace: sched_switch: show the wakee's cpu by Peter Zijlstra · 17 years ago
  5. f09ce57 ftrace: make ftrace_printk usable with the other tracers by Peter Zijlstra · 17 years ago
  6. 5a90f57 ftrace: print continue index fix by Steven Rostedt · 17 years ago
  7. 652567a ftrace: binary and not logical for continue test by Steven Rostedt · 17 years ago
  8. a616835 ftrace: make output nicely spaced for up to 999 cpus by Michael Ellerman · 17 years ago
  9. 2ff01c6 stack tracer: depends on DEBUG_KERNEL by Ingo Molnar · 17 years ago
  10. 1b6cced ftrace: stack trace add indexes by Steven Rostedt · 17 years ago
  11. 3b47bfc ftrace: remove direct reference to mcount in trace code by Steven Rostedt · 17 years ago
  12. e5a81b6 ftrace: add stack tracer by Steven Rostedt · 17 years ago
  13. ac8825e ftrace: clean up macro usage by Ingo Molnar · 17 years ago
  14. 2d7da80 ftrace: fix build failure by Stephen Rothwell · 17 years ago
  15. 99ecdc4 ftrace: add necessary locking for ftrace records by Steven Rostedt · 17 years ago
  16. 00fd61a ftrace: do not init module on ftrace disabled by Steven Rostedt · 17 years ago
  17. 98a983a ftrace: fix some mistakes in error messages by Frédéric Weisbecker · 17 years ago
  18. 3f5a54e ftrace: dump out ftrace buffers to console on panic by Steven Rostedt · 17 years ago
  19. 2f2c99d ftrace: ftrace_printk doc moved by Steven Rostedt · 17 years ago
  20. dd0e545 ftrace: printk formatting infrastructure by Steven Rostedt · 17 years ago
  21. 2e2ca15 ftrace: new continue entry - separate out from trace_entry by Steven Rostedt · 17 years ago
  22. fed1939 ftrace: remove old pointers to mcount by Steven Rostedt · 17 years ago
  23. a9fdda3 ftrace: do not show freed records in available_filter_functions by Steven Rostedt · 17 years ago
  24. 90d595f ftrace: enable mcount recording for modules by Steven Rostedt · 17 years ago
  25. 68bf21a ftrace: mcount call site on boot nops core by Steven Rostedt · 17 years ago
  26. 8da3821 ftrace: create __mcount_loc section by Steven Rostedt · 17 years ago
  27. 36dcd67 ftrace: ignore functions that cannot be kprobe-ed by Ingo Molnar · 17 years ago
  28. 9795302 tracepoints: use TABLE_SIZE macro by Mathieu Desnoyers · 17 years ago
  29. 5f87f11 tracing: clean up tracepoints kconfig structure by Ingo Molnar · 17 years ago
  30. b07c3f1 ftrace: port to tracepoints by Mathieu Desnoyers · 17 years ago
  31. 0a16b60 tracing, sched: LTTng instrumentation - scheduler by Mathieu Desnoyers · 17 years ago
  32. 97e1c18 tracing: Kernel Tracepoints by Mathieu Desnoyers · 17 years ago
  33. dbda4c0 tty: Fix abusers of current->sighand->tty by Alan Cox · 17 years ago
  34. 95f9bfc tty: Move tty_write_message out of kernel/printk by Alan Cox · 17 years ago
  35. 9c9f4de tty: Add a kref count by Alan Cox · 17 years ago
  36. 56c5d90 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 17 years ago
  37. ead9d23 Merge phase #4 (X2APIC, APIC unification, CPU identification unification) of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  38. 0afe2db Merge branch 'x86/unify-cpu-detect' into x86-v28-for-linus-phase4-D by Ingo Molnar · 17 years ago
  39. d847059 Merge branch 'x86/apic' into x86-v28-for-linus-phase4-B by Ingo Molnar · 17 years ago
  40. bf6f51e Merge phase #3 (IOMMU) of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  41. 098ef21 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 17 years ago
  42. b922df7 Merge branch 'rcu-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  43. 725c258 Merge branches 'core/iommu', 'x86/amd-iommu' and 'x86/iommu' into x86-v28-for-linus-phase3-B by Ingo Molnar · 17 years ago
  44. 8083e4a [CPUFREQ][5/6] cpufreq: Changes to get_cpu_idle_time_us(), used by ondemand governor by venkatesh.pallipadi@intel.com · 17 years ago
  45. a5d8c34 sched debug: add name to sched_domain sysctl entries by Ingo Molnar · 17 years ago
  46. cdbb92b Merge branch 'linus' into core/rcu by Ingo Molnar · 17 years ago
  47. 2fb7635 sched: sync wakeups vs avg_overlap by Peter Zijlstra · 17 years ago
  48. 990d0f2 Merge branches 'sched/devel', 'sched/cpu-hotplug', 'sched/cpusets' and 'sched/urgent' into sched/core by Ingo Molnar · 17 years ago
  49. cc1e0f4 kgdb: call touch_softlockup_watchdog on resume by Jason Wessel · 17 years ago
  50. 34b3ede sched: remove redundant code in cpu_cgroup_create() by Li Zefan · 17 years ago
  51. 2c10c22 Merge branch 'linus' into sched/devel by Ingo Molnar · 17 years ago
  52. f6121f4 sched_rt.c: resch needed in rt_rq_enqueue() for the root rt_rq by Dario Faggioli · 17 years ago
  53. 07454bf clockevents: check broadcast tick device not the clock events device by Thomas Gleixner · 17 years ago
  54. d294eb8 cpusets: scan_for_empty_cpusets(), cpuset doesn't seem to be so const by Frederic Weisbecker · 17 years ago
  55. 2ec2b48 rcu: RCU-based detection of stalled CPUs for Classic RCU, fix by Ingo Molnar · 17 years ago
  56. 2133b5d rcu: RCU-based detection of stalled CPUs for Classic RCU by Paul E. McKenney · 17 years ago
  57. b5259d9 Merge commit 'v2.6.27-rc8' into core/rcu by Ingo Molnar · 17 years ago
  58. aa94fbd fix error-path NULL deref in alloc_posix_timer() by Dan Carpenter · 17 years ago
  59. cf4b0b2 Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  60. 64b9e02 sched: minor optimizations in wake_affine and select_task_rq_fair by Amit K. Arora · 17 years ago
  61. 31a78f2 mm owner: fix race between swapoff and exit by Balbir Singh · 17 years ago
  62. ccc7dad hrtimer: prevent migration of per CPU hrtimers by Thomas Gleixner · 17 years ago
  63. b00c1a9 hrtimer: mark migration state by Thomas Gleixner · 17 years ago
  64. 41e1022 hrtimer: fix migration of CB_IRQSAFE_NO_SOFTIRQ hrtimers by Thomas Gleixner · 17 years ago
  65. 7659e34 hrtimer: migrate pending list on cpu offline by Thomas Gleixner · 17 years ago
  66. d7161a6 kgdb, x86, arm, mips, powerpc: ignore user space single stepping by Jason Wessel · 17 years ago
  67. 18d6522 kgdb: could not write to the last of valid memory with kgdb by Atsuo Igarashi · 17 years ago
  68. b87f172 sched: maintain only task entities in cfs_rq->tasks list by Bharata B Rao · 17 years ago
  69. 8553f32 Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  70. be3be89 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  71. f9092f3 kexec: fix segmentation fault in kimage_add_entry by Jonathan Steel · 17 years ago
  72. 57fdc26 sched: fixup buddy selection by Peter Zijlstra · 17 years ago
  73. 4653f80 sched: more sanity checks on the bandwidth settings by Peter Zijlstra · 17 years ago
  74. 78333cd sched: add some comments to the bandwidth code by Peter Zijlstra · 17 years ago
  75. 940959e sched: fixlet for group load balance by Peter Zijlstra · 17 years ago
  76. 63e5c39 Merge branches 'sched/urgent' and 'sched/rt' into sched/devel by Ingo Molnar · 17 years ago
  77. 6956985 sched: rework wakeup preemption by Peter Zijlstra · 17 years ago
  78. f8e256c timers: fix build error in !oneshot case by Ingo Molnar · 17 years ago
  79. 27ce4cb clockevents: prevent mode mismatch on cpu online by Thomas Gleixner · 17 years ago
  80. 3027456 clockevents: check broadcast device not tick device by Thomas Gleixner · 17 years ago
  81. 49d670f clockevents: prevent stale tick_next_period for onlining CPUs by Thomas Gleixner · 17 years ago
  82. 6441402 clockevents: prevent cpu online to interfere with nohz by Thomas Gleixner · 17 years ago
  83. 3a72dc8 rcu: fix sparse shadowed variable warning by Harvey Harrison · 17 years ago
  84. 006c75f sched: clarify ifdef tangle by Andrew Morton · 17 years ago
  85. fa74820 sched: fix init_hrtick() section mismatch warning by Rakib Mullick · 17 years ago
  86. caea8a0 sched: fix list traversal to use _rcu variant by Chris Friesen · 17 years ago
  87. f681bbd sched: turn off WAKEUP_OVERLAP by Ingo Molnar · 17 years ago
  88. 15afe09 sched: wakeup preempt when small overlap by Peter Zijlstra · 17 years ago
  89. b4df9d8 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  90. 902f2ac Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  91. 2e57572 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 by David S. Miller · 17 years ago
  92. 2344abb clockevents: make device shutdown robust by Thomas Gleixner · 17 years ago
  93. 6e03f99 Merge branch 'linus' into x86/iommu by Ingo Molnar · 17 years ago
  94. 4e74339 cpuset: avoid changing cpuset's cpus when -errno returned by Li Zefan · 17 years ago
  95. 17f04fb sysctl: Use header file for sysctl knob declarations on sparc. by David S. Miller · 17 years ago
  96. 72c57ed sysctl: Use CONFIG_SPARC instead of __sparc__ for ifdef tests. by David S. Miller · 17 years ago
  97. 09b22a2 Merge commit 'v2.6.27-rc6' into sched/devel by Ingo Molnar · 17 years ago
  98. ec5d498 sched: fix deadlock in setting scheduler parameter to zero by Hiroshi Shimamoto · 17 years ago
  99. baf2573 sched: fix 2.6.27-rc5 couldn't boot on tulsa machine randomly by Zhang, Yanmin · 17 years ago
  100. 59c37bf Merge commit 'v2.6.27-rc6' into x86/unify-cpu-detect by Ingo Molnar · 17 years ago