aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-07-18Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidMark Brown
2018-07-18Merge tag 'v4.4.141' into linux-linaro-lsk-v4.4Mark Brown
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-05Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidMark Brown
2018-07-05Merge tag 'v4.4.139' into linux-linaro-lsk-v4.4Mark Brown
2018-07-03lib/vsprintf: Remove atomic-unsafe support for %pCrGeert Uytterhoeven
2018-06-11Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAmit Pundir
2018-05-30Merge tag 'v4.4.134' into linux-linaro-lsk-v4.4Mark Brown
2018-05-30bpf: fix selftests/bpf test_kmod.sh failure when CONFIG_BPF_JIT_ALWAYS_ON=yYonghong Song
2018-05-20Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAmit Pundir
2018-05-18Merge tag 'v4.4.132' into linux-linaro-lsk-v4.4Mark Brown
2018-05-02kobject: don't use WARN for registration failuresDmitry Vyukov
2018-04-24x86/hweight: Get rid of the special calling conventionBorislav Petkov
2018-04-05Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidMark Brown
2018-04-05Merge tag 'v4.4.126' into linux-linaro-lsk-v4.4Mark Brown
2018-03-28mm/vmalloc: add interfaces to free unmapped page tableToshi Kani
2018-03-05Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAmit Pundir
2018-03-05 Merge tag 'v4.4.120' into linux-linaro-lsk-v4.4Alex Shi
2018-03-03lib/mpi: Fix umul_ppmm() for MIPS64r6James Hogan
2018-02-26 Merge tag 'v4.4.118' into linux-linaro-lsk-v4.4Alex Shi
2018-02-25kasan: rework Kconfig settingsArnd Bergmann
2018-02-25509: fix printing uninitialized stack memory when OID is emptyEric Biggers
2018-02-13Merge remote-tracking branch 'lts/linux-4.4.y' into linux-linaro-lsk-v4.4Alex Shi
2018-02-03bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov
2018-01-22BACKPORT: kernel: add kcov code coverageDmitry Vyukov
2018-01-22BACKPORT: kasan: report only the first error by defaultMark Rutland
2018-01-22UPSTREAM: kasan: support use-after-scope detectionDmitry Vyukov
2018-01-22UPSTREAM: kasan/tests: add tests for user memory access functionsAndrey Ryabinin
2018-01-22UPSTREAM: mm, kasan: add a ksize() testAlexander Potapenko
2018-01-22UPSTREAM: kasan: test fix: warn if the UAF could not be detected in kmalloc_uaf2Alexander Potapenko
2018-01-22UPSTREAM: kasan: modify kmalloc_large_oob_right(), add kmalloc_pagealloc_oob_...Alexander Potapenko
2018-01-22UPSTREAM: lib/stackdepot: export save/fetch stack for driversChris Wilson
2018-01-22UPSTREAM: lib/stackdepot.c: bump stackdepot capacity from 16MB to 128MBDmitry Vyukov
2018-01-22UPSTREAM: lib/stackdepot.c: use __GFP_NOWARN for stack allocationsKirill A. Shutemov
2018-01-22BACKPORT: mm, kasan: switch SLUB to stackdepot, enable memory quarantine for ...Paul Lawrence
2018-01-22UPSTREAM: lib/stackdepot: avoid to return 0 handleJoonsoo Kim
2018-01-22UPSTREAM: lib/stackdepot.c: allow the stack trace hash to be zeroAlexander Potapenko
2018-01-22BACKPORT: mm, kasan: stackdepot implementation. Enable stackdepot for SLABAlexander Potapenko
2018-01-22UPSTREAM: mm, kasan: SLAB supportAlexander Potapenko
2017-12-19Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2017-12-19Merge remote-tracking branch 'lts/linux-4.4.y' into linux-linaro-lsk-v4.4Alex Shi
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-01Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2017-12-01 Merge tag 'v4.4.103' into linux-linaro-lsk-v4.4Alex Shi
2017-11-30lib/mpi: call cond_resched() from mpi_powm() loopEric Biggers
2017-11-20BACKPORT: x86/hweight: Get rid of the special calling conventionBorislav Petkov