1. 99094a5e perf annotate: Fix missing number of samples for source_line_samples by Taeung Song · 8 years ago
  2. 9c0899f perf tools: Don't die on a print function by Arnaldo Carvalho de Melo · 8 years ago
  3. f05082b perf tools: Handle allocation failures gracefully by Arnaldo Carvalho de Melo · 8 years ago
  4. 4277480 perf tools: Remove die() call by Arnaldo Carvalho de Melo · 8 years ago
  5. f3eda8f Merge branch 'perf/uncore-json-updates-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-misc into perf/core by Arnaldo Carvalho de Melo · 8 years ago
  6. f5a7080 perf sdt powerpc: Add argument support by Ravi Bangoria · 8 years ago
  7. fcc309e Merge tag 'perf-core-for-mingo-4.12-20170331' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 8 years ago
  8. fd5cead perf trace: Beautify statx syscall 'flag' and 'mask' arguments by Arnaldo Carvalho de Melo · 8 years ago
  9. 3e00cbe perf tools: Do not fail in case of empty HOME env variable by Jiri Olsa · 8 years ago
  10. 67ef287 tools include uapi: Grab copies of stat.h and fcntl.h by Arnaldo Carvalho de Melo · 8 years ago
  11. 3401e8d perf vendor events intel: Add missing space in json descriptions by Andi Kleen · 8 years ago
  12. af34cb4 perf vendor events intel: Add uncore_arb JSON support by Andi Kleen · 8 years ago
  13. 92c6de0 perf vendor events intel: Add uncore events for Skylake client by Andi Kleen · 8 years ago
  14. 092a95d perf vendor events intel: Add uncore events for Broadwell client by Andi Kleen · 8 years ago
  15. 0585c62 perf vendor events intel: Add uncore events for Haswell client by Andi Kleen · 8 years ago
  16. bccdcb2 perf vendor events intel: Add uncore events for Ivy Bridge client by Andi Kleen · 8 years ago
  17. 80432c7 perf vendor events intel: Add uncore events for Sandy Bridge client by Andi Kleen · 8 years ago
  18. 9c4e2e2 perf vendor events intel: Add missing UNC_M_DCLOCKTICKS for Broadwell DE uncore by Andi Kleen · 8 years ago
  19. a596a87 perf utils: Fix spelling mistake: "Invalud" -> "Invalid" by Colin Ian King · 8 years ago
  20. 25df39f x86/events/amd/iommu: Enable support for multiple IOMMUs by Suravee Suthikulpanit · 8 years ago
  21. cf25f90 x86/events/amd/iommu: Add IOMMU-specific hw_perf_event struct by Suravee Suthikulpanit · 8 years ago
  22. 5168654 x86/events/amd/iommu: Fix sysfs perf attribute groups by Suravee Suthikulpanit · 8 years ago
  23. 1650dfd x86/events, drivers/amd/iommu: Prepare for multiple IOMMUs support by Suravee Suthikulpanit · 8 years ago
  24. f5863a0 x86/events/amd/iommu.c: Modify functions to query max banks and counters by Suravee Suthikulpanit · 8 years ago
  25. 6b9376e x86/events, drivers/iommu/amd: Introduce amd_iommu_get_num_iommus() by Suravee Suthikulpanit · 8 years ago
  26. 0a6d80c drivers/iommu/amd: Clean up iommu_pc_get_set_reg() by Suravee Suthikulpanit · 8 years ago
  27. dc6ca5e x86/events/amd/iommu: Clean up perf_iommu_read() by Suravee Suthikulpanit · 8 years ago
  28. 6aad0c6 x86/events/amd/iommu: Clean up bitwise operations by Suravee Suthikulpanit · 8 years ago
  29. f9573e5 x86/events/amd/iommu: Declare pr_fmt() format by Suravee Suthikulpanit · 8 years ago
  30. d35869b perf/x86/intel/pt: Allow the disabling of branch tracing by Alexander Shishkin · 8 years ago
  31. c69f203 Merge branch 'linus' into perf/core, to pick up fixes by Ingo Molnar · 8 years ago
  32. fd2b297 perf trace: Handle unpaired raw_syscalls:sys_exit event by Arnaldo Carvalho de Melo · 8 years ago
  33. c1dfcfa perf report: Drop cycles 0 for LBR print by Jin Yao · 8 years ago
  34. fe82203 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 8 years ago
  35. 050fc52 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  36. f0bb2d5 virtio_balloon: prevent uninitialized variable use by Arnd Bergmann · 8 years ago
  37. 9646b26 virtio-balloon: use actual number of stats for stats queue buffers by Ladi Prosek · 8 years ago
  38. fc86532 virtio_balloon: init 1st buffer in stats vq by Ladi Prosek · 8 years ago
  39. de85ec8 virtio_pci: fix out of bound access for msix_names by Jason Wang · 8 years ago
  40. d451a20 perf/sdt/x86: Move OP parser to tools/perf/arch/x86/ by Ravi Bangoria · 8 years ago
  41. 2d01ecc perf/sdt/x86: Add renaming logic for (missing) 8 bit registers by Ravi Bangoria · 8 years ago
  42. c686770 perf tools: Remove support for command aliases by Arnaldo Carvalho de Melo · 8 years ago
  43. 2beb6dad KVM: x86: cleanup the page tracking SRCU instance by Paolo Bonzini · 8 years ago
  44. 7ad658b KVM: nVMX: fix nested EPT detection by Ladi Prosek · 8 years ago
  45. 0292e16 KVM: pci-assign: do not map smm memory slot pages in vt-d page tables by Herongguang (Stephen) · 8 years ago
  46. 3906a13 Merge tag 'perf-core-for-mingo-4.12-20170327' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 8 years ago
  47. d652f4b Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 8 years ago
  48. 55f77128 perf utils: Readlink /proc/self/exe to find the perf binary by Tommi Rantala · 8 years ago
  49. d4b364d perf utils: Null terminate buf in read_ftrace_printk() by Tommi Rantala · 8 years ago
  50. b7126ef perf utils: use sizeof(buf) - 1 in readlink() call by Tommi Rantala · 8 years ago
  51. 0e6ba11 perf tests: Do not assume that readlink() returns a null terminated string by Tommi Rantala · 8 years ago
  52. 5a23421 perf buildid: Do not assume that readlink() returns a null terminated string by Tommi Rantala · 8 years ago
  53. 2ccc220 perf buildid: Do not update SDT cache with null filename by Tommi Rantala · 8 years ago
  54. ad0376e Merge tag 'edac_for_4.11_2' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp by Linus Torvalds · 8 years ago
  55. 2e933b1 perf annotate: Fix a bug of division by zero when calculating percent by Taeung Song · 8 years ago
  56. 6ebd254 perf annotate: Fix a bug following symbolic link of a build-id file by Taeung Song · 8 years ago
  57. 85f91d5 Merge tag 'pinctrl-v4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 8 years ago
  58. d3e68ce Merge tag 'm68k-for-v4.11-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 8 years ago
  59. 5dfa210 perf report: Enable sorting by srcline as key by Milian Wolff · 8 years ago
  60. 0d3eb0b perf report: Show inline stack for browser mode by Jin Yao · 8 years ago
  61. 0db64dd perf report: Show inline stack for stdio mode by Jin Yao · 8 years ago
  62. f3a6064 perf report: Introduce --inline option by Jin Yao · 8 years ago
  63. a64489c perf report: Find the inline stack for a given address by Jin Yao · 8 years ago
  64. 5580338 perf report: Refactor common code in srcline.c by Jin Yao · 8 years ago
  65. b0ad8ea perf tools: Remove unused 'prefix' from builtin functions by Arnaldo Carvalho de Melo · 8 years ago
  66. 6963d3c perf list sdt: Show option in man page by Ravi Bangoria · 8 years ago
  67. c3a0bbc perf auxtrace: Fix no_size logic in addr_filter__resolve_kernel_syms() by Adrian Hunter · 8 years ago
  68. c02ed2e Linux 4.11-rc4 by Linus Torvalds · 8 years ago
  69. 0dc82fa Merge tag 'char-misc-4.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 8 years ago
  70. 9e54ef9 Merge tag 'driver-core-4.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 8 years ago
  71. f1638fc Merge tag 'tty-4.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 8 years ago
  72. 53b4d59 Merge tag 'staging-4.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 8 years ago
  73. e431e0e Merge tag 'usb-4.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 8 years ago
  74. 42234bf Merge tag 'powerpc-4.11-6' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  75. 1c23de6 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago
  76. 819f60f EDAC, pnd2_edac: Fix reported DIMM number by Qiuxu Zhuo · 8 years ago
  77. a643f90 Merge tag 'fscrypt-for-linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt by Linus Torvalds · 8 years ago
  78. a00da40 Merge tag 'hwmon-for-linus-v4.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 8 years ago
  79. 4a01fa5 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  80. 4c3de7e Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 8 years ago
  81. d67d64f ext4: fix two spelling nits by Theodore Ts'o · 8 years ago
  82. dac7a4b ext4: lock the xattr block before checksuming it by Theodore Ts'o · 8 years ago
  83. 424b689 Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 8 years ago
  84. f6aafac IB/qib: fix false-postive maybe-uninitialized warning by Arnd Bergmann · 8 years ago
  85. ea174c9 RDMA/iser: Fix possible mr leak on device removal event by Sagi Grimberg · 8 years ago
  86. b7363e6 IB/device: Convert ib-comp-wq to be CPU-bound by Sagi Grimberg · 8 years ago
  87. fedd9e1 IB/cq: Don't process more than the given budget by Sagi Grimberg · 8 years ago
  88. 9fcd67d IB/rxe: increment msn only when completing a request by David Marchand · 8 years ago
  89. 812755d uapi: fix rdma/mlx5-abi.h userspace compilation errors by Dmitry V. Levin · 8 years ago
  90. 0957c29 IB/core: Restore I/O MMU, s390 and powerpc support by Bart Van Assche · 8 years ago
  91. a1c5dd1 IB/rxe: Update documentation link by Leon Romanovsky · 8 years ago
  92. 004d18e RDMA/ocrdma: fix a type issue in ocrdma_put_pd_num() by Dan Carpenter · 8 years ago
  93. ded2602 IB/rxe: double free on error by Dan Carpenter · 8 years ago
  94. b172679 RDMA/vmw_pvrdma: Activate device on ethernet link up by Aditya Sarwade · 8 years ago
  95. e51c2fb RDMA/vmw_pvrdma: Dont hardcode QP header page by Adit Ranadive · 8 years ago
  96. 6332dee RDMA/vmw_pvrdma: Cleanup unused variables by Adit Ranadive · 8 years ago
  97. d07c6f4 Merge tag 'vfio-v4.11-rc4' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 8 years ago
  98. 04e904a Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  99. 59d9cb9 Merge tag 'ceph-for-4.11-rc4' of git://github.com/ceph/ceph-client by Linus Torvalds · 8 years ago
  100. 2056b7c Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago