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