aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-12-21Merge 4.9.147 into android-4.9Greg Kroah-Hartman
2018-12-21lib/interval_tree_test.c: allow users to limit scope of endpointDavidlohr Bueso
2018-12-21lib/rbtree-test: lower default paramsDavidlohr Bueso
2018-12-21lib/rbtree_test.c: make input module parametersDavidlohr Bueso
2018-12-21lib/interval_tree_test.c: allow full tree searchDavidlohr Bueso
2018-12-21lib/interval_tree_test.c: make test options module parametersDavidlohr Bueso
2018-12-17Merge 4.9.146 into android-4.9Greg Kroah-Hartman
2018-12-17debugobjects: avoid recursive calls with kmemleakQian Cai
2018-12-13BACKPORT, FROMGIT: crypto: chacha - add XChaCha12 supportEric Biggers
2018-12-13BACKPORT, FROMGIT: crypto: chacha20-generic - refactor to allow varying numbe...Eric Biggers
2018-12-13FROMGIT: crypto: chacha20-generic - add HChaCha20 library functionEric Biggers
2018-12-13BACKPORT: crypto: chacha20 - Fix chacha20_block() keystream alignment (again)Eric Biggers
2018-12-13UPSTREAM: crypto: chacha20 - use rol32() macro from bitops.hEric Biggers
2018-12-13BACKPORT: crypto: chacha20 - Fix keystream alignment for chacha20_block()Eric Biggers
2018-12-13Merge 4.9.145 into android-4.9Greg Kroah-Hartman
2018-12-13swiotlb: clean up reportingKees Cook
2018-12-08Merge 4.9.144 into android-4.9Greg Kroah-Hartman
2018-12-08kobject: Replace strncpy with memcpyGuenter Roeck
2018-12-08test_hexdump: use memcpy instead of strncpyLinus Torvalds
2018-11-27Merge 4.9.141 into android-4.9Greg Kroah-Hartman
2018-11-27lib/raid6: Fix arm64 test buildJeremy Linton
2018-11-23Merge 4.9.138 into android-4.9Greg Kroah-Hartman
2018-11-23Merge 4.9.137 into android-4.9Greg Kroah-Hartman
2018-11-23Merge 4.9.136 into android-4.9Greg Kroah-Hartman
2018-11-21lib/ubsan.c: don't mark __ubsan_handle_builtin_unreachable as noreturnArnd Bergmann
2018-11-13locking/lockdep: Fix debug_locks off performance problemWaiman Long
2018-11-10test_bpf: Fix testing with CONFIG_BPF_JIT_ALWAYS_ON=y on other archesThadeu Lima de Souza Cascardo
2018-10-18Merge 4.9.134 into android-4.9Greg Kroah-Hartman
2018-10-18rhashtable: add schedule pointsEric Dumazet
2018-10-04Merge 4.9.131 into android-4.9Greg Kroah-Hartman
2018-10-03scsi: klist: Make it safe to use klists in atomic contextBart Van Assche
2018-09-21UPSTREAM: bug: switch data corruption check to __must_checkKees Cook
2018-09-21UPSTREAM: bug: Provide toggle for BUG on data corruptionKees Cook
2018-09-21UPSTREAM: list: Split list_del() debug checking into separate functionKees Cook
2018-09-21UPSTREAM: rculist: Consolidate DEBUG_LIST for list_add_rcu()Kees Cook
2018-09-21UPSTREAM: list: Split list_add() debug checking into separate functionKees Cook
2018-09-15Merge 4.9.127 into android-4.9Greg Kroah-Hartman
2018-09-15debugobjects: Make stack check warning more informativeJoel Fernandes (Google)
2018-08-23UPSTREAM: lib: Add zstd modulesNick Terrell
2018-08-23UPSTREAM: lib: Add xxhash moduleNick Terrell
2018-08-17Merge 4.9.121 into android-4.9Greg Kroah-Hartman
2018-08-17ioremap: Update pgtable free interfaces with addrChintan Pandya
2018-07-31Merge 4.9.115 into android-4.9Greg Kroah-Hartman
2018-07-25lib/rhashtable: consider param->min_size when setting initial table sizeDavidlohr Bueso
2018-07-03Merge 4.9.111 into android-4.9Greg Kroah-Hartman
2018-07-03lib/vsprintf: Remove atomic-unsafe support for %pCrGeert Uytterhoeven
2018-05-30Merge 4.9.104 into android-4.9Greg Kroah-Hartman
2018-05-30bpf: fix selftests/bpf test_kmod.sh failure when CONFIG_BPF_JIT_ALWAYS_ON=yYonghong Song
2018-05-02Merge 4.9.98 into android-4.9Greg Kroah-Hartman
2018-05-01kobject: don't use WARN for registration failuresDmitry Vyukov