1. 24da2c8 BACKPORT: treewide: Fix function prototypes for module_param_call() by Kees Cook · 7 years ago
  2. dcc92a1 x86/oprofile: Fix bogus GCC-8 warning in nmi_setup() by Arnd Bergmann · 6 years ago
  3. 93984fb x86/cpufeature: Replace cpu_has_apic with boot_cpu_has() usage by Borislav Petkov · 8 years ago
  4. 7b5e74e x86/cpufeature: Remove cpu_has_arch_perfmon by Borislav Petkov · 8 years ago
  5. 57d335c x86/oprofile/nmi: Add missing hotplug FROZEN handling by Thomas Gleixner · 8 years ago
  6. 89cbc76 x86: Replace __get_cpu_var uses by Christoph Lameter · 10 years ago
  7. 76902e3 x86, oprofile, nmi: Fix CPU hotplug callback registration by Srivatsa S. Bhat · 10 years ago
  8. 6af4ea0 oprofilefs_create_...() do not need superblock argument by Al Viro · 11 years ago
  9. ecde282 oprofilefs_mkdir() doesn't need superblock argument by Al Viro · 11 years ago
  10. ef7bca1 oprofile: don't bother with passing superblock to ->create_files() by Al Viro · 11 years ago
  11. 440091050 oprofile, x86: Fix wrapping bug in op_x86_get_ctrl() by Dan Carpenter · 12 years ago
  12. c23205c Merge branch 'core' of git://amd64.org/linux/rric into perf/core by Ingo Molnar · 13 years ago
  13. de346b6 Merge branch 'perf/core' into oprofile/master by Robert Richter · 13 years ago
  14. 159a80b oprofile, x86: Add kernel parameter oprofile.cpu_type=timer by Robert Richter · 13 years ago
  15. 7115e3f Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  16. b716916 perf, x86: Implement IBS initialization by Robert Richter · 13 years ago
  17. 9c48f1c x86, nmi: Wire up NMI handlers to new routines by Don Zickus · 13 years ago
  18. 2d21a29 locking, oprofile: Annotate oprofilefs lock as raw by Thomas Gleixner · 15 years ago
  19. 8fe7e94 oprofile, x86: Fix race in nmi handler while starting counters by Robert Richter · 13 years ago
  20. 1dfd7b4 Merge branch 'core' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile into perf/urgent by Ingo Molnar · 13 years ago
  21. 914a76c oprofile, x86: Allow setting EDGE/INV/CMASK for counter events by Andi Kleen · 13 years ago
  22. f3c6ea1 x86: Use syscore_ops instead of sysdev classes and sysdevs by Rafael J. Wysocki · 13 years ago
  23. 4277616 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  24. 72eb6a7 Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 13 years ago
  25. c410b83 x86, NMI: Remove DIE_NMI_IPI by Don Zickus · 13 years ago
  26. 166d751 x86, NMI: Add priorities to handlers by Don Zickus · 13 years ago
  27. 0a3aee0 x86: Use this_cpu_ops to optimize code by Tejun Heo · 13 years ago
  28. 30570bc oprofile, x86: Add support for AMD family 15h by Robert Richter · 14 years ago
  29. e634147 oprofile, x86: Add support for AMD family 14h by Robert Richter · 14 years ago
  30. 3acbf084 oprofile, x86: Add support for AMD family 12h by Robert Richter · 14 years ago
  31. 5140434 oprofile, x86: Simplify init/exit functions by Robert Richter · 14 years ago
  32. bb7ab78 oprofile: Add Support for Intel CPU Family 6 / Model 29 by Jiri Olsa · 14 years ago
  33. c33f543 oprofile: Add Support for Intel CPU Family 6 / Model 22 (Intel Celeron 540) by Patrick Simmons · 14 years ago
  34. 269f45c oprofile, x86: fix init_sysfs() function stub by Robert Richter · 14 years ago
  35. 10f0412 oprofile, x86: fix init_sysfs error handling by Robert Richter · 14 years ago
  36. a7c55cb oprofile: add support for Intel processor model 30 by Josh Hunt · 14 years ago
  37. 45c34e0 Oprofile: Change CPUIDS from decimal to hex, and add some comments by John Villalovos · 14 years ago
  38. bae663b oprofile/x86: make AMD IBS hotplug capable by Robert Richter · 14 years ago
  39. 3de668e oprofile/x86: notify cpus only when daemon is running by Robert Richter · 14 years ago
  40. d30d64c oprofile/x86: reordering some functions by Robert Richter · 14 years ago
  41. de65464 oprofile/x86: stop disabled counters in nmi handler by Robert Richter · 14 years ago
  42. 6ae56b5 oprofile/x86: protect cpu hotplug sections by Robert Richter · 14 years ago
  43. 216f3d9 oprofile/x86: remove CONFIG_SMP macros by Robert Richter · 14 years ago
  44. 2623a1d oprofile/x86: fix uninitialized counter usage during cpu hotplug by Robert Richter · 14 years ago
  45. 8617f98 oprofile/x86: return -EBUSY if counters are already reserved by Robert Richter · 14 years ago
  46. 8f5a2dd oprofile/x86: rework error handler in nmi_setup() by Robert Richter · 14 years ago
  47. c17c8fb oprofile/x86: use kzalloc() instead of kmalloc() by Robert Richter · 14 years ago
  48. 68dc819 oprofile/x86: fix perfctr nmi reservation for mulitplexing by Robert Richter · 14 years ago
  49. e83e452 oprofile/x86: add Xeon 7500 series support by Andi Kleen · 14 years ago
  50. d8cc108 oprofile/x86: fix crash when profiling more than 28 events by Suravee Suthikulpanit · 14 years ago
  51. 11be1a7 x86/oprofile: Add counter reservation check for virtual counters by Robert Richter · 15 years ago
  52. 61d149d x86/oprofile: Implement op_x86_virt_to_phys() by Robert Richter · 15 years ago
  53. 1b294f5 oprofile: Adding switch counter to oprofile statistic variables by Robert Richter · 15 years ago
  54. 4d015f7 x86/oprofile: Implement mux_clone() by Robert Richter · 15 years ago
  55. 5280514 x86/oprofile: Enable multiplexing only if the model supports it by Robert Richter · 15 years ago
  56. 39e97f4 x86/oprofile: Add function has_mux() to check multiplexing support by Robert Richter · 15 years ago
  57. 52471c6 x86/oprofile: Modify initialization of num_virt_counters by Robert Richter · 15 years ago
  58. 259a83a x86/oprofile: Remove const qualifier from struct op_x86_model_spec by Robert Richter · 15 years ago
  59. b28d1b9 x86/oprofile: Moving nmi_cpu_switch() in nmi_int.c by Robert Richter · 15 years ago
  60. d0f585d x86/oprofile: Moving nmi_cpu_save/restore_mpx_registers() in nmi_int.c by Robert Richter · 15 years ago
  61. 48fb4b4 x86/oprofile: Moving nmi_setup_cpu_mux() in nmi_int.c by Robert Richter · 15 years ago
  62. 6ab82f9 x86/oprofile: Implement multiplexing setup/shutdown functions by Robert Richter · 15 years ago
  63. d8471ad oprofile: Introduce op_x86_phys_to_virt() by Robert Richter · 15 years ago
  64. 6bfccd0 x86/oprofile: Fix initialization of switch_index by Robert Richter · 15 years ago
  65. 82a2252 x86/oprofile: Use per_cpu() instead of __get_cpu_var() by Robert Richter · 15 years ago
  66. 4d4036e oprofile: Implement performance counter multiplexing by Jason Yeh · 15 years ago
  67. 6e63ea4 x86/oprofile: Whitespaces changes only by Robert Richter · 15 years ago
  68. 44ab9a6 x86/oprofile: Rework and simplify nmi_cpu_setup() by Robert Richter · 15 years ago
  69. debc6a6 Merge commit 'v2.6.31-rc3'; commit 'tip/oprofile' into oprofile/core by Robert Richter · 15 years ago
  70. 8d7ff4f x86/oprofile: rename kernel parameter for architectural perfmon to arch_perfmon by Robert Richter · 15 years ago
  71. 802070f x86/oprofile: fix initialization of arch_perfmon for core_i7 by Robert Richter · 15 years ago
  72. 1241eb8 Merge commit 'tip/perfcounters-for-linus' into oprofile/master by Robert Richter · 15 years ago
  73. 1a245c4 x86/oprofile: remove some local variables in MSR save/restore functions by Robert Richter · 15 years ago
  74. 95e74e6 x86/oprofile: use 64 bit values to save MSR states by Robert Richter · 15 years ago
  75. 3370d35 x86/oprofile: replace macros to calculate control register by Robert Richter · 15 years ago
  76. ef8828d x86/oprofile: pass the model to setup_ctrs() functions by Robert Richter · 15 years ago
  77. d20f24c x86/oprofile: simplify AMD cpu init code by Robert Richter · 15 years ago
  78. 940010c Merge branch 'linus' into perfcounters/core by Ingo Molnar · 15 years ago
  79. e419294 x86/oprofile: moving arch_perfmon counter setup to op_x86_model_spec.init by Robert Richter · 16 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. 5b75af0 perfcounters: fix "perf counters kill oprofile" bug by Mike Galbraith · 15 years ago
  85. 3d337c6 x86/oprofile: fix Intel cpu family 6 detection by William Cohen · 16 years ago
  86. 5a28939 Merge branch 'oprofile/x86-oprofile-for-tip' into oprofile/oprofile-for-tip by Robert Richter · 16 years ago
  87. 69046d4 x86/oprofile: reordering functions in nmi_int.c by Robert Richter · 16 years ago
  88. b991702 oprofile: Implement Intel architectural perfmon support by Andi Kleen · 16 years ago
  89. f645f64 oprofile: Don't report Nehalem as core_2 by Andi Kleen · 16 years ago
  90. 0d15504 Merge branch 'oprofile-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile into oprofile by Ingo Molnar · 16 years ago
  91. 59293c8 Merge commit 'v2.6.27-rc8' into oprofile by Ingo Molnar · 16 years ago
  92. f78e802 Merge commit 'v2.6.27-rc5' into tip/oprofile by Robert Richter · 16 years ago
  93. 4c168ea Revert "Oprofile Multiplexing Patch" by Robert Richter · 16 years ago
  94. 45f197a x86, oprofile: BUG: using smp_processor_id() in preemptible code by Andrea Righi · 16 years ago
  95. b61e06f x86, oprofile: BUG scheduling while atomic by Andrea Righi · 16 years ago
  96. 80a8c9f x86: fix oprofile + hibernation badness by Andi Kleen · 16 years ago
  97. 7e7b438 x86/oprofile: fix on_each_cpu build error by Robert Richter · 16 years ago
  98. 1a960b4 Oprofile Multiplexing Patch by Jason Yeh · 16 years ago
  99. 270d3e1 OProfile: enable IBS for AMD CPUs by Robert Richter · 16 years ago
  100. 6657fe4 x86/oprofile: renaming athlon_*() into op_amd_*() by Robert Richter · 16 years ago