1. e712209 perf: Fix hypervisor branch sampling permission check by Stephane Eranian · 12 years ago
  2. eff2108 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 12 years ago
  3. f1a5278 perf/x86: Fix broken PEBS-LL support on SNB-EP/IVB-EP by Stephane Eranian · 12 years ago
  4. 9bb5d40 perf: Fix mmap() accounting hole by Peter Zijlstra · 12 years ago
  5. afb7119 Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 12 years ago
  6. c3c4470 perf tools: Add missing liblk.a dependency for python/perf.so by Jiri Olsa · 12 years ago
  7. 0dce60f perf tools: Remove '?=' Makefile STRIP assignment by Jiri Olsa · 12 years ago
  8. 2fe7374 perf tools: Replace multiple line assignment with multiple statements by Jiri Olsa · 12 years ago
  9. 8e1b3f6 perf tools: Replace tabs with spaces for all non-commands statements by Jiri Olsa · 12 years ago
  10. 4e22db4 perf tools: Add NO_BIONIC variable to confiure bionic setup by Jiri Olsa · 12 years ago
  11. 7c53746 perf tools: Switch to full path C include directories by Jiri Olsa · 12 years ago
  12. 1e9f7aa perf tools: Merge all *LDFLAGS* make variable into LDFLAGS by Jiri Olsa · 12 years ago
  13. 9c12cf9 perf tools: Merge all *CFLAGS* make variable into CFLAGS by Jiri Olsa · 12 years ago
  14. 0817df0 perf evlist: Reset SIGTERM handler in workload child process by David Ahern · 12 years ago
  15. fd85178 perf: Expand definition of sysfs format attribute by Michael Ellerman · 12 years ago
  16. 54aa3b9 perf: Power7 Update testing ABI to list CPI-stack events by Sukadev Bhattiprolu · 12 years ago
  17. bd1060e perf: Power7: Make CPI stack events available in sysfs by Sukadev Bhattiprolu · 12 years ago
  18. 3c4797d tools lib lk: Respect CROSS_COMPILE by Rabin Vincent · 12 years ago
  19. 0ac129e perf tools: Remove cwdlen from struct perf_session by Jiri Olsa · 12 years ago
  20. 78e3a1f perf tools: Remove frozen from perf_header struct by Jiri Olsa · 12 years ago
  21. 66cd3f3 perf tests: Fix exclude_guest|exclude_host checking for attr tests by Jiri Olsa · 12 years ago
  22. 8e72a67 perf tests: Fix attr test for record -d option by Jiri Olsa · 12 years ago
  23. 4ddc929 perf tools: Final touches for CHK config move by Jiri Olsa · 12 years ago
  24. cd1c39f perf tools: Move paths config into config/Makefile by Jiri Olsa · 12 years ago
  25. 58a0abd perf tools: Move libnuma check config into config/Makefile by Jiri Olsa · 12 years ago
  26. a1c7c9e perf tools: Move stdlib check config into config/Makefile by Jiri Olsa · 12 years ago
  27. c3cf836 perf tools: Move libbfd check config into config/Makefile by Jiri Olsa · 12 years ago
  28. 6e533cf perf tools: Move libpython check config into config/Makefile by Jiri Olsa · 12 years ago
  29. 3082cb3 perf tools: Move libperl check config into config/Makefile by Jiri Olsa · 12 years ago
  30. 58cabf6 perf tools: Move gtk2 check config into config/Makefile by Jiri Olsa · 12 years ago
  31. 4a8f888 perf tools: Move slang check config into config/Makefile by Jiri Olsa · 12 years ago
  32. a827952 perf tools: Move libaudit check config into config/Makefile by Jiri Olsa · 12 years ago
  33. 0e433fe perf tools: Move libunwind check config into config/Makefile by Jiri Olsa · 12 years ago
  34. 779724f perf tools: Move libdw check config into config/Makefile by Jiri Olsa · 12 years ago
  35. cf4cca1 perf tools: Move libelf check config into config/Makefile by Jiri Olsa · 12 years ago
  36. 362493f perf tools: Move compiler and linker flags check into config/Makefile by Jiri Olsa · 12 years ago
  37. a32f493 perf tools: Move programs check into config/Makefile by Jiri Olsa · 12 years ago
  38. 8bd407b perf tools: Move arch check into config/Makefile by Jiri Olsa · 12 years ago
  39. 095ae69 perf tools: Add automated make test suite by Jiri Olsa · 12 years ago
  40. 70c57ef perf tools: Save parent pid in thread struct by David Ahern · 12 years ago
  41. 45528f7 perf stats: Fix divide by 0 in variance by David Ahern · 12 years ago
  42. 6ca5f30 perf kvm: Handle realloc failures by David Ahern · 12 years ago
  43. b69e63a perf evsel: Fix printing of perf_event_paranoid message by David Ahern · 12 years ago
  44. ffcbaa1 perf test: Fix typo by Arnaldo Carvalho de Melo · 12 years ago
  45. 4d23322 perf hists: Rename hist_entry__add_pair arguments by Jiri Olsa · 12 years ago
  46. 367c53c perf diff: Use internal rb tree for hists__precompute by Jiri Olsa · 12 years ago
  47. eec574e perf report: Add report.percent-limit config variable by Namhyung Kim · 12 years ago
  48. fa5df94 perf top: Add --percent-limit option by Namhyung Kim · 12 years ago
  49. 064f198 perf report: Add --percent-limit option by Namhyung Kim · 12 years ago
  50. f3dd198 perf report: Don't bother locking when adding hist entries by Namhyung Kim · 12 years ago
  51. 27a0dcb perf hists: Move locking to its call-sites by Namhyung Kim · 12 years ago
  52. 3a5714f perf top: Get rid of *_threaded() functions by Namhyung Kim · 12 years ago
  53. 6f29097 perf top: Fix percent output when no samples collected by Namhyung Kim · 12 years ago
  54. 933cbb1 perf top: Fix -E option behavior by Namhyung Kim · 12 years ago
  55. 804f7ac perf record: handle death by SIGTERM by David Ahern · 12 years ago
  56. 89365e6 perf tools: Handle JITed code in shared memory by Andi Kleen · 12 years ago
  57. b3539d2 perf tests: Fix compile errors in bp_signal files by Sukadev Bhattiprolu · 12 years ago
  58. f9619d69 perf tools: Fix tab vs spaces issue in Makefile ifdef/endif by Jiri Olsa · 12 years ago
  59. 9c796ec perf hists browser: Use sort__has_sym by Arnaldo Carvalho de Melo · 12 years ago
  60. 8f0f684 perf top: Use sort__has_sym by Namhyung Kim · 12 years ago
  61. 930477b perf sort: Cleanup sort__has_sym setting by Namhyung Kim · 12 years ago
  62. dfd3b2f perf sort: Reorder HISTC_SRCLINE index by Namhyung Kim · 12 years ago
  63. bc8b8c0 perf archive: Fix typo on Documentation by Arnaldo Carvalho de Melo · 12 years ago
  64. 08e7154 perf sort: Consolidate sort_entry__setup_elide() by Namhyung Kim · 12 years ago
  65. afab87b perf sort: Separate out memory-specific sort keys by Namhyung Kim · 12 years ago
  66. 2f532d09 perf sort: Factor out common code in sort_dimension__add() by Namhyung Kim · 12 years ago
  67. 55369fc perf sort: Introduce sort__mode variable by Namhyung Kim · 12 years ago
  68. ded19d5 perf report: Fix alignment of symbol column when -v is given by Namhyung Kim · 12 years ago
  69. ceb2acb perf hists: Free unused mem info of a matched hist entry by Namhyung Kim · 12 years ago
  70. 26353a6 perf hists: Fix an invalid memory free on he->branch_info by Namhyung Kim · 12 years ago
  71. 6956664 perf tools: Fix bug in isupper() and islower() by Sukadev Bhattiprolu · 12 years ago
  72. c0ffaf3 watchdog: Remove softlockup_thresh from Documentation by Li Zefan · 12 years ago
  73. 08825c9 watchdog: Document watchdog_thresh sysctl by Li Zefan · 12 years ago
  74. a6572f8 watchdog: Disallow setting watchdog_thresh to -1 by Li Zefan · 12 years ago
  75. 26cb63a perf: Fix perf mmap bugs by Peter Zijlstra · 12 years ago
  76. 7b959fc kprobes: Fix to free gone and unused optprobes by Masami Hiramatsu · 12 years ago
  77. 1b45adc perf/x86/amd: Rework AMD PMU init code by Peter Zijlstra · 12 years ago
  78. 2b923c8 perf/x86: Check branch sampling priv level in generic code by Stephane Eranian · 12 years ago
  79. 13acac3 perf/x86/intel: Prevent some shift wrapping bugs in the Intel uncore driver by Dan Carpenter · 12 years ago
  80. 62b8563 perf: Add sysfs entry to adjust multiplexing interval per PMU by Stephane Eranian · 12 years ago
  81. 9e63020 perf: Use hrtimers for event multiplexing by Stephane Eranian · 12 years ago
  82. ab57384 perf: Fix hw breakpoints overflow period sampling by Jiri Olsa · 12 years ago
  83. ddd40da x86/signals: Merge EFLAGS bit clearing into a single statement by Jiri Olsa · 12 years ago
  84. 24cda10 x86/signals: Clear RF EFLAGS bit for signal handler by Jiri Olsa · 12 years ago
  85. 5e219b3 x86/signals: Propagate RF EFLAGS bit through the signal restore call by Jiri Olsa · 12 years ago
  86. e4aa937 Linux 3.10-rc3 by Linus Torvalds · 12 years ago
  87. ab465df ipc/sem.c: Fix missing wakeups in do_smart_update_queue() by Manfred Spraul · 12 years ago
  88. 89ff778 Merge tag 'nfs-for-3.10-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  89. 932ff06 Merge tag 'edac_fixes_for_3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp by Linus Torvalds · 12 years ago
  90. 95f4838 Merge branch 'parisc-for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 12 years ago
  91. 088d812 Merge tag 'for-linus-v3.10-rc3' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 12 years ago
  92. 72de4c6 Merge tag 'for-v3.10-fixes' of git://git.infradead.org/battery-2.6 by Linus Torvalds · 12 years ago
  93. 1aad08d Merge tag 'pm+acpi-3.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  94. 27a24cf Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 12 years ago
  95. 6b3f7b5 score: remove redundant kcore_list entries by Kyle McMartin · 12 years ago
  96. 462a2b5 Merge tag 'arc-v3.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 12 years ago
  97. 4dd9aa8 Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  98. 7bb66f6 ARC: lazy dcache flush broke gdb in non-aliasing configs by Vineet Gupta · 12 years ago
  99. 9cf1848 Merge branch 'akpm' (incoming from Andrew Morton) by Linus Torvalds · 12 years ago
  100. 00cec11 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago