1. c17c8fb oprofile/x86: use kzalloc() instead of kmalloc() by Robert Richter · 15 years ago
  2. 68dc819 oprofile/x86: fix perfctr nmi reservation for mulitplexing by Robert Richter · 15 years ago
  3. e83e452 oprofile/x86: add Xeon 7500 series support by Andi Kleen · 15 years ago
  4. d8cc108 oprofile/x86: fix crash when profiling more than 28 events by Suravee Suthikulpanit · 15 years ago
  5. 11be1a7 x86/oprofile: Add counter reservation check for virtual counters by Robert Richter · 15 years ago
  6. 61d149d x86/oprofile: Implement op_x86_virt_to_phys() by Robert Richter · 15 years ago
  7. 1b294f5 oprofile: Adding switch counter to oprofile statistic variables by Robert Richter · 15 years ago
  8. 4d015f7 x86/oprofile: Implement mux_clone() by Robert Richter · 15 years ago
  9. 5280514 x86/oprofile: Enable multiplexing only if the model supports it by Robert Richter · 15 years ago
  10. 39e97f4 x86/oprofile: Add function has_mux() to check multiplexing support by Robert Richter · 15 years ago
  11. 52471c6 x86/oprofile: Modify initialization of num_virt_counters by Robert Richter · 15 years ago
  12. 259a83a x86/oprofile: Remove const qualifier from struct op_x86_model_spec by Robert Richter · 15 years ago
  13. b28d1b9 x86/oprofile: Moving nmi_cpu_switch() in nmi_int.c by Robert Richter · 15 years ago
  14. d0f585d x86/oprofile: Moving nmi_cpu_save/restore_mpx_registers() in nmi_int.c by Robert Richter · 15 years ago
  15. 48fb4b4 x86/oprofile: Moving nmi_setup_cpu_mux() in nmi_int.c by Robert Richter · 15 years ago
  16. 6ab82f9 x86/oprofile: Implement multiplexing setup/shutdown functions by Robert Richter · 15 years ago
  17. d8471ad oprofile: Introduce op_x86_phys_to_virt() by Robert Richter · 15 years ago
  18. 6bfccd0 x86/oprofile: Fix initialization of switch_index by Robert Richter · 15 years ago
  19. 82a2252 x86/oprofile: Use per_cpu() instead of __get_cpu_var() by Robert Richter · 15 years ago
  20. 4d4036e oprofile: Implement performance counter multiplexing by Jason Yeh · 15 years ago
  21. 6e63ea4 x86/oprofile: Whitespaces changes only by Robert Richter · 15 years ago
  22. 44ab9a6 x86/oprofile: Rework and simplify nmi_cpu_setup() by Robert Richter · 15 years ago
  23. debc6a6 Merge commit 'v2.6.31-rc3'; commit 'tip/oprofile' into oprofile/core by Robert Richter · 15 years ago
  24. 8d7ff4f x86/oprofile: rename kernel parameter for architectural perfmon to arch_perfmon by Robert Richter · 15 years ago
  25. 802070f x86/oprofile: fix initialization of arch_perfmon for core_i7 by Robert Richter · 15 years ago
  26. 1241eb8 Merge commit 'tip/perfcounters-for-linus' into oprofile/master by Robert Richter · 15 years ago
  27. 1a245c4 x86/oprofile: remove some local variables in MSR save/restore functions by Robert Richter · 15 years ago
  28. 95e74e6 x86/oprofile: use 64 bit values to save MSR states by Robert Richter · 15 years ago
  29. 3370d35 x86/oprofile: replace macros to calculate control register by Robert Richter · 15 years ago
  30. ef8828d x86/oprofile: pass the model to setup_ctrs() functions by Robert Richter · 15 years ago
  31. d20f24c x86/oprofile: simplify AMD cpu init code by Robert Richter · 16 years ago
  32. 940010c Merge branch 'linus' into perfcounters/core by Ingo Molnar · 15 years ago
  33. e419294 x86/oprofile: moving arch_perfmon counter setup to op_x86_model_spec.init by Robert Richter · 16 years ago
  34. 7e4e0bd oprofile: introduce module_param oprofile.cpu_type by Robert Richter · 15 years ago
  35. 6adf406 oprofile: add support for Core i7 and Atom by Andi Kleen · 15 years ago
  36. 1f3d7b6 oprofile: remove undocumented oprofile.p4force option by Andi Kleen · 15 years ago
  37. 1dcdb5a oprofile: re-add force_arch_perfmon option by Andi Kleen · 15 years ago
  38. 5b75af0 perfcounters: fix "perf counters kill oprofile" bug by Mike Galbraith · 16 years ago
  39. 3d337c6 x86/oprofile: fix Intel cpu family 6 detection by William Cohen · 16 years ago
  40. 5a28939 Merge branch 'oprofile/x86-oprofile-for-tip' into oprofile/oprofile-for-tip by Robert Richter · 16 years ago
  41. 69046d4 x86/oprofile: reordering functions in nmi_int.c by Robert Richter · 16 years ago
  42. b991702 oprofile: Implement Intel architectural perfmon support by Andi Kleen · 16 years ago
  43. f645f64 oprofile: Don't report Nehalem as core_2 by Andi Kleen · 16 years ago
  44. 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
  45. 59293c8 Merge commit 'v2.6.27-rc8' into oprofile by Ingo Molnar · 16 years ago
  46. f78e802 Merge commit 'v2.6.27-rc5' into tip/oprofile by Robert Richter · 16 years ago
  47. 4c168ea Revert "Oprofile Multiplexing Patch" by Robert Richter · 16 years ago
  48. 45f197a x86, oprofile: BUG: using smp_processor_id() in preemptible code by Andrea Righi · 16 years ago
  49. b61e06f x86, oprofile: BUG scheduling while atomic by Andrea Righi · 16 years ago
  50. 80a8c9f x86: fix oprofile + hibernation badness by Andi Kleen · 16 years ago
  51. 7e7b438 x86/oprofile: fix on_each_cpu build error by Robert Richter · 16 years ago
  52. 1a960b4 Oprofile Multiplexing Patch by Jason Yeh · 16 years ago
  53. 270d3e1 OProfile: enable IBS for AMD CPUs by Robert Richter · 16 years ago
  54. 6657fe4 x86/oprofile: renaming athlon_*() into op_amd_*() by Robert Richter · 16 years ago
  55. adf5ec0 x86/oprofile: introduce model specific init/exit functions by Robert Richter · 16 years ago
  56. 12f2b26 oprofile: Add support for AMD Family 11h by Barry Kasindorf · 16 years ago
  57. 4b9f12a x86/oprofile/nmi_int: add Nehalem to list of ppro cores by Linus Torvalds · 16 years ago
  58. 1a781a7 Merge branch 'generic-ipi' into generic-ipi-for-linus by Ingo Molnar · 16 years ago
  59. 15c8b6c on_each_cpu(): kill unused 'retry' parameter by Jens Axboe · 16 years ago
  60. 93e1ade x86/oprofile: disable preemption in nmi_shutdown by Vegard Nossum · 16 years ago
  61. d18d00f x86: oprofile: remove NR_CPUS arrays in arch/x86/oprofile/nmi_int.c by Mike Travis · 17 years ago
  62. b75f53d x86: fix style errors in nmi_int.c by Carlos R. Mafra · 17 years ago
  63. af5ca3f Driver core: change sysdev classes to use dynamic kobject names by Kay Sievers · 17 years ago
  64. e107ebe x86: add support for the latest Intel processors to Oprofile by Arjan van de Ven · 17 years ago
  65. 0f8e45a i386: make Oprofile call shutdown() only once per session by Stephane Eranian · 17 years ago
  66. ff43956 i386: move oprofile by Thomas Gleixner · 17 years ago[Renamed from arch/i386/oprofile/nmi_int.c]
  67. 0939c17 x86: fix oprofile double free by Chris Wright · 17 years ago
  68. 6c977aa i386: Fix K8/core2 oprofile on multiple CPUs by Andi Kleen · 17 years ago
  69. 1eeb66a move die notifier handling to common code by Christoph Hellwig · 17 years ago
  70. 2a12652 [PATCH] i386: Support Oprofile for AMD Family 10 CPUs by Andi Kleen · 17 years ago
  71. 405ae7d Replace remaining references to "driverfs" with "sysfs". by Robert P. J. Day · 18 years ago
  72. c7c19f8 [PATCH] i386: make functions static by Adrian Bunk · 18 years ago
  73. 2fbe7b2 [PATCH] i386/x86-64: Remove un/set_nmi_callback and reserve/release_lapic_nmi functions by Don Zickus · 18 years ago
  74. cb9c448 [PATCH] i386: Utilize performance counter reservation framework in oprofile by Don Zickus · 18 years ago
  75. f04b92e [PATCH] i386/x86-64: Add core 2 to oprofile by Benjamin LaHaise · 18 years ago
  76. 1cfcea1 [PATCH] x86_64: Allow oprofile for model P4 models by Andi Kleen · 18 years ago
  77. 0c6856f [PATCH] oprofile: Fix unnecessary cleverness by Markus Armbruster · 18 years ago
  78. 64471eb [PATCH] Add Core Solo and Core Duo support to oprofile by Benjamin LaHaise · 18 years ago
  79. c8912599 [PATCH] for_each_possible_cpu: i386 by KAMEZAWA Hiroyuki · 19 years ago
  80. 394e390 [PATCH] more for_each_cpu() conversions by Andrew Morton · 19 years ago
  81. 96d0821 [PATCH] Fix function/macro name collision on i386 oprofile by David Gibson · 19 years ago
  82. 438510f [PATCH] pm_message_t: more fixes in common and i386 by Pavel Machek · 20 years ago
  83. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago