summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'printk-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-05-252-4/+4
|\
| * printk: rename cpulock functionsJohn Ogness2022-04-222-4/+4
* | Merge tag 'slab-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds2022-05-253-27/+51
|\ \
| | \
| | \
| *-. \ Merge branches 'slab/for-5.19/stackdepot' and 'slab/for-5.19/refactor' into s...Vlastimil Babka2022-05-232-22/+46
| |\ \ \
| | * | | mm/slub: use stackdepot to save stack trace in objectsOliver Glitta2022-04-061-0/+1
| | * | | lib/stackdepot: allow requesting early initialization dynamicallyVlastimil Babka2022-04-061-22/+45
| | |/ /
| * / / mm/slub, kunit: Make slub_kunit unaffected by user specified flagsHyeonggon Yoo2022-04-061-5/+5
| |/ /
* | | Merge tag 'hwmon-for-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-05-243-0/+113
|\ \ \
| * | | lib: add generic polynomial calculationMichael Walle2022-05-223-0/+113
* | | | Merge tag 'random-5.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-05-244-409/+40
|\ \ \ \
| * | | | random: remove mostly unused async readiness notifierJason A. Donenfeld2022-05-191-44/+22
| * | | | random: remove get_random_bytes_arch() and add rng_has_arch_random()Jason A. Donenfeld2022-05-191-4/+3
| * | | | random: remove ratelimiting for in-kernel unseeded randomnessJason A. Donenfeld2022-05-181-2/+1
| * | | | random32: use real rng for non-deterministic randomnessJason A. Donenfeld2022-05-181-340/+7
| * | | | siphash: use one source of truth for siphash permutationsJason A. Donenfeld2022-05-181-22/+10
* | | | | Merge tag 'objtool-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-05-243-12/+16
|\ \ \ \ \
| * | | | | objtool: Add HAVE_NOINSTR_VALIDATIONJosh Poimboeuf2022-04-221-1/+1
| * | | | | objtool: Rename "VMLINUX_VALIDATION" -> "NOINSTR_VALIDATION"Josh Poimboeuf2022-04-221-1/+1
| * | | | | objtool: Make noinstr hacks optionalJosh Poimboeuf2022-04-222-4/+5
| * | | | | objtool: Add CONFIG_OBJTOOLJosh Poimboeuf2022-04-223-11/+14
* | | | | | Merge tag 'x86_core_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-05-231-8/+7
|\ \ \ \ \ \
| * | | | | | bug: Use normal relative pointers in 'struct bug_entry'Josh Poimboeuf2022-05-191-8/+7
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'core-debugobjects-2022-05-23' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-05-231-4/+1
|\ \ \ \ \ \
| * | | | | | debugobjects: Convert to SPDX license identifierThomas Gleixner2022-05-131-4/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'core-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-231-2/+6
|\ \ \ \ \ \
| * | | | | | lib/irq_poll: Prevent softirq pending leak in irq_poll_cpu_dead()Sebastian Andrzej Siewior2022-04-131-2/+6
* | | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2022-05-181-0/+1
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | percpu_ref_init(): clean ->percpu_count_ref on failureAl Viro2022-05-181-0/+1
| | |/ / / / | |/| | | |
* / | | | | dim: initialize all struct fieldsJesse Brandeburg2022-05-091-22/+22
|/ / / / /
* | | | | Merge tag 'x86_urgent_for_v5.18_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-05-012-2/+2
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | lib/strn*,objtool: Enforce user_access_begin() rulesPeter Zijlstra2022-04-192-2/+2
| |/ / /
* | | | hex2bin: fix access beyond string endMikulas Patocka2022-04-271-3/+6
* | | | hex2bin: make the function hex_to_bin constant-timeMikulas Patocka2022-04-271-7/+25
* | | | XArray: Disallow sibling entries of nodesMatthew Wilcox (Oracle)2022-04-221-0/+2
|/ / /
* | | Merge tag 'driver-core-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-04-101-32/+0
|\ \ \
| * | | kobject: kobj_type: remove default_attrsGreg Kroah-Hartman2022-04-051-32/+0
| |/ /
* / / lz4: fix LZ4_decompress_safe_partial read out of boundGuo Xuenan2022-04-081-2/+6
|/ /
* | Merge tag 'for-5.18/block-2022-04-01' of git://git.kernel.dk/linux-blockLinus Torvalds2022-04-011-1/+1
|\ \
| * | lib/sbitmap: allocate sb->map via kvzalloc_nodeMing Lei2022-03-211-1/+1
* | | Merge tag 'xarray-5.18' of git://git.infradead.org/users/willy/xarrayLinus Torvalds2022-04-012-0/+26
|\ \ \
| * | | XArray: Update the LRU list in xas_split()Matthew Wilcox (Oracle)2022-03-311-0/+2
| * | | XArray: Fix xas_create_range() when multi-order entry presentMatthew Wilcox (Oracle)2022-03-282-0/+24
* | | | Merge tag 'for-linus-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-311-4/+4
|\ \ \ \
| * | | | lib/logic_iomem: correct fallback config referencesJohannes Berg2022-03-111-4/+4
* | | | | lib/test: use after free in register_test_dev_kmod()Dan Carpenter2022-03-291-0/+1
* | | | | Merge tag 'memcpy-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-267-1/+33
|\ \ \ \ \
| * | | | | fortify: Detect struct member overflows in memset() at compile-timeKees Cook2022-02-131-0/+5
| * | | | | fortify: Detect struct member overflows in memmove() at compile-timeKees Cook2022-02-132-0/+10
| * | | | | fortify: Detect struct member overflows in memcpy() at compile-timeKees Cook2022-02-134-1/+18
* | | | | | Merge tag 'for-5.18/64bit-pi-2022-03-25' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-265-11/+204
|\ \ \ \ \ \