1. 43adec9 perf evlist: New command to list the names of events present in a perf.data file by Arnaldo Carvalho de Melo · 14 years ago
  2. 1424dc9 perf script: Add support for H/W and S/W events by David Ahern · 14 years ago
  3. c0230b2 perf script: Add support for dumping symbols by David Ahern · 14 years ago
  4. 745f43e perf script: Support custom field selection for output by David Ahern · 14 years ago
  5. c70c94b perf script: Move printing of 'common' data from print_event and rename by David Ahern · 14 years ago
  6. 2ee7a49 perf tracing: Remove print_graph_cpu and print_graph_proc from trace-event-parse by David Ahern · 14 years ago
  7. be6d842 perf script: Change process_event prototype by David Ahern · 14 years ago
  8. cfd748a perf stat: Provide support for filters by Frederic Weisbecker · 14 years ago
  9. 171b3be perf symbol: Move sym_entry->skip to symbol->ignore by Arnaldo Carvalho de Melo · 14 years ago
  10. 878b439 perf symbols: Rename dso->origin to dso->symtab_type by Arnaldo Carvalho de Melo · 14 years ago
  11. 8b8ba4a perf top: Remove redundant syme->origin field by Arnaldo Carvalho de Melo · 14 years ago
  12. ec52d97 perf top: Remove redundant perf_top->sym_counter by Arnaldo Carvalho de Melo · 14 years ago
  13. 137ee20 Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/core by Ingo Molnar · 14 years ago
  14. 4a0b166 tracing: Fix irqoff selftest expanding max buffer by Steven Rostedt · 14 years ago
  15. 9a24470 tracing: Align 4 byte ints together in struct tracer by Steven Rostedt · 14 years ago
  16. 56355b8 tracing: Export trace_set_clr_event() by Yuanhan Liu · 14 years ago
  17. 31274d7 tracing: Explain about unstable clock on resume with ring buffer warning by Jiri Olsa · 14 years ago
  18. 722b3c7 ftrace/graph: Trace function entry before updating index by Steven Rostedt · 14 years ago
  19. 1274a9c ftrace: Add .ref.text as one of the safe areas to trace by Steven Rostedt · 14 years ago
  20. 10da37a tracing: Adjust conditional expression latency formatting. by David Sharp · 14 years ago
  21. ca9da2d tracing: Fix event alignment: skb:kfree_skb by David Sharp · 14 years ago
  22. ad440ad tracing: Fix event alignment: mce:mce_record by David Sharp · 14 years ago
  23. d5bf2ff tracing: Fix event alignment: kvm:kvm_hv_hypercall by David Sharp · 14 years ago
  24. b5e3008 tracing: Fix event alignment: module:module_request by David Sharp · 14 years ago
  25. 140e4f2 tracing: Fix event alignment: ftrace:context_switch and ftrace:wakeup by David Sharp · 14 years ago
  26. e6e1e25 tracing: Remove lock_depth from event entry by Steven Rostedt · 14 years ago
  27. 1c0b04d perf header: Stop using 'self' by Arnaldo Carvalho de Melo · 14 years ago
  28. a91e543 perf session: Use evlist/evsel for managing perf.data attributes by Arnaldo Carvalho de Melo · 14 years ago
  29. 6547250 perf top: Don't let events to eat up whole header line by Jiri Olsa · 14 years ago
  30. b9a46bb perf top: Fix events overflow in top command by Jiri Olsa · 14 years ago
  31. de29be5 ring-buffer: Remove unused #include <linux/trace_irq.h> by David Sharp · 14 years ago
  32. 750912f tracing: Add an 'overwrite' trace_option. by David Sharp · 14 years ago
  33. 2a8247a kprobes: Disabling optimized kprobes for entry text section by Jiri Olsa · 14 years ago
  34. ea71454 x86: Separate out entry text section by Jiri Olsa · 14 years ago
  35. 86cb2ec Merge commit 'v2.6.38-rc8' into perf/core by Ingo Molnar · 14 years ago
  36. a5abba9 Linux 2.6.38-rc8 by Linus Torvalds · 14 years ago
  37. 715695c Merge branch 's5p-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung by Linus Torvalds · 14 years ago
  38. 34d4ade Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 14 years ago
  39. 1a34530 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc by Linus Torvalds · 14 years ago
  40. b44a53d Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 14 years ago
  41. 062ac62 drm: index i shadowed in 2nd loop by roel · 14 years ago
  42. 3449791 mmc: sdio: Allow sdio operations in other threads during sdio_add_func() by Dmitry Shmidt · 14 years ago
  43. 8620604 Merge remote branch 'ickle/drm-intel-fixes' into drm-fixes by Dave Airlie · 14 years ago
  44. 214d93b Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6 by Linus Torvalds · 14 years ago
  45. ad4a4a8 Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 14 years ago
  46. 6f70a4c drm/nv50-nvc0: prevent multiple vm/bar flushes occuring simultanenously by Ben Skeggs · 14 years ago
  47. ef1b287 drm/nouveau: fix regression causing ttm to not be able to evict vram by Ben Skeggs · 14 years ago
  48. 467cffb drm/i915: Rebind the buffer if its alignment constraints changes with tiling by Chris Wilson · 14 years ago
  49. a1656b9 drm/i915: Disable GPU semaphores by default by Chris Wilson · 14 years ago
  50. 6277d53 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 14 years ago
  51. d7a62cd virtio: console: Don't access vqs if device was unplugged by Amit Shah · 14 years ago
  52. 7f0030b perf report tui: Improve multi event session support by Arnaldo Carvalho de Melo · 14 years ago
  53. e248de3 perf tools: Improve support for sessions with multiple events by Arnaldo Carvalho de Melo · 14 years ago
  54. 3d3b5e9 perf evlist: Split perf_evlist__id_hash by Arnaldo Carvalho de Melo · 14 years ago
  55. 6009891 perf hists browser: Handle browsing empty hists tree by Arnaldo Carvalho de Melo · 14 years ago
  56. 2133991 Merge branch 'fix/asoc' into for-linus by Takashi Iwai · 14 years ago
  57. 9135583 drm/i915: Do not overflow the MMADDR write FIFO by Chris Wilson · 14 years ago
  58. 0ee537a Revert "drm/i915: fix corruptions on i8xx due to relaxed fencing" by Chris Wilson · 14 years ago
  59. d7603d5 perf hists: Remove needless global col lenght calcs by Arnaldo Carvalho de Melo · 14 years ago
  60. a03f35c perf report tui: Fix multi event switching by Arnaldo Carvalho de Melo · 14 years ago
  61. fb62c00 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 14 years ago
  62. 6909262 perf: Avoid the percore allocations if the CPU is not HT capable by Lin Ming · 14 years ago
  63. 5c4b4be mm: use correct numa policy node for transparent hugepages by Andi Kleen · 14 years ago
  64. 19ee151 mm: preserve original node for transparent huge page copies by Andi Kleen · 14 years ago
  65. 236344d mm: add alloc_page_vma_node() by Andi Kleen · 14 years ago
  66. 2f5f948 mm: change alloc_pages_vma to pass down the policy node for local policy by Andi Kleen · 14 years ago
  67. b8bc1dd RapidIO: Update MAINTAINERS by Alexandre Bounine · 14 years ago
  68. 9dab51d drivers/video/backlight/ltv350qv.c: fix a memory leak by Axel Lin · 14 years ago
  69. 10ffa96 MAINTAINERS: add maintainer of Samsung Mobile Machine support by Kyungmin Park · 14 years ago
  70. 95b90af pps: make pps_gen_parport depend on BROKEN by Thomas Gleixner · 14 years ago
  71. 97e419a drivers/misc/bmp085.c: add MODULE_DEVICE_TABLE by Axel Lin · 14 years ago
  72. b75f38d cpuset: add a missing unlock in cpuset_write_resmask() by Li Zefan · 14 years ago
  73. 2ec38a0 drivers/rtc/rtc-s3c.c: fix prototype for s3c_rtc_setaie() by Axel Lin · 14 years ago
  74. 212e3499 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vapier/blackfin by Linus Torvalds · 14 years ago
  75. 971a967 Merge branch 'rmobile-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 14 years ago
  76. f0678f3 Merge branch 'sh-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 14 years ago
  77. be91bfe Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 14 years ago
  78. e9e3d72 nfs4: Ensure that ACL pages sent over NFS were not allocated from the slab (v3) by Neil Horman · 14 years ago
  79. 455cec0 ceph: no .snap inside of snapped namespace by Sage Weil · 14 years ago
  80. e00de34 libceph: fix msgr standby handling by Sage Weil · 14 years ago
  81. e76661d libceph: fix msgr keepalive flag by Sage Weil · 14 years ago
  82. 60bf8bf libceph: fix msgr backoff by Sage Weil · 14 years ago
  83. 3256f80 MAINTAINERS: Update shaggy's email address by Dave Kleikamp · 14 years ago
  84. e3e89cc Mark ptrace_{traceme,attach,detach} static by Linus Torvalds · 14 years ago
  85. e994d7d perf: Fix LLC-* events on Intel Nehalem/Westmere by Andi Kleen · 14 years ago
  86. a7e3ed1 perf: Add support for supplementary event registers by Andi Kleen · 14 years ago
  87. 17e3162 perf_events: Update PEBS event constraints by Stephane Eranian · 14 years ago
  88. 0830937 perf: Fix cgroup vs jump_label problem by Peter Zijlstra · 14 years ago
  89. 2d0f252 perf cgroup: Fix a typo in kernel config by Li Zefan · 14 years ago
  90. 1b15d05 perf cgroup: Clean up perf_cgroup_create() by Li Zefan · 14 years ago
  91. f75e18c perf cgroup: Fix unmatched call to perf_detach_cgroup() by Li Zefan · 14 years ago
  92. 3db272c perf cgroup: Fix leak of file reference count by Li Zefan · 14 years ago
  93. 940c5b2 perf: Fix the missing event initialization when pmu is found in idr by Lin Ming · 14 years ago
  94. 888a8a3 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 14 years ago
  95. 18b52ca ARM: S3C64XX: Update regulator names for debugfs compatiblity on SMDK6410 by Mark Brown · 14 years ago
  96. 628e7eb ARM: S3C64XX: Fix build with WM1190 disabled and WM1192 enabled on SMDK6410 by Mark Brown · 14 years ago
  97. 0025283 ARM: S3C64XX: Reduce output of s3c64xx_dma_init1() by Ben Dooks · 14 years ago
  98. ac1e10b ARM: S3C64XX: Tone down SDHCI debugging by Mark Brown · 14 years ago
  99. 400b11a ARM: S3C64XX: Add clock for i2c1 by Ben Dooks · 14 years ago
  100. 82e985e ARM: S3C64XX: Staticise non-exported GPIO to interrupt functions by Mark Brown · 14 years ago