1. 2bc481c pktgen: spin using hrtimer by Stephen Hemminger · 15 years ago
  2. 31ffe24 net: Temporarily backout SKB sources tracer. by David S. Miller · 15 years ago
  3. 3a5209e trace_skb: fix build when CONFIG_NET is not enabled by Randy Dunlap · 15 years ago
  4. 9ec04da net: skb ftracer - Add actual ftrace code to kernel (v3) by Neil Horman · 15 years ago
  5. 5a16565 net: skb ftracer - Add config option to enable new ftracer (v3) by Neil Horman · 15 years ago
  6. aa11d95 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  7. 2e9b11a Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  8. 95d0ad0 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
  9. 713e3e1 Merge branch 'core-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  10. f413cdb perf_counter: Fix/complete ftrace event records sampling by Frederic Weisbecker · 15 years ago
  11. 3a65930 perf_counter, ftrace: Fix perf_counter integration by Peter Zijlstra · 15 years ago
  12. e356033 Merge branch 'linus' into tracing/urgent by Ingo Molnar · 15 years ago
  13. 17d42c1 posix_cpu_timers_exit_group(): Do not use thread_group_cputimer() by Stanislaw Gruszka · 15 years ago
  14. 26528e7 tracing/filters: Always free pred on filter_add_subsystem_pred() failure by Tom Zanussi · 15 years ago
  15. 96b2de3 tracing/filters: Don't use pred on alloc failure by Tom Zanussi · 15 years ago
  16. da758dd Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  17. 9c8a822 execve: must clear current->clear_child_tid by Eric Dumazet · 15 years ago
  18. 69dd647 generic-ipi: fix hotplug_cfd() by Xiao Guangrong · 15 years ago
  19. bd3f022 ring-buffer: Fix memleak in ring_buffer_free() by Eric Dumazet · 15 years ago
  20. 9795447 lockdep: Fix file mode of lock_stat by Li Zefan · 15 years ago
  21. 1054598 perf_counter: Fix double list iteration in per task precise stats by Peter Zijlstra · 15 years ago
  22. 469535a ring-buffer: Fix advance of reader in rb_buffer_peek() by Robert Richter · 15 years ago
  23. af6af30 ftrace: Fix perf-tracepoint OOPS by Peter Zijlstra · 15 years ago
  24. 1bbf208 rtmutex: Avoid deadlock in rt_mutex_start_proxy_lock() by Darren Hart · 15 years ago
  25. 464e85e ring-buffer: do not disable ring buffer on oops_in_progress by Steven Rostedt · 15 years ago
  26. 0f2541d ring-buffer: fix check of try_to_discard result by Steven Rostedt · 15 years ago
  27. a40694a Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  28. ea56342 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  29. 7193675 Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  30. 9c66812 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
  31. e16852c Merge branch 'tracing/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into tracing/urgent by Ingo Molnar · 15 years ago
  32. 70d715f posix-timers: Fix oops in clock_nanosleep() with CLOCK_MONOTONIC_RAW by Hiroshi Shimamoto · 15 years ago
  33. 07903af sched: Fix race in cpupri introduced by cpumask_var changes by Gregory Haskins · 15 years ago
  34. e414314 sched: Fix latencytop and sleep profiling vs group scheduling by Peter Zijlstra · 15 years ago
  35. 9f498cc perf_counter: Full task tracing by Peter Zijlstra · 15 years ago
  36. e53c099 perf_counter: Collapse inherit on read() by Peter Zijlstra · 15 years ago
  37. 0dd8486 do_sigaltstack: small cleanups by Linus Torvalds · 15 years ago
  38. 0083fc2 do_sigaltstack: avoid copying 'stack_t' as a structure to user space by Linus Torvalds · 15 years ago
  39. b592972 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
  40. ec30c5f kprobes: Use kernel_text_address() for checking probe address by Masami Hiramatsu · 15 years ago
  41. b62f495 profile: suppress warning about large allocations when profile=1 is specified by Mel Gorman · 15 years ago
  42. 8870326 cgroup avoid permanent sleep at rmdir by KAMEZAWA Hiroyuki · 15 years ago
  43. 096b7fe cgroups: fix pid namespace bug by Li Zefan · 15 years ago
  44. 11c7da4 kexec: fix omitting offset in extended crashkernel syntax by Hidetoshi Seto · 15 years ago
  45. 933b787 mm: copy over oom_adj value at fork time by Rik van Riel · 15 years ago
  46. 74e7ff8 tracing: Fix missing function_graph events when we splice_read from trace_pipe by Lai Jiangshan · 15 years ago
  47. 38ceb59 tracing: Fix invalid function_graph entry by Lai Jiangshan · 15 years ago
  48. 9ae2602 update the comment in kthread_stop() by Oleg Nesterov · 15 years ago
  49. 6560dc1 module: use MODULE_SYMBOL_PREFIX with module_layout by Mike Frysinger · 15 years ago
  50. bdff787 trace: stop tracer in oops_enter() by Thomas Gleixner · 15 years ago
  51. 8650ae3 tracing: only truncate ftrace files when O_TRUNC is set by Steven Rostedt · 15 years ago
  52. 4c739ff tracing: show proper address for trace-printk format by Steven Rostedt · 15 years ago
  53. 636eace tracing/stat: Fix seqfile memory leak by Li Zefan · 15 years ago
  54. 8782711 function-graph: Fix seqfile memory leak by Li Zefan · 15 years ago
  55. d8cc1ab trace_stack: Fix seqfile memory leak by Li Zefan · 15 years ago
  56. 61f3826 genirq: Fix UP compile failure caused by irq_thread_check_affinity by Bruno Premont · 15 years ago
  57. 3c33010 Merge branch 'perf-counters-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-perf by Linus Torvalds · 15 years ago
  58. 612e900 Merge branch 'core-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  59. c57c374 Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  60. 5b26776 Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  61. 356d1b5 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  62. 0dc3d52 perf: fix stack data leak by Arjan van de Ven · 15 years ago
  63. 966ee4d perf_counter: Fix throttle/unthrottle event logging by Anton Blanchard · 15 years ago
  64. 7f453c2 perf_counter: PERF_SAMPLE_ID and inherited counters by Peter Zijlstra · 15 years ago
  65. 573402d perf_counter: Plug more stack leaks by Peter Zijlstra · 15 years ago
  66. c9f73a3 perf: Fix stack data leak by Arjan van de Ven · 15 years ago
  67. 1d2f379 Merge commit 'tip/perfcounters/core' into perf-counters-for-linus by Peter Zijlstra · 15 years ago
  68. 9ba5f00 softirq: introduce tasklet_hrtimer infrastructure by Peter Zijlstra · 15 years ago
  69. 591d2fb genirq: Delegate irq affinity setting to the irq thread by Thomas Gleixner · 15 years ago
  70. 79ef2bb clocksource: Prevent NULL pointer dereference by Thomas Gleixner · 15 years ago
  71. 4841158 timer: Avoid reading uninitialized data by Pavel Roskin · 15 years ago
  72. 6301cb9 sched: fix nr_uninterruptible accounting of frozen tasks really by Thomas Gleixner · 15 years ago
  73. a468d38 sched: fix load average accounting vs. cpu hotplug by Thomas Gleixner · 15 years ago
  74. e5d490b profile: Suppress warning about large allocations when profile=1 is specified by Mel Gorman · 15 years ago
  75. ed900c0 perf_counter: Log vfork as a fork event by Anton Blanchard · 15 years ago
  76. 413ee3b perf_counter: Make sure we dont leak kernel memory to userspace by Anton Blanchard · 15 years ago
  77. 54fdc58 sched: Account for vruntime wrapping by Fabio Checconi · 15 years ago
  78. 04aef32 tracing/function: Fix the return value of ftrace_trace_onoff_callback() by Xiao Guangrong · 15 years ago
  79. 4b0a840 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-sched by Linus Torvalds · 15 years ago
  80. 62f4905 Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  81. 989fa94 Merge branch 'core-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  82. 6ab5d66 tracing/function-profiler: do not free per cpu variable stat by Steven Rostedt · 15 years ago
  83. d4d7d0b perf_counter: Fix the tracepoint channel to perfcounters by Chris Wilson · 15 years ago
  84. 134e637 genetlink: make netns aware by Johannes Berg · 15 years ago
  85. 7638d53 Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6 by Linus Torvalds · 15 years ago
  86. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  87. ce2ae53 futexes: Fix infinite loop in get_futex_key() on huge page by Sonny Rao · 15 years ago
  88. d07387b sched: Fix bug in SCHED_IDLE interaction with group scheduling by Paul Turner · 15 years ago
  89. ac3f482 Merge branch 'core-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  90. d86ee48 sched: optimize cond_resched() by Peter Zijlstra · 15 years ago
  91. 2a6f86b 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
  92. 6ff7041 hrtimer: Fix migration expiry check by Thomas Gleixner · 15 years ago
  93. 7e0c508 hrtimer: migration: do not check expiry time on current CPU by Thomas Gleixner · 15 years ago
  94. c20b08e sched: Fix rt_rq->pushable_tasks initialization in init_rt_rq() by Fabio Checconi · 15 years ago
  95. 7793527 sched: Reset sched stats on fork() by Lucas De Marchi · 15 years ago
  96. a1ba4d8 sched_rt: Fix overload bug on rt group scheduling by Peter Zijlstra · 15 years ago
  97. 71a851b perf_counter: Stop open coding unclone_ctx by Peter Zijlstra · 15 years ago
  98. 264ef8a kmemleak: Remove alloc_bootmem annotations introduced in the past by Catalin Marinas · 15 years ago
  99. ad361c9 Remove multiple KERN_ prefixes from printk formats by Joe Perches · 15 years ago
  100. b43f3cb headers: mnt_namespace.h redux by Alexey Dobriyan · 15 years ago