summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-12-19Merge 4.4.168 into android-4.4Greg Kroah-Hartman
2018-12-17swiotlb: clean up reportingKees Cook
2018-12-17debugobjects: avoid recursive calls with kmemleakQian Cai
2018-12-13Merge 4.4.167 into android-4.4Greg Kroah-Hartman
2018-12-13kobject: Replace strncpy with memcpyGuenter Roeck
2018-11-27Merge 4.4.165 into android-4.4Greg Kroah-Hartman
2018-11-27lib/raid6: Fix arm64 test buildJeremy Linton
2018-11-21Merge 4.4.164 into android-4.4Greg Kroah-Hartman
2018-11-21locking/lockdep: Fix debug_locks off performance problemWaiman Long
2018-10-10Merge 4.4.160 into android-4.4Greg Kroah-Hartman
2018-10-10scsi: 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-21BACKPORT: list: Split list_add() debug checking into separate functionKees Cook
2018-09-15Merge 4.4.156 into android-4.4Greg 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.4.149 into android-4.4Greg Kroah-Hartman
2018-08-17ioremap: Update pgtable free interfaces with addrChintan Pandya
2018-07-31Merge 4.4.144 into android-4.4Greg Kroah-Hartman
2018-07-25lib/rhashtable: consider param->min_size when setting initial table sizeDavidlohr Bueso
2018-07-17Merge 4.4.141 into android-4.4Greg Kroah-Hartman
2018-07-17x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov
2018-07-17x86/headers: Don't include asm/processor.h in asm/atomic.hAndi Kleen
2018-07-03Merge 4.4.139 into android-4.4Greg Kroah-Hartman
2018-07-03lib/vsprintf: Remove atomic-unsafe support for %pCrGeert Uytterhoeven
2018-05-30Merge 4.4.134 into android-4.4Greg Kroah-Hartman
2018-05-30bpf: fix selftests/bpf test_kmod.sh failure when CONFIG_BPF_JIT_ALWAYS_ON=yYonghong Song
2018-05-02Merge 4.4.131 into android-4.4Greg Kroah-Hartman
2018-05-02kobject: don't use WARN for registration failuresDmitry Vyukov
2018-04-24x86/hweight: Get rid of the special calling conventionBorislav Petkov
2018-03-29Merge 4.4.125 into android-4.4Greg Kroah-Hartman
2018-03-28mm/vmalloc: add interfaces to free unmapped page tableToshi Kani
2018-03-06Merge 4.4.120 into android-4.4Greg Kroah-Hartman
2018-03-03lib/mpi: Fix umul_ppmm() for MIPS64r6James Hogan
2018-02-26Merge 4.4.118 into android-4.4Greg Kroah-Hartman
2018-02-25kasan: rework Kconfig settingsArnd Bergmann
2018-02-25509: fix printing uninitialized stack memory when OID is emptyEric Biggers
2018-02-03Merge 4.4.115 into android-4.4Greg Kroah-Hartman
2018-02-03bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov
2017-12-18BACKPORT: kernel: add kcov code coverageDmitry Vyukov
2017-12-18Merge 4.4.106 into android-4.4Greg Kroah-Hartman
2017-12-16dynamic-debug-howto: fix optional/omitted ending line number to be LARGE inst...Randy Dunlap
2017-12-16lib/genalloc.c: make the avail variable an atomic_long_tStephen Bates
2017-12-16ASN.1: check for error from ASN1_OP_END__ACT actionsEric Biggers
2017-12-16ASN.1: fix out-of-bounds read when parsing indefinite length itemEric Biggers
2017-12-14BACKPORT: kasan: report only the first error by defaultMark Rutland