summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2021-11-021-2/+2
|\
| * crypto: sm4 - Do not change section of ck and sboxNathan Chancellor2021-09-171-2/+2
* | Merge tag 'audit-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-022-10/+19
|\ \
| * | audit: add support for the openat2 syscallRichard Guy Briggs2021-10-012-0/+8
| * | audit: replace magic audit syscall class numbers with macrosRichard Guy Briggs2021-10-012-10/+11
| |/
* | Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-11-025-92/+517
|\ \
| * | bootconfig: Initialize ret in xbc_parse_tree()Steven Rostedt (VMware)2021-10-271-1/+1
| * | test_kprobes: Move it from kernel/ to lib/Tiezhu Yang2021-10-262-0/+372
| * | lib/bootconfig: Fix the xbc_get_info kerneldocMasami Hiramatsu2021-10-261-2/+2
| * | lib/bootconfig: Make xbc_alloc_mem() and xbc_free_mem() as __init functionMasami Hiramatsu2021-10-261-2/+2
| * | kprobes: convert tests to kunitSven Schnelle2021-10-211-1/+2
| * | bootconfig: Cleanup dummy headers in tools/bootconfigMasami Hiramatsu2021-10-111-5/+38
| * | bootconfig: Replace u16 and u32 with uint16_t and uint32_tMasami Hiramatsu2021-10-111-8/+8
| * | bootconfig: Remove unused debug functionMasami Hiramatsu2021-10-111-21/+0
| * | bootconfig: Split parse-tree part from xbc_initMasami Hiramatsu2021-10-111-45/+54
| * | bootconfig: Rename xbc_destroy_all() to xbc_exit()Masami Hiramatsu2021-10-111-4/+4
| * | bootconfig: Add xbc_get_info() for the node informationMasami Hiramatsu2021-10-111-0/+21
| * | bootconfig: Allocate xbc_data inside xbc_init()Masami Hiramatsu2021-10-111-12/+21
| * | kprobes: treewide: Replace arch_deref_entry_point() with dereference_symbol_d...Masami Hiramatsu2021-10-011-1/+2
* | | Merge tag 'kspp-misc-fixes-5.16-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-11-021-12/+10
|\ \ \
| * | | assoc_array: Avoid open coded arithmetic in allocator argumentsLen Baker2021-10-131-12/+10
* | | | Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-0224-204/+657
|\ \ \ \
| * | | | string.h: Introduce memset_startat() for wiping trailing members and paddingKees Cook2021-10-181-0/+11
| * | | | string.h: Introduce memset_after() for wiping trailing members/paddingKees Cook2021-10-181-0/+13
| * | | | lib: Introduce CONFIG_MEMCPY_KUNIT_TESTKees Cook2021-10-183-0/+277
| * | | | fortify: Add compile-time FORTIFY_SOURCE testsKees Cook2021-10-1820-0/+155
| * | | | fortify: Move remaining fortify helpers into fortify-string.hKees Cook2021-09-251-0/+2
| * | | | lib/string: Move helper functions out of string.cKees Cook2021-09-252-204/+199
| |/ / /
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2021-11-021-1/+1
|\ \ \ \
| * | | | kasan: Extend KASAN mode kernel parameterVincenzo Frascino2021-10-071-1/+1
| | |/ / | |/| |
* | | | Merge tag 'objtool-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-11-011-1/+1
|\ \ \ \
| * | | | Merge branch 'objtool/urgent'Peter Zijlstra2021-10-077-11/+91
| |\| | |
| * | | | objtool: Support pv_opsindirect calls for noinstrPeter Zijlstra2021-09-171-1/+1
| | |_|/ | |/| |
* | | | Merge tag 'locking-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-11-011-1/+1
|\ \ \ \
| * | | | kernel/locking: Add context to ww_mutex_trylock()Maarten Lankhorst2021-09-171-1/+1
| |/ / /
* | | | Merge tag 'erofs-for-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-016-16/+207
|\ \ \ \
| * | | | lib/xz, lib/decompress_unxz.c: Fix spelling in commentsLasse Collin2021-10-192-6/+6
| * | | | lib/xz: Add MicroLZMA decoderLasse Collin2021-10-194-3/+178
| * | | | lib/xz: Move s->lzma.len = 0 initialization to lzma_reset()Lasse Collin2021-10-191-2/+1
| * | | | lib/xz: Validate the value before assigning it to an enum variableLasse Collin2021-10-191-3/+3
| * | | | lib/xz: Avoid overlapping memcpy() with invalid input with in-place decompres...Lasse Collin2021-10-192-3/+20
| | |/ / | |/| |
* | | | Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-012-3/+93
|\ \ \ \
| * | | | sbitmap: silence data race warningJens Axboe2021-10-251-1/+1
| * | | | sbitmap: add helper to clear a batch of tagsJens Axboe2021-10-181-3/+41
| * | | | sbitmap: add __sbitmap_queue_get_batch()Jens Axboe2021-10-181-0/+51
| * | | | mm: don't include <linux/blk-cgroup.h> in <linux/writeback.h>Christoph Hellwig2021-10-181-0/+1
* | | | | Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2021-11-011-9/+19
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | flex_proportions: Allow N events instead of 1Matthew Wilcox (Oracle)2021-10-181-9/+19
| |/ / /
* | | | Merge tag 'linux-kselftest-kunit-fixes-5.15-rc6' of git://git.kernel.org/pub/...Linus Torvalds2021-10-122-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | bitfield: build kunit tests without structleak pluginArnd Bergmann2021-10-071-1/+1