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