1. 58db1d6 perf tools: Move units conversion/formatting routines to separate object by Arnaldo Carvalho de Melo · 8 years ago
  2. 9607ad3 perf tools: Add signal.h to places using its definitions by Arnaldo Carvalho de Melo · 8 years ago
  3. 3dfed91 perf unwind: Provide only forward declarations for pointer types by Arnaldo Carvalho de Melo · 8 years ago
  4. 07590a7 Merge tag 'perf-core-for-mingo-4.12-20170419' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 8 years ago
  5. afa7a17 Merge branch 'WIP.x86/process' into perf/core by Ingo Molnar · 8 years ago
  6. 1b5ad16 perf tools: Ditch unused strchrnul() reimplementation by Arnaldo Carvalho de Melo · 8 years ago
  7. 1eae20c perf tools: Remove regex.h and fnmatch.h from util.h by Arnaldo Carvalho de Melo · 8 years ago
  8. 76b31a2 perf tools: Remove include dirent.h from util.h by Arnaldo Carvalho de Melo · 8 years ago
  9. 767fe71 perf tools: Remove misplaced __maybe_unused in some functions by Arnaldo Carvalho de Melo · 8 years ago
  10. 20a9ed2 perf tools: Use api/fs/tracing_path.h where needed by Arnaldo Carvalho de Melo · 8 years ago
  11. 6dcca6d perf tools: No need to include bitops.h in util.h by Arnaldo Carvalho de Melo · 8 years ago
  12. 9a3993d perf tools: Move path related functions to util/path.h by Arnaldo Carvalho de Melo · 8 years ago
  13. b0742e9 perf tools: Don't include terminal handling headers in util.h by Arnaldo Carvalho de Melo · 8 years ago
  14. 8ec20b1 perf str{filter,list}: Disentangle headers by Arnaldo Carvalho de Melo · 8 years ago
  15. a43783a perf tools: Include errno.h where needed by Arnaldo Carvalho de Melo · 8 years ago
  16. a067558 perf tools: Move extra string util functions to util/string2.h by Arnaldo Carvalho de Melo · 8 years ago
  17. 632a5ca perf tools: Move srcline definitions to separate header by Arnaldo Carvalho de Melo · 8 years ago
  18. fea0139 perf tools: Move print_binary definitions to separate files by Arnaldo Carvalho de Melo · 8 years ago
  19. a12a4e0 tools include: Include missing headers for fls() and types in linux/log2.h by Arnaldo Carvalho de Melo · 8 years ago
  20. 3d689ed perf tools: Move sane ctype stuff from util.h to sane_ctype.h by Arnaldo Carvalho de Melo · 8 years ago
  21. 28a9bb9 perf tools: Ditch unused PATH_SEP, STRIP_EXTENSION by Arnaldo Carvalho de Melo · 8 years ago
  22. aa8cc2f perf tools: Replace STR() calls with __stringify() by Arnaldo Carvalho de Melo · 8 years ago
  23. c3dca1a perf tools: Remove PRI[xu] macros from perf.h by Arnaldo Carvalho de Melo · 8 years ago
  24. fd20e81 perf tools: Including missing inttypes.h header by Arnaldo Carvalho de Melo · 8 years ago
  25. b640985 perf tools: Remove unused macros from util.h by Arnaldo Carvalho de Melo · 8 years ago
  26. 68289cb tools include: Drop ARRAY_SIZE() definition from linux/hashtable.h by Arnaldo Carvalho de Melo · 8 years ago
  27. 0061459 objtool: Drop ARRAY_SIZE() definition, tools/include/linux/kernel.h has it now by Arnaldo Carvalho de Melo · 8 years ago
  28. 877a7a1 perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is used by Arnaldo Carvalho de Melo · 8 years ago
  29. 8607c1e tools include: Move ARRAY_SIZE() to linux/kernel.h by Arnaldo Carvalho de Melo · 8 years ago
  30. f6441af tools include: Adopt __same_type() and __must_be_array() from the kernel by Arnaldo Carvalho de Melo · 8 years ago
  31. 379d61b tools include: Introduce linux/bug.h, from the kernel sources by Arnaldo Carvalho de Melo · 8 years ago
  32. 7909675 perf tools: Remove FLEX_ARRAY definition by Arnaldo Carvalho de Melo · 8 years ago
  33. 4c38c8f perf unwind arm64: Add missing errno.h header by Arnaldo Carvalho de Melo · 8 years ago
  34. e720c19 Merge tag 'perf-core-for-mingo-4.12-20170413' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 8 years ago
  35. fd583ad perf/x86: Fix spurious NMI with PEBS Load Latency event by Kan Liang · 8 years ago
  36. 18c5c7c Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 8 years ago
  37. f2200ac perf/x86: Avoid exposing wrong/stale data in intel_pmu_lbr_read_32() by Peter Zijlstra · 8 years ago
  38. 16eb813 Revert "perf tools: Fix include of linux/mman.h" by David Carrillo-Cisneros · 8 years ago
  39. 570eda0 perf util: Hint missing file when tool tips fail to load by David Carrillo-Cisneros · 8 years ago
  40. 9961aa6 tools build: Fix feature detection redefinion of build flags by David Carrillo-Cisneros · 8 years ago
  41. e5e992a perf tools: Disable JVMTI if no ELF support available by David Carrillo-Cisneros · 8 years ago
  42. 739cf30 perf trace: Add usage of --no-syscalls in man page by Ravi Bangoria · 8 years ago
  43. db49a71 perf stat: Fix bug in handling events in error state by Stephane Eranian · 8 years ago
  44. 7be6b31 perf tools: Pass PYTHON config to feature detection by David Carrillo-Cisneros · 8 years ago
  45. a8d11cd kprobes/x86: Consolidate insn decoder users for copying code by Masami Hiramatsu · 8 years ago
  46. ea1e34f kprobes/x86: Use probe_kernel_read() instead of memcpy() by Masami Hiramatsu · 8 years ago
  47. d0381c8 kprobes/x86: Set kprobes pages read-only by Masami Hiramatsu · 8 years ago
  48. 490154b kprobes/x86: Make boostable flag boolean by Masami Hiramatsu · 8 years ago
  49. 804dec5 kprobes/x86: Do not modify singlestep buffer while resuming by Masami Hiramatsu · 8 years ago
  50. 17880e4 kprobes/x86: Use instruction decoder for booster by Masami Hiramatsu · 8 years ago
  51. 129d17e kprobes/x86: Fix the description of __copy_instruction() by Masami Hiramatsu · 8 years ago
  52. bd0b906 kprobes/x86: Fix kprobe-booster not to boost far call instructions by Masami Hiramatsu · 8 years ago
  53. ef0eb2e Merge tag 'perf-core-for-mingo-4.12-20170411' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 8 years ago
  54. 1c4f8ad Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 8 years ago
  55. 0718b33 Merge tag 'perf-urgent-for-mingo-4.11-20170411' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 8 years ago
  56. 986a5bc perf annotate: Use stripped line instead of raw disassemble line by Taeung Song · 8 years ago
  57. 4597cf0 perf annotate: Refactor the code to parse disassemble lines with {l,r}trim() by Taeung Song · 8 years ago
  58. c9d1c93 perf tools: Do not print missing features in pipe-mode by David Carrillo-Cisneros · 8 years ago
  59. 0973ad9 perf session: Don't rely on evlist in pipe mode by David Carrillo-Cisneros · 8 years ago
  60. 6ab11f3 perf annotate: Process attr and build_id records by David Carrillo-Cisneros · 8 years ago
  61. 6d13491 perf tools: Describe pipe mode in perf.data-file-fomat.txt by David Carrillo-Cisneros · 8 years ago
  62. 1e0d4f0 perf inject: Copy events when reordering events in pipe mode by David Carrillo-Cisneros · 8 years ago
  63. bb8d521 perf inject: Don't proceed if perf_session__process_event() fails by David Carrillo-Cisneros · 8 years ago
  64. d9f8dfa perf annotate s390: Implement jump types for perf annotate by Christian Borntraeger · 8 years ago
  65. e77852b perf annotate s390: Fix perf annotate error -95 (4.10 regression) by Christian Borntraeger · 8 years ago
  66. ecbe5e1 perf string: Simplify ltrim() implementation by Arnaldo Carvalho de Melo · 8 years ago
  67. bdd97ca perf tools: Refactor the code to strip command name with {l,r}trim() by Taeung Song · 8 years ago
  68. aa4beb1 perf pmu: Refactor wordwrap() with ltrim() by Taeung Song · 8 years ago
  69. e21600f perf ui browser: Refactor the code to parse color configs with ltrim() by Taeung Song · 8 years ago
  70. b07c40d perf stat: Refactor the code to strip csv output with ltrim() by Taeung Song · 8 years ago
  71. 32ccb13 perf evsel: Return exact sub event which failed with EPERM for wildcards by Jin Yao · 8 years ago
  72. 49346e8 perf script: Use strtok_r() when parsing output field list by Arnaldo Carvalho de Melo · 8 years ago
  73. dadafc3 perf callchains: Switch from strtok() to strtok_r() when parsing options by Arnaldo Carvalho de Melo · 8 years ago
  74. 9df9078 perf/amd/uncore: Fix pr_fmt() prefix by Borislav Petkov · 8 years ago
  75. 68e8038 perf/amd/uncore: Clean up per-family setup by Borislav Petkov · 8 years ago
  76. c2628f9 perf/amd/uncore: Do feature check first, before assignments by Borislav Petkov · 8 years ago
  77. 84b1e36 Merge tag 'v4.11-rc6' into perf/core, to pick up fixes by Ingo Molnar · 8 years ago
  78. c08e611 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  79. 39da7c5 Linux 4.11-rc6 by Linus Torvalds · 8 years ago
  80. 84ced7f Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 8 years ago
  81. 462e9a3 Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 8 years ago
  82. 5b50be7 Merge tag 'driver-core-4.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 8 years ago
  83. 62e1fd0 Merge tag 'staging-4.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 8 years ago
  84. 2a610b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  85. 78d91a7 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  86. c3df1c7 Merge tag 'pinctrl-v4.11-4' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 8 years ago
  87. 894ca30 Merge tag 'powerpc-4.11-7' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  88. cf01fb9 mm/mempolicy.c: fix error handling in set_mempolicy and mbind. by Chris Salls · 8 years ago
  89. 425fffd sysctl: report EINVAL if value is larger than UINT_MAX for proc_douintvec by Liping Zhang · 8 years ago
  90. 27f395b MAINTAINERS: separate out kernfs maintainership by Tejun Heo · 8 years ago
  91. c8a139d sysfs: be careful of error returns from ops->show() by NeilBrown · 8 years ago
  92. cf903e9 Documentation: stable-kernel-rules: fix stable-tag format by Johan Hovold · 8 years ago
  93. 97fbfef staging: android: ashmem: lseek failed due to no FMODE_LSEEK. by Shuxiao Zhang · 8 years ago
  94. 8b65bb5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 8 years ago
  95. 542380a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  96. 62fedca Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 8 years ago
  97. 56c2997 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  98. ce61287 mm: move pcp and lru-pcp draining into single wq by Michal Hocko · 8 years ago
  99. cdcf4330 mailmap: update Yakir Yang email address by Jeffy Chen · 8 years ago
  100. 460bcec mm, swap_cgroup: reschedule when neeed in swap_cgroup_swapoff() by David Rientjes · 8 years ago