1. 57f0daf perf config: Document 'kmem.default' variable in man page by Taeung Song · 9 years ago
  2. ab2e08e perf config: Document 'pager.<subcommand>' variables in man page by Taeung Song · 9 years ago
  3. 08b75b4 perf config: Document 'man.viewer' variable in man page by Taeung Song · 9 years ago
  4. 0b04c84 perf config: Document 'top.children' variable in man page by Taeung Song · 9 years ago
  5. 806cb95 perf config: Document variables for 'report' section in man page by Taeung Song · 9 years ago
  6. 56c94dc perf config: Document variables for 'call-graph' section in man page by Taeung Song · 9 years ago
  7. 67f43c0 perf config: Document 'ui.show-headers' variable in man page by Taeung Song · 9 years ago
  8. 3c7a152 perf build tests: Move the feature related vars to the front of the make cmdline by Arnaldo Carvalho de Melo · 9 years ago
  9. 5978531 perf build tests: Elide "-f Makefile" from make invokation by Arnaldo Carvalho de Melo · 9 years ago
  10. d3aaf09 Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 9 years ago
  11. b83ea91 Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 9 years ago
  12. 580df49 Merge tag 'perf-urgent-for-mingo-2' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 9 years ago
  13. 9a96940 Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 9 years ago
  14. 51fd2df perf stat: Fix interval output values by Jiri Olsa · 9 years ago
  15. b37a05c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  16. d5bfb96 Merge tag 'for-linus-4.5-2' of git://git.code.sf.net/p/openipmi/linux-ipmi by Linus Torvalds · 9 years ago
  17. 86270c8 Merge tag 'devicetree-fixes-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 9 years ago
  18. 81b676b Merge tag 'nfs-for-4.5-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 9 years ago
  19. ef582d0 Merge tag 'trace-v4.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  20. 4643536 mm: retire GUP WARN_ON_ONCE that outlived its usefulness by Hugh Dickins · 9 years ago
  21. 58c9d61 ipmi: put acpi.h with the other headers by Tony Camuso · 9 years ago
  22. 12c9d70 mm: fix memory leak in copy_huge_pmd() by Matthew Wilcox · 9 years ago
  23. c6400ba drivers/hwspinlock: fix race between radix tree insertion and lookup by Matthew Wilcox · 9 years ago
  24. 46437f9 radix-tree: fix race in gang lookup by Matthew Wilcox · 9 years ago
  25. 3c1da7b mm/vmpressure.c: fix subtree pressure detection by Vladimir Davydov · 9 years ago
  26. 30bdbb7 mm: polish virtual memory accounting by Konstantin Khlebnikov · 9 years ago
  27. d977d56 mm: warn about VmData over RLIMIT_DATA by Konstantin Khlebnikov · 9 years ago
  28. 4758e19 Documentation: cgroup-v2: add memory.stat::sock description by Johannes Weiner · 9 years ago
  29. c792e82 mm: memcontrol: drop superfluous entry in the per-memcg stats array by Johannes Weiner · 9 years ago
  30. 461c7fa drivers/scsi/sg.c: mark VMA as VM_IO to prevent migration by Kirill A. Shutemov · 9 years ago
  31. 65376df proc: revert /proc/<pid>/maps [stack:TID] annotation by Johannes Weiner · 9 years ago
  32. 5c2ff95 numa: fix /proc/<pid>/numa_maps for hugetlbfs on s390 by Michael Holzheu · 9 years ago
  33. 0bb181c MAINTAINERS: update Seth email by Seth Jennings · 9 years ago
  34. a4a1dfa ocfs2/cluster: fix memory leak in o2hb_region_release by Joseph Qi · 9 years ago
  35. 72676bb lib/test-string_helpers.c: fix and improve string_get_size() tests by Vitaly Kuznetsov · 9 years ago
  36. e3ae195 thp: limit number of object to scan on deferred_split_scan() by Kirill A. Shutemov · 9 years ago
  37. cb8d68e thp: change deferred_split_count() to return number of THP in queue by Kirill A. Shutemov · 9 years ago
  38. a3d0a918 thp: make split_queue per-node by Kirill A. Shutemov · 9 years ago
  39. b62e8df perf hists browser: Add 'L' hotkey to change percent limit by Namhyung Kim · 9 years ago
  40. 1ba2fc6 perf report: Update documention of --percent-limit option by Namhyung Kim · 9 years ago
  41. c6f5f6b perf report: Update documentation of --sort option by Namhyung Kim · 9 years ago
  42. aa6f50a perf hists: Introduce hists__for_each_sort_list macro by Jiri Olsa · 9 years ago
  43. f0786af perf hists: Introduce hists__for_each_format macro by Jiri Olsa · 9 years ago
  44. 5b65855 perf tools: Add hpp_list into struct hists object by Jiri Olsa · 9 years ago
  45. 43e0a68 perf hists: Add struct perf_hpp_list argument to helper functions by Jiri Olsa · 9 years ago
  46. 1a8ebd2 perf hists: Introduce perf_hpp_list__for_each_sort_list_safe macro by Jiri Olsa · 9 years ago
  47. d29a497 perf hists: Introduce perf_hpp_list__for_each_sort_list macro by Jiri Olsa · 9 years ago
  48. 7a1799e perf hists: Introduce perf_hpp_list__for_each_format_safe macro by Jiri Olsa · 9 years ago
  49. cf09404 perf hists: Introduce perf_hpp_list__for_each_format macro by Jiri Olsa · 9 years ago
  50. 0760002 perf hists: Pass perf_hpp_list all the way through setup_output_list by Jiri Olsa · 9 years ago
  51. ebdd98e perf hists: Add perf_hpp_list register helpers by Jiri Olsa · 9 years ago
  52. 94b3dc3 perf hists: Introduce perf_hpp_list__init function by Jiri Olsa · 9 years ago
  53. 7c31e10 perf hists: Introduce struct perf_hpp_list by Jiri Olsa · 9 years ago
  54. 6d3375e perf hists: Separate output fields parsing into setup_output_list function by Jiri Olsa · 9 years ago
  55. 2fbaa39 perf hists: Separate sort fields parsing into setup_sort_list function by Jiri Olsa · 9 years ago
  56. 564132f perf hists: Properly release format fields by Jiri Olsa · 9 years ago
  57. 12cb439 perf hists: Remove perf_hpp__column_(disable|enable) by Jiri Olsa · 9 years ago
  58. 1945c3e perf hists: Allocate output sort field by Jiri Olsa · 9 years ago
  59. 3ee60c3 perf top: Move UI initialization ahead of sort setup by Arnaldo Carvalho de Melo · 9 years ago
  60. 9887804 perf report: Move UI initialization ahead of sort setup by Jiri Olsa · 9 years ago
  61. 3f931f2 perf hists: Make hpp setup function generic by Jiri Olsa · 9 years ago
  62. c0020ef perf hists: Add 'hpp__equal' callback function by Jiri Olsa · 9 years ago
  63. 9735808 perf hists: Add 'equal' method to perf_hpp_fmt struct by Jiri Olsa · 9 years ago
  64. 2e8b79e perf hists: Use struct perf_hpp_fmt::idx in perf_hpp__reset_width by Jiri Olsa · 9 years ago
  65. b21a763 perf hists: Add _idx fields into struct perf_hpp_fmt by Jiri Olsa · 9 years ago
  66. 452ce03 perf hists: Introduce perf_evsel__output_resort function by Jiri Olsa · 9 years ago
  67. 01441af perf hists: Factor output_resort from hists__output_resort by Jiri Olsa · 9 years ago
  68. 8eb22c9 Merge tag 'perf-core-for-mingo-3' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 9 years ago
  69. d072b89 Merge tag 'perf-core-for-mingo-2' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 9 years ago
  70. 402e8db Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 9 years ago
  71. 270bde1 perf probe: Search both .eh_frame and .debug_frame sections for probe location by Hemant Kumar · 9 years ago
  72. 3a4acda perf tools: Fix thread lifetime related segfaut in intel_pt by Adrian Hunter · 9 years ago
  73. 34229b2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  74. 2c92341 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  75. 29a8ea4 Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 9 years ago
  76. 3848c23 perf report: Don't show blank lines if entry has no callchain by Namhyung Kim · 9 years ago
  77. 59c624e perf hists browser: Fix percent display in callchains by Namhyung Kim · 9 years ago
  78. 5eca104 perf hists browser: Pass parent_total to callchain print functions by Namhyung Kim · 9 years ago
  79. 0c841c6 perf hists browser: Fix dump to show correct callchain style by Namhyung Kim · 9 years ago
  80. 7ed5d6e perf report: Fix percent display in callchains on --stdio by Namhyung Kim · 9 years ago
  81. 54d27b3 perf callchain: Pass parent_samples to __callchain__fprintf_graph() by Namhyung Kim · 9 years ago
  82. 7e597d3 perf report: Get rid of hist_entry__callchain_fprintf() by Namhyung Kim · 9 years ago
  83. 2665b45 perf report: Apply --percent-limit to callchains also by Namhyung Kim · 9 years ago
  84. 0f58474 perf hists: Update hists' total period when adding entries by Namhyung Kim · 9 years ago
  85. 744070e perf hists: Fix min callchain hits calculation by Namhyung Kim · 9 years ago
  86. ec183d2 perf tools: tracepoint_error() can receive e=NULL, robustify it by Adrian Hunter · 9 years ago
  87. 36f90b0 Linux 4.5-rc2 by Linus Torvalds · 9 years ago
  88. d784ef5 Merge tag 'usb-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 9 years ago
  89. 54e3f3e Merge tag 'tty-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 9 years ago
  90. 8c4e378 Merge tag 'staging-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 9 years ago
  91. f3ca903 Merge tag 'driver-core-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 9 years ago
  92. 510ae0c Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 9 years ago
  93. d517be5 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  94. dc799d0 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  95. 7ab85d4 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  96. 29d14f0 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  97. bbfb239 Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  98. 30e4c9a Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  99. f25a96e Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  100. 660f6fe Merge tag 'vfio-v4.5-rc2' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 9 years ago