1. 163b099 x86: Fix various typos in comments, take #2 by Ingo Molnar · 4 years ago
  2. d9f6e12 x86: Fix various typos in comments by Ingo Molnar · 4 years ago
  3. da97e18 perf_event: Add support for LSM and SELinux checks by Joel Fernandes (Google) · 5 years ago
  4. a97673a x86: Fix various typos in comments by Ingo Molnar · 6 years ago
  5. b45e4c4 x86: Mark various structures and functions as 'static' by Colin Ian King · 8 years ago
  6. 1ab9418 perf/x86/intel/p4: Trival indentation fix, remove space by Colin Ian King · 9 years ago
  7. 27f6d22 perf/x86: Move perf_event.h to its new home by Borislav Petkov · 9 years ago
  8. f03e97d perf/x86: Move perf_event_p4.c ............... => x86/events/intel/p4.c by Borislav Petkov · 9 years ago[Renamed (99%) from arch/x86/kernel/cpu/perf_event_p4.c]
  9. 89cbc76 x86: Replace __get_cpu_var uses by Christoph Lameter · 11 years ago
  10. 90ed5b0 perf/x86/p4: Block PMIs on init to prevent a stream of unkown NMIs by Don Zickus · 11 years ago
  11. 13beace perf/x86/p4: Fix counter corruption when using lots of perf groups by Don Zickus · 11 years ago
  12. 5ac2b5c perf/x86/intel/P4: Robistify P4 PMU types by Ingo Molnar · 12 years ago
  13. 15c7ad5 perf/x86: Rename Intel specific macros by Robert Richter · 13 years ago
  14. 715c85b x86, cpu: Rename checking_wrmsrl() to wrmsrl_safe() by H. Peter Anvin · 13 years ago
  15. fd0d000 perf: Pass last sampling period to perf_sample_data_init() by Robert Richter · 13 years ago
  16. 7b8e6da perf/x86/p4: Add format attributes by Peter Zijlstra · 13 years ago
  17. aa2bc1a perf: Don't use -ENOSPC for out of PMU resources by Peter Zijlstra · 13 years ago
  18. de0428a x86, perf: Clean up perf_event cpu code by Kevin Winchester · 14 years ago
  19. f53173e x86, perf: P4 PMU - Fix typos in comments and style cleanup by Cyrill Gorcunov · 14 years ago
  20. f912987 perf, x86: P4 PMU - Introduce event alias feature by Cyrill Gorcunov · 14 years ago
  21. 89d6c0b perf, arch: Add generic NODE cache events by Peter Zijlstra · 14 years ago
  22. a8b0ca1 perf: Remove the nmi parameter from the swevent and overflow interface by Peter Zijlstra · 14 years ago
  23. 1880c4a perf, x86: Add hw_watchdog_set_attr() in a sake of nmi-watchdog on P4 by Cyrill Gorcunov · 14 years ago
  24. 809435f Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/core by Ingo Molnar · 14 years ago
  25. 2bce5da perf, x86, nmi: Move LVT un-masking into irq handlers by Don Zickus · 14 years ago
  26. fa7b694 perf events, x86, P4: Fix typo in comment by Justin P. Mattock · 14 years ago
  27. 1ea5a6a perf, x86: P4 PMU - Don't forget to clear cpuc->active_mask on overflow by Cyrill Gorcunov · 14 years ago
  28. 103b393 perf, x86: P4 PMU -- Use perf_sample_data_init helper by Cyrill Gorcunov · 14 years ago
  29. 1d32188 perf, x86: P4 PMU - clean up the code a bit by Cyrill Gorcunov · 14 years ago
  30. 2a20b02 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  31. 242214f perf, x86: P4 PMU - Read proper MSR register to catch unflagged overflows by Don Zickus · 14 years ago
  32. 0d2eb44 x86: Fix common misspellings by Lucas De Marchi · 14 years ago
  33. 73d6e52 perf, x86: Store perfctr msr addresses in config_base/event_base by Robert Richter · 14 years ago
  34. 7d44ec1 perf, x86: P4 PMU: Fix spurious NMI messages by Cyrill Gorcunov · 14 years ago
  35. d038b12 perf: Fix Pentium4 raw event validation by Stephane Eranian · 14 years ago
  36. 047a377 perf, x86: P4 PMU - Fix unflagged overflows handling by Cyrill Gorcunov · 14 years ago
  37. 00e8976 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 14 years ago
  38. 03e2219 perf, x86: Handle in flight NMIs on P4 platform by Cyrill Gorcunov · 14 years ago
  39. 2aa61274 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 15 years ago
  40. de725de perf, x86: Fix handle_irq return values by Peter Zijlstra · 15 years ago
  41. c9cf4a0 perf, x86, Pentium4: Add RAW events verification by Cyrill Gorcunov · 15 years ago
  42. 8d33091 perf, x86, Pentium4: Clear the P4_CCCR_FORCE_OVF flag by Lin Ming · 15 years ago
  43. 1c250d7 perf, x86: P4 PMU -- update nmi irq statistics and unmask lvt entry properly by Cyrill Gorcunov · 15 years ago
  44. 39ef13a perf, x86: P4 PMU -- redesign cache events by Cyrill Gorcunov · 15 years ago
  45. 68aa00a perf, x86: Make a second write to performance counter if needed by Cyrill Gorcunov · 15 years ago
  46. 9d36dfc perf, x86: P4_pmu_schedule_events -- use smp_processor_id instead of raw_ by Cyrill Gorcunov · 15 years ago
  47. 623aab8 perf, x86: P4 PMU -- do a real check for ESCR address being in hash by Cyrill Gorcunov · 15 years ago
  48. ef4f30f perf, x86: P4 PMU -- fix typo in unflagged NMI handling by Cyrill Gorcunov · 15 years ago
  49. 0db1a7b perf, x86: P4 PMU -- handle unflagged events by Cyrill Gorcunov · 15 years ago
  50. 1ff3d7d x86, perf: P4 PMU - fix counters management logic by Cyrill Gorcunov · 15 years ago
  51. 7200199 x86, perf: P4 PMU -- use hash for p4_get_escr_idx() by Cyrill Gorcunov · 15 years ago
  52. c799316 x86, perf: P4 PMU -- check for proper event index in RAW events by Cyrill Gorcunov · 15 years ago
  53. 3f51b71 x86, perf: P4 PMU -- Get rid of redundant check for array index by Cyrill Gorcunov · 15 years ago
  54. 137351e x86, perf: P4 PMU -- protect sensible procedures from preemption by Cyrill Gorcunov · 15 years ago
  55. de902d9 x86, perf: P4 PMU -- configure predefined events by Cyrill Gorcunov · 15 years ago
  56. 9d0fcba6 perf, x86: Call x86_setup_perfctr() from .hw_config() by Robert Richter · 15 years ago
  57. caaa8be perf, x86: Fix __initconst vs const by Peter Zijlstra · 15 years ago
  58. b4cdc5c perf, x86: Fix up the ANY flag stuff by Peter Zijlstra · 15 years ago
  59. 948b1bb perf, x86: Undo some some *_counter* -> *_event* renames by Robert Richter · 15 years ago
  60. 11164cd perf, x86: Add Nehelem PMU programming errata workaround by Peter Zijlstra · 15 years ago
  61. d814f30 x86, perf: Add raw events support for the P4 PMU by Cyrill Gorcunov · 15 years ago
  62. 9c8c6bad x86, perf: Fix few cosmetic dabs for P4 pmu (comments and constantify) by Cyrill Gorcunov · 15 years ago
  63. cb7d6b5 perf, x86: Add cache events for the Pentium-4 PMU by Lin Ming · 15 years ago
  64. f34edbc perf, x86: Add a key to simplify template lookup in Pentium-4 PMU by Lin Ming · 15 years ago
  65. 7335f75 x86, perf: Use apic_write unconditionally by Cyrill Gorcunov · 15 years ago
  66. e449526 perf, x86: Enable not tagged retired instruction counting on P4s by Cyrill Gorcunov · 15 years ago
  67. 8576e19 x86, perf: Unmask LVTPC only if we have APIC supported by Cyrill Gorcunov · 15 years ago
  68. a072738 perf, x86: Implement initial P4 PMU driver by Cyrill Gorcunov · 15 years ago