summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorLines
2021-12-08Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski-0/+1
2021-12-06net: add net device refcount tracker infrastructureEric Dumazet-0/+5
2021-12-06lib: add tests for reference trackerEric Dumazet-1/+126
2021-12-06lib: add reference counting tracking infrastructureEric Dumazet-0/+147
2021-12-06vsprintf: Use non-atomic bitmap API when applicableChristophe JAILLET-2/+2
2021-12-04lockdep/selftests: Adapt ww-tests for PREEMPT_RTSebastian Andrzej Siewior-30/+46
2021-12-04lockdep/selftests: Skip the softirq related tests on PREEMPT_RTSebastian Andrzej Siewior-7/+31
2021-12-04lockdep/selftests: Unbalanced migrate_disable() & rcu_read_lock().Sebastian Andrzej Siewior-1/+25
2021-12-04lockdep/selftests: Avoid using local_lock_{acquire|release}().Sebastian Andrzej Siewior-16/+16
2021-12-02bpf: Make CONFIG_DEBUG_INFO_BTF depend upon CONFIG_BPF_SYSCALLKumar Kartikeya Dwivedi-0/+1
2021-11-29siphash: use _unaligned version by defaultArnd Bergmann-6/+6
2021-11-27Merge tag 'v5.16-rc2' into develLinus Walleij-2/+29
2021-11-22parisc: Increase FRAME_WARN to 2048 bytes on pariscHelge Deller-2/+3
2021-11-20kasan: test: silence intentional read overflow warningsKees Cook-0/+2
2021-11-18Merge tag 'zstd-for-linus-5.16-rc1' of git://github.com/terrelln/linuxLinus Torvalds-2/+21
2021-11-18lib: zstd: Don't add -O3 to cflagsNick Terrell-2/+0
2021-11-18lib: zstd: Don't inline functions in zstd_opt.cNick Terrell-0/+19
2021-11-18lib: zstd: Fix unused variable warningNick Terrell-0/+2
2021-11-18Merge tag 'printk-for-5.16-fixup' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+6
2021-11-18lib/string_helpers: Introduce managed variant of kasprintf_strarray()Andy Shevchenko-0/+31
2021-11-18lib/string_helpers: Introduce kasprintf_strarray()Andy Shevchenko-0/+33
2021-11-18Merge branch 'rework/printk_safe-removal' into for-linusPetr Mladek-0/+6
2021-11-16bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33Tiezhu Yang-2/+2
2021-11-13Merge tag 'zstd-for-linus-v5.16' of git://github.com/terrelln/linuxLinus Torvalds-11874/+24495
2021-11-11mm/migrate.c: remove MIGRATE_PFN_LOCKEDAlistair Popple-3/+2
2021-11-10printk: restore flushing of NMI buffers on remote CPUs after NMI backtracesNicholas Piggin-0/+6
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds-9/+51
2021-11-09mm/scatterlist: replace the !preemptible warning in sg_miter_stop()Thomas Gleixner-7/+4
2021-11-09lib: uninline simple_strntoull() as wellAlexey Dobriyan-2/+1
2021-11-09lib, stackdepot: add helper to print stack entries into bufferImran Khan-0/+25
2021-11-09lib, stackdepot: add helper to print stack entriesImran Khan-0/+18
2021-11-09lib, stackdepot: check stackdepot handle before accessing slabsImran Khan-0/+3
2021-11-08lib: zstd: Add cast to silence clang's -Wbitwise-instead-of-logicalNathan Chancellor-1/+1
2021-11-08lib: zstd: Upgrade to latest upstream zstd version 1.4.10Nick Terrell-11944/+24453
2021-11-08lib: zstd: Add decompress_sources.h for decompress_unzstdNick Terrell-5/+24
2021-11-08lib: zstd: Add kernel-specific APINick Terrell-92/+185
2021-11-08Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-0/+4
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds-53/+85
2021-11-06kfence: default to dynamic branch instead of static keys modeMarco Elver-11/+15
2021-11-06stacktrace: move filter_irq_stacks() to kernel/stacktrace.cMarco Elver-24/+0
2021-11-06mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSEDavid Hildenbrand-1/+1
2021-11-06memblock: use memblock_free for freeing virtual pointersMike Rapoport-2/+2
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport-1/+1
2021-11-06memblock: drop memblock_free_early_nid() and memblock_free_early()Mike Rapoport-1/+1
2021-11-06lib/test_vmalloc.c: use swap() to make code cleanerChangcheng Deng-4/+2
2021-11-06kasan: test: bypass __alloc_size checksKees Cook-1/+9
2021-11-06kasan: test: add memcpy test that avoids out-of-bounds writePeter Collingbourne-1/+17
2021-11-06lib/stackdepot: introduce __stack_depot_save()Marco Elver-6/+37
2021-11-06lib/stackdepot: remove unused function argumentMarco Elver-5/+4
2021-11-04Merge tag 'driver-core-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-35/+27