1. 8d7981c Merge branch 'android-4.9-q' into int/13/fp3 by Bharath · 1 year, 5 months ago
  2. 7e6dfb2 Merge 4.9.337 into android-4.9-q by Greg Kroah-Hartman · 1 year, 5 months ago
  3. bf0c25c lib/notifier-error-inject: fix error when writing -errno to debugfs file by Akinobu Mita · 1 year, 9 months ago
  4. 1079487 Merge branch 'android-4.9-q' into int/13/fp3 by Bharath · 1 year, 7 months ago
  5. 9b95cf4 Merge 4.9.331 into android-4.9-q by Greg Kroah-Hartman · 1 year, 8 months ago
  6. a1bea40 dyndbg: let query-modname override actual module name by Jim Cromie · 1 year, 10 months ago
  7. 583ed88 Merge tag 'ASB-2022-09-05_4.9-q' into int/11/fp3 by Bharath · 1 year, 9 months ago
  8. 1f866c5 Merge 4.9.327 into android-4.9-q by Greg Kroah-Hartman · 1 year, 10 months ago
  9. 509c21e ratelimit: Fix data-races in ___ratelimit(). by Kuniyuki Iwashima · 1 year, 10 months ago
  10. 50207dd Makefile: Use perl from our prebuilts by Bharath · 2 years, 1 month ago
  11. 8522b88 Merge branch 'android-4.9-q' into int/12/fp3 by Bharath · 1 year, 10 months ago
  12. bd77557 Merge 4.9.323 into android-4.9-q by Greg Kroah-Hartman · 2 years ago
  13. a077528 ida: don't use BUG_ON() for debugging by Linus Torvalds · 2 years ago
  14. 47df852 Merge 4.9.321 into android-4.9-q by Greg Kroah-Hartman · 2 years ago
  15. 84fb3b1 swiotlb: skip swiotlb_bounce when orig_addr is zero by Liu Shixin · 2 years ago
  16. ea690b6 Merge 4.9.320 into android-4.9-q by Eric Biggers · 2 years ago
  17. fd97de9 Reinstate some of "swiotlb: rework "fix info leak with DMA_FROM_DEVICE"" by Linus Torvalds · 2 years, 3 months ago
  18. c132f2b swiotlb: fix info leak with DMA_FROM_DEVICE by Halil Pasic · 2 years, 4 months ago
  19. 3ea5fef random: remove ratelimiting for in-kernel unseeded randomness by Jason A. Donenfeld · 2 years, 1 month ago
  20. 99de035 siphash: use one source of truth for siphash permutations by Jason A. Donenfeld · 2 years, 1 month ago
  21. f4f425f uapi: rename ext2_swab() to swab() and share globally in swab.h by Yury Norov · 4 years, 5 months ago
  22. 3ddb66f random: replace custom notifier chain with standard one by Jason A. Donenfeld · 2 years, 4 months ago
  23. 11e8da3 random: remove unused tracepoints by Jason A. Donenfeld · 2 years, 4 months ago
  24. 70e9755 crypto: chacha20 - Fix chacha20_block() keystream alignment (again) by Eric Biggers · 6 years ago
  25. 79dd56c lib/crypto: sha1: re-roll loops to reduce code size by Jason A. Donenfeld · 2 years, 5 months ago
  26. 1815bfc lib/crypto: blake2s: move hmac construction into wireguard by Jason A. Donenfeld · 2 years, 5 months ago
  27. 38ec02a crypto: blake2s - generic C library implementation and selftest by Jason A. Donenfeld · 4 years, 7 months ago
  28. 63c60b6 crypto: chacha20 - Fix keystream alignment for chacha20_block() by Eric Biggers · 7 years ago
  29. 68b20d5 random: suppress spammy warnings about unseeded randomness by Theodore Ts'o · 7 years ago
  30. 04e5bfa random: warn when kernel uses unseeded randomness by Jason A. Donenfeld · 7 years ago
  31. b6d1c4d Merge 4.9.318 into android-4.9-q by Greg Kroah-Hartman · 2 years ago
  32. 2811cda nodemask: Fix return values to be unsigned by Kees Cook · 2 years, 1 month ago
  33. f482637 net: fix nla_strcmp to handle more then one trailing null character by Maciej Żenczykowski · 3 years, 2 months ago
  34. fb8067f dma-debug: change allocation mode from GFP_NOWAIT to GFP_ATIOMIC by Mikulas Patocka · 2 years, 1 month ago
  35. d1605fc Merge 4.9.317 into android-4.9-q by Greg Kroah-Hartman · 2 years ago
  36. 54187b6c assoc_array: Fix BUG_ON during garbage collect by Stephen Brennan · 2 years, 1 month ago
  37. f1a1131 Merge 4.9.313 into android-4.9-q by Greg Kroah-Hartman · 2 years, 1 month ago
  38. c419dc1 hex2bin: fix access beyond string end by Mikulas Patocka · 2 years, 2 months ago
  39. 75a7b4f hex2bin: make the function hex_to_bin constant-time by Mikulas Patocka · 2 years, 2 months ago
  40. f5c4d26 Merge 4.9.311 into android-4.9-q by Greg Kroah-Hartman · 2 years, 2 months ago
  41. 6f0d11b lib/raid6/test: fix multiple definition linking error by Dirk Müller · 2 years, 4 months ago
  42. 76da5ff Merge 4.9.308 into android-4.9-q by Greg Kroah-Hartman · 2 years, 3 months ago
  43. fa52124 ARM: 9178/1: fix unmet dependency on BITREVERSE for HAVE_ARCH_BITREVERSE by Julian Braha · 2 years, 5 months ago
  44. 59a9798 Merge 4.9.303 into android-4.9-q by Greg Kroah-Hartman · 2 years, 4 months ago
  45. c460ef6 lib/iov_iter: initialize "flags" in new pipe_buffer by Max Kellermann · 2 years, 4 months ago
  46. 2a6d6f0 UPSTREAM: lib/test_printf.c: accept "ptrval" as valid result for plain 'p' tests by Thierry Escande · 6 years ago
  47. 67694ef UPSTREAM: vsprintf: Replace memory barrier with static_key for random_ptr_key update by Steven Rostedt (VMware) · 6 years ago
  48. e15b5a8 Merge 4.9.299 into android-4.9-q by Greg Kroah-Hartman · 2 years, 5 months ago
  49. d47e16b ARM: 8800/1: use choice for kernel unwinders by Stefan Agner · 6 years ago
  50. f840490 Merge 4.9.298 into android-4.9-q by Greg Kroah-Hartman · 2 years, 5 months ago
  51. ef2e640 lib/timerqueue: Rely on rbtree semantics for next timer by Davidlohr Bueso · 2 years, 5 months ago
  52. c89a768 rbtree: cache leftmost node internally by Davidlohr Bueso · 2 years, 5 months ago
  53. 0b84e6e Merge 4.9.292 into android-4.9-q by Greg Kroah-Hartman · 2 years, 6 months ago
  54. 0d604c1 siphash: use _unaligned version by default by Arnd Bergmann · 2 years, 7 months ago
  55. 58fa83d Merge 4.9.291 into android-4.9-q by Greg Kroah-Hartman · 2 years, 7 months ago
  56. ad78ed6 lib/xz: Validate the value before assigning it to an enum variable by Lasse Collin · 2 years, 8 months ago
  57. 9cea212 lib/xz: Avoid overlapping memcpy() with invalid input with in-place decompression by Lasse Collin · 2 years, 8 months ago
  58. dc1c320 Merge 4.9.283 into android-4.9-q by Greg Kroah-Hartman · 2 years, 9 months ago
  59. 81e1c2d bpf/tests: Do not PASS tests without actually testing the result by Johan Almbladh · 2 years, 11 months ago
  60. 0bc3da1 bpf/tests: Fix copy-and-paste error in double word test by Johan Almbladh · 2 years, 11 months ago
  61. 0bbfd56 Merge 4.9.278 into android-4.9-q by Greg Kroah-Hartman · 2 years, 11 months ago
  62. fe0bc3f lib/string.c: add multibyte memset functions by Matthew Wilcox · 7 years ago
  63. 9457058 Merge 4.9.276 into android-4.9-q by Greg Kroah-Hartman · 2 years, 11 months ago
  64. 03069e4 lib/decompress_unlz4.c: correctly handle zero-padding around initrds. by Dimitri John Ledkov · 3 years ago
  65. f2b9f75 seq_buf: Fix overflow in seq_buf_putmem_hex() by Yun Zhou · 3 years ago
  66. ad63e13 seq_buf: Make trace_seq_putmem_hex() support data longer than 8 by Yun Zhou · 3 years ago
  67. c027848 iov_iter_fault_in_readable() should do nothing in xarray case by Al Viro · 3 years, 1 month ago
  68. e7f15a9 Merge 4.9.269 into android-4.9-q by Greg Kroah-Hartman · 3 years, 1 month ago
  69. 02969df lib: stackdepot: turn depot_lock spinlock to raw_spinlock by Zqiang · 3 years, 1 month ago
  70. a36d9ba kobject_uevent: remove warning in init_uevent_argv() by Greg Kroah-Hartman · 3 years, 3 months ago
  71. b16bd72 Merge 4.9.258 into android-4.9-q by Greg Kroah-Hartman · 3 years, 4 months ago
  72. 316c6cc lib/string: Add strscpy_pad() function by Tobin C. Harding · 5 years ago
  73. 353e7e7 Merge 4.9.251 into android-4.9-q by Greg Kroah-Hartman · 3 years, 5 months ago
  74. 096d1ab lib/genalloc: fix the overflow when size is too big by Huang Shijie · 3 years, 6 months ago
  75. a3ba0ea Merge 4.9.245 into android-4.9-q by Greg Kroah-Hartman · 3 years, 7 months ago
  76. 29da3bb random32: make prandom_u32() output unpredictable by George Spelvin · 3 years, 10 months ago
  77. 41cdb4a swiotlb: fix "x86: Don't panic if can not alloc buffer for swiotlb" by Stefano Stabellini · 3 years, 8 months ago
  78. 4a88942 Merge 4.9.242 into android-4.9-q by Greg Kroah-Hartman · 3 years, 7 months ago
  79. 7dadd4e Fonts: Replace discarded const qualifier by Lee Jones · 3 years, 8 months ago
  80. 44a1b61 Merge 4.9.241 into android-4.9-q by Greg Kroah-Hartman · 3 years, 8 months ago
  81. 2de51c9 lib/crc32.c: fix trivial typo in preprocessor condition by Tobias Jordan · 3 years, 8 months ago
  82. ea94583 Merge 4.9.239 into android-4.9-q by Greg Kroah-Hartman · 3 years, 8 months ago
  83. 23283c8 Fonts: Support FONT_EXTRA_WORDS macros for built-in fonts by Peilin Ye · 3 years, 9 months ago
  84. b7b6642 random32: Restore __latent_entropy attribute on net_rand_state by Thibaut Sautereau · 3 years, 9 months ago
  85. 495d499 Merge 4.9.238 into android-4.9-q by Greg Kroah-Hartman · 3 years, 9 months ago
  86. 586d6f17 lib/string.c: implement stpcpy by Nick Desaulniers · 3 years, 9 months ago
  87. 1e7b6ed Merge 4.9.233 into android-4.9-q by Greg Kroah-Hartman · 3 years, 10 months ago
  88. eb8cbd8 dyndbg: fix a BUG_ON in ddebug_describe_flags by Jim Cromie · 4 years ago
  89. 8ce7dd3 random32: remove net_rand_state from the latent entropy gcc plugin by Linus Torvalds · 3 years, 11 months ago
  90. 5aa7839 random32: update the net random state on interrupt and activity by Willy Tarreau · 4 years ago
  91. 6e60c65 Merge 4.9.229 into android-4.9-q by Greg Kroah-Hartman · 4 years ago
  92. 900bf0e lib/zlib: remove outdated and incorrect pre-increment optimization by Jann Horn · 4 years, 1 month ago
  93. 0f1687e Merge 4.9.228 into android-4.9-q by Greg Kroah-Hartman · 4 years ago
  94. ed3cbbf lib/mpi: Fix 64-bit MIPS build with Clang by Nathan Chancellor · 4 years, 2 months ago
  95. 74dc769 Merge android-4.9.225(ca8aaf9) into msm-4.9 by jianzhou · 4 years, 1 month ago
  96. ca8aaf9 Merge 4.9.225 into android-4.9-q by Greg Kroah-Hartman · 4 years, 1 month ago
  97. eff8c03 ubsan: build ubsan.c more conservatively by Arnd Bergmann · 4 years, 11 months ago
  98. bd44630 x86/uaccess, ubsan: Fix UBSAN vs. SMAP by Peter Zijlstra · 5 years ago
  99. e3ff9b3 Merge android-4.9.223(2d2170b) into msm-4.9 by jianzhou · 4 years, 1 month ago
  100. 2d2170b Merge 4.9.223 into android-4.9-q by Greg Kroah-Hartman · 4 years, 1 month ago