1. 128f048 perf_counter: Fix throttling lock-up by Ingo Molnar · 17 years ago
  2. a96bbc1 perf_counter: Fix race in counter initialization by Peter Zijlstra · 17 years ago
  3. 226f62f perf_counter: Add a comm hook for pure fork()s by Peter Zijlstra · 17 years ago
  4. 0d48696 perf_counter: Rename perf_counter_hw_event => perf_counter_attr by Peter Zijlstra · 17 years ago
  5. 08247e3 perf_counter: Add ioctl for changing the sample period/frequency by Peter Zijlstra · 17 years ago
  6. 8e3747c perf_counter: Change data head from u32 to u64 by Peter Zijlstra · 17 years ago
  7. b23f332 perf_counter: Rename various fields by Peter Zijlstra · 17 years ago
  8. 8e5799b perf_counter: Add unique counter id by Peter Zijlstra · 17 years ago
  9. 709e50c perf_counter: Use PID namespaces properly by Peter Zijlstra · 17 years ago
  10. bf4e0ed perf_counter: Remove unused prev_state field by Paul Mackerras · 17 years ago
  11. 3f731ca perf_counter: Fix cpu migration counter by Paul Mackerras · 17 years ago
  12. f38b082 perf_counter: Initialize per-cpu context earlier on cpu up by Paul Mackerras · 17 years ago
  13. 22a4f65 perf_counter: Tidy up style details by Ingo Molnar · 17 years ago
  14. 880ca15 perf_counter: Allow software counters to count while task is not running by Paul Mackerras · 17 years ago
  15. 25346b93 perf_counter: Provide functions for locking and pinning the context for a task by Paul Mackerras · 17 years ago
  16. 23db9f4 Merge branch 'linus' into perfcounters/core by Ingo Molnar · 17 years ago
  17. bbbee90 perf_counter: Ammend cleanup in fork() fail by Peter Zijlstra · 17 years ago
  18. 665c214 perf_counter: Clean up task_ctx vs interrupts by Peter Zijlstra · 17 years ago
  19. efb3d17 perf_counter: Fix COMM and MMAP events for cpu wide counters by Peter Zijlstra · 17 years ago
  20. 012b84d perf_counter: Robustify counter-free logic by Ingo Molnar · 17 years ago
  21. 3f4dee2 perf_counter: Fix cpuctx->task_ctx races by Ingo Molnar · 17 years ago
  22. ad3a37d perf_counter: Don't swap contexts containing locked mutex by Paul Mackerras · 17 years ago
  23. c93f766 perf_counter: Fix race in attaching counters to tasks and exiting by Paul Mackerras · 17 years ago
  24. ab2b7eb kmod: Release sub_info on cred allocation failure. by Tetsuo Handa · 17 years ago
  25. 329d876 perf_counter: Initialize ->oncpu properly by Ingo Molnar · 17 years ago
  26. 0127c3e perf_counter: fix warning & lockup by Ingo Molnar · 17 years ago
  27. a78ac32 perf_counter: Generic per counter interrupt throttle by Peter Zijlstra · 17 years ago
  28. 10989fb perf_counter: Fix PERF_COUNTER_CONTEXT_SWITCHES for cpu counters by Peter Zijlstra · 17 years ago
  29. 6ab423e perf_counter: Propagate inheritance failures down the fork() path by Peter Zijlstra · 17 years ago
  30. 771d7cd perf_counter: Make pctrl() affect inherited counters too by Peter Zijlstra · 17 years ago
  31. e4cbb4e perf_counter: Move child perfcounter init to after scheduler init by Ingo Molnar · 17 years ago
  32. 93c3248 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 17 years ago
  33. d5a877e async: make sure independent async domains can't accidentally entangle by James Bottomley · 17 years ago
  34. 32bdfac PM: Do not hold dpm_list_mtx while disabling/enabling nonboot CPUs by Rafael J. Wysocki · 17 years ago
  35. a3862d3 perf_counter: Increase mmap limit by Ingo Molnar · 17 years ago
  36. 475c557 perf_counter: Remove perf_counter_context::nr_enabled by Peter Zijlstra · 17 years ago
  37. 082ff5a perf_counter: Change pctrl() behaviour by Peter Zijlstra · 17 years ago
  38. aa9c67f perf_counter: Simplify context cleanup by Peter Zijlstra · 17 years ago
  39. 682076a perf_counter: Sanitize context locking by Peter Zijlstra · 17 years ago
  40. fccc714 perf_counter: Sanitize counter->mutex by Peter Zijlstra · 17 years ago
  41. e220d2d perf_counter: Fix dynamic irq_period logging by Peter Zijlstra · 17 years ago
  42. 564c2b2 perf_counter: Optimize context switch between identical inherited contexts by Paul Mackerras · 17 years ago
  43. a63eaf3 perf_counter: Dynamically allocate tasks' perf_counter_context struct by Paul Mackerras · 17 years ago
  44. 34adc80 perf_counter: Fix context removal deadlock by Ingo Molnar · 17 years ago
  45. afedadf perf_counter: Optimize sched in/out of counters by Peter Zijlstra · 17 years ago
  46. b986d7e perf_counter: Optimize disable of time based sw counters by Peter Zijlstra · 17 years ago
  47. 26b119b perf_counter: Log irq_period changes by Peter Zijlstra · 17 years ago
  48. d7b629a perf_counter: Solve the rotate_ctx vs inherit race differently by Peter Zijlstra · 17 years ago
  49. c44d70a perf_counter: fix counter inheritance race by Ingo Molnar · 17 years ago
  50. 33b2fb3 perf_counter: fix counter freeing logic by Ingo Molnar · 17 years ago
  51. 64d1304 futex: setup writeable mapping for futex ops which modify user space data by Thomas Gleixner · 17 years ago
  52. ee3af6e Merge branches 'sched-fixes-for-linus-2' and 'core-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  53. 0130b2d Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  54. dc3f81b Merge commit 'v2.6.30-rc6' into perfcounters/core by Ingo Molnar · 17 years ago
  55. 8646010 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 17 years ago
  56. 0203026 perf_counter: fix threaded task exit by Ingo Molnar · 17 years ago
  57. 856d56b perf_counter: Fix counter inheritance by Peter Zijlstra · 17 years ago
  58. 8bc2095 perf_counter: Fix inheritance cleanup code by Peter Zijlstra · 17 years ago
  59. 0f6f49a Fix caller information for warn_slowpath_null by Linus Torvalds · 17 years ago
  60. 4484079 PM: check sysdev_suspend(PMSG_FREEZE) return value by Bjorn Helgaas · 17 years ago
  61. 88fc86c tracing: Append prompt in /debug/tracing/README file by GeunSik Lim · 17 years ago
  62. ade385e Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb by Linus Torvalds · 17 years ago
  63. 9d23a90 perf_counter: allow arch to supply event misc flags and instruction pointer by Paul Mackerras · 17 years ago
  64. 2e569d3 perf_counter: frequency based adaptive irq_period, 32-bit fix by Peter Zijlstra · 17 years ago
  65. 60db5e0 perf_counter: frequency based adaptive irq_period by Peter Zijlstra · 17 years ago
  66. 789f90f perf_counter: per user mlock gift by Peter Zijlstra · 17 years ago
  67. 548e1dd perf_counter: remove perf_disable/enable exports by Peter Zijlstra · 17 years ago
  68. 364b5b7 sysrq, intel_fb: fix sysrq g collision by Jason Wessel · 17 years ago
  69. cd17cbf Revert "mm: add /proc controls for pdflush threads" by Jens Axboe · 17 years ago
  70. 9e35ad3 perf_counter: Rework the perf counter disable/enable by Peter Zijlstra · 17 years ago
  71. 53020fe perf_counter: Fix perf_output_copy() WARN to account for overflow by Peter Zijlstra · 17 years ago
  72. d80c19d lockdep: increase MAX_LOCKDEP_ENTRIES and MAX_LOCKDEP_CHAINS by Ingo Molnar · 17 years ago
  73. e758a33 perf_counter: call hw_perf_save_disable/restore around group_sched_in by Paul Mackerras · 17 years ago
  74. 615a3f1 perf_counter: call atomic64_set for counter->count by Paul Mackerras · 17 years ago
  75. a08b159 perf_counter: don't count scheduler ticks as context switches by Paul Mackerras · 17 years ago
  76. 6751b71 perf_counter: Put whole group on when enabling group leader by Paul Mackerras · 17 years ago
  77. 6f5bbff Convert obvious places to deactivate_locked_super() by Al Viro · 17 years ago
  78. 92d23f7 sched: Fix fallback sched_clock()'s offset when using jiffies by Ron · 17 years ago
  79. 201517a kprobes: fix to use text_mutex around arm/disarm kprobe by Masami Hiramatsu · 17 years ago
  80. f370e1e perf_counter: add PERF_RECORD_CPU by Peter Zijlstra · 17 years ago
  81. a85f61a perf_counter: add PERF_RECORD_CONFIG by Peter Zijlstra · 17 years ago
  82. 3df5eda perf_counter: rework ioctl()s by Peter Zijlstra · 17 years ago
  83. 7fc23a5 perf_counter: optimize perf_counter_task_tick() by Peter Zijlstra · 17 years ago
  84. 57adc4d Eliminate thousands of warnings with gcc 3.2 build by Andi Kleen · 17 years ago
  85. 381a80e inotify: use GFP_NOFS in kernel_event() to work around a lockdep false-positive by Wu Fengguang · 17 years ago
  86. 3611dfb Merge branch 'core/locking' into perfcounters/core by Ingo Molnar · 17 years ago
  87. 99ee129 Merge branch 'timers/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  88. bcb1656 Merge branch 'irq/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  89. e858e8b 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. da87bbd Merge branch 'core-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. e91b3b2 Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  92. 2023b35 perf_counter: inheritable sample counters by Peter Zijlstra · 17 years ago
  93. 22c1558 perf_counter: fix the output lock by Peter Zijlstra · 17 years ago
  94. c5078f7 perf_counter: provide an mlock threshold by Peter Zijlstra · 17 years ago
  95. 6de6a7b perf_counter: add ioctl(PERF_COUNTER_IOC_RESET) by Peter Zijlstra · 17 years ago
  96. c66de4a perf_counter: uncouple data_head updates from wakeups by Peter Zijlstra · 17 years ago
  97. 1dce8d9 perf_counter: convert perf_resource_mutex to a spinlock by Ingo Molnar · 17 years ago
  98. 0d905bc perf_counter: initialize the per-cpu context earlier by Ingo Molnar · 17 years ago
  99. b82914c perf_counter: round-robin per-CPU counters too by Ingo Molnar · 17 years ago
  100. 9e4a5bd mm: prevent divide error for small values of vm_dirty_bytes by Andrea Righi · 17 years ago