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