1. 5ad90e4 perf symbols: Add the build id cache to the vmlinux path by Arnaldo Carvalho de Melo · 16 years ago
  2. 62e3436 perf tui: Reset use_browser if stdout is not a tty by Arnaldo Carvalho de Melo · 16 years ago
  3. 49c1774 tracing: Add __used annotation to event variable by Steven Rostedt · 16 years ago
  4. 87f44bb perf, trace: Fix !x86 build bug by Peter Zijlstra · 16 years ago
  5. d67f088 perf report: Support multiple events on the TUI by Arnaldo Carvalho de Melo · 16 years ago
  6. 44bf460 perf annotate: Fix up usage of the build id cache by Arnaldo Carvalho de Melo · 16 years ago
  7. c392c4c Merge branch 'perf' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/core by Ingo Molnar · 16 years ago
  8. 841bca1 x86/mmiotrace: Remove redundant instruction prefix checks by Akinobu Mita · 16 years ago
  9. 46e3e05 perf annotate: Add TUI interface by Arnaldo Carvalho de Melo · 16 years ago
  10. 6e78c9f perf tui: Remove annotate from popup menu after failure by Arnaldo Carvalho de Melo · 16 years ago
  11. 0e8dc25 perf report: Don't start the TUI if -D is used by Arnaldo Carvalho de Melo · 16 years ago
  12. f80836c Merge branch 'tip/tracing/core-7' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/core by Ingo Molnar · 16 years ago
  13. ff5f149 Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip into trace/tip/tracing/core-7 by Steven Rostedt · 16 years ago
  14. 598357e perf: Fix getline undeclared by Frederic Weisbecker · 16 years ago
  15. 580d607 perf: Optimize perf_tp_event_match() by Peter Zijlstra · 16 years ago
  16. a94ffaa perf: Remove more code from the fastpath by Peter Zijlstra · 16 years ago
  17. 3cafa9f perf: Optimize the !vmalloc backed buffer by Peter Zijlstra · 16 years ago
  18. 5d967a8 perf: Optimize perf_output_copy() by Peter Zijlstra · 16 years ago
  19. adb8e11 perf: Fix wakeup storm for RO mmap()s by Peter Zijlstra · 16 years ago
  20. 0e2e63d perf-record: Share per-cpu buffers by Peter Zijlstra · 16 years ago
  21. 57adc51 perf-record: Remove -M by Peter Zijlstra · 16 years ago
  22. 0f13930 perf: Ensure that IOC_OUTPUT isn't used to create multi-writer buffers by Peter Zijlstra · 16 years ago
  23. 1c024eca perf, trace: Optimize tracepoints by using per-tracepoint-per-cpu hlist to track events by Peter Zijlstra · 16 years ago
  24. b7e2ece perf, trace: Optimize tracepoints by removing IRQ-disable from perf/tracepoint interaction by Peter Zijlstra · 16 years ago
  25. 1c34bde Merge branch 'perf' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/core by Ingo Molnar · 16 years ago
  26. 5d06e69 perf tui: Allow disabling the TUI on a per command basis in ~/.perfconfig by Arnaldo Carvalho de Melo · 16 years ago
  27. ef365ce perf record: remove unneeded gettimeofday() call by Russ Anderson · 16 years ago
  28. 915e555 Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/core by Ingo Molnar · 16 years ago
  29. acd35a4 perf: Fix forgotten preempt_enable by nested writers by Frederic Weisbecker · 16 years ago
  30. b36f19d perf annotate: Use build-ids to find the right DSO by Arnaldo Carvalho de Melo · 16 years ago
  31. 17930b4 perf TUI: Make 'space' be an alias to 'PgDn' by Arnaldo Carvalho de Melo · 16 years ago
  32. dfacc4d Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/core by Ingo Molnar · 16 years ago
  33. 85cb68b perf: Fix unaligned accesses while fetching trace values by Frederic Weisbecker · 16 years ago
  34. 49f135e perf: Comply with new rcu checks API by Frederic Weisbecker · 16 years ago
  35. cbb5cf7 perf: Use read() instead of lseek() in trace_event_read.c:skip() by Tom Zanussi · 16 years ago
  36. f869097 perf session: Make read_build_id routines look at the host_machine too by Arnaldo Carvalho de Melo · 16 years ago
  37. f6e1467 perf symbols: Don't try to read the build-id twice by Arnaldo Carvalho de Melo · 16 years ago
  38. ce7f154 perf, x86: P4 PMU -- add missing bit in CCCR mask by Cyrill Gorcunov · 16 years ago
  39. 9d36dfc perf, x86: P4_pmu_schedule_events -- use smp_processor_id instead of raw_ by Cyrill Gorcunov · 16 years ago
  40. 623aab8 perf, x86: P4 PMU -- do a real check for ESCR address being in hash by Cyrill Gorcunov · 16 years ago
  41. 151f85a perf tools: remove xstrndup, xmalloc, xzalloc by Arnaldo Carvalho de Melo · 16 years ago
  42. 8a7ddad perf probe: Don't call die() by Arnaldo Carvalho de Melo · 16 years ago
  43. b448c4b perf probe: Fix some error exit paths by Arnaldo Carvalho de Melo · 16 years ago
  44. a41794c perf tools: Remove some unused functions by Arnaldo Carvalho de Melo · 16 years ago
  45. 5af52b5 perf stat: add perf stat -B to pretty print large numbers by Stephane Eranian · 16 years ago
  46. a13c3af perf, sparc: Implement group scheduling transactional APIs by Lin Ming · 16 years ago
  47. 537b60d Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  48. 6d1acfd perf: Optimize perf_output_*() by avoiding local_xchg() by Peter Zijlstra · 16 years ago
  49. fa58815 perf: Optimize the hotpath by converting the perf output buffer to local_t by Peter Zijlstra · 16 years ago
  50. ef60777 perf: Optimize the perf_output() path by removing IRQ-disables by Peter Zijlstra · 16 years ago
  51. c792061 perf: Disallow mmap() on per-task inherited events by Peter Zijlstra · 16 years ago
  52. a19d35c perf: Optimize buffer placement by allocating buffers NUMA aware by Peter Zijlstra · 16 years ago
  53. 00d1d0b perf: Fix errors path in perf_output_begin() by Stephane Eranian · 16 years ago
  54. 4f41c01 perf/ftrace: Optimize perf/tracepoint interaction for single events by Peter Zijlstra · 16 years ago
  55. 3ae684e Merge branch 'x86-txt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  56. c4fd308 Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  57. 96fbeb9 Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  58. 1f8caa9 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  59. d6f3875 Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  60. cb41838 Merge branch 'core-hweight-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  61. 98f0172 Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  62. 41d5910 Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  63. 3e1dd19 Merge branch 'x86-doc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  64. 07d7775 Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  65. b7723f9 Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  66. 93c9d7f Merge branch 'x86-atomic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  67. 7421a10 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  68. 752f114 Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  69. b8ae30e Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  70. 4d7b4ac Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  71. 3aaf51a Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  72. f262af3 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  73. 1014cfe Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  74. 8123d8f Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  75. 06ee772 Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  76. fd25a1f Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 16 years ago
  77. ef4f30f perf, x86: P4 PMU -- fix typo in unflagged NMI handling by Cyrill Gorcunov · 16 years ago
  78. 0db1a7b perf, x86: P4 PMU -- handle unflagged events by Cyrill Gorcunov · 16 years ago
  79. f0218b3 Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip into trace/tip/tracing/core-6 by Steven Rostedt · 16 years ago
  80. 32ec6ac perf tui: Fix build problem with slang <= 2.0.6 by Arnaldo Carvalho de Melo · 16 years ago
  81. 7752f1b perf probe: Don't compile CFI related code if elfutils is old by Masami Hiramatsu · 16 years ago
  82. 9c6f7e4 stop_machine: Move local variable closer to the usage site in cpu_stop_cpu_callback() by Ingo Molnar · 16 years ago
  83. c59bd56 x86, hweight: Use a 32-bit popcnt for __arch_hweight32() by H. Peter Anvin · 16 years ago
  84. 94f3ca9 perf tools: Add mode to build without newt support by Arnaldo Carvalho de Melo · 16 years ago
  85. 4065c80 cifs: fix noserverino handling when unix extensions are enabled by Jeff Layton · 16 years ago
  86. 2f51903 perf symbols: symbol inconsistency message should be done only at verbose=1 by Arnaldo Carvalho de Melo · 16 years ago
  87. 84f30c6 cifs: don't update uniqueid in cifs_fattr_to_inode by Jeff Layton · 16 years ago
  88. db19272 cifs: always revalidate hardlinked inodes when using noserverino by Jeff Layton · 16 years ago
  89. ba2e1c5f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 16 years ago
  90. 7d32c0a Merge git://git.kernel.org/pub/scm/linux/kernel/git/joern/logfs by Linus Torvalds · 16 years ago
  91. 3d2c978 Merge branch 'bkl/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing by Linus Torvalds · 16 years ago
  92. 63aa9e7 perf tui: Add explicit -lslang option by Arnaldo Carvalho de Melo · 16 years ago
  93. 92183b3 m68k: amiga - Floppy platform device conversion by Geert Uytterhoeven · 17 years ago
  94. ff2db7c m68k: amiga - Sound platform device conversion by Geert Uytterhoeven · 17 years ago
  95. fa6688e m68k: amiga - Frame buffer platform device conversion by Geert Uytterhoeven · 17 years ago
  96. 0d30546 m68k: amiga - Zorro host bridge platform device conversion by Geert Uytterhoeven · 17 years ago
  97. bf54a2b m68k: amiga - Zorro bus modalias support by Geert Uytterhoeven · 18 years ago
  98. 0b7f1a7 platform: Make platform resource input parameters const by Geert Uytterhoeven · 18 years ago
  99. adbf6e6 m68k: invoke oom-killer from page fault by Nick Piggin · 16 years ago
  100. f3c7f31 serial167: Kill unused variables by Geert Uytterhoeven · 16 years ago