1. 1f7c645 tools/perf/build: Fix O=/some/dir perf.o type of targets by Ingo Molnar · 11 years ago
  2. b102420 tools/perf/build: Fix non-canonical directory names in O= by Ingo Molnar · 11 years ago
  3. 684f434 tools/perf/build: Exclude MAKEFLAGS from nested invocation by Ingo Molnar · 11 years ago
  4. 1c2d1d8 tools/perf/build: Make sure autodep feature binaries honor the O= setting by Ingo Molnar · 11 years ago
  5. b016a0d tools/perf/build: Pass through all targets to Makefile.perf by Ingo Molnar · 11 years ago
  6. 3ca576a tools/perf/build: Collapse the test-all.c testcase by Ingo Molnar · 11 years ago
  7. 1e3f30f tools/perf/build: Clean up various testcases by Ingo Molnar · 11 years ago
  8. 0648f83 tools/perf/build: Remove unused config/feature-tests.mak by Ingo Molnar · 11 years ago
  9. 1c47661 tools/perf/build: Split out feature checks: 'liberty', 'liberty-z', 'cplus-demangle' by Ingo Molnar · 11 years ago
  10. 73a725f tools/perf/build: Standardize the various messages output by parallel make by Ingo Molnar · 11 years ago
  11. bd69cc2 tools/perf/build: Flip Makefile.parallel and Makefile.perf by Ingo Molnar · 11 years ago
  12. 2cfbe88 tools/perf/build: Automatically build in parallel, based on number of CPUs in the system by Ingo Molnar · 11 years ago
  13. b3b64a1 tools/perf/build: Improve printout-of auto-detected features by Ingo Molnar · 11 years ago
  14. f1138ec tools/perf/build: Speed up auto-detection by Ingo Molnar · 11 years ago
  15. de0f03f tools/perf/build: Invoke feature-checks 'clean' target from the main Makefile by Ingo Molnar · 11 years ago
  16. 31f6be6 tools/perf: Fix double/triple-build of the feature detection logic during 'make install' et al by Ingo Molnar · 11 years ago
  17. c9404c6 tools/perf/build: Speed up the final link by Ingo Molnar · 11 years ago
  18. c72e3f0 tools/perf/build: Speed up git-version test on re-make by Ingo Molnar · 11 years ago
  19. baa9c30 tools/perf/build: Speed up auto-detection of features by adding a 'test-all' target by Ingo Molnar · 11 years ago
  20. fb1c918 tools/perf: Turn strlcpy() into a __weak function by Ingo Molnar · 11 years ago
  21. 7a10822 tools/perf: Clean up util/include/linux/compiler.h by Ingo Molnar · 11 years ago
  22. 4cc9117 tools/perf/build: Split out feature check: 'backtrace' by Ingo Molnar · 11 years ago
  23. 34ef216 tools/perf/build: Split out feature check: 'on-exit' by Ingo Molnar · 11 years ago
  24. d0707c9 tools/perf/build: Split out feature check: 'strlcpy' by Ingo Molnar · 11 years ago
  25. 3b7646e tools/perf/build: Split out feature check: 'libbfd' by Ingo Molnar · 11 years ago
  26. 95d061c tools/perf/build: Split out feature check: 'libpython-version' by Ingo Molnar · 11 years ago
  27. 9734163 tools/perf/build: Split out feature check: 'libpython' by Ingo Molnar · 11 years ago
  28. 7181a67 tools/perf/build: Split out feature check: 'libperl' by Ingo Molnar · 11 years ago
  29. c7a79e9 tools/perf/build: Split out feature check: 'gtk2-infobar' by Ingo Molnar · 11 years ago
  30. 7ef9e05 tools/perf/build: Split out feature check: 'gtk2' by Ingo Molnar · 11 years ago
  31. b9498b5 tools/perf/build: Split out feature check: 'libslang' by Ingo Molnar · 11 years ago
  32. d795a65 tools/perf/build: Split out feature check: 'libaudit' by Ingo Molnar · 11 years ago
  33. 058f952 tools/perf/build: Split out feature check: 'libunwind' by Ingo Molnar · 11 years ago
  34. 308e1e7 tools/perf/build: Clean up the libunwind logic in config/Makefile by Ingo Molnar · 11 years ago
  35. b7bcef6 tools/perf/build: Split out feature check: 'libelf-getphdrnum' by Ingo Molnar · 11 years ago
  36. 8869b17 tools/perf/build: Split out feature check: 'libelf-mmap' by Ingo Molnar · 11 years ago
  37. fb3d333 tools/perf/build: Clean up the mmap logic in config/Makefile by Ingo Molnar · 11 years ago
  38. 8295d4e tools/perf/build: Split out feature check: 'dwarf' by Ingo Molnar · 11 years ago
  39. e12762c tools/perf/build: Split out feature check: 'glibc' by Ingo Molnar · 11 years ago
  40. 8f7f800 tools/perf/build: Split out feature check: 'libelf' by Ingo Molnar · 11 years ago
  41. 50eed7a tools/perf/build: Clean up the libelf logic in config/Makefile by Ingo Molnar · 11 years ago
  42. 78e9d65 tools/perf/build: Split out feature check: 'bionic' by Ingo Molnar · 11 years ago
  43. 1ea6f99 tools/perf/build: Split out feature check: 'fortify-source' by Ingo Molnar · 11 years ago
  44. c251044 tools/perf/build: Split out feature check: 'volatile-register-var' by Ingo Molnar · 11 years ago
  45. 430be5a tools/perf/build: Split out feature check: 'stackprotector' by Ingo Molnar · 11 years ago
  46. 90ac542 tools/perf/build: Split out feature check: 'stackprotector-all' by Ingo Molnar · 11 years ago
  47. 3ae069c tools/perf/build: Split out feature check: 'libnuma' by Ingo Molnar · 11 years ago
  48. 8b6eb56 tools/perf/build: Add 'autodep' functionality, generate feature test dependencies automatically by Ingo Molnar · 11 years ago
  49. b6aa997 tools/perf/build: Add feature check core code by Ingo Molnar · 11 years ago
  50. 89fe808 tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORT by Ingo Molnar · 11 years ago
  51. 429eb05 Merge branch 'perf/urgent' into tools/perf/build by Ingo Molnar · 11 years ago
  52. 1651d12 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
  53. b314e5c perf session: Fix infinite loop on invalid perf.data file by Namhyung Kim · 11 years ago
  54. 027a7e8 perf tools: Fix installation of libexec components by Arnaldo Carvalho de Melo · 11 years ago
  55. e08cfd4 perf probe: Fix to find line information for probe list by Masami Hiramatsu · 11 years ago
  56. 47a92b8 perf tools: Fix libaudit test by Arnaldo Carvalho de Melo · 11 years ago
  57. d20a47e perf stat: Set child_pid after perf_evlist__prepare_workload() by Namhyung Kim · 11 years ago
  58. 6adb0b0 perf tools: Add default handler for mmap2 events by David Ahern · 11 years ago
  59. b7af41a perf/x86: Suppress duplicated abort LBR records by Andi Kleen · 11 years ago
  60. 475eeab tools/perf: Add support for record transaction flags by Andi Kleen · 11 years ago
  61. 0126d49 tools/perf/record: Add abort_tx,no_tx,in_tx branch filter options to perf record -j by Andi Kleen · 11 years ago
  62. f5d05bc tools/perf: Support sorting by in_tx or abort branch flags by Andi Kleen · 11 years ago
  63. a405bad perf/x86: Add Haswell specific transaction flag reporting by Andi Kleen · 11 years ago
  64. fdfbbd0 perf: Add generic transaction flags by Andi Kleen · 11 years ago
  65. 4cabc3d tools/perf/stat: Add perf stat --transaction by Andi Kleen · 11 years ago
  66. 723478c perf: Enforce 1 as lower limit for perf_event_max_sample_rate by Knut Petersen · 11 years ago
  67. 354cc40 tools/perf: Fix sorting for 64bit entries by Andi Kleen · 11 years ago
  68. fafd883 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 11 years ago
  69. d8b11a0 perf/x86: Clean up cap_user_time* setting by Peter Zijlstra · 11 years ago
  70. 9886167 perf: Fix perf_pmu_migrate_context by Peter Zijlstra · 11 years ago
  71. cac6653 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  72. b97b869 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  73. 14951f2 Revert "perf symbols: Demangle cloned functions" by Ingo Molnar · 11 years ago
  74. 6654417 Merge branch 'msm-fixes-3.12-rc2' of git://people.freedesktop.org/~robclark/linux into drm-fixes by Dave Airlie · 11 years ago
  75. 669fc2f Merge branches 'sched-urgent-for-linus', 'timers-urgent-for-linus' and 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  76. 9b565a8 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  77. ddd23eb Merge tag 'xfs-for-linus-v3.12-rc3' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 11 years ago
  78. 057d5e9 Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 11 years ago
  79. ec220be Merge tag 'pm+acpi-3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  80. f41f064 PCI: Workaround missing pci_set_master in pci drivers by Yinghai Lu · 11 years ago
  81. aeebc26 Merge branch 'lockref' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 11 years ago
  82. 3a126f8 kernel/params: fix handling of signed integer types by Jean Delvare · 11 years ago
  83. f2e98aa Merge tag 'devicetree-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 11 years ago
  84. 874db4d Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 11 years ago
  85. bf41691 i2c: ismt: initialize DMA buffer by James Ralston · 11 years ago
  86. 30600a9 drm/msm: use drm_gem_dumb_destroy helper by Rob Clark · 11 years ago
  87. 33b5596 drm/msm: deal with mach/iommu.h removal by Rob Clark · 11 years ago
  88. 8a3da6c7 perf/x86: Fix PMU detection printout when no PMU is detected by Ingo Molnar · 11 years ago
  89. c55d1c4 drm/msm: Remove iommu include from mdp4_kms.c by Joerg Roedel · 11 years ago
  90. e4826a9 drm/msm: Odd PTR_ERR usage by Thomas Meyer · 11 years ago
  91. efc1d23 s390: enable ARCH_USE_CMPXCHG_LOCKREF by Heiko Carstens · 11 years ago
  92. 491f6f8e lockref: use arch_mutex_cpu_relax() in CMPXCHG_LOOP() by Heiko Carstens · 11 years ago
  93. 083986e mutex: replace CONFIG_HAVE_ARCH_MUTEX_CPU_RELAX with simple ifdef by Heiko Carstens · 11 years ago
  94. 62d08ae Merge branch 'context_tracking/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into sched/urgent by Ingo Molnar · 11 years ago
  95. 41ed7fe Merge branch 'drm-fixes-3.12' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 11 years ago
  96. 36dec40 Merge tag 'drm-intel-fixes-2013-09-26' of git://people.freedesktop.org/~danvet/drm-intel into drm-fixes by Dave Airlie · 11 years ago
  97. 6cac446 Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 11 years ago
  98. a7301fc Merge tag 'sound-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 11 years ago
  99. d3aa026 Merge tag 'fbdev-fixes-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux by Linus Torvalds · 11 years ago
  100. e1f8826 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 11 years ago