1. 99d725f perf tools: Add pid to struct thread by Adrian Hunter · 11 years ago
  2. 9e9716d perf trace: Add beautifier for madvise behaviour/advice parm by Arnaldo Carvalho de Melo · 11 years ago
  3. 941557e perf trace: Add beautifier for mmap flags parm by Arnaldo Carvalho de Melo · 11 years ago
  4. ae68538 perf trace: Add beautifier for mmap prot parm by Arnaldo Carvalho de Melo · 11 years ago
  5. beccb2b perf trace: Allow overiding the formatting of syscall fields by Arnaldo Carvalho de Melo · 11 years ago
  6. e595968 perf trace: Add aliases to remaining syscalls of the sys_enter_newfoo by Arnaldo Carvalho de Melo · 11 years ago
  7. 04b3472 perf trace: Allow printing syscall return values in hex by Arnaldo Carvalho de Melo · 11 years ago
  8. da3c9a4 perf trace: Simplify sys_exit return printing by Arnaldo Carvalho de Melo · 11 years ago
  9. 13d4ff3 perf trace: Introduce syscall arg formatters by Arnaldo Carvalho de Melo · 11 years ago
  10. adaa18b perf trace: Hide sys_exit messages about syscall id = -1 by Arnaldo Carvalho de Melo · 11 years ago
  11. 7c304ee0 perf trace: Add --verbose option by Arnaldo Carvalho de Melo · 11 years ago
  12. b059efd perf trace: Support ! in -e expressions by Arnaldo Carvalho de Melo · 11 years ago
  13. 8c9dc52 perf tools: Don't install scripting files files when disabled by Arnaldo Carvalho de Melo · 11 years ago
  14. 236a3bb perf tools: Sample after exit loses thread correlation by David Ahern · 11 years ago
  15. ac9be8e perf trace: Make command line arguments consistent with perf-record by David Ahern · 11 years ago
  16. c24ff99 perf trace: Implement -o/--output filename by Arnaldo Carvalho de Melo · 11 years ago
  17. e3e1a54 perf tools: Add debug prints by Adrian Hunter · 11 years ago
  18. 8afb4c0 perf tools: Re-implement debug print function for linking python/perf.so by Adrian Hunter · 11 years ago
  19. bec1967 perf tools: Try to increase the file descriptor limits on EMFILE by Andi Kleen · 11 years ago
  20. fe32ee0 perf kvm: Remove force option to cmd_record by David Ahern · 11 years ago
  21. 5ec4c59 perf: Do not compute time values unnecessarily by Peter Zijlstra · 11 years ago
  22. 948b26b perf: Account freq events globally by Frederic Weisbecker · 11 years ago
  23. fc3b86d perf: Roll back callchain buffer refcount under the callchain mutex by Frederic Weisbecker · 11 years ago
  24. 77b339b perf/x86/intel/uncore: Enable EV_SEL_EXT bit for PCU by Yan, Zheng · 11 years ago
  25. fd1ec25 perf/x86/intel/uncore: Add filter support for QPI boxes by Yan, Zheng · 11 years ago
  26. 899396c perf/x86/intel/uncore: Add auxiliary pci device support by Yan, Zheng · 11 years ago
  27. 894e8d0 Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/core by Ingo Molnar · 11 years ago
  28. c9572f0 Merge tag 'v3.11-rc5' into perf/core by Ingo Molnar · 11 years ago
  29. 58cea30 Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 11 years ago
  30. 2ae3a31 perf trace: Allow specifying which syscalls to trace by Arnaldo Carvalho de Melo · 11 years ago
  31. c588574 perf tools: Improve robustness of topology parsing code by Stephane Eranian · 11 years ago
  32. 309b518 perf tests: Fix compile failure on do_sort_something by David Ahern · 11 years ago
  33. d027e6a tracing/perf: Avoid perf_trace_buf_*() in perf_trace_##call() when possible by Oleg Nesterov · 11 years ago
  34. 1247396 tracing/perf: Reimplement TP_perf_assign() logic by Oleg Nesterov · 11 years ago
  35. 36009d07 tracing/perf: Expand TRACE_EVENT(sched_stat_runtime) by Oleg Nesterov · 11 years ago
  36. 326f59b perf tools: Remove filter parameter of thread__find_addr_map() by Adrian Hunter · 11 years ago
  37. 61710bd perf tools: Remove filter parameter of thread__find_addr_location() by Adrian Hunter · 11 years ago
  38. e44baa3 perf tools: Remove filter parameter of perf_event__preprocess_sample() by Adrian Hunter · 11 years ago
  39. 476d35c perf annotate: Set the machines symbol filter by Adrian Hunter · 11 years ago
  40. 2d8cc68 perf mem: Remove unused symbol filter member by Adrian Hunter · 11 years ago
  41. b868171 perf report: Set the machines symbol filter by Adrian Hunter · 11 years ago
  42. 36035f7 perf top: Set the machines symbol filter by Adrian Hunter · 11 years ago
  43. 611a5ce perf machine: Add symbol filter to struct machine by Adrian Hunter · 11 years ago
  44. 93ea01c perf session: Change perf_session__has_traces to actually check for tracepoints by David Ahern · 11 years ago
  45. 307cbb9 perf evsel: Add option to limit stack depth in callchain dumps by David Ahern · 11 years ago
  46. b0b35f0 perf evsel: Add option to print stack trace on single line by David Ahern · 11 years ago
  47. a6ffaf9 perf tool: Simplify options to perf_evsel__print_ip by David Ahern · 11 years ago
  48. cb62750 perf sched: Remove sched_process_fork tracepoint by David Ahern · 11 years ago
  49. 4a957e4 perf sched: Remove sched_process_exit tracepoint by David Ahern · 11 years ago
  50. ffb273d perf sched: Remove thread lookup in sample handler by David Ahern · 11 years ago
  51. ad9def7 perf sched: Simplify arguments to read_events by David Ahern · 11 years ago
  52. 9a6d316 perf kvm: Update documentation with live command by David Ahern · 11 years ago
  53. 70f7b4a perf kvm: Option to print events that exceed a duration by David Ahern · 11 years ago
  54. 0a3d23a Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 11 years ago
  55. d4e4ab8 Linux 3.11-rc5 by Linus Torvalds · 11 years ago
  56. e5d081f Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 11 years ago
  57. 77f63b4 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  58. 30b229b Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  59. 9e6bdaa Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 11 years ago
  60. d92581f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  61. b8ea0d0 Merge tag 'nfs-for-3.11-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  62. 022e5d0 Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 11 years ago
  63. 1e24f76 Merge tag 'sound-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 11 years ago
  64. 8ae3f1d Merge tag 'staging-3.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 11 years ago
  65. e6e8ac4 Merge tag 'usb-3.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 11 years ago
  66. db62efb btrfs: don't loop on large offsets in readdir by Zach Brown · 11 years ago
  67. cfad392 Btrfs: check to see if root_list is empty before adding it to dead roots by Josef Bacik · 11 years ago
  68. f3b15cc Btrfs: release both paths before logging dir/changed extents by Josef Bacik · 11 years ago
  69. ee20a98 Btrfs: allow splitting of hole em's when dropping extent cache by Josef Bacik · 11 years ago
  70. ed8c491 Btrfs: make sure the backref walker catches all refs to our extent by Josef Bacik · 11 years ago
  71. 8ca15e0 Btrfs: fix backref walking when we hit a compressed extent by Josef Bacik · 11 years ago
  72. b76bb70 Btrfs: do not offset physical if we're compressed by Josef Bacik · 11 years ago
  73. b5b9b5b Btrfs: fix extent buffer leak after backref walking by Liu Bo · 11 years ago
  74. e68afa4 Btrfs: fix a bug of snapshot-aware defrag to make it work on partial extents by Liu Bo · 11 years ago
  75. 7cddc19 btrfs: fix file truncation if FALLOC_FL_KEEP_SIZE is specified by Jie Liu · 11 years ago
  76. 14e9419 Merge tag 'pm+acpi-3.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  77. fdafa7c Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 11 years ago
  78. 79a6fb1 Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 11 years ago
  79. 58c59bc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 11 years ago
  80. 78ebf0e Merge tag 'fbdev-fixes-3.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux by Linus Torvalds · 11 years ago
  81. 6a93316 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
  82. 201d3df dlm: kill the unnecessary and wrong device_close()->recalc_sigpending() by Oleg Nesterov · 11 years ago
  83. 8e5654c Revert "HID: hid-logitech-dj: querying_devices was never set" by Jiri Kosina · 11 years ago
  84. 28e61cc powerpc/tm: Fix context switching TAR, PPR and DSCR SPRs by Michael Neuling · 11 years ago
  85. c2d5264 powerpc: Save the TAR register earlier by Michael Neuling · 11 years ago
  86. 2517617 powerpc: Fix context switch DSCR on POWER8 by Michael Neuling · 11 years ago
  87. 74e400c powerpc: Rework setting up H/FSCR bit definitions by Michael Neuling · 11 years ago
  88. 88f0941 powerpc: Fix hypervisor facility unavaliable vector number by Michael Neuling · 11 years ago
  89. e0e1361 powerpc/kvm/book3s_pr: Return appropriate error when allocation fails by Thadeu Lima de Souza Cascardo · 11 years ago
  90. 2fb1067 powerpc/kvm: Add signed type cast for comparation by Chen Gang · 11 years ago
  91. 144136d powerpc/eeh: Add missing procfs entry for PowerNV by Mike Qiu · 11 years ago
  92. 156c9eb powerpc/pseries: Add backward compatibilty to read old kernel oops-log by Aruna Balakrishnaiah · 11 years ago
  93. 7e76f34 powerpc/pseries: Fix buffer overflow when reading from pstore by Aruna Balakrishnaiah · 11 years ago
  94. 4e90a2a powerpc: On POWERNV enable PPC_DENORMALISATION by default by Anton Blanchard · 11 years ago
  95. e42f581 Merge tag 'drm-intel-fixes-2013-08-08' of git://people.freedesktop.org/~danvet/drm-intel into drm-fixes by Dave Airlie · 11 years ago
  96. 6c2580c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egtvedt/linux-avr32 by Linus Torvalds · 11 years ago
  97. 8742f22 userns: limit the maximum depth of user_namespace->parent chain by Oleg Nesterov · 11 years ago
  98. 93d783b hwmon: (adt7470) Fix incorrect return code check by Curt Brune · 11 years ago
  99. 55f5bfd Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  100. 64b4aaf Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 11 years ago