1. 436fc28 tracing: Fix returning of duplicate data after EOF in trace_pipe_raw by Steven Rostedt · 15 years ago
  2. 9b5f8b3 ftrace: Fix README to state tracing_on to start/stop tracing by Geunsik Lim · 15 years ago
  3. 910e94d Merge branch 'tip/perf/core' of git://github.com/rostedt/linux into perf/core by Ingo Molnar · 15 years ago
  4. 177e216 Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/core by Ingo Molnar · 15 years ago
  5. d696b58 tracing: Do not allocate buffer for trace_marker by Steven Rostedt · 15 years ago
  6. e0a413f tracing: Warn on output if the function tracer was found corrupted by Steven Rostedt · 15 years ago
  7. 02ca152 ftrace/kprobes: Fix not to delete probes if in use by Masami Hiramatsu · 15 years ago
  8. 9d01402 Merge commit 'v3.1-rc9' into perf/core by Ingo Molnar · 15 years ago
  9. f72a209 Merge branches 'irq-urgent-for-linus', 'x86-urgent-for-linus' and 'sched-urgent-for-linus' of git://tesla.tglx.de/git/linux-2.6-tip by Linus Torvalds · 15 years ago
  10. d670ec1 posix-cpu-timers: Cure SMP wobbles by Peter Zijlstra · 15 years ago
  11. 47ea91b Resource: fix wrong resource window calculation by Ram Pai · 15 years ago
  12. ed3982c Merge commit 'v3.1-rc7' into perf/core by Ingo Molnar · 15 years ago
  13. 6ebbe7a sched: Fix up wchan borkage by Simon Kirby · 15 years ago
  14. f9d81f6 ptrace: PTRACE_LISTEN forgets to unlock ->siglock by Oleg Nesterov · 15 years ago
  15. e36de1d tracing: Fix preemptirqsoff tracer to not stop at preempt off by Steven Rostedt · 15 years ago
  16. eef24af irq: Fix check for already initialized irq_domain in irq_domain_add by Rob Herring · 15 years ago
  17. 9d037a7 Merge branch 'irq-fixes-for-linus' of git://tesla.tglx.de/git/linux-2.6-tip by Linus Torvalds · 15 years ago
  18. 58c3c3a Make taskstats round statistics down to nearest 1k bytes/events by Linus Torvalds · 15 years ago
  19. 1a51410 Make TASKSTATS require root access by Linus Torvalds · 15 years ago
  20. 6249687 tracing: Add a counter clock for those that do not trust clocks by Steven Rostedt · 15 years ago
  21. cba9bd2 watchdog: Drop FIFO policy in exit path by Thomas Gleixner · 15 years ago
  22. 3be209a sched/rt: Migrate equal priority tasks to available CPUs by Shawn Bohrer · 15 years ago
  23. fa2563e workqueue: lock cwq access in drain_workqueue by Thomas Tuttle · 15 years ago
  24. ed585a6 genirq: Make irq_shutdown() symmetric vs. irq_startup again by Geert Uytterhoeven · 15 years ago
  25. 79016f6 Merge branch 'timers-fixes-for-linus' of git://tesla.tglx.de/git/linux-2.6-tip by Linus Torvalds · 15 years ago
  26. e81b693 Merge branch 'sched-fixes-for-linus' of git://tesla.tglx.de/git/linux-2.6-tip by Linus Torvalds · 15 years ago
  27. 7f310a5 perf_event: Fix broken calc_timer_values() by Eric B Munson · 15 years ago
  28. c64e148 trace: Add ring buffer stats to measure rate of events by Vaibhav Nagarnaik · 15 years ago
  29. f81ab07 trace: Add a new readonly entry to report total buffer size by Vaibhav Nagarnaik · 15 years ago
  30. 86b6ef2 tracing: Add preempt disable for filter self test by Steven Rostedt · 15 years ago
  31. a8d757e perf events: Fix slow and broken cgroup context switch code by Stephane Eranian · 15 years ago
  32. feff8fa sched: Fix a memory leak in __sdt_free() by WANG Cong · 15 years ago
  33. 9c40cef sched: Move blk_schedule_flush_plug() out of __schedule() by Thomas Gleixner · 15 years ago
  34. c259e01 sched: Separate the scheduler entry for preemption by Thomas Gleixner · 15 years ago
  35. f5b9409 All Arch: remove linkage for sys_nfsservctl system call by NeilBrown · 15 years ago
  36. 4c30c6f kernel/printk: do not turn off bootconsole in printk_late_init() if keep_bootcon by Nishanth Aravamudan · 15 years ago
  37. be27425 Add a personality to report 2.6.x version numbers by Andi Kleen · 15 years ago
  38. 35a177a Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 15 years ago
  39. 69dd3d8 Revert "irq: Always set IRQF_ONESHOT if no primary handler is specified" by Linus Torvalds · 15 years ago
  40. 1d0e78e tracing/filter: Add startup tests for events filter by Jiri Olsa · 15 years ago
  41. f30120f tracing/filter: Change filter_match_preds function to use walk_pred_tree by Jiri Olsa · 15 years ago
  42. 96bc293 tracing/filter: Change fold_pred function to use walk_pred_tree by Jiri Olsa · 15 years ago
  43. 1b797fe tracing/filter: Change fold_pred_tree function to use walk_pred_tree by Jiri Olsa · 15 years ago
  44. c00b060 tracing/filter: Change count_leafs function to use walk_pred_tree by Jiri Olsa · 15 years ago
  45. f03f597 tracing/filter: Unify predicate tree walking, change check_pred_tree function to use it by Jiri Olsa · 15 years ago
  46. 3f78f93 tracing/filter: Simplify tracepoint event lookup by Jiri Olsa · 15 years ago
  47. 61aaef5 tracing/filter: Remove field_name from filter_pred struct by Jiri Olsa · 15 years ago
  48. 9d96cd1 tracing/filter: Separate predicate init and filter addition by Jiri Olsa · 15 years ago
  49. 81570d9 tracing/filter: Use static allocation for filter predicates by Jiri Olsa · 15 years ago
  50. 5ccc387 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 15 years ago
  51. d522a0d irqdesc: fix new kernel-doc warning by Randy Dunlap · 15 years ago
  52. 8bc84f8 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 15 years ago
  53. b4fd4ae Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 15 years ago
  54. 2da9f36 Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  55. 950d0a1 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  56. 17f2ae7 PM / Domains: Fix build for CONFIG_PM_RUNTIME unset by Rafael J. Wysocki · 15 years ago
  57. 18e5a45 watchdog: Make the kthreads NUMA affine by Eric Dumazet · 15 years ago
  58. 7e5b2a0 perf: provide PMU when initing events by Mark Rutland · 15 years ago
  59. 144060f perf: Add PM notifiers to fix CPU hotplug races by Peter Zijlstra · 15 years ago
  60. c59d87c xfs: remove subdirectories by Christoph Hellwig · 15 years ago
  61. 72fa599 move RLIMIT_NPROC check from set_user() to do_execve_common() by Vasiliy Kulikov · 15 years ago
  62. 1d229d5 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  63. c09c47c blktrace: add FLUSH/FUA support by Namhyung Kim · 15 years ago
  64. b75ef8b Tracepoint: Dissociate from module mutex by Mathieu Desnoyers · 15 years ago
  65. 3a301d7 tracing: Clean up tb_fmt to not give faulty compile warning by Steven Rostedt · 15 years ago
  66. 6af7e47 alarmtimers: Avoid possible denial of service with high freq periodic timers by John Stultz · 15 years ago
  67. ea7802f alarmtimers: Memset itimerspec passed into alarm_timer_get by John Stultz · 15 years ago
  68. 971c90b alarmtimers: Avoid possible null pointer traversal by John Stultz · 15 years ago
  69. f2c0d02 cap_syslog: don't use WARN_ONCE for CAP_SYS_ADMIN deprecation warning by Jonathan Nieder · 15 years ago
  70. 80e0401 lockdep: Fix wrong assumption in match_held_lock by Peter Zijlstra · 15 years ago
  71. b77f0f3 jump label: Reduce the cycle count by changing the link order by Jason Baron · 15 years ago
  72. 3272cab Merge branch 'linus' into perf/urgent by Ingo Molnar · 15 years ago
  73. f03683b Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  74. f59de89 lockdep: Clear whole lockdep_map on initialization by Tejun Heo · 15 years ago
  75. 70a0686 lockdep: Fix up warning by Peter Zijlstra · 15 years ago
  76. 7d36b26 lockdep: Fix trace_hardirqs_on_caller() by Peter Zijlstra · 15 years ago
  77. 288d5ab Boot up with usermodehelper disabled by Linus Torvalds · 15 years ago
  78. d7619fe Merge branch 'linus' into core/urgent by Ingo Molnar · 15 years ago
  79. a729589 taskstats: add_del_listener() should ignore !valid listeners by Oleg Nesterov · 15 years ago
  80. dfc428b taskstats: add_del_listener() shouldn't use the wrong node by Oleg Nesterov · 15 years ago
  81. 72f9adf Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb by Linus Torvalds · 15 years ago
  82. 37f86b4 kdb,kgdb: Allow arbitrary kgdb magic knock sequences by Jason Wessel · 15 years ago
  83. d613d82 kdb: Remove all references to DOING_KGDB2 by Jason Wessel · 15 years ago
  84. f679c49 kdb,kgdb: Implement switch and pass buffer from kdb -> gdb by Jason Wessel · 15 years ago
  85. 3bdb65e kdb: cleanup unused variables missed in the original kdb merge by Jason Wessel · 15 years ago
  86. 968e75f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 15 years ago
  87. 1c38891 resources: Add lookup_resource() by Geert Uytterhoeven · 15 years ago
  88. 664a41b Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 by Linus Torvalds · 15 years ago
  89. cb7dee8 Merge branch 'next/dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-soc by Linus Torvalds · 15 years ago
  90. 6124a4e Merge branch 'imx/dt' into next/dt by Arnd Bergmann · 15 years ago
  91. b687380 irq: Track the owner of irq descriptor by Sebastian Andrzej Siewior · 15 years ago
  92. f3637a5 irq: Always set IRQF_ONESHOT if no primary handler is specified by Sebastian Andrzej Siewior · 15 years ago
  93. 7e71330 dt/irq: add irq_domain_generate_simple() helper by Grant Likely · 15 years ago
  94. 08a543a irq: add irq_domain translation infrastructure by Grant Likely · 15 years ago
  95. 95b6886 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 15 years ago
  96. 2330fb8 [media] v4l2-compat-ioctl32: add VIDIOC_DQEVENT support by Hans Verkuil · 15 years ago
  97. c1095c6 signals: sys_ssetmask/sys_rt_sigsuspend should use set_current_blocked() by Oleg Nesterov · 15 years ago
  98. 6006349 atomic: use <linux/atomic.h> by Arun Sharma · 15 years ago
  99. 4302fbc panic: panic=-1 for immediate reboot by Hugh Dickins · 15 years ago
  100. 947be5d gcov: disable CONSTRUCTORS for UML by Vitaliy Ivanov · 15 years ago