1. afb7b4f perf tools: Factor out the map initialization by Arnaldo Carvalho de Melo · 15 years ago
  2. 3ed6777 tracing/filters: Fix to make system filter work by Li Zefan · 15 years ago
  3. 66bd842 perf tools: Delay loading symtabs till we hit a map with it by Arnaldo Carvalho de Melo · 15 years ago
  4. 689d301 perf tools: Output 'perf list' to stdout not stderr by Marti Raudsepp · 15 years ago
  5. 85df6f6 perf tools: Notify user when unrecognized event is specified by Marti Raudsepp · 15 years ago
  6. 5b2bb75 perf top: Support userspace symbols too by Arnaldo Carvalho de Melo · 15 years ago
  7. 234fbbf perf tools: Generalize event synthesizing routines by Arnaldo Carvalho de Melo · 15 years ago
  8. 7f3bedc perf record: Fix race where process can disappear while reading its /proc/pid/tasks by Arnaldo Carvalho de Melo · 15 years ago
  9. fcd14b3 perf tools, Alpha: Add Alpha support to perf.h by Michael Cree · 15 years ago
  10. 6beba7a perf tools: Unify debug messages mechanisms by Arnaldo Carvalho de Melo · 15 years ago
  11. 802da5f perf tools: Drop asm/types.h wrapper by Frederic Weisbecker · 15 years ago
  12. a4fb581 perf tools: Bind callchains to the first sort dimension column by Frederic Weisbecker · 15 years ago
  13. af0a6fa perf tools: Fix missing top level callchain by Frederic Weisbecker · 15 years ago
  14. 4e3b799 perf tools: Use strsep() over strtok_r() for parsing single line by Steven Rostedt · 15 years ago
  15. 60d526f perf tools: Add 'make DEBUG=1' to remove the -O6 cflag by Steven Rostedt · 15 years ago
  16. c88e4bf perf top: Fix symbol annotation by Arnaldo Carvalho de Melo · 15 years ago
  17. 8f0b037 perf annotate: Remove requirement of passing a symbol name by Arnaldo Carvalho de Melo · 15 years ago
  18. e420499 perf annotate: Use the sym_priv_size area for the histogram by Arnaldo Carvalho de Melo · 15 years ago
  19. ed52ce2 perf tools: Add ->unmap_ip operation to struct map by Arnaldo Carvalho de Melo · 15 years ago
  20. bbe2987 perf timechart: Add a process filter by Arjan van de Ven · 15 years ago
  21. c258449 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 15 years ago
  22. 2e600d0 perf timechart: Improve the visual appearance of scheduler delays by Arjan van de Ven · 15 years ago
  23. 3bc2a39 perf timechart: Fix the wakeup-arrows that point to non-visible processes by Arjan van de Ven · 15 years ago
  24. 79b9ad3 perf tools: Add bunch of missing headers to LIB_H by Arnaldo Carvalho de Melo · 15 years ago
  25. 20639c1 perf tools: Add missing tools/perf/util/include/string.h by Arnaldo Carvalho de Melo · 15 years ago
  26. dd86e72 perf stat: Count branches first by Ingo Molnar · 15 years ago
  27. 56aab46 perf stat: Re-align the default_attrs[] array by Ingo Molnar · 15 years ago
  28. 12133af perf stat: Add branch performance events to default output by Tim Blechmann · 15 years ago
  29. 1abc7f5 perf tools: Display better error messages on missing packages by Randy Dunlap · 15 years ago
  30. dc79959 perf top: Fix --delay_secs 0 division by zero by Tim Blechmann · 15 years ago
  31. db9f11e perf tools: Use DECLARE_BITMAP instead of an open-coded array by Frederic Weisbecker · 15 years ago
  32. 2ba0825 perf tools: Introduce bitmask'ed additional headers by Frederic Weisbecker · 15 years ago
  33. 5a116dd perf tools: Use kernel bitmap library by Frederic Weisbecker · 15 years ago
  34. 1101820 perf stat: Add branch performance metric by Anton Blanchard · 15 years ago
  35. f39cdf2 perf tools: Move dereference after NULL test by Julia Lawall · 15 years ago
  36. 210f9cb perf tools: Bump version to 0.0.2 by Ingo Molnar · 15 years ago
  37. 434a83c events: Harmonize event field names and print output names by Ingo Molnar · 15 years ago
  38. a66abe7 tracing/events: Fix locking imbalance in the filter code by Ingo Molnar · 15 years ago
  39. c171b55 perf trace: Add filter Suppport by Li Zefan · 15 years ago
  40. 6fb2915 tracing/profile: Add filter support by Li Zefan · 15 years ago
  41. b0f1a59 tracing/filters: Use a different op for glob match by Li Zefan · 15 years ago
  42. fce29d1 tracing/filters: Refactor subsystem filter code by Li Zefan · 15 years ago
  43. 713490e Merge branch 'tracing/core' into perf/core by Ingo Molnar · 15 years ago
  44. c4dc775 perf tools: Remove all char * typecasts and use const in prototype by Steven Rostedt · 15 years ago
  45. afdf1a4 perf tools: Handle - and + in parsing trace print format by Steven Rostedt · 15 years ago
  46. cda4846 perf tools: Add latency format to trace output by Steven Rostedt · 15 years ago
  47. 0d1da91 perf tools: Handle both versions of ftrace output by Steven Rostedt · 15 years ago
  48. ffa1895 perf tools: Fix bprintk reading in trace output by Steven Rostedt · 15 years ago
  49. 07a4bdd perf tools: Still continue on failed parsing of an event by Steven Rostedt · 15 years ago
  50. 13999e5 perf tools: Handle the case with and without the "signed" trace field by Steven Rostedt · 15 years ago
  51. f1d1fee perf tools: Handle newlines in trace parsing better by Steven Rostedt · 15 years ago
  52. b99af87 perf tools: Handle * as typecast in trace parsing by Steven Rostedt · 15 years ago
  53. 0959b8d perf tools: Handle arrays in print fields for trace parsing by Steven Rostedt · 15 years ago
  54. 298ebc3 perf tools: Handle trace parsing of < and > by Steven Rostedt · 15 years ago
  55. 91ff2bc perf tools: Fix backslash processing on trace print formats by Steven Rostedt · 15 years ago
  56. 924a79a perf tools: Handle print concatenations in event format file by Steven Rostedt · 15 years ago
  57. b226f744 Merge branch 'linus' into perf/core by Ingo Molnar · 15 years ago
  58. a3ccf63 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6 by Linus Torvalds · 15 years ago
  59. d6047d7 Merge branch 'tty-fixes' by Linus Torvalds · 15 years ago
  60. 601adfe Merge branch 'topic/x86-lds-nits' of git://git.kernel.org/pub/scm/linux/kernel/git/frob/linux-2.6-roland by Linus Torvalds · 15 years ago
  61. 655bdb0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 15 years ago
  62. e7d688e Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 15 years ago
  63. d470c05 Merge branch 'sh/for-2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 15 years ago
  64. ee67e6c Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  65. 220a625 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  66. f061d83 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  67. e345fe1 Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  68. ea87644 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  69. e9a63a4 x86: linker script syntax nits by Roland McGrath · 15 years ago
  70. eaf76e0 firewire: sbp2: provide fallback if mgt_ORB_timeout is missing by Stefan Richter · 15 years ago
  71. 1beee96 ftrace: Rename set_bootup_ftrace into set_cmdline_ftrace by Frederic Weisbecker · 15 years ago
  72. 06f43d6 ftrace: Copy ftrace_graph_filter boot param using strlcpy by Frederic Weisbecker · 15 years ago
  73. 514fc01 tty: use the new 'flush_delayed_work()' helper to do ldisc flush by Linus Torvalds · 15 years ago
  74. 43046b6 workqueue: add 'flush_delayed_work()' to run and wait for delayed work by Linus Torvalds · 15 years ago
  75. 4524200 Make flush_to_ldisc properly handle parallel calls by Linus Torvalds · 15 years ago
  76. ac522b6 [S390] sclp_vt220 build fix by Michael Holzheu · 15 years ago
  77. 6d7c5af [S390] cio: change misleading console logic by Peter Oberparleiter · 15 years ago
  78. d3acf71 [S390] call home support: fix proc handler by Heiko Carstens · 15 years ago
  79. d9fa944 [S390] dasd: use idal for device characteristics by Stefan Haberland · 15 years ago
  80. be6e3f9 [S390] Add highgprs facility to /proc/cpuinfo by Andreas Krebbel · 15 years ago
  81. a7602f6 [S390] dasd: fix locking bug by Stefan Haberland · 15 years ago
  82. 03cadd3 [S390] tape390: Fix request queue handling in block driver by Michael Holzheu · 15 years ago
  83. 7874b1b [S390] hypfs: Use subcode 6 if subcode 7 is not available by Michael Holzheu · 15 years ago
  84. 03717e3 watchdog: Fix rio watchdog probe function by Thomas Gleixner · 15 years ago
  85. 459c6d1 tracing: Document HAVE_SYSCALL_TRACEPOINTS needs by Frederic Weisbecker · 15 years ago
  86. c44fc77 tracing: Move syscalls metadata handling from arch to core by Frederic Weisbecker · 15 years ago
  87. 457b646 sh: Fix a TRACE_IRQS_OFF typo. by Paul Mundt · 15 years ago
  88. 4d2947f sh: Optimize the setup_rt_frame() I-cache flush. by Paul Mundt · 15 years ago
  89. a66c2ed sh: Populate initial secondary CPU info from boot_cpu_data. by Paul Mundt · 15 years ago
  90. 2908df9 sh: Tidy up SMP cpuinfo. by Paul Mundt · 15 years ago
  91. eaa4770 sh: Use boot_cpu_data for FPU tests in sigcontext paths. by Paul Mundt · 15 years ago
  92. 03541f8 perf_event: Adjust frequency and unthrottle for non-group-leader events by Paul Mackerras · 15 years ago
  93. 4d82894 tracing: Enable "__cold" functions by Jiri Olsa · 15 years ago
  94. 5cb084b tracing: Enable records during the module load by Jiri Olsa · 15 years ago
  95. 756d17e tracing: Support multiple pids in set_pid_ftrace file by jolsa@redhat.com · 15 years ago
  96. 194ec34 function-graph/x86: Replace unbalanced ret with jmp by Steven Rostedt · 15 years ago
  97. 80f5069 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  98. a3bafbb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
  99. 25d5915 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes by Linus Torvalds · 15 years ago
  100. 86ae13b headers: Fix build after <linux/sched.h> removal by Ingo Molnar · 15 years ago