1. f5e7150 perf evlist: Expose perf_event_mlock_kb_in_pages() helper by Arnaldo Carvalho de Melo · 8 years ago
  2. 0561499 perf trace: Make --(min,max}-stack imply "--call-graph dwarf" by Arnaldo Carvalho de Melo · 8 years ago
  3. 0883e82 perf record: Export record_opts based callchain parsing helper by Arnaldo Carvalho de Melo · 8 years ago
  4. 5cf9c84 perf trace: Introduce --min-stack filter by Arnaldo Carvalho de Melo · 8 years ago
  5. e519bd9 perf trace: Do not print interrupted syscalls when using --duration by Arnaldo Carvalho de Melo · 8 years ago
  6. 25da4fa perf evsel: Move fprintf methods to separate source file by Arnaldo Carvalho de Melo · 8 years ago
  7. c6d4a49 perf trace: Add --max-stack knob by Arnaldo Carvalho de Melo · 8 years ago
  8. 6125cc8 perf script: Add --max-stack knob by Arnaldo Carvalho de Melo · 8 years ago
  9. d327e60 perf tools: Remove addr_location argument to sample__fprintf_callchain by Arnaldo Carvalho de Melo · 8 years ago
  10. 6f73673 perf evsel: Require that callchains be resolved before calling fprintf_{sym,callchain} by Arnaldo Carvalho de Melo · 8 years ago
  11. bfbba18 perf symbols: Move fprintf routines to separate object file by Arnaldo Carvalho de Melo · 8 years ago
  12. de446b4 perf evsel: Remove symbol_conf usage by Arnaldo Carvalho de Melo · 8 years ago
  13. 91d7b2d perf callchain: Start moving away from global per thread cursors by Arnaldo Carvalho de Melo · 8 years ago
  14. bbf86c4 perf trace: Move socket_type beautifier to tools/perf/trace/beauty/ by Arnaldo Carvalho de Melo · 8 years ago
  15. 0b22cd2 Merge tag 'perf-core-for-mingo-20160414' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 8 years ago
  16. 860b8d4 perf config: Make show_config() use perf_config_set by Taeung Song · 8 years ago
  17. 20105ca perf config: Introduce perf_config_set class by Taeung Song · 8 years ago
  18. ecfd7a9 perf record: Add '--timestamp-filename' option to append timestamp to output file name by Wang Nan · 8 years ago
  19. c0bdc1c perf record: Turns auxtrace_snapshot_enable into 3 states by Wang Nan · 8 years ago
  20. 040f991 perf data: Add perf_data_file__switch() helper by Wang Nan · 8 years ago
  21. b26dc73 perf session: Make ordered_events reusable by Wang Nan · 8 years ago
  22. 4532f64 perf ordered_events: Introduce reinit() by Wang Nan · 8 years ago
  23. ea8dc3c perf trace: Move eventfd beautifiers to trace/beauty/ directory by Arnaldo Carvalho de Melo · 8 years ago
  24. df4cb16 perf trace: Move mmap beautifiers to trace/beauty/ directory by Arnaldo Carvalho de Melo · 8 years ago
  25. a355a61 perf trace: Add getrandom beautifier related defines for older systems by Arnaldo Carvalho de Melo · 8 years ago
  26. 6fb35b9 perf trace: Add seccomp beautifier related defines for older systems by Arnaldo Carvalho de Melo · 8 years ago
  27. c5ab6ad Merge tag 'perf-core-for-mingo-20160413' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 8 years ago
  28. 59247e3 perf trace: Do not accept --no-syscalls together with -e by Arnaldo Carvalho de Melo · 8 years ago
  29. e20ab86 perf evsel: Move some methods from session.[ch] to evsel.[ch] by Arnaldo Carvalho de Melo · 8 years ago
  30. 73643bb perf sched map: Display only given cpus by Jiri Olsa · 8 years ago
  31. cf294f2 perf sched map: Color given cpus by Jiri Olsa · 8 years ago
  32. a151a37 perf sched map: Color given pids by Jiri Olsa · 8 years ago
  33. 097be0f perf thread_map: Make new_by_tid_str constructor public by Jiri Olsa · 8 years ago
  34. 8cd9119 perf sched: Use color_fprintf for output by Jiri Olsa · 8 years ago
  35. 99623c6 perf sched: Add compact display option by Jiri Olsa · 8 years ago
  36. e632aa6 perf cpu_map: Add has() method by Jiri Olsa · 8 years ago
  37. 3407df8 perf thread_map: Add has() method by Jiri Olsa · 8 years ago
  38. 202ff96 perf trace: Support callchains for --event too by Arnaldo Carvalho de Melo · 8 years ago
  39. 31d50c5 perf/x86/amd/uncore: Do not register a task ctx for uncore PMUs by Peter Zijlstra · 8 years ago
  40. e465de1 perf/x86/intel/pt: Use boot_cpu_has() because it's there by Alexander Shishkin · 8 years ago
  41. dac4298 uprobes/x86: Constify uprobe_xol_ops structures by Julia Lawall · 8 years ago
  42. bed9441 Merge tag 'perf-core-for-mingo-20160411' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 8 years ago
  43. aeaae7d Merge tag 'perf-core-for-mingo-20160408' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 8 years ago
  44. 889fac6 Merge tag 'v4.6-rc3' into perf/core, to refresh the tree by Ingo Molnar · 8 years ago
  45. 00768a2 perf trace: Print unresolved symbol names as addresses by Arnaldo Carvalho de Melo · 8 years ago
  46. fd4be13 perf evsel: Allow unresolved symbol names to be printed as addresses by Arnaldo Carvalho de Melo · 8 years ago
  47. fde54b7 perf trace: Make "--call-graph" affect just "raw_syscalls:sys_exit" by Arnaldo Carvalho de Melo · 8 years ago
  48. 01e0d50 perf evsel: Rename config_callgraph() to config_callchain() and make it public by Arnaldo Carvalho de Melo · 8 years ago
  49. 22c8a37 perf evlist: Add (reset,set)_sample_bit methods by Arnaldo Carvalho de Melo · 8 years ago
  50. e68ae9c perf evsel: Do not use globals in config() by Arnaldo Carvalho de Melo · 8 years ago
  51. 4462181 perf trace: Exclude the kernel part of the callchain leading to a syscall by Arnaldo Carvalho de Melo · 8 years ago
  52. ea45396 perf evsel: Introduce fprintf_callchain() method out of fprintf_sym() by Arnaldo Carvalho de Melo · 8 years ago
  53. ff0c107 perf evsel: Rename print_ip() to fprintf_sym() by Arnaldo Carvalho de Melo · 8 years ago
  54. 566a088 perf trace: Add support for printing call chains on sys_exit events. by Milian Wolff · 8 years ago
  55. db3617f perf evsel: Allow passing a left alignment when printing a symbol by Arnaldo Carvalho de Melo · 8 years ago
  56. 6186de9 perf evsel: Allow specifying a file to output in perf_evsel__print_ip by Milian Wolff · 8 years ago
  57. 72c0809 perf bpf: Automatically create bpf-output event __bpf_stdout__ by Wang Nan · 8 years ago
  58. d788857 perf bpf: Clone bpf stdout events in multiple bpf scripts by Wang Nan · 8 years ago
  59. bf16200 Linux 4.6-rc3 by Linus Torvalds · 8 years ago
  60. 08b15d1 Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 8 years ago
  61. 2f422f9 Merge tag 'mmc-v4.6-rc1' of git://git.linaro.org/people/ulf.hansson/mmc by Linus Torvalds · 8 years ago
  62. 6a7c924 Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 8 years ago
  63. 9f2394c Revert "ext4: allow readdir()'s of large empty directories to be interrupted" by Linus Torvalds · 8 years ago
  64. 5b5b7fd Merge branch 'parisc-4.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 8 years ago
  65. 239467e Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  66. 289b7bf Merge tag 'gpio-v4.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 8 years ago
  67. 183c948 Merge tag 'tty-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 8 years ago
  68. ffb927d Merge tag 'usb-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 8 years ago
  69. c6e6e58 Merge tag 'staging-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 8 years ago
  70. fb41b4b Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  71. 63b106a Merge tag 'md/4.6-rc2-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 8 years ago
  72. 40bca9d Merge tag 'pm+acpi-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  73. 9ef11ce Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  74. 839a3f7 Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  75. 6759212 Merge tag 'for-linus-4.6-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux by Linus Torvalds · 8 years ago
  76. 1a59c53 Merge tag 'iommu-fixes-v4.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 8 years ago
  77. caf2808 i2c: jz4780: really prevent potential division by zero by Wolfram Sang · 9 years ago
  78. 4ececb7 Revert "i2c: jz4780: prevent potential division by zero" by Wolfram Sang · 8 years ago
  79. 636c8a8 Merge tag 'usb-serial-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus by Greg Kroah-Hartman · 8 years ago
  80. 30d237a Merge tag 'mac80211-for-davem-2016-04-06' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 8 years ago
  81. 3430284 bridge, netem: mark mailing lists as moderated by stephen hemminger · 8 years ago
  82. cb910c1 parisc: Update comment regarding relative extable support by Helge Deller · 8 years ago
  83. 2ef4dfd parisc: Unbreak handling exceptions from kernel modules by Helge Deller · 8 years ago
  84. ef72f311 parisc: Fix kernel crash with reversed copy_from_user() by Helge Deller · 8 years ago
  85. e389302 parisc: Avoid function pointers for kernel exception routines by Helge Deller · 8 years ago
  86. 592570c parisc: Handle R_PARISC_PCREL32 relocations in kernel modules by Helge Deller · 8 years ago
  87. 016adb7 tuntap: restore default qdisc by Jason Wang · 8 years ago
  88. e56f498 orangefs: remove unused variable by Martin Brandenburg · 8 years ago
  89. 73659be Merge branches 'pm-core', 'powercap' and 'pm-tools' by Rafael J. Wysocki · 8 years ago
  90. fa81e66 Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'acpi-cppc' by Rafael J. Wysocki · 8 years ago
  91. 1917a69 orangefs: Add KERN_<LEVEL> to gossip_<level> macros by Joe Perches · 9 years ago
  92. 2eacea7 orangefs: strncpy -> strscpy by Martin Brandenburg · 8 years ago
  93. f83140c orangefs: clean up truncate ctime and mtime setting by Martin Brandenburg · 8 years ago
  94. 2fa37fd Orangefs: fix ifnullfree.cocci warnings by kbuild test robot · 9 years ago
  95. a9bb3ba Orangefs: optimize boilerplate code. by Mike Marshall · 8 years ago
  96. 2d09a2c Orangefs: xattr.c cleanup by Mike Marshall · 8 years ago
  97. 94a57f1 mpls: find_outdev: check for err ptr in addition to NULL check by Roopa Prabhu · 8 years ago
  98. f938345 perf dwarf: Guard !x86_64 definitions under #ifdef else clause by Arnaldo Carvalho de Melo · 8 years ago
  99. bfc279f perf tools: Use readdir() instead of deprecated readdir_r() by Arnaldo Carvalho de Melo · 8 years ago
  100. 7093b4c perf tools: Use readdir() instead of deprecated readdir_r() by Arnaldo Carvalho de Melo · 8 years ago