1. 2e569d3 perf_counter: frequency based adaptive irq_period, 32-bit fix by Peter Zijlstra · 15 years ago
  2. f5456a6 perf top: update to use the new freq interface by Peter Zijlstra · 15 years ago
  3. 60db5e0 perf_counter: frequency based adaptive irq_period by Peter Zijlstra · 15 years ago
  4. 789f90f perf_counter: per user mlock gift by Peter Zijlstra · 15 years ago
  5. 548e1dd perf_counter: remove perf_disable/enable exports by Peter Zijlstra · 15 years ago
  6. 58d7e99 perf stat: handle Ctrl-C by Ingo Molnar · 15 years ago
  7. 251e8e3 perf_counter: Remove ACPI quirk by Ingo Molnar · 15 years ago
  8. 9029a5e perf_counter: x86: Protect against infinite loops in intel_pmu_handle_irq() by Ingo Molnar · 15 years ago
  9. 1c80f4b perf_counter: x86: Disallow interval of 1 by Ingo Molnar · 15 years ago
  10. a4016a7 perf_counter: x86: Robustify interrupt handling by Peter Zijlstra · 15 years ago
  11. 9e35ad3 perf_counter: Rework the perf counter disable/enable by Peter Zijlstra · 15 years ago
  12. 962bf7a perf_counter: x86: Fix up the amd NMI/INT throttle by Peter Zijlstra · 15 years ago
  13. 53020fe perf_counter: Fix perf_output_copy() WARN to account for overflow by Peter Zijlstra · 15 years ago
  14. a026dfe perf_counter: x86: Allow unpriviliged use of NMIs by Peter Zijlstra · 15 years ago
  15. f5a5a2f perf_counter: x86: Fix throttling by Ingo Molnar · 15 years ago
  16. ec3232b perf_counter: x86: More accurate counter update by Peter Zijlstra · 15 years ago
  17. 1a853e3 perf record: Allow specifying a pid to record by Arnaldo Carvalho de Melo · 15 years ago
  18. 5bb9efe perf_counter: fix print debug irq disable by Peter Zijlstra · 15 years ago
  19. e758a33 perf_counter: call hw_perf_save_disable/restore around group_sched_in by Paul Mackerras · 15 years ago
  20. 615a3f1 perf_counter: call atomic64_set for counter->count by Paul Mackerras · 15 years ago
  21. a08b159 perf_counter: don't count scheduler ticks as context switches by Paul Mackerras · 15 years ago
  22. 6751b71 perf_counter: Put whole group on when enabling group leader by Paul Mackerras · 15 years ago
  23. 8823392 perf_counter, x86: clean up throttling printk by Mike Galbraith · 15 years ago
  24. 82afae6 perf_counter tools: fix buffer overwrite problem for perf top command by Erdem Aktas · 15 years ago
  25. f15b18d perf_counter tools: remove debug code from builtin-stat.c by Ingo Molnar · 15 years ago
  26. f370e1e perf_counter: add PERF_RECORD_CPU by Peter Zijlstra · 15 years ago
  27. a85f61a perf_counter: add PERF_RECORD_CONFIG by Peter Zijlstra · 15 years ago
  28. 3df5eda perf_counter: rework ioctl()s by Peter Zijlstra · 15 years ago
  29. 7fc23a5 perf_counter: optimize perf_counter_task_tick() by Peter Zijlstra · 15 years ago
  30. 3611dfb Merge branch 'core/locking' into perfcounters/core by Ingo Molnar · 15 years ago
  31. 16c8a10 perf_counter: tools: update the tools to support process and inherited counters by Peter Zijlstra · 15 years ago
  32. 2023b35 perf_counter: inheritable sample counters by Peter Zijlstra · 15 years ago
  33. 22c1558 perf_counter: fix the output lock by Peter Zijlstra · 15 years ago
  34. c5078f7 perf_counter: provide an mlock threshold by Peter Zijlstra · 15 years ago
  35. 6de6a7b perf_counter: add ioctl(PERF_COUNTER_IOC_RESET) by Peter Zijlstra · 15 years ago
  36. c66de4a5 perf_counter: uncouple data_head updates from wakeups by Peter Zijlstra · 15 years ago
  37. 066d7de perf_counter: fix fixed-purpose counter support on v2 Intel-PERFMON by Ingo Molnar · 15 years ago
  38. 1dce8d9 perf_counter: convert perf_resource_mutex to a spinlock by Ingo Molnar · 15 years ago
  39. 0d905bc perf_counter: initialize the per-cpu context earlier by Ingo Molnar · 15 years ago
  40. ba77813 perf_counter: x86: fixup nmi_watchdog vs perf_counter boo-boo by Peter Zijlstra · 15 years ago
  41. b82914c perf_counter: round-robin per-CPU counters too by Ingo Molnar · 15 years ago
  42. dab6f6a perf_counter tools: fix build error by Mike Galbraith · 15 years ago
  43. 4ba67c1 perfcounter tools: get the syscall number from arch/*/include/asm/unistd.h by Thomas Gleixner · 15 years ago
  44. 7bd5469 perfcounter tools: fix pointer mismatch by Thomas Gleixner · 15 years ago
  45. a92e70237 perfcounter tools: make rdclock an inline function by Thomas Gleixner · 15 years ago
  46. 6eda583 perfcounter tools: move common defines ... to local header file by Thomas Gleixner · 15 years ago
  47. 3666932 perf_counter tools: remove build generated files by Thomas Gleixner · 15 years ago
  48. e0202f5 perf_counter tools: fix x86 syscall numbers by Ingo Molnar · 15 years ago
  49. e5791a8 perf_counter: documentation update by Peter Zijlstra · 15 years ago
  50. 585e337 perf_counter: tool: handle 0-length data files by Peter Zijlstra · 15 years ago
  51. 63a809a perf_counter: fix nmi-watchdog interaction by Peter Zijlstra · 15 years ago
  52. c33a0bc perf_counter: fix race in perf_output_* by Peter Zijlstra · 15 years ago
  53. 3c56999 Merge branch 'core/signal' into perfcounters/core by Thomas Gleixner · 15 years ago
  54. 12d1611 x86: hookup sys_rt_tgsigqueueinfo by Thomas Gleixner · 16 years ago
  55. 62ab450 signals: implement sys_rt_tgsigqueueinfo by Thomas Gleixner · 16 years ago
  56. 30b4ae8 signals: split do_tkill by Thomas Gleixner · 16 years ago
  57. bad7600 perf_counter tools: fix infinite loop in perf-report on zeroed event records by Ingo Molnar · 15 years ago
  58. 66cf782 perf_counter tools: perf stat: make -l default-on by Ingo Molnar · 15 years ago
  59. aac3f3c perf_counter tools: add perf-report to the Makefile by Ingo Molnar · 15 years ago
  60. a511e3f mutex: add atomic_dec_and_mutex_lock(), fix by Andrew Morton · 15 years ago
  61. c5dd016 perf_counter: update copyright notice by Paul Mackerras · 15 years ago
  62. 091438d Linux 2.6.30-rc4 by Linus Torvalds · 15 years ago
  63. 9ea66ab Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs/ecryptfs-2.6 by Linus Torvalds · 15 years ago
  64. 93acda8 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 by Linus Torvalds · 15 years ago
  65. 23b94b9 locking, rtmutex.c: Documentation cleanup by Luis Henriques · 15 years ago
  66. 43f6201 perf_counter, x86: rename bitmasks to ->used_mask and ->active_mask by Robert Richter · 15 years ago
  67. fe78a49 V4L/DVB (11652): au0828: fix kernel oops regression on USB disconnect. by Devin Heitmueller · 15 years ago
  68. d4dc673 V4L/DVB (11626): cx23885: Two fixes for DViCO FusionHDTV DVB-T Dual Express by Christopher Pascoe · 15 years ago
  69. e39c904 V4L/DVB (11612): mx3_camera: Fix compilation with CONFIG_PM by Sascha Hauer · 15 years ago
  70. 9d63cec V4L/DVB (11570): patch: s2255drv: fix race condition on set mode by Dean Anderson · 15 years ago
  71. 272aa39 V4L/DVB (11568): cx18: Fix the handling of i2c bus registration error by Jean Delvare · 15 years ago
  72. a357482 V4L/DVB (11561a): move media after i2c by Guennadi Liakhovetski · 15 years ago
  73. 9401608 V4L/DVB (11516): drivers/media/video/saa5246a.c: fix use-after-free by Dan Carpenter · 15 years ago
  74. 5b83cfa V4L/DVB (11515): drivers/media/video/saa5249.c: fix use-after-free and leak by Dan Carpenter · 15 years ago
  75. 3964b58 V4L/DVB (11494a): cx231xx Kconfig fixes by Mauro Carvalho Chehab · 15 years ago
  76. 92ab9ba V4L/DVB (11494): cx18: Send correct input routing value to external audio multiplexers by Andy Walls · 15 years ago
  77. 3dacbda Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  78. b1fca26 mutex: add atomic_dec_and_mutex_lock() by Eric Paris · 16 years ago
  79. ab7ef2e perf_counter: powerpc: allow use of limited-function counters by Paul Mackerras · 15 years ago
  80. 9814451 perf_counter: add/update copyrights by Ingo Molnar · 15 years ago
  81. 38105f0 perf_counter: update 'perf top' documentation by Robert Richter · 15 years ago
  82. 19d84da perf_counter, x86: remove unused function argument in intel_pmu_get_status() by Robert Richter · 15 years ago
  83. ef7b3e0 perf_counter, x86: remove vendor check in fixed_mode_idx() by Robert Richter · 15 years ago
  84. c619b8f perf_counter, x86: introduce max_period variable by Robert Richter · 15 years ago
  85. 4b7bfd0 perf_counter, x86: return raw count with x86_perf_counter_update() by Robert Richter · 15 years ago
  86. a29aa8a perf_counter, x86: implement the interrupt handler for AMD cpus by Robert Richter · 15 years ago
  87. 85cf9db perf_counter, x86: change and remove pmu initialization checks by Robert Richter · 15 years ago
  88. d436989 perf_counter, x86: rework counter disable functions by Robert Richter · 15 years ago
  89. 7c90cc4 perf_counter, x86: rework counter enable functions by Robert Richter · 15 years ago
  90. 6f00cad perf_counter, x86: consistent use of type int for counter index by Robert Richter · 15 years ago
  91. 0953423 perf_counter, x86: generic use of cpuc->active by Robert Richter · 15 years ago
  92. 9390496 perf_counter, x86: rename cpuc->active_mask by Robert Richter · 15 years ago
  93. bb775fc perf_counter, x86: make x86_pmu_read() static inline by Robert Richter · 15 years ago
  94. faa28ae perf_counter, x86: make pmu version generic by Robert Richter · 15 years ago
  95. 0933e5c perf_counter, x86: move counter parameters to struct x86_pmu by Robert Richter · 15 years ago
  96. 4a06bd8 perf_counter, x86: make x86_pmu data a static struct by Robert Richter · 15 years ago
  97. 72eae04 perf_counter, x86: modify initialization of struct x86_pmu by Robert Richter · 15 years ago
  98. 55de0f2 perf_counter, x86: rename intel only functions by Robert Richter · 15 years ago
  99. 26816c2 perf_counter, x86: rename __hw_perf_counter_set_period into x86_perf_counter_set_period by Robert Richter · 15 years ago
  100. dee5d90 perf_counter, x86: remove ack_status() from struct x86_pmu by Robert Richter · 15 years ago