summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-01-11Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2022-01-11Merge tag 'kcsan.2022.01.09a' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-01-11Merge tag 'printk-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-01-10Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-01-10Merge tag 'linux-kselftest-kunit-5.17-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2022-01-07lib/mpi: Add the return value check of kcalloc()Zizhuang Deng
2022-01-07lib/crypto: blake2s: include as built-inJason A. Donenfeld
2021-12-24lib: objagg: Use the bitmap API when applicableChristophe JAILLET
2021-12-13kunit: Report test parameter results as (K)TAP subtestsDavid Gow
2021-12-13kunit: Don't crash if no parameters are generatedDavid Gow
2021-12-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-12-09kcsan: Support WEAK_MEMORY with Clang where no objtool support existsMarco Elver
2021-12-09kcsan: Add core support for a subset of weak memory modelingMarco Elver
2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-08Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2021-12-06net: add net device refcount tracker infrastructureEric Dumazet
2021-12-06lib: add tests for reference trackerEric Dumazet
2021-12-06lib: add reference counting tracking infrastructureEric Dumazet
2021-12-06vsprintf: Use non-atomic bitmap API when applicableChristophe JAILLET
2021-12-02bpf: Make CONFIG_DEBUG_INFO_BTF depend upon CONFIG_BPF_SYSCALLKumar Kartikeya Dwivedi
2021-11-29siphash: use _unaligned version by defaultArnd Bergmann
2021-11-22parisc: Increase FRAME_WARN to 2048 bytes on pariscHelge Deller
2021-11-20kasan: test: silence intentional read overflow warningsKees Cook
2021-11-18Merge tag 'zstd-for-linus-5.16-rc1' of git://github.com/terrelln/linuxLinus Torvalds
2021-11-18lib: zstd: Don't add -O3 to cflagsNick Terrell
2021-11-18lib: zstd: Don't inline functions in zstd_opt.cNick Terrell
2021-11-18lib: zstd: Fix unused variable warningNick Terrell
2021-11-18Merge tag 'printk-for-5.16-fixup' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-11-18Merge branch 'rework/printk_safe-removal' into for-linusPetr Mladek
2021-11-16bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33Tiezhu Yang
2021-11-13Merge tag 'zstd-for-linus-v5.16' of git://github.com/terrelln/linuxLinus Torvalds
2021-11-11mm/migrate.c: remove MIGRATE_PFN_LOCKEDAlistair Popple
2021-11-10printk: restore flushing of NMI buffers on remote CPUs after NMI backtracesNicholas Piggin
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-09mm/scatterlist: replace the !preemptible warning in sg_miter_stop()Thomas Gleixner
2021-11-09lib: uninline simple_strntoull() as wellAlexey Dobriyan
2021-11-09lib, stackdepot: add helper to print stack entries into bufferImran Khan
2021-11-09lib, stackdepot: add helper to print stack entriesImran Khan
2021-11-09lib, stackdepot: check stackdepot handle before accessing slabsImran Khan
2021-11-08lib: zstd: Add cast to silence clang's -Wbitwise-instead-of-logicalNathan Chancellor
2021-11-08lib: zstd: Upgrade to latest upstream zstd version 1.4.10Nick Terrell
2021-11-08lib: zstd: Add decompress_sources.h for decompress_unzstdNick Terrell
2021-11-08lib: zstd: Add kernel-specific APINick Terrell
2021-11-08Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-06kfence: default to dynamic branch instead of static keys modeMarco Elver
2021-11-06stacktrace: move filter_irq_stacks() to kernel/stacktrace.cMarco Elver
2021-11-06mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSEDavid Hildenbrand
2021-11-06memblock: use memblock_free for freeing virtual pointersMike Rapoport
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport