summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | bootconfig: Split parse-tree part from xbc_initMasami Hiramatsu2021-10-101-45/+54
| * | | | | | | bootconfig: Rename xbc_destroy_all() to xbc_exit()Masami Hiramatsu2021-10-101-4/+4
| * | | | | | | bootconfig: Add xbc_get_info() for the node informationMasami Hiramatsu2021-10-101-0/+21
| * | | | | | | bootconfig: Allocate xbc_data inside xbc_init()Masami Hiramatsu2021-10-101-12/+21
| * | | | | | | kprobes: treewide: Replace arch_deref_entry_point() with dereference_symbol_d...Masami Hiramatsu2021-09-301-1/+2
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge tag 'kspp-misc-fixes-5.16-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-11-011-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-0124-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-011-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-112-3/+3
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | bitfield: build kunit tests without structleak pluginArnd Bergmann2021-10-061-1/+1
| * | | | | | kunit: fix reference count leak in kfree_at_endXiyu Yang2021-10-011-2/+2
| |/ / / / /
* | | | | | lib/zlib_inflate/inffast: check config in C to avoid unused function warningPaul Menzel2021-09-241-7/+6
* | | | | | xtensa: increase size of gcc stack frame checkGuenter Roeck2021-09-241-1/+1
* | | | | | kasan: fix Kconfig check of CC_HAS_WORKING_NOSANITIZE_ADDRESSMarco Elver2021-09-241-0/+2
| |_|_|_|/ |/| | | |
* | | | | Merge tag 'net-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-09-231-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | net: update NXP copyright textVladimir Oltean2021-09-171-1/+1
| | |/ / | |/| |
* | | | pci_iounmap'2: Electric Boogaloo: try to make sense of it allLinus Torvalds2021-09-191-0/+43
* | | | Merge tag 'iov_iter.3-5.15-2021-09-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-09-171-0/+36
|\ \ \ \ | |/ / / |/| | |
| * | | iov_iter: add helper to save iov_iter stateJens Axboe2021-09-141-0/+36
* | | | memblock: introduce saner 'memblock_free_ptr()' interfaceLinus Torvalds2021-09-141-1/+1
* | | | Merge branch 'gcc-min-version-5.1' (make gcc-5.1 the minimum version)Linus Torvalds2021-09-131-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Kconfig.debug: drop GCC 5+ version check for DWARF5Nick Desaulniers2021-09-131-1/+1
* | | | Merge tag 'trace-v5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2021-09-111-4/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | bootconfig: Rename xbc_node_find_child() to xbc_node_find_subkey()Masami Hiramatsu2021-09-091-4/+4