1. 97fe925 perf tools: Add PERF-FEATURES to the .gitignore file by Ingo Molnar · 10 years ago
  2. 9a75606 perf record: Document --group option by Namhyung Kim · 10 years ago
  3. 08b23f4 perf record: Get rid of -l option from Documentation by Namhyung Kim · 10 years ago
  4. b11db65 perf tools: Fix build error on ARCH=i386/x86_64/sparc64 by Namhyung Kim · 10 years ago
  5. 4aa5f4f perf tools: Fix FORK after COMM when synthesizing records for pre-existing threads by Arnaldo Carvalho de Melo · 10 years ago
  6. 3b4331d perf stat: Report unsupported events properly by Suzuki K. Poulose · 10 years ago
  7. c65568c perf tools: Compare JOBS to 0 after grep by David Ahern · 10 years ago
  8. ecefde6 perf tools: Only include tsc file for x86 by David Ahern · 10 years ago
  9. 33be4ef Merge 'tip/perf/urgent' into perf/core to pick fixes by Arnaldo Carvalho de Melo · 10 years ago
  10. 021f5f1 Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 10 years ago
  11. 788b94b Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 10 years ago
  12. fefd2d9 perf report: Fix branch stack mode cannot be set by He Kuang · 10 years ago
  13. 0497d0a perf buildid-cache: Show usage with incorrect params by Masami Hiramatsu · 10 years ago
  14. cc169c7 perf buildid-cache: Use pr_debug instead of verbose && pr_info by Masami Hiramatsu · 10 years ago
  15. 8d8c8e4 perf buildid-cache: Add --purge FILE to remove all caches of FILE by Masami Hiramatsu · 10 years ago
  16. 7335399 perf tools: Fix the bash completion problem of 'perf --*' by Yunlong Song · 10 years ago
  17. 5ef803e perf list: Extend raw-dump to certain kind of events by Yunlong Song · 10 years ago
  18. 705750f perf list: Clean up the printing functions of hardware/software events by Yunlong Song · 10 years ago
  19. 3ef1e65 perf tools: Remove the '--(null)' long_name for --list-opts by Yunlong Song · 10 years ago
  20. ed45752 perf list: Avoid confusion of perf output and the next command prompt by Yunlong Song · 10 years ago
  21. 1611495 perf list: Allow listing events with 'tracepoint' prefix by Yunlong Song · 10 years ago
  22. ab0e480 perf list: Sort the output of 'perf list' to view more clearly by Yunlong Song · 10 years ago
  23. 1f924c2 perf data: Fix sentinel setting for data_cmds array by Yunlong Song · 10 years ago
  24. f56847c perf probe: Fix a precedence bug by He Kuang · 10 years ago
  25. 94ba462 perf diff: Support for different binaries by Kan Liang · 10 years ago
  26. a50d11a perf buildid-cache: Add new buildid cache if update target is not cached by Masami Hiramatsu · 10 years ago
  27. 38ae502 perf probe: Handle strdup() failure by Arnaldo Carvalho de Melo · 10 years ago
  28. eb47cb2 perf probe: Fix get_real_path to free allocated memory in error path by Masami Hiramatsu · 10 years ago
  29. 9aaf5a5 perf probe: Check kprobes blacklist when adding new events by Masami Hiramatsu · 10 years ago
  30. 55d43bc perf trace: Fix SIGBUS failures due to misaligned accesses by David Ahern · 10 years ago
  31. 0afb170 Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 10 years ago
  32. e9e4e44 Merge tag 'v4.0-rc1' into perf/core, to refresh the tree by Ingo Molnar · 10 years ago
  33. 4861f87 perf tools: Make sparc64 arch point to sparc by David Ahern · 10 years ago
  34. e370a3d perf symbols: Define EM_AARCH64 for older OSes by David Ahern · 10 years ago
  35. a73b6c1 perf top: Fix SIGBUS on sparc64 by David Ahern · 10 years ago
  36. 48536c9 perf tools: Fix probing for PERF_FLAG_FD_CLOEXEC flag by Adrian Hunter · 10 years ago
  37. 54cf776 perf data: Add a 'perf' prefix to the generic fields by Sebastian Andrzej Siewior · 10 years ago
  38. edbe981 perf data: Add perf data to CTF conversion support by Jiri Olsa · 10 years ago
  39. 2245bf1 perf tools: Add new 'perf data' command by Jiri Olsa · 10 years ago
  40. 53d0a57 perf tools: Add feature check for libbabeltrace by Jiri Olsa · 10 years ago
  41. 85c273d perf record: Support recording running/enabled time by Andi Kleen · 10 years ago
  42. 95a09cf perf tools: Fix pthread_attr_setaffinity_np build error by Adrian Hunter · 10 years ago
  43. 8eb7338 perf tools: Define _GNU_SOURCE on pthread_attr_setaffinity_np feature check by Josh Boyer · 10 years ago
  44. 5067406 perf tools: Print the thread's tid on PERF_RECORD_COMM events when -D is asked by Arnaldo Carvalho de Melo · 10 years ago
  45. 4d08cb8 perf trace: Dump stack on segfaults by Arnaldo Carvalho de Melo · 10 years ago
  46. 07c1a0d perf tools: Introduce dump_stack signal helper by Arnaldo Carvalho de Melo · 10 years ago
  47. 2808368 perf ordered_events: Stop using tool->ordered_events by Arnaldo Carvalho de Melo · 10 years ago
  48. c517d83 Linux 4.0-rc1 by Linus Torvalds · 10 years ago
  49. e17fdae perf bench: Fix order of arguments to memcpy_alloc_mem by Bruce Merry · 10 years ago
  50. feaf2229 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  51. be5e661 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  52. 9fa8727 perf session: Remove perf_session from dump_event by Arnaldo Carvalho de Melo · 10 years ago
  53. 313e53b perf session: Remove perf_session from some deliver event routines by Arnaldo Carvalho de Melo · 10 years ago
  54. ccda068 perf session: Remove perf_session from warn_errors signature by Arnaldo Carvalho de Melo · 10 years ago
  55. 75be989 perf evlist: Adopt events_stats from perf_session by Arnaldo Carvalho de Melo · 10 years ago
  56. 54245fd perf session: Remove wrappers to machines__find by Arnaldo Carvalho de Melo · 10 years ago
  57. ddbb1b1 perf trace: Separate routine that handles an event from the one that reads it by Arnaldo Carvalho de Melo · 10 years ago
  58. 77c9258 perf trace: Add man page entry for --event by Arnaldo Carvalho de Melo · 10 years ago
  59. f078c38 perf trace: Introduce --filter-pids by Arnaldo Carvalho de Melo · 10 years ago
  60. be199ad perf evlist: Introduce set_filter_pids method by Arnaldo Carvalho de Melo · 10 years ago
  61. 241b057 perf trace: Filter out the trace pid when no threads are specified by Arnaldo Carvalho de Melo · 10 years ago
  62. cfd70a2 perf evlist: Introduce set_filter_pid method by Arnaldo Carvalho de Melo · 10 years ago
  63. 0808921 perf trace: Only insert blank duration bracket when tracing syscalls by Arnaldo Carvalho de Melo · 10 years ago
  64. 90c453c Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 10 years ago
  65. 0a28096 autofs4 copy_dev_ioctl(): keep the value of ->size we'd used for allocation by Al Viro · 10 years ago
  66. 7e0e953 procfs: fix race between symlink removals and traversals by Al Viro · 10 years ago
  67. 0db59e5 debugfs: leave freeing a symlink body until inode eviction by Al Viro · 10 years ago
  68. dca1117 Documentation/filesystems/Locking: ->get_sb() is long gone by Al Viro · 10 years ago
  69. eb6ef3d trylock_super(): replacement for grab_super_passive() by Konstantin Khlebnikov · 10 years ago
  70. 54f2a2f fanotify: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversions by David Howells · 10 years ago
  71. ce40fa7 Cachefiles: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversions by David Howells · 10 years ago
  72. e36cb0b VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) by David Howells · 10 years ago
  73. 2c616d4 SELinux: Use d_is_positive() rather than testing dentry->d_inode by David Howells · 10 years ago
  74. 8802565 Smack: Use d_is_positive() rather than testing dentry->d_inode by David Howells · 10 years ago
  75. e656a8e TOMOYO: Use d_is_dir() rather than d_inode and S_ISDIR() by David Howells · 10 years ago
  76. 729b8a3 Apparmor: Use d_is_positive/negative() rather than testing dentry->d_inode by David Howells · 10 years ago
  77. 7ac2856 Apparmor: mediated_filesystem() should use dentry->d_sb not inode->i_sb by David Howells · 10 years ago
  78. 44bdb5e VFS: Split DCACHE_FILE_TYPE into regular and special types by David Howells · 10 years ago
  79. df1a085 VFS: Add a fallthrough flag for marking virtual dentries by David Howells · 10 years ago
  80. e7f7d22 VFS: Add a whiteout dentry type by David Howells · 10 years ago
  81. 155e35d VFS: Introduce inode-getting helpers for layered/unioned fs environments by David Howells · 10 years ago
  82. a135c71 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 10 years ago
  83. 2177033 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  84. c8c6c9b Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 10 years ago
  85. 93aaa83 Merge tag 'xfs-pnfs-for-linus-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 10 years ago
  86. 24a52e4 Merge tag 'nfs-for-3.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  87. cd50b70 Merge tag 'pm+acpi-3.20-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  88. 2bfedd1 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  89. a911dcd Merge tag 'dm-3.20-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 10 years ago
  90. e20d3ef Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 10 years ago
  91. 1acd2de Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 10 years ago
  92. b5ccb07 Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 10 years ago
  93. 2953245 Merge branch 'i2c/for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 10 years ago
  94. 18a8d49 Merge tag 'clk-for-linus-3.20' of git://git.linaro.org/people/mike.turquette/linux by Linus Torvalds · 10 years ago
  95. c189cb8 Merge tag 'vfio-v3.20-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 10 years ago
  96. a2a6937 Merge tag 'sound-fix-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 10 years ago
  97. f5e25f0 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 10 years ago
  98. d34696c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 10 years ago
  99. f967737 Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  100. f3c233d Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago