1. 2300418 Merge 5.10.65 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 4 months ago
  2. 0ad4ddb libbpf: Re-build libbpf.so when libbpf.map changes by Andrii Nakryiko · 3 years, 5 months ago
  3. 2aa3d5c selftests/bpf: Fix test_core_autosize on big-endian machines by Ilya Leoshkevich · 3 years, 5 months ago
  4. 416929e selftests/bpf: Fix bpf-iter-tcp4 test to print correctly the dest IP by Jose Blanquicet · 3 years, 6 months ago
  5. 8c3b502 libbpf: Fix removal of inner map in bpf_object__create_map by Martynas Pumputis · 3 years, 6 months ago
  6. 6ca0b40 libbpf: Fix the possible memory leak on error by Shuyi Cheng · 3 years, 6 months ago
  7. d4213b7 bpf: Fix a typo of reuseport map in bpf.h. by Kuniyuki Iwashima · 3 years, 6 months ago
  8. 674d2ac Merge 5.10.62 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 5 months ago
  9. 77b77d4 perf annotate: Fix jump parsing for C++ code. by Martin Liška · 4 years ago
  10. 9f9e40d perf tools: Fix arm64 build error with gcc-11 by Jianlin Lv · 4 years ago
  11. 94687c4 perf record: Fix memory leak in vDSO found using ASAN by Namhyung Kim · 3 years, 10 months ago
  12. e0ca670 perf symbol-elf: Fix memory leak by freeing sdt_note.args by Riccardo Mancini · 3 years, 8 months ago
  13. 0d8e39b perf env: Fix memory leak of bpf_prog_info_linear member by Riccardo Mancini · 3 years, 8 months ago
  14. 4ac9c81 tools/virtio: fix build by Michael S. Tsirkin · 3 years, 5 months ago
  15. b558262 Merge 5.10.60 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 5 months ago
  16. 1960c3ac libbpf: Fix probe for BPF_PROG_TYPE_CGROUP_SOCKOPT by Robin Gögge · 3 years, 6 months ago
  17. 46f161a Merge 5.10.59 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 5 months ago
  18. 0e70939 Revert "selftests/resctrl: Use resctrl/info for feature detection" by Reinette Chatre · 3 years, 5 months ago
  19. a156951 Merge 5.10.57 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 5 months ago
  20. 7254e2d selftest/bpf: Verifier tests for var-off access by Andrei Matei · 3 years, 6 months ago
  21. 30ea1c5 bpf, selftests: Adjust few selftest outcomes wrt unreachable code by Daniel Borkmann · 3 years, 6 months ago
  22. 98bf290 bpf: Update selftests to reflect new error states by Daniel Borkmann · 3 years, 6 months ago
  23. 360e5b7 bpf, selftests: Adjust few selftest result_unpriv outcomes by Daniel Borkmann · 3 years, 6 months ago
  24. 5abcd13 selftest/bpf: Adjust expected verifier errors by Andrei Matei · 3 years, 6 months ago
  25. 83bbf95 selftests/bpf: Add a test for ptr_to_map_value on stack for helper access by Yonghong Song · 3 years, 6 months ago
  26. 8b44465 Merge 5.10.56 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 6 months ago
  27. 2ca5ec1 Revert "perf map: Fix dso->nsinfo refcounting" by Arnaldo Carvalho de Melo · 3 years, 6 months ago
  28. e44d22f selftest: fix build error in tools/testing/selftests/vm/userfaultfd.c by Greg Kroah-Hartman · 3 years, 6 months ago
  29. 1afedcd Merge 5.10.55 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 6 months ago
  30. 4753128 tools: Allow proper CC/CXX/... override with LLVM=1 in Makefile.include by Yonghong Song · 3 years, 9 months ago
  31. e4cac2c Merge 5.10.54 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 6 months ago
  32. 25af91a perf inject: Close inject.output on exit by Riccardo Mancini · 3 years, 6 months ago
  33. 1077e2b selftest: use mmap instead of posix_memalign to allocate memory by Peter Collingbourne · 3 years, 6 months ago
  34. 2fc8048 bpftool: Check malloc return value in mount_bpffs_for_pin by Tobias Klauser · 3 years, 6 months ago
  35. 57efe4f perf sched: Fix record failure when CONFIG_SCHEDSTATS is not set by Yang Jihong · 3 years, 6 months ago
  36. 61f2e1e perf data: Close all files in close_dir() by Riccardo Mancini · 3 years, 6 months ago
  37. 7c91e0c perf probe-file: Delete namelist in del_events() on the error path by Riccardo Mancini · 3 years, 6 months ago
  38. a6c3231 perf lzma: Close lzma stream on exit by Riccardo Mancini · 3 years, 6 months ago
  39. 2ae8f40 perf script: Fix memory 'threads' and 'cpus' leaks on exit by Riccardo Mancini · 3 years, 6 months ago
  40. 51077d3 perf report: Free generated help strings for sort option by Riccardo Mancini · 3 years, 6 months ago
  41. 2bfa3c5 perf env: Fix memory leak of cpu_pmu_caps by Riccardo Mancini · 3 years, 6 months ago
  42. a2f0da3 perf test maps__merge_in: Fix memory leak of maps by Riccardo Mancini · 3 years, 6 months ago
  43. b7bfd8a perf dso: Fix memory leak in dso__new_map() by Riccardo Mancini · 3 years, 6 months ago
  44. c9c101d perf test event_update: Fix memory leak of evlist by Riccardo Mancini · 3 years, 6 months ago
  45. b768db7 perf test session_topology: Delete session->evlist by Riccardo Mancini · 3 years, 6 months ago
  46. b8892d1 perf env: Fix sibling_dies memory leak by Riccardo Mancini · 3 years, 6 months ago
  47. 306411a perf probe: Fix dso->nsinfo refcounting by Riccardo Mancini · 3 years, 6 months ago
  48. f21987d perf map: Fix dso->nsinfo refcounting by Riccardo Mancini · 3 years, 6 months ago
  49. 7337ff2 perf inject: Fix dso->nsinfo refcounting by Riccardo Mancini · 3 years, 6 months ago
  50. f1edbcc selftests: icmp_redirect: IPv6 PMTU info should be cleared after redirect by Hangbin Liu · 3 years, 7 months ago
  51. 906bbb1 selftests: icmp_redirect: remove from checking for IPv6 route get by Hangbin Liu · 3 years, 7 months ago
  52. afe9ed0 Merge 5.10.53 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 6 months ago
  53. 0d90d84 perf test bpf: Free obj_buf by Riccardo Mancini · 3 years, 6 months ago
  54. 782d71e bpftool: Properly close va_list 'ap' by va_end() on error by Gu Shengxian · 3 years, 7 months ago
  55. 2381b8e tools: bpf: Fix error in 'make -C tools/ bpf_install' by Wei Li · 3 years, 7 months ago
  56. c0dd8de Merge branch 'android12-5.10' into `android12-5.10-lts` by Greg Kroah-Hartman · 3 years, 6 months ago
  57. d0a88ae ANDROID: Enable GKI Dr. No Enforcement by Matthias Maennich · 3 years, 6 months ago
  58. 51ab149 Merge 5.10.52 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 6 months ago
  59. b7f4423 selftests/powerpc: Fix "no_handler" EBB selftest by Athira Rajeev · 3 years, 8 months ago
  60. 52d242f selftests: timers: rtcpie: skip test if default RTC device does not exist by Po-Hsu Lin · 3 years, 8 months ago
  61. 8db62be Merge 5.10.51 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 6 months ago
  62. af092ec selftests/lkdtm: Fix expected text for CR4 pinning by Kees Cook · 3 years, 7 months ago
  63. 6cf2e90 selftests/resctrl: Fix incorrect parsing of option "-t" by Xiaochen Shen · 3 years, 8 months ago
  64. e613f67 selftests: Clean forgotten resources as part of cleanup() by Amit Cohen · 3 years, 8 months ago
  65. 1328352 Merge branch 'android12-5.10' into `android12-5.10-lts` by Greg Kroah-Hartman · 3 years, 6 months ago
  66. 2df0fb4 Merge 5.10.50 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 6 months ago
  67. 8ff266d perf llvm: Return -ENOMEM when asprintf() fails by Arnaldo Carvalho de Melo · 3 years, 7 months ago
  68. 58fa4b3 selftests/vm/pkeys: refill shadow register after implicit kernel write by Dave Hansen · 3 years, 7 months ago
  69. 1dd18fd selftests/vm/pkeys: handle negative sys_pkey_alloc() return code by Dave Hansen · 3 years, 7 months ago
  70. 92125cb selftests/vm/pkeys: fix alloc_random_pkey() to make it really, really random by Dave Hansen · 3 years, 7 months ago
  71. 7864617 selftests/ftrace: fix event-no-pid on 1-core machine by Krzysztof Kozlowski · 3 years, 7 months ago
  72. ad73683 selftests: splice: Adjust for handler fallback removal by Kees Cook · 3 years, 8 months ago
  73. a16eae1 perf scripting python: Fix tuple_set_u64() by Adrian Hunter · 3 years, 8 months ago
  74. 4b44486 tc-testing: fix list handling by Marcelo Ricardo Leitner · 3 years, 7 months ago
  75. a9355b2 bpf: Fix libelf endian handling in resolv_btfids by Tony Ambardar · 3 years, 7 months ago
  76. 8962194 selftests/bpf: Whitelist test_progs.h from .gitignore by Daniel Xu · 3 years, 7 months ago
  77. 4654f1f tools/bpftool: Fix error return code in do_batch() by Zhihao Cheng · 3 years, 7 months ago
  78. d91638f selftests/lkdtm: Avoid needing explicit sub-shell by Kees Cook · 3 years, 7 months ago
  79. b7397e8 ANDROID: fips140: add power-up cryptographic self-tests by Eric Biggers · 3 years, 6 months ago
  80. 194be71 Merge 5.10.47 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 7 months ago
  81. 4658a8d KVM: selftests: Fix kvm_check_cap() assertion by Fuad Tabba · 3 years, 7 months ago
  82. 948d38f Merge 5.10.46 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 7 months ago
  83. 1b5fbb6 perf beauty: Update copy of linux/socket.h with the kernel sources by Arnaldo Carvalho de Melo · 3 years, 7 months ago
  84. 69371e0 tools headers UAPI: Sync linux/in.h copy with the kernel sources by Arnaldo Carvalho de Melo · 3 years, 7 months ago
  85. 0239c43 ipv4: Fix device used for dst_alloc with local routes by David Ahern · 3 years, 7 months ago
  86. 0adf32c selftests: mptcp: enable syncookie only in absence of reorders by Paolo Abeni · 3 years, 7 months ago
  87. 2088824 libbpf: Fixes incorrect rx_ring_setup_done by Kev Jackson · 3 years, 8 months ago
  88. 82658bf Merge 5.10.44 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 7 months ago
  89. 351075b perf session: Correct buffer copying when peeking events by Leo Yan · 3 years, 8 months ago
  90. c9cb583 tools/bootconfig: Fix error return code in apply_xbc() by Zhen Lei · 3 years, 9 months ago
  91. 9e08e97 Merge 5.10.43 into android12-5.10 by Greg Kroah-Hartman · 3 years, 7 months ago
  92. 94cf2b2 UPSTREAM: kunit: tool: Disable PAGE_POISONING under --alltests by David Gow · 4 years ago
  93. 842c21d wireguard: selftests: make sure rp_filter is disabled on vethc by Jason A. Donenfeld · 3 years, 8 months ago
  94. b8d72ac wireguard: selftests: remove old conntrack kconfig value by Jason A. Donenfeld · 3 years, 8 months ago
  95. 091283e perf probe: Fix NULL pointer dereference in convert_variable_location() by Li Huafei · 3 years, 8 months ago
  96. 72863ad FROMGIT: userfaultfd/selftests: exercise minor fault handling shmem support by Axel Rasmussen · 3 years, 8 months ago
  97. c2c081d BACKPORT: FROMGIT: userfaultfd/selftests: reinitialize test context in each test by Axel Rasmussen · 3 years, 8 months ago
  98. b96a58e FROMGIT: userfaultfd/selftests: create alias mappings in the shmem test by Axel Rasmussen · 3 years, 8 months ago
  99. 9f837b9 FROMGIT: userfaultfd/selftests: use memfd_create for shmem test type by Axel Rasmussen · 3 years, 8 months ago
  100. 13e14ca Revert "FROMGIT: userfaultfd/selftests: use memfd_create for shmem test type" by Lokesh Gidra · 3 years, 8 months ago