1. c3dca1a perf tools: Remove PRI[xu] macros from perf.h by Arnaldo Carvalho de Melo · 8 years ago
  2. fd20e81 perf tools: Including missing inttypes.h header by Arnaldo Carvalho de Melo · 8 years ago
  3. b640985 perf tools: Remove unused macros from util.h by Arnaldo Carvalho de Melo · 8 years ago
  4. 68289cb tools include: Drop ARRAY_SIZE() definition from linux/hashtable.h by Arnaldo Carvalho de Melo · 8 years ago
  5. 0061459 objtool: Drop ARRAY_SIZE() definition, tools/include/linux/kernel.h has it now by Arnaldo Carvalho de Melo · 8 years ago
  6. 877a7a1 perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is used by Arnaldo Carvalho de Melo · 8 years ago
  7. 8607c1e tools include: Move ARRAY_SIZE() to linux/kernel.h by Arnaldo Carvalho de Melo · 8 years ago
  8. f6441af tools include: Adopt __same_type() and __must_be_array() from the kernel by Arnaldo Carvalho de Melo · 8 years ago
  9. 379d61b tools include: Introduce linux/bug.h, from the kernel sources by Arnaldo Carvalho de Melo · 8 years ago
  10. 7909675 perf tools: Remove FLEX_ARRAY definition by Arnaldo Carvalho de Melo · 8 years ago
  11. 4c38c8f perf unwind arm64: Add missing errno.h header by Arnaldo Carvalho de Melo · 8 years ago
  12. 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
  13. fd583ad perf/x86: Fix spurious NMI with PEBS Load Latency event by Kan Liang · 8 years ago
  14. 18c5c7c Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 8 years ago
  15. f2200ac perf/x86: Avoid exposing wrong/stale data in intel_pmu_lbr_read_32() by Peter Zijlstra · 8 years ago
  16. 16eb813 Revert "perf tools: Fix include of linux/mman.h" by David Carrillo-Cisneros · 8 years ago
  17. 570eda0 perf util: Hint missing file when tool tips fail to load by David Carrillo-Cisneros · 8 years ago
  18. 9961aa6 tools build: Fix feature detection redefinion of build flags by David Carrillo-Cisneros · 8 years ago
  19. e5e992a perf tools: Disable JVMTI if no ELF support available by David Carrillo-Cisneros · 8 years ago
  20. 739cf30 perf trace: Add usage of --no-syscalls in man page by Ravi Bangoria · 8 years ago
  21. db49a71 perf stat: Fix bug in handling events in error state by Stephane Eranian · 8 years ago
  22. 7be6b31 perf tools: Pass PYTHON config to feature detection by David Carrillo-Cisneros · 8 years ago
  23. a8d11cd kprobes/x86: Consolidate insn decoder users for copying code by Masami Hiramatsu · 8 years ago
  24. ea1e34f kprobes/x86: Use probe_kernel_read() instead of memcpy() by Masami Hiramatsu · 8 years ago
  25. d0381c8 kprobes/x86: Set kprobes pages read-only by Masami Hiramatsu · 8 years ago
  26. 490154b kprobes/x86: Make boostable flag boolean by Masami Hiramatsu · 8 years ago
  27. 804dec5 kprobes/x86: Do not modify singlestep buffer while resuming by Masami Hiramatsu · 8 years ago
  28. 17880e4 kprobes/x86: Use instruction decoder for booster by Masami Hiramatsu · 8 years ago
  29. 129d17e kprobes/x86: Fix the description of __copy_instruction() by Masami Hiramatsu · 8 years ago
  30. bd0b906 kprobes/x86: Fix kprobe-booster not to boost far call instructions by Masami Hiramatsu · 8 years ago
  31. 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
  32. 1c4f8ad Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 8 years ago
  33. 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
  34. 986a5bc perf annotate: Use stripped line instead of raw disassemble line by Taeung Song · 8 years ago
  35. 4597cf0 perf annotate: Refactor the code to parse disassemble lines with {l,r}trim() by Taeung Song · 8 years ago
  36. c9d1c93 perf tools: Do not print missing features in pipe-mode by David Carrillo-Cisneros · 8 years ago
  37. 0973ad9 perf session: Don't rely on evlist in pipe mode by David Carrillo-Cisneros · 8 years ago
  38. 6ab11f3 perf annotate: Process attr and build_id records by David Carrillo-Cisneros · 8 years ago
  39. 6d13491 perf tools: Describe pipe mode in perf.data-file-fomat.txt by David Carrillo-Cisneros · 8 years ago
  40. 1e0d4f0 perf inject: Copy events when reordering events in pipe mode by David Carrillo-Cisneros · 8 years ago
  41. bb8d521 perf inject: Don't proceed if perf_session__process_event() fails by David Carrillo-Cisneros · 8 years ago
  42. d9f8dfa perf annotate s390: Implement jump types for perf annotate by Christian Borntraeger · 8 years ago
  43. e77852b perf annotate s390: Fix perf annotate error -95 (4.10 regression) by Christian Borntraeger · 8 years ago
  44. ecbe5e1 perf string: Simplify ltrim() implementation by Arnaldo Carvalho de Melo · 8 years ago
  45. bdd97ca perf tools: Refactor the code to strip command name with {l,r}trim() by Taeung Song · 8 years ago
  46. aa4beb1 perf pmu: Refactor wordwrap() with ltrim() by Taeung Song · 8 years ago
  47. e21600f perf ui browser: Refactor the code to parse color configs with ltrim() by Taeung Song · 8 years ago
  48. b07c40d perf stat: Refactor the code to strip csv output with ltrim() by Taeung Song · 8 years ago
  49. 32ccb13 perf evsel: Return exact sub event which failed with EPERM for wildcards by Jin Yao · 8 years ago
  50. 49346e8 perf script: Use strtok_r() when parsing output field list by Arnaldo Carvalho de Melo · 8 years ago
  51. dadafc3 perf callchains: Switch from strtok() to strtok_r() when parsing options by Arnaldo Carvalho de Melo · 8 years ago
  52. 9df9078 perf/amd/uncore: Fix pr_fmt() prefix by Borislav Petkov · 8 years ago
  53. 68e8038 perf/amd/uncore: Clean up per-family setup by Borislav Petkov · 8 years ago
  54. c2628f9 perf/amd/uncore: Do feature check first, before assignments by Borislav Petkov · 8 years ago
  55. 84b1e36 Merge tag 'v4.11-rc6' into perf/core, to pick up fixes by Ingo Molnar · 8 years ago
  56. c08e611 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  57. 39da7c5 Linux 4.11-rc6 by Linus Torvalds · 8 years ago
  58. 84ced7f Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 8 years ago
  59. 462e9a3 Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 8 years ago
  60. 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
  61. 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
  62. 2a610b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  63. 78d91a7 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  64. 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
  65. 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
  66. cf01fb9 mm/mempolicy.c: fix error handling in set_mempolicy and mbind. by Chris Salls · 8 years ago
  67. 425fffd sysctl: report EINVAL if value is larger than UINT_MAX for proc_douintvec by Liping Zhang · 8 years ago
  68. 27f395b MAINTAINERS: separate out kernfs maintainership by Tejun Heo · 8 years ago
  69. c8a139d sysfs: be careful of error returns from ops->show() by NeilBrown · 8 years ago
  70. cf903e9 Documentation: stable-kernel-rules: fix stable-tag format by Johan Hovold · 8 years ago
  71. 97fbfef staging: android: ashmem: lseek failed due to no FMODE_LSEEK. by Shuxiao Zhang · 8 years ago
  72. 8b65bb5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 8 years ago
  73. 542380a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  74. 62fedca Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 8 years ago
  75. 56c2997 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  76. ce61287 mm: move pcp and lru-pcp draining into single wq by Michal Hocko · 8 years ago
  77. cdcf4330 mailmap: update Yakir Yang email address by Jeffy Chen · 8 years ago
  78. 460bcec mm, swap_cgroup: reschedule when neeed in swap_cgroup_swapoff() by David Rientjes · 8 years ago
  79. e11f8b7 dax: fix radix tree insertion race by Ross Zwisler · 8 years ago
  80. 4fad7fb mm, thp: fix setting of defer+madvise thp defrag mode by David Rientjes · 8 years ago
  81. 5402e97 ptrace: fix PTRACE_LISTEN race corrupting task->state by bsegall@google.com · 8 years ago
  82. d79bf21 vmlinux.lds: add missing VMLINUX_SYMBOL macros by Jessica Yu · 8 years ago
  83. 1f06b81 mm/page_alloc.c: fix print order in show_free_areas() by Alexander Polakov · 8 years ago
  84. 045098e userfaultfd: report actual registered features in fdinfo by Mike Rapoport · 8 years ago
  85. d75450f mm: fix page_vma_mapped_walk() for ksm pages by Hugh Dickins · 8 years ago
  86. cefdc26 orangefs: move features validation to fix filesystem hang by Martin Brandenburg · 8 years ago
  87. c2eb7be Merge tag 'pci-v4.11-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 8 years ago
  88. 6d8c6c0 blk-mq: Restart a single queue if tag sets are shared by Bart Van Assche · 8 years ago
  89. 6077c2d dm rq: Avoid that request processing stalls sporadically by Bart Van Assche · 8 years ago
  90. 36e3cf2 scsi: Avoid that SCSI queues get stuck by Bart Van Assche · 8 years ago
  91. 7587a5a blk-mq: Introduce blk_mq_delay_run_hw_queue() by Bart Van Assche · 8 years ago
  92. 81d4bab Merge tag 'dm-4.11-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 8 years ago
  93. dc25ad3 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
  94. 4f0d14b Merge tag 'metag-for-v4.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag by Linus Torvalds · 8 years ago
  95. 7ab6618 Merge tag 'acpi-4.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  96. 50bdd7a Merge tag 'for-linus-4.11b-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 8 years ago
  97. 5380e56 sysctl: don't print negative flag for proc_douintvec by Liping Zhang · 8 years ago
  98. 1680a38 sysctl: add sanity check for proc_douintvec by Liping Zhang · 8 years ago
  99. 3c1a427 perf annotate s390: Fix perf annotate error -95 (4.10 regression) by Christian Borntraeger · 8 years ago
  100. ebe8bdd blk-mq: remap queues when adding/removing hardware queues by Omar Sandoval · 8 years ago