1. 3a8ad56 bpf: Test new fields in bpf_attr and bpf_{prog, map}_info by Martin KaFai Lau · 7 years ago
  2. 6e525d0 bpf: Swap the order of checking prog_info and map_info by Martin KaFai Lau · 7 years ago
  3. 88cda1c bpf: libbpf: Provide basic API support to specify BPF obj name by Martin KaFai Lau · 7 years ago
  4. 61f26d9 selftests: rtnetlink.sh: add rudimentary vrf test by Florian Westphal · 7 years ago
  5. 22c8852 bpf: improve selftests and add tests for meta pointer by Daniel Borkmann · 7 years ago
  6. ac29991 bpf: update bpf.h uapi header for tools by Daniel Borkmann · 7 years ago
  7. 1f8d31d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  8. c0a3a64 Merge tag 'seccomp-v4.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  9. 6e80ecd Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
  10. b655fc1 samples/bpf: Fix pt_regs issues when cross-compiling by Joel Fernandes · 7 years ago
  11. 69e33b2 selftests: rtnetlink.sh: add test case for device ifalias by Florian Westphal · 7 years ago
  12. e8d1749 bpf: Test deletion in BPF_MAP_TYPE_LPM_TRIE by Craig Gallek · 7 years ago
  13. bae3046 bpf: Add uniqueness invariant to trivial lpm test implementation by Craig Gallek · 7 years ago
  14. 5e75fe3 tools/testing/nvdimm: disable labels for nfit_test.1 by Dan Williams · 7 years ago
  15. 0666f56 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  16. 48bddb1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  17. e67b8a6 bpf/verifier: reject BPF_ALU64|BPF_END by Edward Cree · 7 years ago
  18. 97dab2a objtool: Fix object file corruption by Josh Poimboeuf · 7 years ago
  19. df968c9 objtool: Do not retrieve data from empty sections by Petr Vandrovec · 7 years ago
  20. 0998b7a objtool: Fix memory leak in elf_create_rela_section() by Martin Kepplinger · 7 years ago
  21. a2bc8de Merge tag 'kbuild-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  22. 0ee931c mm: treewide: remove GFP_TEMPORARY allocation flag by Michal Hocko · 7 years ago
  23. b130a69 Merge tag 'perf-urgent-for-mingo-4.14-20170912' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 8 years ago
  24. e6328a7 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  25. dfc9eec perf stat: Wait for the correct child by Milian Wolff · 8 years ago
  26. 3192f1e perf tools: Support running perf binaries with a dash in their name by Milian Wolff · 8 years ago
  27. cba225d perf config: Check not only section->from_system_config but also item's by Taeung Song · 8 years ago
  28. a82bfd0 perf ui progress: Fix progress update by Jiri Olsa · 8 years ago
  29. 4d286c8 perf ui progress: Make sure we always define step value by Jiri Olsa · 8 years ago
  30. cd6379e perf tools: Open perf.data with O_CLOEXEC flag by Jiri Olsa · 8 years ago
  31. 58b7918 tools lib api: Fix make DEBUG=1 build by Jiri Olsa · 8 years ago
  32. df90cc4 perf tests: Fix compile when libunwind's unwind.h is available by Milian Wolff · 8 years ago
  33. 259d407 tools include linux: Guard against redefinition of some macros by Arnaldo Carvalho de Melo · 8 years ago
  34. dd198ce Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
  35. 89fd915 Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  36. fbd0141 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  37. fbf4432 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  38. 5a67da2 bpf: add support for sockmap detach programs by John Fastabend · 8 years ago
  39. 66559a6 tools/testing/selftests/kcmp/kcmp_test.c: add KCMP_EPOLL_TFD testing by Cyrill Gorcunov · 8 years ago
  40. 0d519f2 Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 8 years ago
  41. 6d62189 Merge tag 'linux-kselftest-4.14-rc1-update' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 8 years ago
  42. bac65d9 Merge tag 'powerpc-4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  43. d34fc1a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  44. 1f522a4 selftests/memfd: add memfd_create hugetlbfs selftest by Mike Kravetz · 8 years ago
  45. d312cb1 userfaultfd: selftest: explicit failure if the SIGBUS test failed by Andrea Arcangeli · 8 years ago
  46. 67e8032 userfaultfd: selftest: exercise UFFDIO_COPY/ZEROPAGE -EEXIST by Andrea Arcangeli · 8 years ago
  47. 81aac3a userfaultfd: selftest: add tests for UFFD_FEATURE_SIGBUS feature by Prakash Sangappa · 8 years ago
  48. 824f973 userfaultfd: selftest: enable testing of UFFDIO_ZEROPAGE for shmem by Mike Rapoport · 8 years ago
  49. aae3dbb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  50. 369130b selftests: Enhance kselftest_harness.h to print which assert failed by Mickaël Salaün · 8 years ago
  51. 53ac64a Merge tag 'acpi-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  52. 4396440 Merge tag 'pm-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  53. b88f557 Merge tag 'spi-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 8 years ago
  54. bafb076 Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 8 years ago
  55. 44b1671 Merge tag 'driver-core-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 8 years ago
  56. bf1d6b2 Merge tag 'staging-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 8 years ago
  57. 1a3b85e Merge tag 'usb-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 8 years ago
  58. f32c9e05 Merge branch 'parisc-4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 8 years ago
  59. 770e961 Merge tag 'perf-core-for-mingo-4.14-20170901' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 8 years ago
  60. dd90ccc Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  61. b0c79f4 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  62. 9657752 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  63. 0081a0c Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  64. 2dcfd28 Merge remote-tracking branches 'spi/topic/sh-msiof', 'spi/topic/stm32', 'spi/topic/sunxi', 'spi/topic/tegra' and 'spi/topic/tools' into spi-next by Mark Brown · 8 years ago
  65. d97561f Merge branch 'pm-tools' by Rafael J. Wysocki · 8 years ago
  66. b2a84ee Merge branch 'acpica' by Rafael J. Wysocki · 8 years ago
  67. 6026e04 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  68. eba9fac perf annotate browser: Help for cycling thru hottest instructions with TAB/shift+TAB by Arnaldo Carvalho de Melo · 8 years ago
  69. 63ce844 perf stat: Only auto-merge events that are PMU aliases by Arnaldo Carvalho de Melo · 8 years ago
  70. fc33dcc perf test: Add test case for PERF_SAMPLE_PHYS_ADDR by Kan Liang · 8 years ago
  71. 49d58f0 perf script: Support physical address by Kan Liang · 8 years ago
  72. c35aeb9 perf mem: Support physical address by Kan Liang · 8 years ago
  73. 8780fb2 perf sort: Add sort option for physical address by Kan Liang · 8 years ago
  74. 3b0a5da perf tools: Support new sample type for physical address by Kan Liang · 8 years ago
  75. 2a118e1 perf vendor events powerpc: Remove duplicate events by Sukadev Bhattiprolu · 8 years ago
  76. 4fb2053 perf intel-pt: Fix syntax in documentation of config option by Jack Henschel · 8 years ago
  77. 9a805d8 perf test powerpc: Fix 'Object code reading' test by Ravi Bangoria · 8 years ago
  78. 27702bc perf trace: Support syscall name globbing by Arnaldo Carvalho de Melo · 8 years ago
  79. 89be3f8 perf syscalltbl: Support glob matching on syscall names by Arnaldo Carvalho de Melo · 8 years ago
  80. bbd9644 selftests: correct define in msg_zerocopy.c by Willem de Bruijn · 8 years ago
  81. 8e9b466 kbuild: use $(abspath ...) instead of $(shell cd ... && /bin/pwd) by Masahiro Yamada · 8 years ago
  82. 8f98ae0 Merge branch 'for-4.14/fs' into libnvdimm-for-next by Dan Williams · 8 years ago
  83. 5deb67f libnvdimm, nd_blk: remove mmio_flush_range() by Robin Murphy · 8 years ago
  84. a38711a usbip: auto retry for concurrent attach by Nobuo Iwata · 8 years ago
  85. a3c0105 selftests/powerpc: Force ptrace tests to build -fno-pie by Michael Neuling · 8 years ago
  86. eb03916 powerpc/asm: Convert .llong directives to .8byte by Tobin C. Harding · 8 years ago
  87. 90774a9 bpf: test_maps: fix typos, "conenct" and "listeen" by Colin Ian King · 8 years ago
  88. c4ee062 perf report: Calculate the average cycles of iterations by Jin Yao · 8 years ago
  89. dd88a0a objtool: Handle GCC stack pointer adjustment bug by Josh Poimboeuf · 8 years ago
  90. 1d51f65 tc-testing: add test for testing ife type by Alexander Aring · 8 years ago
  91. 1b2f76d Merge tag 'perf-core-for-mingo-4.14-20170829' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 8 years ago
  92. e475842 tools: PCI: Add a missing option help line by Stan Drozd · 8 years ago
  93. 3450402 selftests: add addrlabel add/delete to rtnetlink.sh by Florian Westphal · 8 years ago
  94. b2f7605 perf symbols: Fix plt entry calculation for ARM and AARCH64 by Li Bin · 8 years ago
  95. 2c29461 perf probe: Fix kprobe blacklist checking condition by Li Bin · 8 years ago
  96. e0563e0 Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 8 years ago
  97. 7cadf2c selftests/bpf: check the instruction dumps are populated by Jakub Kicinski · 8 years ago
  98. 83bc9c37 perf trace beauty: Beautify pkey_{alloc,free,mprotect} arguments by Arnaldo Carvalho de Melo · 8 years ago
  99. a2105f8 tools headers: Sync cpu features kernel ABI headers with tooling headers by Arnaldo Carvalho de Melo · 8 years ago
  100. 70ff7c6 perf tools: Pass full path of FEATURES_DUMP by David Carrillo-Cisneros · 8 years ago