1. 63503db perf evlist: Rename struct perf_evlist to struct evlist by Jiri Olsa · 6 years ago
  2. 32dcd02 perf evsel: Rename struct perf_evsel to struct evsel by Jiri Olsa · 6 years ago
  3. 9749b90 perf tools: Rename struct thread_map to struct perf_thread_map by Jiri Olsa · 6 years ago
  4. f854839 perf cpu_map: Rename struct cpu_map to struct perf_cpu_map by Jiri Olsa · 6 years ago
  5. df1d685 perf stat: Move loaded out of struct perf_counts_values by Jiri Olsa · 6 years ago
  6. e4b00e9 perf trace: Add "sendfile64" alias to the "sendfile" syscall by Arnaldo Carvalho de Melo · 6 years ago
  7. ad4153f perf trace: Reuse BPF augmenters from syscalls with similar args signature by Arnaldo Carvalho de Melo · 6 years ago
  8. 30a910d perf trace: Preallocate the syscall table by Arnaldo Carvalho de Melo · 6 years ago
  9. b8b1033 perf trace: Mark syscall ids that are not allocated to avoid unnecessary error messages by Arnaldo Carvalho de Melo · 6 years ago
  10. 5d2bd889 perf trace: Forward error codes when trying to read syscall info by Arnaldo Carvalho de Melo · 6 years ago
  11. cfa9ac7 perf trace beauty: Add BPF augmenter for the 'rename' syscall by Arnaldo Carvalho de Melo · 6 years ago
  12. 247dd65 perf trace beauty: Beautify bind's sockaddr arg by Arnaldo Carvalho de Melo · 6 years ago
  13. 3c475bc perf trace beauty: Beautify 'sendto's sockaddr arg by Arnaldo Carvalho de Melo · 6 years ago
  14. ef969ca64 perf trace beauty: Do not try to use the fd->pathname beautifier for bind/connect fd arg by Arnaldo Carvalho de Melo · 6 years ago
  15. 79d725c perf trace beauty: Disable fd->pathname when close() not enabled by Arnaldo Carvalho de Melo · 6 years ago
  16. 1d86275 perf trace beauty: Make connect's addrlen be printed as an int, not hex by Arnaldo Carvalho de Melo · 6 years ago
  17. 212b9ab perf augmented_raw_syscalls: Augment sockaddr arg in 'connect' by Arnaldo Carvalho de Melo · 6 years ago
  18. 6f56367 perf augmented_raw_syscalls: Rename augmented_args_filename to augmented_args_payload by Arnaldo Carvalho de Melo · 6 years ago
  19. 8b8044e perf trace: Look for default name for entries in the syscalls prog array by Arnaldo Carvalho de Melo · 6 years ago
  20. 8d5da26 perf augmented_raw_syscalls: Support copying two string syscall args by Arnaldo Carvalho de Melo · 6 years ago
  21. bf134ca perf augmented_raw_syscalls: Switch to using BPF_MAP_TYPE_PROG_ARRAY by Arnaldo Carvalho de Melo · 6 years ago
  22. 236dd58 perf augmented_raw_syscalls: Add handler for "openat" by Arnaldo Carvalho de Melo · 6 years ago
  23. b119970 perf trace: Handle raw_syscalls:sys_enter just like the BPF_OUTPUT augmented event by Arnaldo Carvalho de Melo · 6 years ago
  24. 3803a22 perf trace: Put the per-syscall entry/exit prog_array BPF map infrastructure in place by Arnaldo Carvalho de Melo · 6 years ago
  25. 6ff8fff perf trace: Allow specifying the bpf prog to augment specific syscalls by Arnaldo Carvalho de Melo · 6 years ago
  26. 5834da7 perf trace: Add BPF handler for unaugmented syscalls by Arnaldo Carvalho de Melo · 6 years ago
  27. 83e69b9 perf trace: Order -e syscalls table by Arnaldo Carvalho de Melo · 6 years ago
  28. 5ca0b7f perf trace: Look up maps just on the __augmented_syscalls__ BPF object by Arnaldo Carvalho de Melo · 6 years ago
  29. c8c8057 perf trace: Add pointer to BPF object containing __augmented_syscalls__ by Arnaldo Carvalho de Melo · 6 years ago
  30. af4a099 perf evsel: Store backpointer to attached bpf_object by Arnaldo Carvalho de Melo · 6 years ago
  31. 2620b7e perf bpf: Do not attach a BPF prog to a tracepoint if its name starts with ! by Arnaldo Carvalho de Melo · 6 years ago
  32. 941a765 perf include bpf: Add bpf_tail_call() prototype by Arnaldo Carvalho de Melo · 6 years ago
  33. b3c303b Merge tag 'perf-urgent-for-mingo-5.3-20190729' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 6 years ago
  34. 2a11c76 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 6 years ago
  35. 45aee68 Merge tag 'platform-drivers-x86-v5.3-3' of git://git.infradead.org/linux-platform-drivers-x86 by Linus Torvalds · 6 years ago
  36. f14312a platform/x86: pcengines-apuv2: use KEY_RESTART for front button by Enrico Weigelt · 6 years ago
  37. 8aa259b libbpf: fix missing __WORDSIZE definition by Andrii Nakryiko · 6 years ago
  38. 2e9a06d perf tools: Fix perf.data documentation units for memory size by Vince Weaver · 6 years ago
  39. 20f9781 perf header: Fix use of unitialized value warning by Numfor Mbiziwo-Tiapo · 6 years ago
  40. 7622236 perf header: Fix divide by zero error if f_header.attr_size==0 by Vince Weaver · 6 years ago
  41. e54599c tools headers UAPI: Sync if_link.h with the kernel by Arnaldo Carvalho de Melo · 6 years ago
  42. c093de6 tools headers UAPI: Sync sched.h with the kernel by Arnaldo Carvalho de Melo · 6 years ago
  43. 0f58163 tools headers UAPI: Sync usbdevice_fs.h with the kernels to get new ioctl by Arnaldo Carvalho de Melo · 6 years ago
  44. 7ee5261 tools perf beauty: Fix usbdevfs_ioctl table generator to handle _IOC() by Arnaldo Carvalho de Melo · 6 years ago
  45. 95dc663 tools headers UAPI: Update tools's copy of drm.h headers by Arnaldo Carvalho de Melo · 6 years ago
  46. b830f94 tools headers UAPI: Update tools's copy of mman.h headers by Arnaldo Carvalho de Melo · 6 years ago
  47. 609488b Linux 5.3-rc2 by Linus Torvalds · 6 years ago
  48. c622fc5 Merge tag 'meminit-v5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 6 years ago
  49. 8e61ea1 Merge tag 'kbuild-fixes-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  50. 04ce931 Merge tag 'char-misc-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 6 years ago
  51. 572782b Merge tag 'tty-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 6 years ago
  52. ad28fd1 Merge tag 'spdx-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx by Linus Torvalds · 6 years ago
  53. 29af915 Merge tag 'usb-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 6 years ago
  54. 5bb575b Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 6 years ago
  55. a9815a4 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  56. e24ce84 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  57. 750991f Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  58. 431f288 Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  59. 13fbe99 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  60. 88c5083 Merge tag 'Wimplicit-fallthrough-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux by Linus Torvalds · 6 years ago
  61. 43e317c Merge tag 's390-5.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 6 years ago
  62. 5efbd93 Merge tag 'devicetree-fixes-for-5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 6 years ago
  63. 523634d Merge tag 'libnvdimm-fixes-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 6 years ago
  64. b25e8a2 kbuild: remove unused single-used-m by Masahiro Yamada · 6 years ago
  65. cb36955 gen_compile_commands: lower the entry count threshold by Masahiro Yamada · 6 years ago
  66. 26c4c71 .gitignore: Add compilation database file by Toru Komatsu · 6 years ago
  67. b2eff09 kbuild: remove unused objectify macro by Masahiro Yamada · 6 years ago
  68. 5168afe Merge tag 'for-linus-20190726-2' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  69. 40233e7 Merge tag 'selinux-pr-20190726' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 6 years ago
  70. e1ff739 dt-bindings: Fix more $id value mismatches filenames by Rob Herring · 6 years ago
  71. ce842e7 dt-bindings: nvmem: SID: Fix the examples node names by Maxime Ripard · 6 years ago
  72. c61f025 dt-bindings: nvmem: Add YAML schemas for the generic NVMEM bindings by Maxime Ripard · 6 years ago
  73. f1765a1 of: Fix typo in kerneldoc by Thierry Reding · 6 years ago
  74. a689838 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 6 years ago
  75. e2921f9 Merge tag 'drm-fixes-2019-07-26' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 6 years ago
  76. c6c84f7 block: fix max segment size handling in blk_queue_virt_boundary by Christoph Hellwig · 6 years ago
  77. 3ea54d9 Merge tag 'docs-5.3-1' of git://git.lwn.net/linux by Linus Torvalds · 6 years ago
  78. 0ed2886 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  79. 4792ba1 Merge tag 'for-5.3-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 6 years ago
  80. 863fa88 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  81. 0441281 Merge tag 'for-linus-20190726' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  82. 750c930 Merge tag 'sound-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 6 years ago
  83. b381c016 Merge tag 'iommu-fixes-v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 6 years ago
  84. 55d31aa Merge branch 'for-linus-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/ibft by Linus Torvalds · 6 years ago
  85. 6108cd4 Merge tag 'hwmon-for-v5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 6 years ago
  86. e0d99c4 tools headers UAPI: Update tools's copy of kvm.h headers by Arnaldo Carvalho de Melo · 6 years ago
  87. 820571a tools include UAPI: Sync x86's syscalls_64.tbl and generic unistd.h to pick up clone3 and pidfd_open by Arnaldo Carvalho de Melo · 6 years ago
  88. d2eba64 docs: phy: Drop duplicate 'be made' by Guido Günther · 6 years ago
  89. 19a1c40 fix the struct mount leak in umount_tree() by Al Viro · 6 years ago
  90. 73f628e vhost: disable metadata prefetch optimization by Michael S. Tsirkin · 6 years ago
  91. 98abe02 MAINTAINERS: vfio-ccw: Remove myself as the maintainer by Farhan Ali · 6 years ago
  92. ac7a0fc s390/mm: use shared variables for sysctl range check by Vasily Gorbik · 6 years ago
  93. 4f419eb virtio/s390: fix race on airq_areas[] by Halil Pasic · 6 years ago
  94. 1a2dcff s390/dma: provide proper ARCH_ZONE_DMA_BITS value by Halil Pasic · 6 years ago
  95. a3b46b8 btrfs: fix extent_state leak in btrfs_lock_and_flush_ordered_range by Naohiro Aota · 6 years ago
  96. 4d5308e Merge tag 'drm-fixes-5.3-2019-07-24' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 6 years ago
  97. f480de3 Merge tag 'drm-misc-fixes-2019-07-25' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes by Dave Airlie · 6 years ago
  98. a035d55 Makefile: Globally enable fall-through warning by Gustavo A. R. Silva · 6 years ago
  99. 2defb94 drm/i915: Mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  100. 9e87891 drm/amd/display: Mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago