1. 675eef6 Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/core by Ingo Molnar · 14 years ago
  2. 96de37b tracing: Fix compile error when static ftrace is enabled by Steven Rostedt · 14 years ago
  3. 03f7038 Merge branch 'tip/x86/core-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/core by Ingo Molnar · 14 years ago
  4. 9e18342 perf kvm: Fix copy & paste error in description by Joerg Roedel · 14 years ago
  5. 466e287 perf script: Kill script_spec__delete by Namhyung Kim · 14 years ago
  6. 057a174 perf top: Fix a memory leak by Namhyung Kim · 14 years ago
  7. 15e6392 perf stat: Introduce get_ratio_color() helper by Namhyung Kim · 14 years ago
  8. 29c9862 perf session: Remove impossible condition check by Namhyung Kim · 14 years ago
  9. f232806 perf tools: Fix feature-bits rework fallout, remove unused variable by Ingo Molnar · 14 years ago
  10. 37a058e perf script: Add generic perl handler to process events by Robert Richter · 14 years ago
  11. b1e5a9b perf tools: Use for_each_set_bit() to iterate over feature flags by Robert Richter · 14 years ago
  12. e20960c perf tools: Unify handling of features when writing feature section by Robert Richter · 14 years ago
  13. efad141 perf report: Accept fifos as input file by Robert Richter · 14 years ago
  14. 1b54950 perf tools: Moving code in some files by Robert Richter · 14 years ago
  15. 002c4fd perf tools: Fix out-of-bound access to struct perf_session by Robert Richter · 14 years ago
  16. f7a8a13 perf tools: Continue processing header on unknown features by Robert Richter · 14 years ago
  17. 8cdfa78 perf tools: Improve macros for struct feature_ops by Robert Richter · 14 years ago
  18. 41d0d93 perf: builtin-record: Document and check that mmap_pages must be a power of two. by Nelson Elhage · 14 years ago
  19. 18e6093 perf: builtin-record: Provide advice if mmap'ing fails with EPERM. by Nelson Elhage · 14 years ago
  20. f41612f perf tools: Fix truncated annotation by Ingo Molnar · 14 years ago
  21. 64aab93 perf script: look up thread using tid instead of pid by David Ahern · 14 years ago
  22. f5faf72 perf tools: Look up thread names for system wide profiling by David Ahern · 14 years ago
  23. defd8d3 perf tools: Fix comm for processes with named threads by David Ahern · 14 years ago
  24. fb2bace perf report: Fix usage string by Namhyung Kim · 14 years ago
  25. 4218118 x86: Add counter when debug stack is used with interrupts enabled by Steven Rostedt · 14 years ago
  26. ccd49c2 x86: Allow NMIs to hit breakpoints in i386 by Steven Rostedt · 14 years ago
  27. 228bdaa x86: Keep current stack in NMI breakpoints by Steven Rostedt · 14 years ago
  28. 3f3c8b8 x86: Add workaround to NMI iret woes by Steven Rostedt · 14 years ago
  29. 1fd466e x86: Document the NMI handler about not using paranoid_exit by Steven Rostedt · 14 years ago
  30. 549c89b x86: Do not schedule while still in NMI context by Linus Torvalds · 14 years ago
  31. 38b78eb tracing: Factorize filter creation by Tejun Heo · 14 years ago
  32. 762e120 tracing: Have stack tracing set filtered functions at boot by Steven Rostedt · 14 years ago
  33. 2a85a37 ftrace: Allow access to the boot time function enabling by Steven Rostedt · 14 years ago
  34. d2d45c7 tracing: Have stack_tracer use a separate list of functions by Steven Rostedt · 14 years ago
  35. 69a3083 ftrace: Decouple hash items from showing filtered functions by Steven Rostedt · 14 years ago
  36. fc13cb0 ftrace: Allow other users of function tracing to use the output listing by Steven Rostedt · 14 years ago
  37. 06a51d9 ftrace: Create ftrace_hash_empty() helper routine by Steven Rostedt · 14 years ago
  38. c842e97 ftrace: Fix ftrace hash record update with notrace by Steven Rostedt · 14 years ago
  39. 5855fea ftrace: Use bsearch to find record ip by Steven Rostedt · 14 years ago
  40. 6895061 ftrace: Sort the mcount records on each page by Steven Rostedt · 14 years ago
  41. 85ae32a ftrace: Replace record newlist with record page list by Steven Rostedt · 14 years ago
  42. a790087 ftrace: Allocate the mcount record pages as groups by Steven Rostedt · 14 years ago
  43. 3208230 ftrace: Remove usage of "freed" records by Steven Rostedt · 14 years ago
  44. c88fd86 ftrace: Allow archs to modify code without stop machine by Steven Rostedt · 14 years ago
  45. 45959ee ftrace: Do not function trace inlined functions by Steven Rostedt · 14 years ago
  46. 30fb6aa ftrace: Fix unregister ftrace_ops accounting by Jiri Olsa · 14 years ago
  47. f1ac18a perf: Add support for PERF_HW_COUNT_REF_CPU_CYCLES by Stephane Eranian · 14 years ago
  48. 9c1497e perf events: Add Intel x86 mapping for PERF_COUNT_HW_REF_CPU_CYCLES by Stephane Eranian · 14 years ago
  49. c37e174 perf events: Add PERF_COUNT_HW_REF_CPU_CYCLES generic PMU event by Stephane Eranian · 14 years ago
  50. cd09c0c perf events: Enable raw event support for Intel unhalted_reference_cycles event by Stephane Eranian · 14 years ago
  51. d9e2442 Merge branch 'perf/core' of git://github.com/acmel/linux into perf/core by Ingo Molnar · 14 years ago
  52. d87f69a Merge commit 'v3.2-rc6' into perf/core by Ingo Molnar · 14 years ago
  53. 65c1e04 perf test: Add more automated tests for event parsing by Jiri Olsa · 14 years ago
  54. cb8f4e9 perf events: Tidy up perf_event__preprocess_sample by Namhyung Kim · 14 years ago
  55. 5f9273d perf tools: Remove stale git headlines from top comment by Namhyung Kim · 14 years ago
  56. 0161d82 perf tools: Fix a memory leak on perf_read_values_destroy by Namhyung Kim · 14 years ago
  57. d74c896 perf symbols: Fix error path on symbol__init() by Namhyung Kim · 14 years ago
  58. 2b600f9 perf symbols: Get rid of duplicated snprintf() by Namhyung Kim · 14 years ago
  59. 301b195 perf evlist: Fix errno value reporting on failed mmap by Nelson Elhage · 14 years ago
  60. 6581f6e perf report: Document '--call-graph' for optional print_limit argument by Namhyung Kim · 14 years ago
  61. f3bda2c perf evsel: Fix uninitialized memory access to struct perf_sample by Robert Richter · 14 years ago
  62. 3e76ac7 perf record: Add ability to record event period by Andrew Vagin · 14 years ago
  63. 124ba94 Merge branch 'for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile into perf/core by Ingo Molnar · 14 years ago
  64. 384703b Linux 3.2-rc6 by Linus Torvalds · 14 years ago
  65. ed4a518 Revert "drm/i915: fix infinite recursion on unbind due to ilk vt-d w/a" by Linus Torvalds · 14 years ago
  66. 64b3dcc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 14 years ago
  67. 24545cf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 14 years ago
  68. c9a7fe9 Merge branches 'for-linus' and 'for-linus-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 14 years ago
  69. 2cfab8d Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~keithp/linux by Linus Torvalds · 14 years ago
  70. 5885b9b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 14 years ago
  71. 1c5ff0f Merge branch 'gpio/merge' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  72. 3f5fcf6 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 14 years ago
  73. b0d78ee Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 14 years ago
  74. 142349f btrfs: lower the dirty balance poll interval by Wu Fengguang · 14 years ago
  75. 3b5c78a drm/i915/dp: Dither down to 6bpc if it makes the mode fit by Adam Jackson · 14 years ago
  76. f45b555 drm/i915: enable semaphores on per-device defaults by Eugeni Dodonov · 14 years ago
  77. 7317c75e6 drm/i915: don't set unpin_work if vblank_get fails by Jesse Barnes · 14 years ago
  78. c0f372b3 drm/i915: By default, enable RC6 on IVB and SNB when reasonable by Keith Packard · 14 years ago
  79. 8bc1f85 iommu: Export intel_iommu_enabled to signal when iommu is in use by Eugeni Dodonov · 14 years ago
  80. 5222008 drm/i915/sdvo: Include LVDS panels for the IS_DIGITAL check by Chris Wilson · 14 years ago
  81. 4ed0b57 drm/i915: prevent division by zero when asking for chipset power by Eugeni Dodonov · 14 years ago
  82. 03d00ac drm/i915: add PCH info to i915_capabilities by Paulo Zanoni · 14 years ago
  83. 3573c41 drm/i915: set the right SDVO transcoder for CPT by Paulo Zanoni · 14 years ago
  84. 0999bbe drm/i915: no-lvds quirk for ASUS AT5NM10T-I by Adam Jackson · 14 years ago
  85. 98bf55c Merge branch 'samsung-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into fixes by Olof Johansson · 14 years ago
  86. 8a5f0f8 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes by Olof Johansson · 14 years ago
  87. 6f12d2e Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/ibft by Linus Torvalds · 14 years ago
  88. 88703f2 Merge branch 'staging-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 14 years ago
  89. f242bbc Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 14 years ago
  90. ddf5a25 ARM: unwinder: fix bisection to find origin in .idx section by Uwe Kleine-König · 14 years ago
  91. d85c8a6f Btrfs: unplug every once and a while by Chris Mason · 14 years ago
  92. 4eabc94 block: don't kick empty queue in blk_drain_queue() by Tejun Heo · 14 years ago
  93. 42ebfc6 Merge branch 'stable/for-linus-fixes-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 14 years ago
  94. 567a45e Merge branch 'for-chris' of http://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-work into integration by Chris Mason · 14 years ago
  95. e755d9a Btrfs: deal with NULL srv_rsv in the delalloc inode reservation code by Chris Mason · 14 years ago
  96. 87b9b0e gpio: Fix DA9052 GPIO build errors. by Ashish Jangam · 14 years ago
  97. 63a7417 xen/swiotlb: Use page alignment for early buffer allocation. by Konrad Rzeszutek Wilk · 14 years ago
  98. d3db728 xen: only limit memory map to maximum reservation for domain 0. by Ian Campbell · 14 years ago
  99. e65cbb9 Btrfs: only set cache_generation if we setup the block group by Josef Bacik · 14 years ago
  100. ee4d89f Btrfs: don't panic if orphan item already exists by Josef Bacik · 14 years ago