1. 9515b2e perf util: Get rid of unused header_page_* variables by Namhyung Kim · 11 years ago
  2. 94b4d89 perf util: Parse header_page to get proper long size by Namhyung Kim · 11 years ago
  3. 2b2efc7 perf util: Skip reading header_event file by Namhyung Kim · 11 years ago
  4. 63af28f perf util: Make file/host_bigendian variable local by Namhyung Kim · 11 years ago
  5. 59657f9 perf util: Save long size of traced system by Namhyung Kim · 11 years ago
  6. 30f3676 perf util: Save page size in a trace file to pevent by Namhyung Kim · 11 years ago
  7. d6c2522 tools lib traceevent: Port kbuffer parser routines by Namhyung Kim · 11 years ago
  8. 012ac69 tools lib traceevent: Add page_size field to pevent by Namhyung Kim · 11 years ago
  9. 6a48aec tools lib traceevent: Add trace_seq_reset() by Namhyung Kim · 11 years ago
  10. 79d5adf tools lib traceevent: Add const qualifier to string arguments by Namhyung Kim · 11 years ago
  11. 4ccdf57 tools lib traceevent: Get rid of unused gui target by Namhyung Kim · 11 years ago
  12. 9f1efa8 tools lib traceevent: Remove unused install targets by Namhyung Kim · 11 years ago
  13. c5cd8ac perf parse events: Demystify memory allocations by David Ahern · 11 years ago
  14. c549aca perf tests: Make terms a stack variable in test_term by David Ahern · 11 years ago
  15. 0142dab perf tools: Don't free list head in parse_events__free_terms by David Ahern · 11 years ago
  16. b382440 perf evlist: Fix use of uninitialized variable by David Ahern · 11 years ago
  17. cfe0d8b perf tools: Make Power7 events available for perf by Runzhen Wang · 11 years ago
  18. d4ae0a6 perf report: Fix perf_session__delete removal by Jiri Olsa · 11 years ago
  19. ad3d6f5 perf tools: Do not elide parent symbol column by Jiri Olsa · 11 years ago
  20. e7c93f0 perf util: Use evsel->name to get tracepoint_paths by Namhyung Kim · 11 years ago
  21. 167aedc perf util: Move debugfs/tracing helper functions to util.c by Namhyung Kim · 11 years ago
  22. fa1531f perf tools: Remove callchain_cursor_reset call by Jiri Olsa · 11 years ago
  23. ba58041 perf tools: Add methods for setting/retrieving priv element of thread struct by David Ahern · 11 years ago
  24. 4e31902 perf tools: Use default include path notation for libtraceevent headers by Robert Richter · 11 years ago
  25. 450ac18 perf tests: Make TEST_ASSERT_VAL global by Jiri Olsa · 11 years ago
  26. 5888a8c perf tests: Omit end of the symbol check failure for test 1 by Jiri Olsa · 11 years ago
  27. eb4fe9c perf tools: Remove cwd from perf_session struct by Jiri Olsa · 11 years ago
  28. 0d3942d perf top: Add --objdump option by Sukadev Bhattiprolu · 11 years ago
  29. ec1e7e4 perf tools: Rename cpu_map__all() to cpu_map__empty() by Sukadev Bhattiprolu · 11 years ago
  30. 6751684 perf: Remove the 'match' callback for auxiliary events processing by Jiri Olsa · 11 years ago
  31. 058ebd0 perf: Fix perf_lock_task_context() vs RCU by Peter Zijlstra · 11 years ago
  32. 06f4179 perf: Remove WARN_ON_ONCE() check in __perf_event_enable() for valid scenario by Jiri Olsa · 11 years ago
  33. 734df5a perf: Clone child context from parent context pmu by Jiri Olsa · 11 years ago
  34. c3a1b0c Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 11 years ago
  35. 750ade7 perf script: Fix broken include in Context.xs by Ramkumar Ramachandra · 11 years ago
  36. d14c496 perf tools: Fix -ldw/-lelf link test when static linking by Mike Frysinger · 11 years ago
  37. a363a9d perf tools: Revert regression in configuration of Python support by Michael Witten · 11 years ago
  38. a4147f0 perf tools: Fix perf version generation by Robert Richter · 11 years ago
  39. 582ec082 perf stat: Fix per-socket output bug for uncore events by Stephane Eranian · 11 years ago
  40. f9ceffb perf symbols: Fix vdso list searching by Waiman Long · 11 years ago
  41. 54bd269 perf evsel: Fix missing increment in sample parsing by Adrian Hunter · 11 years ago
  42. 7e0d6fc perf tools: Update symbol_conf.nr_events when processing attribute events by Adrian Hunter · 11 years ago
  43. 4be8be6 perf tools: Fix new_term() missing free on error path by Adrian Hunter · 11 years ago
  44. b2c34fd perf tools: Fix parse_events_terms() segfault on error path by Adrian Hunter · 11 years ago
  45. 7cab84e perf evsel: Fix count parameter to read call in event_format__new by David Ahern · 11 years ago
  46. 7e40c92 perf tools: fix a typo of a Power7 event name by Runzhen Wang · 11 years ago
  47. 0276c22 perf tools: Fix -x/--exclude-other option for report command by Jiri Olsa · 11 years ago
  48. bcf3145 perf evlist: Enhance perf_evlist__start_workload() by Namhyung Kim · 11 years ago
  49. 4a4d371 perf record: Remove -f/--force option by Jiri Olsa · 11 years ago
  50. 563aecb perf record: Remove -A/--append option by Jiri Olsa · 11 years ago
  51. d07f0b1 perf stat: Avoid sending SIGTERM to random processes by Stephane Eranian · 11 years ago
  52. 079787f tools lib lk: Fix for cross build by Joonsoo Kim · 11 years ago
  53. 756bbc8 perf tools: Include termios.h explicitly by Joonsoo Kim · 11 years ago
  54. 1396672 perf bench: Fix memory allocation fail check in mem{set,cpy} workloads by Kirill A. Shutemov · 11 years ago
  55. 107de37 perf tools: Fix build errors with O and DESTDIR make vars set by Robert Richter · 11 years ago
  56. 761a0f3 perf tools: Fix output directory of Documentation/ by Robert Richter · 11 years ago
  57. 5125bc2 tools: Get only verbose output with V=1 by Robert Richter · 11 years ago
  58. e530292 perf: Fix interrupt handler timing harness by Stephane Eranian · 11 years ago
  59. 100ac53 perf/x86/amd: Do not print an error when the device is not present by Peter Zijlstra · 11 years ago
  60. 7c6809f Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  61. 96a3d99 Merge branch 'x86-tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  62. 3045f94 Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  63. 52e8ad9 Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  64. 1982269 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  65. fdd7888 Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  66. d652df0 Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  67. 4d6f843 Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  68. 55a0d3f Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  69. 35c23d5 Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  70. 57935b2 Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  71. 5f16a8c Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  72. 002e44b Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  73. e13053f Merge branch 'sched-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  74. 2d722f6 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  75. f0bb4c0 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  76. a4883ef Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  77. ab3d681 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  78. 0c46d68 Merge branch 'core-mutexes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  79. 3e42dee Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  80. 42daabf Merge tag 'late-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  81. 0bf6a21 Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  82. ee1a8d4 Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  83. 40e71e7 Merge tag 'boards-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  84. 3883cbb Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  85. d2033f2c Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  86. 22237d5 Merge tag 'fixes-non-critical-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  87. fc76a25 Merge tag 'driver-core-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  88. fe3c22b Merge tag 'char-misc-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 11 years ago
  89. ce49b628 Merge tag 'staging-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 11 years ago
  90. 0de10f9 Merge tag 'tty-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 11 years ago
  91. a842701 Merge tag 'usb-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 11 years ago
  92. bcd7351 Merge tag 'fscache-20130702' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 11 years ago
  93. 6072a93 Merge tag 'dlm-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm by Linus Torvalds · 11 years ago
  94. 3f490f7 Merge tag 'for-f2fs-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 11 years ago
  95. c4eb1b0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw by Linus Torvalds · 11 years ago
  96. 9e239bb Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  97. 63580e5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  98. 7747bd4 sync: don't block the flusher thread waiting on IO by Dave Chinner · 11 years ago
  99. a1dd3c1 f2fs: fix to recover i_size from roll-forward by Jaegeuk Kim · 11 years ago
  100. 5ebefc5 f2fs: remove the unused argument "sbi" of func destroy_fsync_dnodes() by Gu Zheng · 11 years ago