summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-15mm/hmm.c: allow VM_MIXEDMAP to work with hmm_range_faultAlistair Popple
2022-01-15kasan: test: add test case for double-kmem_cache_destroy()Marco Elver
2022-01-15kasan: test: add globals left-out-of-bounds testMarco Elver
2022-01-12Merge tag 'folio-5.17' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-01-12Merge tag 'driver-core-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-01-12Merge tag 'pinctrl-v5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-01-12Merge tag 'for-5.17/drivers-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-01-11Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-01-11Merge tag 'for-linus-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-01-11Merge tag 'tpmdd-next-v5.17-fixed' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
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-09lib: remove redundant assignment to variable retColin Ian King
2022-01-08XArray: Add xas_advance()Matthew Wilcox (Oracle)
2022-01-07lib/mpi: Add the return value check of kcalloc()Zizhuang Deng
2022-01-07lib/crypto: blake2s: include as built-inJason A. Donenfeld
2022-01-06lib/raid6: Use strict priority ranking for pq gen() benchmarkingDirk Müller
2022-01-06lib/raid6: skip benchmark of non-chosen xor_syndrome functionsDirk Müller
2022-01-04iov_iter: Convert iter_xarray to use foliosMatthew Wilcox (Oracle)
2021-12-28kobject: remove kset from struct kset_uevent_ops callbacksGreg Kroah-Hartman
2021-12-27driver core: make kobj_type constant.Wedson Almeida Filho
2021-12-24lib: objagg: Use the bitmap API when applicableChristophe JAILLET
2021-12-21logic_io instance of iounmap() needs volatile on argumentAl Viro
2021-12-21lib/logic_iomem: Fix operation on 32-bitJohannes Berg
2021-12-21lib/logic_iomem: Fix 32-bit buildJohannes Berg
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-13exit: Rename complete_and_exit to kthread_complete_and_exitEric W. Biederman
2021-12-13locking/atomic: atomic64: Remove unusable atomic opsMark Rutland
2021-12-13Merge tag 'v5.16-rc5' into locking/core, to pick up fixesIngo Molnar
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-04lockdep/selftests: Adapt ww-tests for PREEMPT_RTSebastian Andrzej Siewior
2021-12-04lockdep/selftests: Skip the softirq related tests on PREEMPT_RTSebastian Andrzej Siewior
2021-12-04lockdep/selftests: Unbalanced migrate_disable() & rcu_read_lock().Sebastian Andrzej Siewior
2021-12-04lockdep/selftests: Avoid using local_lock_{acquire|release}().Sebastian Andrzej Siewior
2021-12-02bpf: Make CONFIG_DEBUG_INFO_BTF depend upon CONFIG_BPF_SYSCALLKumar Kartikeya Dwivedi
2021-11-29siphash: use _unaligned version by defaultArnd Bergmann