1. cd4d09e x86/cpufeature: Carve out X86_FEATURE_* by Borislav Petkov · 9 years ago
  2. 6af4ea0 oprofilefs_create_...() do not need superblock argument by Al Viro · 11 years ago
  3. ecde282 oprofilefs_mkdir() doesn't need superblock argument by Al Viro · 11 years ago
  4. ef7bca1 oprofile: don't bother with passing superblock to ->create_files() by Al Viro · 11 years ago
  5. b1dc3c4 perf/x86/amd: Unify AMD's generic and family 15h pmus by Robert Richter · 12 years ago
  6. b716916 perf, x86: Implement IBS initialization by Robert Richter · 13 years ago
  7. ee5789d perf, x86: Share IBS macros between perf and oprofile by Robert Richter · 13 years ago
  8. cbf74ce oprofile, x86: Add comments to IBS LVT offset initialization by Robert Richter · 13 years ago
  9. 3d2606f oprofile, x86: Enable preemption during pci device setup in IBS init by Robert Richter · 13 years ago
  10. 4e1db5e Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  11. aef1b9c Merge commit 'v2.6.37' into perf/core by Ingo Molnar · 14 years ago
  12. c7c2580 arch/x86/oprofile/op_model_amd.c: Perform initialisation on a single CPU by Robert Richter · 14 years ago
  13. da169f5 oprofile, x86: Add support for 6 counters (AMD family 15h) by Robert Richter · 14 years ago
  14. 0b849ee Merge branch 'x86' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile into perf/urgent by Ingo Molnar · 14 years ago
  15. eb48c9c apic, amd: Make firmware bug messages more meaningful by Robert Richter · 14 years ago
  16. 4cafc4b Merge branch 'oprofile/core' into oprofile/x86 by Robert Richter · 14 years ago
  17. 2c78ffe x86/oprofile: Fix uninitialized variable use in debug printk by Ingo Molnar · 14 years ago
  18. 27afdf2 apic, x86: Use BIOS settings for IBS and MCE threshold interrupt LVT offsets by Robert Richter · 14 years ago
  19. b47fad3 oprofile, x86: Add support for IBS periodic op counter extension by Robert Richter · 14 years ago
  20. 25da695 oprofile, x86: Add support for IBS branch target address reporting by Robert Richter · 14 years ago
  21. 53b39e9 oprofile, x86: Introduce struct ibs_state by Robert Richter · 14 years ago
  22. fc889aa oprofile, x86: Remove duplicate check for IBS_CAPS_OPCNT by Robert Richter · 14 years ago
  23. 4ac945f oprofile, x86: Check IBS capability bits 1 and 2 by Robert Richter · 14 years ago
  24. bae663b oprofile/x86: make AMD IBS hotplug capable by Robert Richter · 14 years ago
  25. 5bdb793 oprofile/x86: remove duplicate IBS capability check by Robert Richter · 14 years ago
  26. da759fe oprofile/x86: move IBS code by Robert Richter · 14 years ago
  27. 8617f98 oprofile/x86: return -EBUSY if counters are already reserved by Robert Richter · 14 years ago
  28. 83300ce oprofile/x86: moving shutdown functions by Robert Richter · 14 years ago
  29. d0e4120 oprofile/x86: reserve counter msrs pairwise by Robert Richter · 14 years ago
  30. bb1165d perf, x86: rename macro in ARCH_PERFMON_EVENTSEL_ENABLE by Robert Richter · 14 years ago
  31. a163b10 perf, x86: add some IBS macros to perf_event.h by Robert Richter · 14 years ago
  32. 1d6040f perf, x86: make IBS macros available in perf_event.h by Robert Richter · 14 years ago
  33. cfc9c0b oprofile/x86: fix msr access to reserved counters by Robert Richter · 14 years ago
  34. c17c8fb oprofile/x86: use kzalloc() instead of kmalloc() by Robert Richter · 14 years ago
  35. 68dc819 oprofile/x86: fix perfctr nmi reservation for mulitplexing by Robert Richter · 14 years ago
  36. 98a2e73 oprofile/x86: warn user if a counter is already active by Robert Richter · 14 years ago
  37. ba52078 oprofile/x86: implement randomization for IBS periodic op counter by Robert Richter · 14 years ago
  38. f125be1 oprofile/x86: implement lsfr pseudo-random number generator for IBS by Suravee Suthikulpanit · 15 years ago
  39. 64683da oprofile/x86: implement IBS cpuid feature detection by Robert Richter · 14 years ago
  40. 89baaaa oprofile/x86: remove node check in AMD IBS initialization by Robert Richter · 15 years ago
  41. 013cfc5 oprofile/x86: remove OPROFILE_IBS config option by Robert Richter · 15 years ago
  42. 4680e64 arch/x86/oprofile/op_model_amd.c: fix op_amd_handle_ibs() return type by Andrew Morton · 15 years ago
  43. 54a0bf3 Revert "x86: oprofile/op_model_amd.c set return values for op_amd_handle_ibs()" by Robert Richter · 15 years ago
  44. c550091 x86/oprofile: Small coding style fixes by Robert Richter · 15 years ago
  45. 61d149d x86/oprofile: Implement op_x86_virt_to_phys() by Robert Richter · 15 years ago
  46. 2904a52 x86/oprofile: Remove unused num_virt_controls from struct op_x86_model_spec by Robert Richter · 15 years ago
  47. 259a83a x86/oprofile: Remove const qualifier from struct op_x86_model_spec by Robert Richter · 15 years ago
  48. 7e7478c oprofile: Grouping multiplexing code in op_model_amd.c by Robert Richter · 15 years ago
  49. d8471ad oprofile: Introduce op_x86_phys_to_virt() by Robert Richter · 15 years ago
  50. 5e766e3 x86/oprofile: Fix usage of NUM_CONTROLS/NUM_COUNTERS macros by Robert Richter · 15 years ago
  51. 4d4036e oprofile: Implement performance counter multiplexing by Jason Yeh · 15 years ago
  52. 6e63ea4 x86/oprofile: Whitespaces changes only by Robert Richter · 15 years ago
  53. 8045a4c x86/oprofile: Fix cast of counter value by Robert Richter · 15 years ago
  54. 21e7087 x86: oprofile/op_model_amd.c set return values for op_amd_handle_ibs() by Jaswinder Singh Rajput · 15 years ago
  55. 51563a0 x86/oprofile: introduce oprofile_add_data64() by Robert Richter · 15 years ago
  56. c572ae4 x86/oprofile: use 64 bit values in IBS functions by Robert Richter · 15 years ago
  57. bbc5986 x86/oprofile: use 64 bit wrmsr functions by Robert Richter · 15 years ago
  58. 217d3cf x86/oprofile: replace CTR*_IS_RESERVED macros by Robert Richter · 15 years ago
  59. dea3766 x86/oprofile: replace CTRL_SET_*ACTIVE macros by Robert Richter · 15 years ago
  60. 42399ad x86/oprofile: replace CTR_OVERFLOWED macros by Robert Richter · 15 years ago
  61. 3370d35 x86/oprofile: replace macros to calculate control register by Robert Richter · 15 years ago
  62. ef8828d x86/oprofile: pass the model to setup_ctrs() functions by Robert Richter · 15 years ago
  63. 9c59354 x86/oprofile: remove unused macros for AMD virtualization profiling by Robert Richter · 15 years ago
  64. d2731a4 x86/oprofile: remove MSR macros for AMD cpus by Robert Richter · 15 years ago
  65. ff9faa8 x86/oprofile: move common macros to op_x86_model.h by Robert Richter · 15 years ago
  66. 9063759 x86/oprofile: remove #ifdefs in ibs functions by Robert Richter · 15 years ago
  67. 14f0ca8 oprofile: make new cpu buffer functions part of the api by Robert Richter · 16 years ago
  68. 1acda87 oprofile: use new data sample format for ibs by Robert Richter · 16 years ago
  69. ae735e9 oprofile: rework implementation of cpu buffer events by Robert Richter · 16 years ago
  70. fc81be8 oprofile: rename variable ibs_allowed to has_ibs in op_model_amd.c by Robert Richter · 16 years ago
  71. 83bd924 x86/oprofile: fix pci_dev use count for AMD northbridge devices by Robert Richter · 16 years ago
  72. fe615cb x86/oprofile: cleanup IBS init/exit functions in op_model_amd.c by Robert Richter · 16 years ago
  73. 9fa6812 x86/oprofile: reordering IBS code in op_model_amd.c by Robert Richter · 16 years ago
  74. cdc1834 oprofile: whitspace changes only by Robert Richter · 16 years ago
  75. fd13f6c oprofile: comment cleanup by Robert Richter · 16 years ago
  76. 5f87dfb x86/oprofile: add the logic for enabling additional IBS bits by Suravee Suthikulpanit · 16 years ago
  77. 25ad2913 oprofile: more whitespace fixes by Robert Richter · 16 years ago
  78. c92960f oprofile: whitespace fixes by Robert Richter · 16 years ago
  79. ccd755c OProfile: Rename IBS sysfs dir into "ibs_op" by Robert Richter · 16 years ago
  80. 2d55a47 OProfile: Rework string handling in setup_ibs_files() by Robert Richter · 16 years ago
  81. e2fee27 OProfile: Rework oprofile_add_ibs_sample() function by Robert Richter · 16 years ago
  82. 4c168ea Revert "Oprofile Multiplexing Patch" by Robert Richter · 16 years ago
  83. 1a960b4 Oprofile Multiplexing Patch by Jason Yeh · 16 years ago
  84. 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]
  85. 852402c x86/oprofile: add CONFIG_OPROFILE_IBS option by Robert Richter · 16 years ago
  86. 543a157 x86/oprofile: op_model_athlon.c: fix counter reset when reenabling IBS OP by Robert Richter · 16 years ago
  87. 87f0bac x86/oprofile: macro definition cleanup in op_model_athlon.c by Robert Richter · 16 years ago
  88. a4c408a OProfile: fix IBS build error for UP by Robert Richter · 16 years ago
  89. 270d3e1 OProfile: enable IBS for AMD CPUs by Robert Richter · 16 years ago
  90. fc2bd73 OProfile: fix setup_ibs_files() function interface by Robert Richter · 16 years ago
  91. ebb535d OProfile: on_each_cpu(): kill unused retry parameter by Robert Richter · 16 years ago
  92. 9064570 OProfile: Fix build error in op_model_athlon.c by Robert Richter · 16 years ago
  93. 7d77f2d OProfile: change IBS interrupt initialization by Robert Richter · 16 years ago
  94. 7939d2b x86/oprofile: separating the IBS handler by Robert Richter · 16 years ago
  95. 56784f1 x86/oprofile: add IBS support for AMD CPUs, model specific code by Barry Kasindorf · 16 years ago
  96. 6657fe4 x86/oprofile: renaming athlon_*() into op_amd_*() by Robert Richter · 16 years ago
  97. dfa1542 x86/oprofile: Minor changes in op_model_athlon.c by Robert Richter · 16 years ago
  98. adf5ec0 x86/oprofile: introduce model specific init/exit functions by Robert Richter · 16 years ago
  99. d441373 x86: coding style fixes to arch/x86/oprofile/op_model_athlon.c by Paolo Ciarrocchi · 16 years ago
  100. bd87f1f oprofile: op_model_athlon.c support for AMD family 10h barcelona performance counters by Barry Kasindorf · 17 years ago