summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'folio-5.17' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-01-122-19/+17
|\
| * XArray: Add xas_advance()Matthew Wilcox (Oracle)2022-01-081-3/+3
| * iov_iter: Convert iter_xarray to use foliosMatthew Wilcox (Oracle)2022-01-041-16/+14
* | Merge tag 'driver-core-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-01-122-7/+7
|\ \
| * | kobject: remove kset from struct kset_uevent_ops callbacksGreg Kroah-Hartman2021-12-281-3/+3
| * | driver core: make kobj_type constant.Wedson Almeida Filho2021-12-271-4/+4
* | | Merge tag 'pinctrl-v5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-01-121-0/+64
|\ \ \
| * | | Merge tag 'v5.16-rc2' into develLinus Walleij2021-11-276-2/+29
| |\| |
| * | | lib/string_helpers: Introduce managed variant of kasprintf_strarray()Andy Shevchenko2021-11-181-0/+31
| * | | lib/string_helpers: Introduce kasprintf_strarray()Andy Shevchenko2021-11-181-0/+33
* | | | Merge tag 'for-5.17/drivers-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds2022-01-123-47/+45
|\ \ \ \
| * | | | lib/raid6: Use strict priority ranking for pq gen() benchmarkingDirk Müller2022-01-063-8/+8
| * | | | lib/raid6: skip benchmark of non-chosen xor_syndrome functionsDirk Müller2022-01-061-39/+37
* | | | | Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-01-112-56/+118
|\ \ \ \ \
| * | | | | locking/atomic: atomic64: Remove unusable atomic opsMark Rutland2021-12-131-2/+0
| * | | | | Merge tag 'v5.16-rc5' into locking/core, to pick up fixesIngo Molnar2021-12-138-10/+39
| |\ \ \ \ \
| * | | | | | lockdep/selftests: Adapt ww-tests for PREEMPT_RTSebastian Andrzej Siewior2021-12-041-30/+46
| * | | | | | lockdep/selftests: Skip the softirq related tests on PREEMPT_RTSebastian Andrzej Siewior2021-12-041-7/+31
| * | | | | | lockdep/selftests: Unbalanced migrate_disable() & rcu_read_lock().Sebastian Andrzej Siewior2021-12-041-1/+25
| * | | | | | lockdep/selftests: Avoid using local_lock_{acquire|release}().Sebastian Andrzej Siewior2021-12-041-16/+16
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'for-linus-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-111-11/+12
|\ \ \ \ \ \
| * | | | | | logic_io instance of iounmap() needs volatile on argumentAl Viro2021-12-211-2/+2
| * | | | | | lib/logic_iomem: Fix operation on 32-bitJohannes Berg2021-12-211-3/+3
| * | | | | | lib/logic_iomem: Fix 32-bit buildJohannes Berg2021-12-211-6/+7
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'tpmdd-next-v5.17-fixed' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-01-111-2/+0
|\ \ \ \ \ \
| * | | | | | lib: remove redundant assignment to variable retColin Ian King2022-01-091-2/+0
| |/ / / / /
* | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-01-111-0/+2
|\ \ \ \ \ \
| * | | | | | lib/mpi: Add the return value check of kcalloc()Zizhuang Deng2022-01-071-0/+2
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'kcsan.2022.01.09a' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-01-111-0/+20
|\ \ \ \ \ \
| * | | | | | kcsan: Support WEAK_MEMORY with Clang where no objtool support existsMarco Elver2021-12-091-1/+1
| * | | | | | kcsan: Add core support for a subset of weak memory modelingMarco Elver2021-12-091-0/+20
| |/ / / / /
* | | | | | Merge tag 'printk-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-01-111-2/+2
|\ \ \ \ \ \
| * | | | | | vsprintf: Use non-atomic bitmap API when applicableChristophe JAILLET2021-12-061-2/+2
* | | | | | | Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-01-107-8/+282
|\ \ \ \ \ \ \
| * | | | | | | lib: objagg: Use the bitmap API when applicableChristophe JAILLET2021-12-241-5/+2
| * | | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-12-101-2/+2
| |\ \ \ \ \ \ \
| | * | | | | | | bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33Tiezhu Yang2021-11-161-2/+2
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-091-0/+1
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | net: add net device refcount tracker infrastructureEric Dumazet2021-12-061-0/+5
| * | | | | | | | lib: add tests for reference trackerEric Dumazet2021-12-063-1/+126
| * | | | | | | | lib: add reference counting tracking infrastructureEric Dumazet2021-12-063-0/+147
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge tag 'linux-kselftest-kunit-5.17-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2022-01-101-11/+14
|\ \ \ \ \ \ \ \
| * | | | | | | | kunit: Report test parameter results as (K)TAP subtestsDavid Gow2021-12-131-3/+4
| * | | | | | | | kunit: Don't crash if no parameters are generatedDavid Gow2021-12-131-8/+10
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | lib/crypto: blake2s: include as built-inJason A. Donenfeld2022-01-074-29/+15
| |_|/ / / / / |/| | | | | |
* | | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-12-081-0/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | bpf: Make CONFIG_DEBUG_INFO_BTF depend upon CONFIG_BPF_SYSCALLKumar Kartikeya Dwivedi2021-12-021-0/+1
| | |/ / / / | |/| | | |
* | | | | | siphash: use _unaligned version by defaultArnd Bergmann2021-11-291-6/+6
| |_|_|/ / |/| | | |
* | | | | parisc: Increase FRAME_WARN to 2048 bytes on pariscHelge Deller2021-11-221-2/+3
| |_|_|/ |/| | |
* | | | kasan: test: silence intentional read overflow warningsKees Cook2021-11-201-0/+2