1. bae663b oprofile/x86: make AMD IBS hotplug capable by Robert Richter · 15 years ago
  2. 5bdb793 oprofile/x86: remove duplicate IBS capability check by Robert Richter · 15 years ago
  3. da759fe oprofile/x86: move IBS code by Robert Richter · 15 years ago
  4. 8617f98 oprofile/x86: return -EBUSY if counters are already reserved by Robert Richter · 15 years ago
  5. 83300ce oprofile/x86: moving shutdown functions by Robert Richter · 15 years ago
  6. d0e4120 oprofile/x86: reserve counter msrs pairwise by Robert Richter · 15 years ago
  7. bb1165d perf, x86: rename macro in ARCH_PERFMON_EVENTSEL_ENABLE by Robert Richter · 15 years ago
  8. a163b10 perf, x86: add some IBS macros to perf_event.h by Robert Richter · 15 years ago
  9. 1d6040f perf, x86: make IBS macros available in perf_event.h by Robert Richter · 15 years ago
  10. cfc9c0b oprofile/x86: fix msr access to reserved counters by Robert Richter · 15 years ago
  11. c17c8fb oprofile/x86: use kzalloc() instead of kmalloc() by Robert Richter · 15 years ago
  12. 68dc819 oprofile/x86: fix perfctr nmi reservation for mulitplexing by Robert Richter · 15 years ago
  13. 98a2e73 oprofile/x86: warn user if a counter is already active by Robert Richter · 15 years ago
  14. ba52078 oprofile/x86: implement randomization for IBS periodic op counter by Robert Richter · 15 years ago
  15. f125be1 oprofile/x86: implement lsfr pseudo-random number generator for IBS by Suravee Suthikulpanit · 15 years ago
  16. 64683da oprofile/x86: implement IBS cpuid feature detection by Robert Richter · 15 years ago
  17. 89baaaa oprofile/x86: remove node check in AMD IBS initialization by Robert Richter · 15 years ago
  18. 013cfc5 oprofile/x86: remove OPROFILE_IBS config option by Robert Richter · 15 years ago
  19. 4680e64 arch/x86/oprofile/op_model_amd.c: fix op_amd_handle_ibs() return type by Andrew Morton · 16 years ago
  20. 54a0bf3 Revert "x86: oprofile/op_model_amd.c set return values for op_amd_handle_ibs()" by Robert Richter · 15 years ago
  21. c550091 x86/oprofile: Small coding style fixes by Robert Richter · 15 years ago
  22. 61d149d x86/oprofile: Implement op_x86_virt_to_phys() by Robert Richter · 16 years ago
  23. 2904a52 x86/oprofile: Remove unused num_virt_controls from struct op_x86_model_spec by Robert Richter · 16 years ago
  24. 259a83a x86/oprofile: Remove const qualifier from struct op_x86_model_spec by Robert Richter · 16 years ago
  25. 7e7478c oprofile: Grouping multiplexing code in op_model_amd.c by Robert Richter · 15 years ago
  26. d8471ad oprofile: Introduce op_x86_phys_to_virt() by Robert Richter · 15 years ago
  27. 5e766e3 x86/oprofile: Fix usage of NUM_CONTROLS/NUM_COUNTERS macros by Robert Richter · 16 years ago
  28. 4d4036e oprofile: Implement performance counter multiplexing by Jason Yeh · 16 years ago
  29. 6e63ea4 x86/oprofile: Whitespaces changes only by Robert Richter · 16 years ago
  30. 8045a4c x86/oprofile: Fix cast of counter value by Robert Richter · 16 years ago
  31. 21e7087 x86: oprofile/op_model_amd.c set return values for op_amd_handle_ibs() by Jaswinder Singh Rajput · 16 years ago
  32. 51563a0 x86/oprofile: introduce oprofile_add_data64() by Robert Richter · 16 years ago
  33. c572ae4 x86/oprofile: use 64 bit values in IBS functions by Robert Richter · 16 years ago
  34. bbc5986 x86/oprofile: use 64 bit wrmsr functions by Robert Richter · 16 years ago
  35. 217d3cf x86/oprofile: replace CTR*_IS_RESERVED macros by Robert Richter · 16 years ago
  36. dea3766 x86/oprofile: replace CTRL_SET_*ACTIVE macros by Robert Richter · 16 years ago
  37. 42399ad x86/oprofile: replace CTR_OVERFLOWED macros by Robert Richter · 16 years ago
  38. 3370d35 x86/oprofile: replace macros to calculate control register by Robert Richter · 16 years ago
  39. ef8828d x86/oprofile: pass the model to setup_ctrs() functions by Robert Richter · 16 years ago
  40. 9c59354 x86/oprofile: remove unused macros for AMD virtualization profiling by Robert Richter · 16 years ago
  41. d2731a4 x86/oprofile: remove MSR macros for AMD cpus by Robert Richter · 16 years ago
  42. ff9faa8 x86/oprofile: move common macros to op_x86_model.h by Robert Richter · 16 years ago
  43. 9063759 x86/oprofile: remove #ifdefs in ibs functions by Robert Richter · 16 years ago
  44. 14f0ca8 oprofile: make new cpu buffer functions part of the api by Robert Richter · 16 years ago
  45. 1acda87 oprofile: use new data sample format for ibs by Robert Richter · 16 years ago
  46. ae735e9 oprofile: rework implementation of cpu buffer events by Robert Richter · 16 years ago
  47. fc81be8 oprofile: rename variable ibs_allowed to has_ibs in op_model_amd.c by Robert Richter · 16 years ago
  48. 83bd924 x86/oprofile: fix pci_dev use count for AMD northbridge devices by Robert Richter · 16 years ago
  49. fe615cb x86/oprofile: cleanup IBS init/exit functions in op_model_amd.c by Robert Richter · 16 years ago
  50. 9fa6812 x86/oprofile: reordering IBS code in op_model_amd.c by Robert Richter · 16 years ago
  51. cdc1834 oprofile: whitspace changes only by Robert Richter · 16 years ago
  52. fd13f6c oprofile: comment cleanup by Robert Richter · 16 years ago
  53. 5f87dfb x86/oprofile: add the logic for enabling additional IBS bits by Suravee Suthikulpanit · 16 years ago
  54. 25ad291 oprofile: more whitespace fixes by Robert Richter · 16 years ago
  55. c92960f oprofile: whitespace fixes by Robert Richter · 16 years ago
  56. ccd755c OProfile: Rename IBS sysfs dir into "ibs_op" by Robert Richter · 16 years ago
  57. 2d55a47 OProfile: Rework string handling in setup_ibs_files() by Robert Richter · 16 years ago
  58. e2fee27 OProfile: Rework oprofile_add_ibs_sample() function by Robert Richter · 16 years ago
  59. 4c168ea Revert "Oprofile Multiplexing Patch" by Robert Richter · 16 years ago
  60. 1a960b4 Oprofile Multiplexing Patch by Jason Yeh · 16 years ago
  61. 6852fd9 x86/oprofile: reanaming op_model_athlon.c to op_model_amd.c by Robert Richter · 16 years ago[Renamed (99%) from arch/x86/oprofile/op_model_athlon.c]
  62. 852402c x86/oprofile: add CONFIG_OPROFILE_IBS option by Robert Richter · 16 years ago
  63. 543a157 x86/oprofile: op_model_athlon.c: fix counter reset when reenabling IBS OP by Robert Richter · 16 years ago
  64. 87f0bac x86/oprofile: macro definition cleanup in op_model_athlon.c by Robert Richter · 16 years ago
  65. a4c408a OProfile: fix IBS build error for UP by Robert Richter · 16 years ago
  66. 270d3e1 OProfile: enable IBS for AMD CPUs by Robert Richter · 16 years ago
  67. fc2bd73 OProfile: fix setup_ibs_files() function interface by Robert Richter · 16 years ago
  68. ebb535d OProfile: on_each_cpu(): kill unused retry parameter by Robert Richter · 16 years ago
  69. 9064570 OProfile: Fix build error in op_model_athlon.c by Robert Richter · 16 years ago
  70. 7d77f2d OProfile: change IBS interrupt initialization by Robert Richter · 16 years ago
  71. 7939d2b x86/oprofile: separating the IBS handler by Robert Richter · 16 years ago
  72. 56784f1 x86/oprofile: add IBS support for AMD CPUs, model specific code by Barry Kasindorf · 16 years ago
  73. 6657fe4 x86/oprofile: renaming athlon_*() into op_amd_*() by Robert Richter · 16 years ago
  74. dfa1542 x86/oprofile: Minor changes in op_model_athlon.c by Robert Richter · 16 years ago
  75. adf5ec0 x86/oprofile: introduce model specific init/exit functions by Robert Richter · 16 years ago
  76. d441373 x86: coding style fixes to arch/x86/oprofile/op_model_athlon.c by Paolo Ciarrocchi · 17 years ago
  77. bd87f1f oprofile: op_model_athlon.c support for AMD family 10h barcelona performance counters by Barry Kasindorf · 17 years ago
  78. ff43956 i386: move oprofile by Thomas Gleixner · 17 years ago[Renamed from arch/i386/oprofile/op_model_athlon.c]
  79. cb9c448 [PATCH] i386: Utilize performance counter reservation framework in oprofile by Don Zickus · 18 years ago
  80. 3e4ff11 [PATCH] x86_64: nmi watchdog header cleanup by Don Zickus · 19 years ago
  81. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago