1. 6f0b5b5 Merge 4.9.207 into android-4.9-q by Greg Kroah-Hartman · 4 years, 5 months ago
  2. 4d1f99a lib: raid6: fix awk build warnings by Greg Kroah-Hartman · 4 years, 6 months ago
  3. 2be2d89 Merge 4.9.206 into android-4.9-q by Greg Kroah-Hartman · 4 years, 6 months ago
  4. 4964ffc lib/genalloc.c: include vmalloc.h by Olof Johansson · 5 years ago
  5. d84f622 lib/genalloc.c: use vzalloc_node() to allocate the bitmap by Huang Shijie · 5 years ago
  6. bd5d9cd lib/genalloc.c: fix allocation of aligned buffer from non-aligned chunk by Alexey Skidanov · 5 years ago
  7. 09bf7fb Merge 4.9.201 into android-4.9-q by Greg Kroah-Hartman · 4 years, 6 months ago
  8. 1bb7772 dump_stack: avoid the livelock of the dump_lock by Kevin Hao · 4 years, 7 months ago
  9. cd0d461 Merge 4.9.196 into android-4.9-q by Greg Kroah-Hartman · 4 years, 8 months ago
  10. 198d33a kmemleak: increase DEBUG_KMEMLEAK_EARLY_LOG_SIZE default to 16K by Nicolas Boichat · 4 years, 8 months ago
  11. 175a407 siphash: implement HalfSipHash1-3 for hash tables by Jason A. Donenfeld · 4 years, 9 months ago
  12. 53e054b siphash: add cryptographically secure PRF by Jason A. Donenfeld · 4 years, 9 months ago
  13. 0eb90dd Merge 4.9.187 into android-4.9-q by Greg Kroah-Hartman · 4 years, 10 months ago
  14. 8dd8b4d lib/strscpy: Shut up KASAN false-positives in strscpy() by Andrey Ryabinin · 6 years ago
  15. 8fc1866 lib/scatterlist: Fix mapping iterator when sg->offset is greater than PAGE_SIZE by Christophe Leroy · 5 years ago
  16. 2419d39 rslib: Fix handling of of caller provided syndrome by Ferdinand Blomqvist · 5 years ago
  17. 5c345e2 rslib: Fix decoding of shortened codes by Ferdinand Blomqvist · 5 years ago
  18. 39eed54 Merge 4.9.185 into android-4.9-q by Greg Kroah-Hartman · 4 years, 11 months ago
  19. ea68394 lib/mpi: Fix karactx leak in mpi_powm by Herbert Xu · 5 years ago
  20. 3f006d4 Merge 4.9.180 into android-4.9-q by Greg Kroah-Hartman · 5 years ago
  21. 50013ea mm/uaccess: Use 'unsigned long' to placate UBSAN warnings on older GCC versions by Peter Zijlstra · 5 years ago
  22. 0ad8ae71c Merge 4.9.175 into android-4.9-q by Greg Kroah-Hartman · 5 years ago
  23. b34d655 ubsan: Fix nasty -Wbuiltin-declaration-mismatch GCC-9 warnings by Andrey Ryabinin · 5 years ago
  24. 9013154 Merge 4.9.174 into android-4.9-q by Greg Kroah-Hartman · 5 years ago
  25. 5d01a64 kasan: prevent compiler from optimizing away memset in tests by Andrey Konovalov · 6 years ago
  26. fe71230 kasan: remove redundant initialization of variable 'real_size' by Colin Ian King · 6 years ago
  27. ba9cebb Merge 4.9.170 into android-4.9-q by Greg Kroah-Hartman · 5 years ago
  28. afac7da lib/div64.c: off by one in shift by Stanislaw Gruszka · 5 years ago
  29. 67843bb Merge 4.9.169 into android-4.9-q by Greg Kroah-Hartman · 5 years ago
  30. 7eceaf5 lib/string.c: implement a basic bcmp by Nick Desaulniers · 5 years ago
  31. 417da48 Merge 4.9.168 into android-4.9-q by Greg Kroah-Hartman · 5 years ago
  32. 1de344c ARM: 8833/1: Ensure that NEON code always compiles with Clang by Nathan Chancellor · 5 years ago
  33. 9c24366 kprobes: Prohibit probing on bsearch() by Andrea Righi · 5 years ago
  34. 627f9c3 lib/int_sqrt: optimize initial value compute by Peter Zijlstra · 7 years ago
  35. 2773c45f Merge 4.9.166 into android-4.9-q by Greg Kroah-Hartman · 5 years ago
  36. 96dc04d UPSTREAM: bug: use %pB in BUG and stack protector failure by Kees Cook · 6 years ago
  37. 5c145bd BACKPORT: vsprintf: add printk specifier %px by Tobin C. Harding · 7 years ago
  38. ae89bc6 BACKPORT: printk: hash addresses printed with %p by Tobin C. Harding · 7 years ago
  39. 72cabd4 UPSTREAM: siphash: implement HalfSipHash1-3 for hash tables by Jason A. Donenfeld · 7 years ago
  40. c626dde UPSTREAM: siphash: add cryptographically secure PRF by Jason A. Donenfeld · 7 years ago
  41. 440a6cc BACKPORT: vsprintf: refactor %pK code out of pointer() by Tobin C. Harding · 7 years ago
  42. e6008a0 lib/int_sqrt: optimize small argument by Peter Zijlstra · 7 years ago
  43. 72b54df Merge 4.9.165 into android-4.9 by Greg Kroah-Hartman · 5 years ago
  44. 740f4ae assoc_array: Fix shortcut creation by David Howells · 5 years ago
  45. 8817a28 Merge 4.9.156 into android-4.9 by Greg Kroah-Hartman · 5 years ago
  46. cb56da64 seq_buf: Make seq_buf_puts() null-terminate the buffer by Michael Ellerman · 6 years ago
  47. a2f9236 Merge 4.9.147 into android-4.9 by Greg Kroah-Hartman · 5 years ago
  48. 36c9eca lib/interval_tree_test.c: allow users to limit scope of endpoint by Davidlohr Bueso · 7 years ago
  49. c07f406 lib/rbtree-test: lower default params by Davidlohr Bueso · 7 years ago
  50. b7d8b9c lib/rbtree_test.c: make input module parameters by Davidlohr Bueso · 7 years ago
  51. 5e03c49 lib/interval_tree_test.c: allow full tree search by Davidlohr Bueso · 7 years ago
  52. c114bdd lib/interval_tree_test.c: make test options module parameters by Davidlohr Bueso · 7 years ago
  53. 5d05bdd Merge 4.9.146 into android-4.9 by Greg Kroah-Hartman · 5 years ago
  54. f4d2afe debugobjects: avoid recursive calls with kmemleak by Qian Cai · 5 years ago
  55. bb31ed5 BACKPORT, FROMGIT: crypto: chacha - add XChaCha12 support by Eric Biggers · 6 years ago
  56. b8181f3 BACKPORT, FROMGIT: crypto: chacha20-generic - refactor to allow varying number of rounds by Eric Biggers · 6 years ago
  57. bc41a67 FROMGIT: crypto: chacha20-generic - add HChaCha20 library function by Eric Biggers · 6 years ago
  58. ede5c83 BACKPORT: crypto: chacha20 - Fix chacha20_block() keystream alignment (again) by Eric Biggers · 6 years ago
  59. 3e5e2bc UPSTREAM: crypto: chacha20 - use rol32() macro from bitops.h by Eric Biggers · 6 years ago
  60. 12b2fb03 BACKPORT: crypto: chacha20 - Fix keystream alignment for chacha20_block() by Eric Biggers · 7 years ago
  61. 6328e64 Merge 4.9.145 into android-4.9 by Greg Kroah-Hartman · 5 years ago
  62. adcc572 swiotlb: clean up reporting by Kees Cook · 5 years ago
  63. 860c8b8 Merge 4.9.144 into android-4.9 by Greg Kroah-Hartman · 5 years ago
  64. cd39e29 kobject: Replace strncpy with memcpy by Guenter Roeck · 6 years ago
  65. d041ed2 test_hexdump: use memcpy instead of strncpy by Linus Torvalds · 5 years ago
  66. 8fe4284 Merge 4.9.141 into android-4.9 by Greg Kroah-Hartman · 5 years ago
  67. d05e26d lib/raid6: Fix arm64 test build by Jeremy Linton · 6 years ago
  68. 5e10758 Merge 4.9.138 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  69. e1260be Merge 4.9.137 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  70. a0f30ae Merge 4.9.136 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  71. e133c33 lib/ubsan.c: don't mark __ubsan_handle_builtin_unreachable as noreturn by Arnd Bergmann · 6 years ago
  72. 81301a1 locking/lockdep: Fix debug_locks off performance problem by Waiman Long · 6 years ago
  73. acfbd28 test_bpf: Fix testing with CONFIG_BPF_JIT_ALWAYS_ON=y on other arches by Thadeu Lima de Souza Cascardo · 6 years ago
  74. a427932 Merge 4.9.134 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  75. fb19348 rhashtable: add schedule points by Eric Dumazet · 6 years ago
  76. 7bebf33 Merge 4.9.131 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  77. 4a67b82 scsi: klist: Make it safe to use klists in atomic context by Bart Van Assche · 6 years ago
  78. eb235bf UPSTREAM: bug: switch data corruption check to __must_check by Kees Cook · 7 years ago
  79. 8fb63b1 UPSTREAM: bug: Provide toggle for BUG on data corruption by Kees Cook · 8 years ago
  80. ca48e8c UPSTREAM: list: Split list_del() debug checking into separate function by Kees Cook · 8 years ago
  81. a7e7ca2 UPSTREAM: rculist: Consolidate DEBUG_LIST for list_add_rcu() by Kees Cook · 8 years ago
  82. 791e53f UPSTREAM: list: Split list_add() debug checking into separate function by Kees Cook · 8 years ago
  83. be4935d Merge 4.9.127 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  84. 414bd73 debugobjects: Make stack check warning more informative by Joel Fernandes (Google) · 6 years ago
  85. a26589d UPSTREAM: lib: Add zstd modules by Nick Terrell · 7 years ago
  86. 25abc85 UPSTREAM: lib: Add xxhash module by Nick Terrell · 7 years ago
  87. 681e57b Merge 4.9.121 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  88. 6e6b637 ioremap: Update pgtable free interfaces with addr by Chintan Pandya · 6 years ago
  89. e6f9a8a Merge 4.9.115 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  90. 09ae008 lib/rhashtable: consider param->min_size when setting initial table size by Davidlohr Bueso · 6 years ago
  91. 03c70fe Merge 4.9.111 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  92. ec7bea3 lib/vsprintf: Remove atomic-unsafe support for %pCr by Geert Uytterhoeven · 6 years ago
  93. 9797dcb Merge 4.9.104 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  94. ee4bba5 bpf: fix selftests/bpf test_kmod.sh failure when CONFIG_BPF_JIT_ALWAYS_ON=y by Yonghong Song · 6 years ago
  95. f679e4d Merge 4.9.98 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  96. 6ab4413 kobject: don't use WARN for registration failures by Dmitry Vyukov · 6 years ago
  97. 9c3fb9c Merge 4.9.92 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  98. ad62170 rhashtable: Fix rhlist duplicates insertion by Paul Blakey · 6 years ago
  99. bb94f9d Merge 4.9.91 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  100. 9c7f7bd mm/vmalloc: add interfaces to free unmapped page table by Toshi Kani · 6 years ago