- 60fbe70 Merge 4.9.215 into android-4.9-q by Greg Kroah-Hartman · 4 years, 9 months ago
- 73e82ee9 lib/stackdepot.c: fix global out-of-bounds in stack_slabs by Alexander Potapenko · 4 years, 9 months ago
- 1cf357f lib/scatterlist.c: adjust indentation in __sg_alloc_table by Nathan Chancellor · 4 years, 10 months ago
- c1c5428 Merge 4.9.214 into android-4.9-q by Greg Kroah-Hartman · 4 years, 9 months ago
- 02012ba lib/test_kasan.c: fix memory leak in kmalloc_oob_krealloc_more() by Gustavo A. R. Silva · 4 years, 10 months ago
- 7e0f964 Merge 4.9.212 into android-4.9-q by Greg Kroah-Hartman · 4 years, 10 months ago
- 33a451d bitmap: Add bitmap_alloc(), bitmap_zalloc() and bitmap_free() by Andy Shevchenko · 6 years ago
- 1d06b24 Partially revert "kfifo: fix kfifo_alloc() and kfifo_init()" by Linus Torvalds · 5 years ago
- db62dde devres: allow const resource arguments by Arnd Bergmann · 5 years ago
- 09c8c12 Merge 4.9.210 into android-4.9-q by Greg Kroah-Hartman · 4 years, 10 months ago
- 475c147 kobject: Export kobject_get_unless_zero() by Jan Kara · 8 years ago
- 9759f95 Merge 4.9.208 into android-4.9-q by Greg Kroah-Hartman · 4 years, 11 months ago
- bbed8ff dma-debug: add a schedule point in debug_dma_dump_mappings() by Eric Dumazet · 5 years ago
- 6f0b5b5 Merge 4.9.207 into android-4.9-q by Greg Kroah-Hartman · 5 years ago
- 4d1f99a lib: raid6: fix awk build warnings by Greg Kroah-Hartman · 5 years ago
- 2be2d89 Merge 4.9.206 into android-4.9-q by Greg Kroah-Hartman · 5 years ago
- 4964ffc lib/genalloc.c: include vmalloc.h by Olof Johansson · 6 years ago
- d84f622 lib/genalloc.c: use vzalloc_node() to allocate the bitmap by Huang Shijie · 6 years ago
- bd5d9cd lib/genalloc.c: fix allocation of aligned buffer from non-aligned chunk by Alexey Skidanov · 6 years ago
- 09bf7fb Merge 4.9.201 into android-4.9-q by Greg Kroah-Hartman · 5 years ago
- 1bb7772 dump_stack: avoid the livelock of the dump_lock by Kevin Hao · 5 years ago
- cd0d461 Merge 4.9.196 into android-4.9-q by Greg Kroah-Hartman · 5 years ago
- 198d33a kmemleak: increase DEBUG_KMEMLEAK_EARLY_LOG_SIZE default to 16K by Nicolas Boichat · 5 years ago
- 175a407 siphash: implement HalfSipHash1-3 for hash tables by Jason A. Donenfeld · 5 years ago
- 53e054b siphash: add cryptographically secure PRF by Jason A. Donenfeld · 5 years ago
- 0eb90dd Merge 4.9.187 into android-4.9-q by Greg Kroah-Hartman · 5 years ago
- 8dd8b4d lib/strscpy: Shut up KASAN false-positives in strscpy() by Andrey Ryabinin · 7 years ago
- 8fc1866 lib/scatterlist: Fix mapping iterator when sg->offset is greater than PAGE_SIZE by Christophe Leroy · 5 years ago
- 2419d39 rslib: Fix handling of of caller provided syndrome by Ferdinand Blomqvist · 5 years ago
- 5c345e2 rslib: Fix decoding of shortened codes by Ferdinand Blomqvist · 5 years ago
- 39eed54 Merge 4.9.185 into android-4.9-q by Greg Kroah-Hartman · 5 years ago
- ea68394 lib/mpi: Fix karactx leak in mpi_powm by Herbert Xu · 5 years ago
- 3f006d4 Merge 4.9.180 into android-4.9-q by Greg Kroah-Hartman · 5 years ago
- 50013ea mm/uaccess: Use 'unsigned long' to placate UBSAN warnings on older GCC versions by Peter Zijlstra · 6 years ago
- 0ad8ae71c Merge 4.9.175 into android-4.9-q by Greg Kroah-Hartman · 6 years ago
- b34d655 ubsan: Fix nasty -Wbuiltin-declaration-mismatch GCC-9 warnings by Andrey Ryabinin · 6 years ago
- 9013154 Merge 4.9.174 into android-4.9-q by Greg Kroah-Hartman · 6 years ago
- 5d01a64 kasan: prevent compiler from optimizing away memset in tests by Andrey Konovalov · 7 years ago
- fe71230 kasan: remove redundant initialization of variable 'real_size' by Colin Ian King · 7 years ago
- ba9cebb Merge 4.9.170 into android-4.9-q by Greg Kroah-Hartman · 6 years ago
- afac7da lib/div64.c: off by one in shift by Stanislaw Gruszka · 6 years ago
- 67843bb Merge 4.9.169 into android-4.9-q by Greg Kroah-Hartman · 6 years ago
- 7eceaf5 lib/string.c: implement a basic bcmp by Nick Desaulniers · 6 years ago
- 417da48 Merge 4.9.168 into android-4.9-q by Greg Kroah-Hartman · 6 years ago
- 1de344c ARM: 8833/1: Ensure that NEON code always compiles with Clang by Nathan Chancellor · 6 years ago
- 9c24366 kprobes: Prohibit probing on bsearch() by Andrea Righi · 6 years ago
- 627f9c3 lib/int_sqrt: optimize initial value compute by Peter Zijlstra · 7 years ago
- 2773c45f Merge 4.9.166 into android-4.9-q by Greg Kroah-Hartman · 6 years ago
- 96dc04d UPSTREAM: bug: use %pB in BUG and stack protector failure by Kees Cook · 7 years ago
- 5c145bd BACKPORT: vsprintf: add printk specifier %px by Tobin C. Harding · 7 years ago
- ae89bc6 BACKPORT: printk: hash addresses printed with %p by Tobin C. Harding · 7 years ago
- 72cabd4 UPSTREAM: siphash: implement HalfSipHash1-3 for hash tables by Jason A. Donenfeld · 8 years ago
- c626dde UPSTREAM: siphash: add cryptographically secure PRF by Jason A. Donenfeld · 8 years ago
- 440a6cc BACKPORT: vsprintf: refactor %pK code out of pointer() by Tobin C. Harding · 7 years ago
- e6008a0 lib/int_sqrt: optimize small argument by Peter Zijlstra · 7 years ago
- 72b54df Merge 4.9.165 into android-4.9 by Greg Kroah-Hartman · 6 years ago
- 740f4ae assoc_array: Fix shortcut creation by David Howells · 6 years ago
- 8817a28 Merge 4.9.156 into android-4.9 by Greg Kroah-Hartman · 6 years ago
- cb56da64 seq_buf: Make seq_buf_puts() null-terminate the buffer by Michael Ellerman · 6 years ago
- a2f9236 Merge 4.9.147 into android-4.9 by Greg Kroah-Hartman · 6 years ago
- 36c9eca lib/interval_tree_test.c: allow users to limit scope of endpoint by Davidlohr Bueso · 7 years ago
- c07f406 lib/rbtree-test: lower default params by Davidlohr Bueso · 7 years ago
- b7d8b9c lib/rbtree_test.c: make input module parameters by Davidlohr Bueso · 7 years ago
- 5e03c49 lib/interval_tree_test.c: allow full tree search by Davidlohr Bueso · 7 years ago
- c114bdd lib/interval_tree_test.c: make test options module parameters by Davidlohr Bueso · 7 years ago
- 5d05bdd Merge 4.9.146 into android-4.9 by Greg Kroah-Hartman · 6 years ago
- f4d2afe debugobjects: avoid recursive calls with kmemleak by Qian Cai · 6 years ago
- bb31ed5 BACKPORT, FROMGIT: crypto: chacha - add XChaCha12 support by Eric Biggers · 6 years ago
- b8181f3 BACKPORT, FROMGIT: crypto: chacha20-generic - refactor to allow varying number of rounds by Eric Biggers · 6 years ago
- bc41a67 FROMGIT: crypto: chacha20-generic - add HChaCha20 library function by Eric Biggers · 6 years ago
- ede5c83 BACKPORT: crypto: chacha20 - Fix chacha20_block() keystream alignment (again) by Eric Biggers · 6 years ago
- 3e5e2bc UPSTREAM: crypto: chacha20 - use rol32() macro from bitops.h by Eric Biggers · 7 years ago
- 12b2fb03 BACKPORT: crypto: chacha20 - Fix keystream alignment for chacha20_block() by Eric Biggers · 7 years ago
- 6328e64 Merge 4.9.145 into android-4.9 by Greg Kroah-Hartman · 6 years ago
- adcc572 swiotlb: clean up reporting by Kees Cook · 6 years ago
- 860c8b8 Merge 4.9.144 into android-4.9 by Greg Kroah-Hartman · 6 years ago
- cd39e29 kobject: Replace strncpy with memcpy by Guenter Roeck · 6 years ago
- d041ed2 test_hexdump: use memcpy instead of strncpy by Linus Torvalds · 6 years ago
- 8fe4284 Merge 4.9.141 into android-4.9 by Greg Kroah-Hartman · 6 years ago
- d05e26d lib/raid6: Fix arm64 test build by Jeremy Linton · 6 years ago
- 5e10758 Merge 4.9.138 into android-4.9 by Greg Kroah-Hartman · 6 years ago
- e1260be Merge 4.9.137 into android-4.9 by Greg Kroah-Hartman · 6 years ago
- a0f30ae Merge 4.9.136 into android-4.9 by Greg Kroah-Hartman · 6 years ago
- e133c33 lib/ubsan.c: don't mark __ubsan_handle_builtin_unreachable as noreturn by Arnd Bergmann · 6 years ago
- 81301a1 locking/lockdep: Fix debug_locks off performance problem by Waiman Long · 6 years ago
- acfbd28 test_bpf: Fix testing with CONFIG_BPF_JIT_ALWAYS_ON=y on other arches by Thadeu Lima de Souza Cascardo · 7 years ago
- a427932 Merge 4.9.134 into android-4.9 by Greg Kroah-Hartman · 6 years ago
- fb19348 rhashtable: add schedule points by Eric Dumazet · 6 years ago
- 7bebf33 Merge 4.9.131 into android-4.9 by Greg Kroah-Hartman · 6 years ago
- 4a67b82 scsi: klist: Make it safe to use klists in atomic context by Bart Van Assche · 6 years ago
- eb235bf UPSTREAM: bug: switch data corruption check to __must_check by Kees Cook · 8 years ago
- 8fb63b1 UPSTREAM: bug: Provide toggle for BUG on data corruption by Kees Cook · 8 years ago
- ca48e8c UPSTREAM: list: Split list_del() debug checking into separate function by Kees Cook · 8 years ago
- a7e7ca2 UPSTREAM: rculist: Consolidate DEBUG_LIST for list_add_rcu() by Kees Cook · 8 years ago
- 791e53f UPSTREAM: list: Split list_add() debug checking into separate function by Kees Cook · 8 years ago
- be4935d Merge 4.9.127 into android-4.9 by Greg Kroah-Hartman · 6 years ago
- 414bd73 debugobjects: Make stack check warning more informative by Joel Fernandes (Google) · 6 years ago
- a26589d UPSTREAM: lib: Add zstd modules by Nick Terrell · 7 years ago
- 25abc85 UPSTREAM: lib: Add xxhash module by Nick Terrell · 7 years ago
- 681e57b Merge 4.9.121 into android-4.9 by Greg Kroah-Hartman · 6 years ago