1. da759fe oprofile/x86: move IBS code by Robert Richter · 14 years ago
  2. 8617f98 oprofile/x86: return -EBUSY if counters are already reserved by Robert Richter · 14 years ago
  3. 83300ce oprofile/x86: moving shutdown functions by Robert Richter · 14 years ago
  4. d0e4120 oprofile/x86: reserve counter msrs pairwise by Robert Richter · 14 years ago
  5. 8f5a2dd oprofile/x86: rework error handler in nmi_setup() by Robert Richter · 14 years ago
  6. 948b1bb perf, x86: Undo some some *_counter* -> *_event* renames by Robert Richter · 14 years ago
  7. bb1165d perf, x86: rename macro in ARCH_PERFMON_EVENTSEL_ENABLE by Robert Richter · 14 years ago
  8. a163b10 perf, x86: add some IBS macros to perf_event.h by Robert Richter · 14 years ago
  9. 1d6040f perf, x86: make IBS macros available in perf_event.h by Robert Richter · 14 years ago
  10. cfc9c0b oprofile/x86: fix msr access to reserved counters by Robert Richter · 14 years ago
  11. c17c8fb oprofile/x86: use kzalloc() instead of kmalloc() by Robert Richter · 14 years ago
  12. 68dc819 oprofile/x86: fix perfctr nmi reservation for mulitplexing by Robert Richter · 14 years ago
  13. 8588d10 oprofile/x86: add comment to counter-in-use warning by Naga Chumbalkar · 14 years ago
  14. 98a2e73 oprofile/x86: warn user if a counter is already active by Robert Richter · 14 years ago
  15. ba52078 oprofile/x86: implement randomization for IBS periodic op counter by Robert Richter · 14 years ago
  16. f125be1 oprofile/x86: implement lsfr pseudo-random number generator for IBS by Suravee Suthikulpanit · 14 years ago
  17. 64683da oprofile/x86: implement IBS cpuid feature detection by Robert Richter · 14 years ago
  18. 89baaaa oprofile/x86: remove node check in AMD IBS initialization by Robert Richter · 14 years ago
  19. 013cfc5 oprofile/x86: remove OPROFILE_IBS config option by Robert Richter · 14 years ago
  20. e83e452 oprofile/x86: add Xeon 7500 series support by Andi Kleen · 14 years ago
  21. d8cc108 oprofile/x86: fix crash when profiling more than 28 events by Suravee Suthikulpanit · 14 years ago
  22. 61c1917 perf events, x86/stacktrace: Make stack walking optional by Frederic Weisbecker · 14 years ago
  23. cdd6c48 perf: Do the big rename: Performance Counters -> Performance Events by Ingo Molnar · 15 years ago
  24. 4680e64 arch/x86/oprofile/op_model_amd.c: fix op_amd_handle_ibs() return type by Andrew Morton · 15 years ago
  25. 54a0bf3 Revert "x86: oprofile/op_model_amd.c set return values for op_amd_handle_ibs()" by Robert Richter · 15 years ago
  26. c550091 x86/oprofile: Small coding style fixes by Robert Richter · 15 years ago
  27. 11be1a7 x86/oprofile: Add counter reservation check for virtual counters by Robert Richter · 15 years ago
  28. 61d149d x86/oprofile: Implement op_x86_virt_to_phys() by Robert Richter · 15 years ago
  29. 1b294f5 oprofile: Adding switch counter to oprofile statistic variables by Robert Richter · 15 years ago
  30. 4d015f7 x86/oprofile: Implement mux_clone() by Robert Richter · 15 years ago
  31. 5280514 x86/oprofile: Enable multiplexing only if the model supports it by Robert Richter · 15 years ago
  32. 39e97f4 x86/oprofile: Add function has_mux() to check multiplexing support by Robert Richter · 15 years ago
  33. 52471c6 x86/oprofile: Modify initialization of num_virt_counters by Robert Richter · 15 years ago
  34. 2904a52 x86/oprofile: Remove unused num_virt_controls from struct op_x86_model_spec by Robert Richter · 15 years ago
  35. 259a83a x86/oprofile: Remove const qualifier from struct op_x86_model_spec by Robert Richter · 15 years ago
  36. b28d1b9 x86/oprofile: Moving nmi_cpu_switch() in nmi_int.c by Robert Richter · 15 years ago
  37. d0f585d x86/oprofile: Moving nmi_cpu_save/restore_mpx_registers() in nmi_int.c by Robert Richter · 15 years ago
  38. 48fb4b4 x86/oprofile: Moving nmi_setup_cpu_mux() in nmi_int.c by Robert Richter · 15 years ago
  39. 6ab82f9 x86/oprofile: Implement multiplexing setup/shutdown functions by Robert Richter · 15 years ago
  40. 7e7478c oprofile: Grouping multiplexing code in op_model_amd.c by Robert Richter · 15 years ago
  41. d8471ad oprofile: Introduce op_x86_phys_to_virt() by Robert Richter · 15 years ago
  42. 6bfccd0 x86/oprofile: Fix initialization of switch_index by Robert Richter · 15 years ago
  43. 82a2252 x86/oprofile: Use per_cpu() instead of __get_cpu_var() by Robert Richter · 15 years ago
  44. 5e766e3 x86/oprofile: Fix usage of NUM_CONTROLS/NUM_COUNTERS macros by Robert Richter · 15 years ago
  45. 4d4036e oprofile: Implement performance counter multiplexing by Jason Yeh · 15 years ago
  46. 6e63ea4 x86/oprofile: Whitespaces changes only by Robert Richter · 15 years ago
  47. 44ab9a6 x86/oprofile: Rework and simplify nmi_cpu_setup() by Robert Richter · 15 years ago
  48. 8045a4c x86/oprofile: Fix cast of counter value by Robert Richter · 15 years ago
  49. debc6a6 Merge commit 'v2.6.31-rc3'; commit 'tip/oprofile' into oprofile/core by Robert Richter · 15 years ago
  50. 8d7ff4f x86/oprofile: rename kernel parameter for architectural perfmon to arch_perfmon by Robert Richter · 15 years ago
  51. 21e7087 x86: oprofile/op_model_amd.c set return values for op_amd_handle_ibs() by Jaswinder Singh Rajput · 15 years ago
  52. 802070f x86/oprofile: fix initialization of arch_perfmon for core_i7 by Robert Richter · 15 years ago
  53. 1241eb8 Merge commit 'tip/perfcounters-for-linus' into oprofile/master by Robert Richter · 15 years ago
  54. 51563a0 x86/oprofile: introduce oprofile_add_data64() by Robert Richter · 15 years ago
  55. c572ae4 x86/oprofile: use 64 bit values in IBS functions by Robert Richter · 15 years ago
  56. 1a245c4 x86/oprofile: remove some local variables in MSR save/restore functions by Robert Richter · 15 years ago
  57. 95e74e6 x86/oprofile: use 64 bit values to save MSR states by Robert Richter · 15 years ago
  58. bbc5986 x86/oprofile: use 64 bit wrmsr functions by Robert Richter · 15 years ago
  59. 217d3cf x86/oprofile: replace CTR*_IS_RESERVED macros by Robert Richter · 15 years ago
  60. dea3766 x86/oprofile: replace CTRL_SET_*ACTIVE macros by Robert Richter · 15 years ago
  61. 42399ad x86/oprofile: replace CTR_OVERFLOWED macros by Robert Richter · 15 years ago
  62. 3370d35 x86/oprofile: replace macros to calculate control register by Robert Richter · 15 years ago
  63. ef8828d x86/oprofile: pass the model to setup_ctrs() functions by Robert Richter · 15 years ago
  64. 9c59354 x86/oprofile: remove unused macros for AMD virtualization profiling by Robert Richter · 15 years ago
  65. ec064c0 x86/oprofile: fix and cleanup CTRL_SET_* macros by Robert Richter · 15 years ago
  66. 1131a47 x86/oprofile: remove MSR macros for p4 cpus by Robert Richter · 15 years ago
  67. 74c9a5c x86/oprofile: remove MSR macros for ppro cpus by Robert Richter · 15 years ago
  68. d2731a4 x86/oprofile: remove MSR macros for AMD cpus by Robert Richter · 15 years ago
  69. ff9faa8 x86/oprofile: move common macros to op_x86_model.h by Robert Richter · 15 years ago
  70. d20f24c x86/oprofile: simplify AMD cpu init code by Robert Richter · 15 years ago
  71. 940010c Merge branch 'linus' into perfcounters/core by Ingo Molnar · 15 years ago
  72. 9063759 x86/oprofile: remove #ifdefs in ibs functions by Robert Richter · 15 years ago
  73. 06552cc x86/oprofile: minor style changes in struct op_x86_model_spec by Robert Richter · 15 years ago
  74. 57eee9a Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  75. e419294 x86/oprofile: moving arch_perfmon counter setup to op_x86_model_spec.init by Robert Richter · 16 years ago
  76. 849620f Revert "oprofile: discover counters for op ppro too" by Robert Richter · 15 years ago
  77. 0886751 Merge commit 'v2.6.30' into oprofile/master by Robert Richter · 15 years ago
  78. 23db9f4 Merge branch 'linus' into perfcounters/core by Ingo Molnar · 15 years ago
  79. 7b6c6c7 x86, 32-bit: fix kernel_trap_sp() by Masami Hiramatsu · 15 years ago
  80. 7e4e0bd oprofile: introduce module_param oprofile.cpu_type by Robert Richter · 15 years ago
  81. 6adf406 oprofile: add support for Core i7 and Atom by Andi Kleen · 15 years ago
  82. 1f3d7b6 oprofile: remove undocumented oprofile.p4force option by Andi Kleen · 15 years ago
  83. 1dcdb5a oprofile: re-add force_arch_perfmon option by Andi Kleen · 15 years ago
  84. f541ae3 Merge branch 'linus' into perfcounters/core-v2 by Ingo Molnar · 15 years ago
  85. 7ad728f cpumask: x86: convert cpu_sibling_map/cpu_core_map to cpumask_var_t by Rusty Russell · 15 years ago
  86. 8163d88 Merge commit 'v2.6.29-rc7' into perfcounters/core by Ingo Molnar · 15 years ago
  87. 780eef9 x86: oprofile: don't set counter width from cpuid on Core2 by Tim Blechmann · 15 years ago
  88. 82aa9a1 perfcounters: fix "perf counters kills oprofile" bug, v2 by Ingo Molnar · 15 years ago
  89. 5b75af0 perfcounters: fix "perf counters kill oprofile" bug by Mike Galbraith · 15 years ago
  90. 506c10f Merge commit 'v2.6.29-rc1' into perfcounters/core by Ingo Molnar · 15 years ago
  91. d2852b9 Merge branch 'oprofile/ring_buffer' into oprofile/oprofile-for-tip by Robert Richter · 15 years ago
  92. 14f0ca8 oprofile: make new cpu buffer functions part of the api by Robert Richter · 15 years ago
  93. 1acda87 oprofile: use new data sample format for ibs by Robert Richter · 15 years ago
  94. ae735e9 oprofile: rework implementation of cpu buffer events by Robert Richter · 15 years ago
  95. fc81be8 oprofile: rename variable ibs_allowed to has_ibs in op_model_amd.c by Robert Richter · 15 years ago
  96. 83bd924 x86/oprofile: fix pci_dev use count for AMD northbridge devices by Robert Richter · 15 years ago
  97. 5c167b8 x86, perfcounters: rename intel_arch_perfmon.h => perf_counter.h by Ingo Molnar · 15 years ago
  98. fe615cb x86/oprofile: cleanup IBS init/exit functions in op_model_amd.c by Robert Richter · 16 years ago
  99. 9fa6812 x86/oprofile: reordering IBS code in op_model_amd.c by Robert Richter · 16 years ago
  100. cdc1834 oprofile: whitspace changes only by Robert Richter · 16 years ago