| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-05-01 | Merge tag 'x86_urgent_for_v5.18_rc5' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -2/+2 |
| 2022-04-27 | hex2bin: fix access beyond string end | Mikulas Patocka | 1 | -3/+6 |
| 2022-04-27 | hex2bin: make the function hex_to_bin constant-time | Mikulas Patocka | 1 | -7/+25 |
| 2022-04-22 | XArray: Disallow sibling entries of nodes | Matthew Wilcox (Oracle) | 1 | -0/+2 |
| 2022-04-19 | lib/strn*,objtool: Enforce user_access_begin() rules | Peter Zijlstra | 2 | -2/+2 |
| 2022-04-10 | Merge tag 'driver-core-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -32/+0 |
| 2022-04-08 | lz4: fix LZ4_decompress_safe_partial read out of bound | Guo Xuenan | 1 | -2/+6 |
| 2022-04-05 | kobject: kobj_type: remove default_attrs | Greg Kroah-Hartman | 1 | -32/+0 |
| 2022-04-01 | Merge tag 'for-5.18/block-2022-04-01' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+1 |
| 2022-04-01 | Merge tag 'xarray-5.18' of git://git.infradead.org/users/willy/xarray | Linus Torvalds | 2 | -0/+26 |
| 2022-03-31 | Merge tag 'for-linus-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -4/+4 |
| 2022-03-31 | XArray: Update the LRU list in xas_split() | Matthew Wilcox (Oracle) | 1 | -0/+2 |
| 2022-03-29 | lib/test: use after free in register_test_dev_kmod() | Dan Carpenter | 1 | -0/+1 |
| 2022-03-28 | XArray: Fix xas_create_range() when multi-order entry present | Matthew Wilcox (Oracle) | 2 | -0/+24 |
| 2022-03-26 | Merge tag 'memcpy-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 7 | -1/+33 |
| 2022-03-26 | Merge tag 'for-5.18/64bit-pi-2022-03-25' of git://git.kernel.dk/linux-block | Linus Torvalds | 5 | -11/+204 |
| 2022-03-25 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 3 | -38/+227 |
| 2022-03-24 | kasan: update function name in comments | Peter Collingbourne | 1 | -3/+3 |
| 2022-03-24 | kasan: test: support async (again) and asymm modes for HW_TAGS | Andrey Konovalov | 1 | -17/+22 |
| 2022-03-24 | kasan: improve vmalloc tests | Andrey Konovalov | 1 | -6/+188 |
| 2022-03-24 | kasan: allow enabling KASAN_VMALLOC and SW/HW_TAGS | Andrey Konovalov | 1 | -9/+9 |
| 2022-03-24 | lib/vsprintf: avoid redundant work with 0 size | Waiman Long | 1 | -3/+5 |
| 2022-03-24 | Merge tag 'cxl-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl... | Linus Torvalds | 1 | -0/+23 |
| 2022-03-24 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 5 | -105/+94 |
| 2022-03-24 | Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 5 | -15/+254 |
| 2022-03-23 | Revert "ubsan, kcsan: Don't combine sanitizer with kcov on clang" | Marco Elver | 2 | -23/+0 |
| 2022-03-23 | ubsan: no need to unset panic_on_warn in ubsan_epilogue() | Tiezhu Yang | 1 | -9/+1 |
| 2022-03-23 | lib: bitmap: fix many kernel-doc warnings | Randy Dunlap | 1 | -7/+17 |
| 2022-03-23 | lib/Kconfig.debug: add ARCH dependency for FUNCTION_ALIGN option | Feng Tang | 1 | -1/+2 |
| 2022-03-23 | Kconfig.debug: make DEBUG_INFO selectable from a choice | Kees Cook | 1 | -65/+74 |
| 2022-03-23 | Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 3 | -5/+10 |
| 2022-03-23 | Merge tag 'linux-kselftest-kunit-5.18-rc1' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 4 | -57/+161 |
| 2022-03-23 | Merge tag 'printk-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -20/+29 |
| 2022-03-22 | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 1 | -1/+3 |
| 2022-03-22 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 3 | -6/+19 |
| 2022-03-22 | kfence: allow use of a deferrable timer | Marco Elver | 1 | -0/+12 |
| 2022-03-22 | kunit: make kunit_test_timeout compatible with comment | Peng Liu | 1 | -1/+1 |
| 2022-03-22 | kunit: fix UAF when run kfence test case test_gfpzero | Peng Liu | 1 | -0/+1 |
| 2022-03-22 | xarray: use kmem_cache_alloc_lru to allocate xa_node | Muchun Song | 1 | -5/+5 |
| 2022-03-21 | Merge tag 'overflow-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 4 | -403/+416 |
| 2022-03-21 | lib/sbitmap: allocate sb->map via kvzalloc_node | Ming Lei | 1 | -1/+1 |
| 2022-03-21 | Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-block | Linus Torvalds | 3 | -3/+4 |
| 2022-03-21 | Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -23/+17 |
| 2022-03-21 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 6 | -9/+260 |
| 2022-03-21 | Merge tag 'random-5.18-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2 | -11/+13 |
| 2022-03-21 | lib: stackinit: Convert to KUnit | Kees Cook | 3 | -171/+118 |
| 2022-03-21 | Merge branch 'for-5.18-vsprintf-fourcc-fixup' into for-linus | Petr Mladek | 1 | -5/+8 |
| 2022-03-17 | lib/sort: Add priv pointer to swap function | Jiri Olsa | 1 | -10/+30 |
| 2022-03-17 | fprobe: Add a selftest for fprobe | Masami Hiramatsu | 3 | -0/+188 |
| 2022-03-12 | random: replace custom notifier chain with standard one | Jason A. Donenfeld | 2 | -9/+13 |
| 2022-03-11 | lib/logic_iomem: correct fallback config references | Johannes Berg | 1 | -4/+4 |
| 2022-03-08 | lib/raid6: Include <asm/ppc-opcode.h> for VPERMXOR | Paul Menzel | 1 | -1/+1 |
| 2022-03-08 | lib/raid6/test/Makefile: Use $(pound) instead of \# for Make 4.3 | Paul Menzel | 1 | -1/+3 |
| 2022-03-08 | lib/raid6/test: fix multiple definition linking error | Dirk Müller | 1 | -1/+0 |
| 2022-03-07 | crypto: add rocksoft 64b crc guard tag framework | Keith Busch | 3 | -0/+136 |
| 2022-03-07 | lib: add rocksoft model crc64 | Keith Busch | 2 | -11/+68 |
| 2022-03-07 | Merge branch 'for-5.18/block' into for-5.18/64bit-pi | Jens Axboe | 1 | -23/+17 |
| 2022-03-04 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 1 | -0/+10 |
| 2022-03-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -2/+4 |
| 2022-03-03 | mm: remove the extra ZONE_DEVICE struct page refcount | Christoph Hellwig | 1 | -1/+0 |
| 2022-03-03 | mm: don't include <linux/memremap.h> in <linux/mm.h> | Christoph Hellwig | 1 | -0/+1 |
| 2022-03-03 | mm: remove pointless includes from <linux/hmm.h> | Christoph Hellwig | 1 | -0/+2 |
| 2022-03-02 | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 1 | -1/+0 |
| 2022-03-03 | lib/mpi: export mpi_rshift | Nicolai Stange | 1 | -0/+1 |
| 2022-02-28 | bpf: Add config to allow loading modules with BTF mismatches | Connor O'Brien | 1 | -0/+10 |
| 2022-02-27 | lib: overflow: Convert to Kunit | Kees Cook | 3 | -307/+261 |
| 2022-02-26 | kasan: test: prevent cache merging in kmem_cache_double_destroy | Andrey Konovalov | 1 | -1/+4 |
| 2022-02-25 | list: test: Add a test for list_entry_is_head() | David Gow | 1 | -0/+21 |
| 2022-02-25 | list: test: Add a test for list_is_head() | David Gow | 1 | -0/+19 |
| 2022-02-25 | list: test: Add test for list_del_init_careful() | David Gow | 1 | -0/+21 |
| 2022-02-25 | uaccess: remove CONFIG_SET_FS | Arnd Bergmann | 2 | -2/+2 |
| 2022-02-25 | lib/test_lockup: fix kernel pointer check for separate address spaces | Arnd Bergmann | 1 | -3/+8 |
| 2022-02-25 | uaccess: fix type mismatch warnings from access_ok() | Arnd Bergmann | 1 | -2/+2 |
| 2022-02-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+2 |
| 2022-02-24 | vsprintf: Fix %pK with kptr_restrict == 0 | Christophe Leroy | 1 | -15/+21 |
| 2022-02-22 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 1 | -0/+2 |
| 2022-02-21 | random: remove unused tracepoints | Jason A. Donenfeld | 1 | -2/+0 |
| 2022-02-21 | lib/iov_iter: initialize "flags" in new pipe_buffer | Max Kellermann | 1 | -0/+2 |
| 2022-02-21 | ARM: 9178/1: fix unmet dependency on BITREVERSE for HAVE_ARCH_BITREVERSE | Julian Braha | 1 | -1/+0 |
| 2022-02-16 | overflow: Provide constant expression struct_size | Kees Cook | 1 | -9/+17 |
| 2022-02-16 | overflow: Implement size_t saturating arithmetic helpers | Kees Cook | 1 | -0/+98 |
| 2022-02-13 | fortify: Detect struct member overflows in memset() at compile-time | Kees Cook | 1 | -0/+5 |
| 2022-02-13 | fortify: Detect struct member overflows in memmove() at compile-time | Kees Cook | 2 | -0/+10 |
| 2022-02-13 | fortify: Detect struct member overflows in memcpy() at compile-time | Kees Cook | 4 | -1/+18 |
| 2022-02-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+2 |
| 2022-02-10 | vsprintf: Move space out of string literals in fourcc_string() | Andy Shevchenko | 1 | -1/+2 |
| 2022-02-10 | vsprintf: Fix potential unaligned access | Andy Shevchenko | 1 | -5/+7 |
| 2022-02-09 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 1 | -2/+10 |
| 2022-02-09 | test_overflow: Regularize test reporting output | Kees Cook | 1 | -24/+30 |
| 2022-02-08 | cxl: Prove CXL locking | Dan Williams | 1 | -0/+23 |
| 2022-02-08 | sbitmap: Delete old sbitmap_queue_get_shallow() | John Garry | 1 | -3/+3 |
| 2022-02-08 | lib/sbitmap: kill 'depth' from sbitmap_word | Ming Lei | 1 | -20/+14 |
| 2022-02-06 | ref_tracker: remove filter_irq_stacks() call | Eric Dumazet | 1 | -2/+0 |
| 2022-02-05 | ref_tracker: add a count of untracked references | Eric Dumazet | 1 | -1/+11 |
| 2022-02-05 | ref_tracker: implement use-after-free detection | Eric Dumazet | 1 | -0/+5 |
| 2022-02-04 | lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFI | Jason A. Donenfeld | 1 | -2/+2 |
| 2022-02-02 | lib/Kconfig.debug: Allow BTF + DWARF5 with pahole 1.21+ | Nathan Chancellor | 1 | -1/+1 |
| 2022-02-02 | lib/Kconfig.debug: Use CONFIG_PAHOLE_VERSION | Nathan Chancellor | 1 | -2/+2 |
| 2022-01-31 | kunit: factor out str constants from binary assertion structs | Daniel Latypov | 1 | -19/+19 |
| 2022-01-31 | kunit: remove va_format from kunit_assert | Daniel Latypov | 2 | -16/+23 |
| 2022-01-31 | lib/crc32test: correct printed bytes count | Kevin Bracey | 1 | -1/+1 |
| 2022-01-31 | lib/crc32: Make crc32_be weak for arch override | Kevin Bracey | 1 | -2/+3 |
| 2022-01-31 | lib/crc32: remove unneeded casts | Kevin Bracey | 1 | -6/+3 |
| 2022-01-30 | kasan: test: fix compatibility with FORTIFY_SOURCE | Marco Elver | 1 | -0/+5 |
| 2022-01-28 | crypto: sm3 - create SM3 stand-alone library | Tianjia Zhang | 3 | -0/+252 |
| 2022-01-27 | compiler_types: define __user as __attribute__((btf_type_tag("user"))) | Yonghong Song | 1 | -0/+8 |
| 2022-01-27 | blk-mq: Fix wrong wakeup batch configuration which will cause hang | Laibin Qiu | 1 | -2/+6 |
| 2022-01-25 | kunit: split out part of kunit_assert into a static const | Daniel Latypov | 2 | -10/+14 |
| 2022-01-25 | kunit: factor out kunit_base_assert_format() call into kunit_fail() | Daniel Latypov | 2 | -6/+1 |
| 2022-01-25 | kunit: move check if assertion passed into the macros | Daniel Latypov | 1 | -9/+4 |
| 2022-01-25 | kunit: add example test case showing off all the expect macros | Daniel Latypov | 1 | -0/+42 |
| 2022-01-23 | Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux | Linus Torvalds | 6 | -21/+87 |
| 2022-01-22 | lib/stackdepot: always do filter_irq_stacks() in stack_depot_save() | Marco Elver | 1 | -0/+13 |
| 2022-01-22 | lib/stackdepot: allow optional init and stack_table allocation by kvmalloc() | Vlastimil Babka | 3 | -6/+33 |
| 2022-01-22 | test_sysctl: simplify subdirectory registration with register_sysctl() | Luis Chamberlain | 1 | -21/+1 |
| 2022-01-21 | Merge tag 'block-5.17-2022-01-21' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -3/+22 |
| 2022-01-20 | Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -1/+4 |
| 2022-01-20 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 9 | -184/+167 |
| 2022-01-20 | lib: remove redundant assignment to variable ret | Colin Ian King | 1 | -2/+0 |
| 2022-01-20 | ubsan: remove CONFIG_UBSAN_OBJECT_SIZE | Kees Cook | 2 | -35/+0 |
| 2022-01-20 | kcov: fix generic Kconfig dependencies if ARCH_WANTS_NO_INSTR | Marco Elver | 1 | -0/+2 |
| 2022-01-20 | lib/Kconfig.debug: make TEST_KMOD depend on PAGE_SIZE_LESS_THAN_256KB | Nathan Chancellor | 1 | -0/+1 |
| 2022-01-20 | lib/test_meminit: destroy cache in kmem_cache_alloc_bulk() test | Andrey Konovalov | 1 | -0/+1 |
| 2022-01-20 | test_hash.c: refactor into kunit | Isabella Basso | 3 | -143/+81 |
| 2022-01-20 | lib/Kconfig.debug: properly split hash test kernel entries | Isabella Basso | 2 | -4/+13 |
| 2022-01-20 | test_hash.c: split test_hash_init | Isabella Basso | 1 | -12/+54 |
| 2022-01-20 | test_hash.c: split test_int_hash into arch-specific functions | Isabella Basso | 1 | -29/+62 |
| 2022-01-20 | hash.h: remove unused define directive | Isabella Basso | 1 | -23/+1 |
| 2022-01-20 | lib/list_debug.c: print more list debugging context in __list_del_entry_valid() | Zhen Lei | 1 | -4/+4 |
| 2022-01-20 | kstrtox: uninline everything | Alexey Dobriyan | 1 | -0/+12 |
| 2022-01-20 | include/linux/unaligned: replace kernel.h with the necessary inclusions | Andy Shevchenko | 1 | -0/+2 |
| 2022-01-18 | lib/crypto: sha1: re-roll loops to reduce code size | Jason A. Donenfeld | 1 | -81/+14 |
| 2022-01-18 | lib/crypto: blake2s: move hmac construction into wireguard | Jason A. Donenfeld | 2 | -68/+0 |
| 2022-01-18 | lib/crypto: add prompts back to crypto libraries | Justin M. Forbes | 2 | -5/+14 |
| 2022-01-17 | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+2 |
| 2022-01-15 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2 | -2/+52 |
| 2022-01-15 | vsprintf: rework bitmap_list_string | Yury Norov | 1 | -17/+7 |
| 2022-01-15 | lib: bitmap: add performance test for bitmap_print_to_pagebuf | Yury Norov | 1 | -0/+37 |
| 2022-01-15 | all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriate | Yury Norov | 1 | -1/+1 |
| 2022-01-15 | lib: add find_first_and_bit() | Yury Norov | 2 | -0/+42 |
| 2022-01-15 | arch: remove GENERIC_FIND_FIRST_BIT entirely | Yury Norov | 1 | -3/+0 |
| 2022-01-15 | mm/hmm.c: allow VM_MIXEDMAP to work with hmm_range_fault | Alistair Popple | 1 | -0/+24 |
| 2022-01-15 | kasan: test: add test case for double-kmem_cache_destroy() | Marco Elver | 1 | -0/+11 |
| 2022-01-15 | kasan: test: add globals left-out-of-bounds test | Marco Elver | 1 | -2/+17 |
| 2022-01-13 | blk-mq: fix tag_get wait task can't be awakened | Laibin Qiu | 1 | -3/+22 |
| 2022-01-12 | Merge tag 'folio-5.17' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 2 | -19/+17 |
| 2022-01-12 | Merge tag 'driver-core-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -7/+7 |
| 2022-01-12 | Merge tag 'pinctrl-v5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+64 |
| 2022-01-12 | Merge tag 'for-5.17/drivers-2022-01-11' of git://git.kernel.dk/linux-block | Linus Torvalds | 3 | -46/+44 |
| 2022-01-12 | ref_tracker: use __GFP_NOFAIL more carefully | Eric Dumazet | 1 | -1/+4 |
| 2022-01-11 | Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -56/+118 |
| 2022-01-11 | Merge tag 'for-linus-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -11/+12 |
| 2022-01-11 | Merge tag 'tpmdd-next-v5.17-fixed' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -2/+0 |
| 2022-01-11 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -0/+2 |
| 2022-01-11 | Merge tag 'kcsan.2022.01.09a' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+20 |
| 2022-01-11 | Merge tag 'printk-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -2/+2 |
| 2022-01-10 | Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 7 | -8/+282 |
| 2022-01-10 | Merge tag 'linux-kselftest-kunit-5.17-rc1' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 1 | -11/+14 |
| 2022-01-09 | lib: remove redundant assignment to variable ret | Colin Ian King | 1 | -2/+0 |
| 2022-01-08 | XArray: Add xas_advance() | Matthew Wilcox (Oracle) | 1 | -3/+3 |
| 2022-01-07 | lib/mpi: Add the return value check of kcalloc() | Zizhuang Deng | 1 | -0/+2 |
| 2022-01-07 | lib/crypto: blake2s: include as built-in | Jason A. Donenfeld | 4 | -29/+15 |
| 2022-01-06 | lib/raid6: Use strict priority ranking for pq gen() benchmarking | Dirk Müller | 3 | -8/+8 |
| 2022-01-06 | lib/raid6: skip benchmark of non-chosen xor_syndrome functions | Dirk Müller | 1 | -38/+36 |
| 2022-01-04 | iov_iter: Convert iter_xarray to use folios | Matthew Wilcox (Oracle) | 1 | -16/+14 |
| 2021-12-28 | kobject: remove kset from struct kset_uevent_ops callbacks | Greg Kroah-Hartman | 1 | -3/+3 |
| 2021-12-27 | driver core: make kobj_type constant. | Wedson Almeida Filho | 1 | -4/+4 |
| 2021-12-24 | lib: objagg: Use the bitmap API when applicable | Christophe JAILLET | 1 | -5/+2 |
| 2021-12-21 | logic_io instance of iounmap() needs volatile on argument | Al Viro | 1 | -2/+2 |
| 2021-12-21 | lib/logic_iomem: Fix operation on 32-bit | Johannes Berg | 1 | -3/+3 |
| 2021-12-21 | lib/logic_iomem: Fix 32-bit build | Johannes Berg | 1 | -6/+7 |
| 2021-12-13 | kunit: Report test parameter results as (K)TAP subtests | David Gow | 1 | -3/+4 |
| 2021-12-13 | kunit: Don't crash if no parameters are generated | David Gow | 1 | -8/+10 |
| 2021-12-13 | exit: Rename complete_and_exit to kthread_complete_and_exit | Eric W. Biederman | 1 | -2/+2 |
| 2021-12-13 | locking/atomic: atomic64: Remove unusable atomic ops | Mark Rutland | 1 | -2/+0 |
| 2021-12-13 | Merge tag 'v5.16-rc5' into locking/core, to pick up fixes | Ingo Molnar | 8 | -10/+39 |
| 2021-12-10 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 1 | -2/+2 |
| 2021-12-09 | kcsan: Support WEAK_MEMORY with Clang where no objtool support exists | Marco Elver | 1 | -1/+1 |
| 2021-12-09 | kcsan: Add core support for a subset of weak memory modeling | Marco Elver | 1 | -0/+20 |
| 2021-12-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+1 |
| 2021-12-08 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | Jakub Kicinski | 1 | -0/+1 |
| 2021-12-06 | net: add net device refcount tracker infrastructure | Eric Dumazet | 1 | -0/+5 |
| 2021-12-06 | lib: add tests for reference tracker | Eric Dumazet | 3 | -1/+126 |
| 2021-12-06 | lib: add reference counting tracking infrastructure | Eric Dumazet | 3 | -0/+147 |
| 2021-12-06 | vsprintf: Use non-atomic bitmap API when applicable | Christophe JAILLET | 1 | -2/+2 |
| 2021-12-04 | lockdep/selftests: Adapt ww-tests for PREEMPT_RT | Sebastian Andrzej Siewior | 1 | -30/+46 |
| 2021-12-04 | lockdep/selftests: Skip the softirq related tests on PREEMPT_RT | Sebastian Andrzej Siewior | 1 | -7/+31 |
| 2021-12-04 | lockdep/selftests: Unbalanced migrate_disable() & rcu_read_lock(). | Sebastian Andrzej Siewior | 1 | -1/+25 |
| 2021-12-04 | lockdep/selftests: Avoid using local_lock_{acquire|release}(). | Sebastian Andrzej Siewior | 1 | -16/+16 |
| 2021-12-02 | bpf: Make CONFIG_DEBUG_INFO_BTF depend upon CONFIG_BPF_SYSCALL | Kumar Kartikeya Dwivedi | 1 | -0/+1 |
| 2021-11-29 | siphash: use _unaligned version by default | Arnd Bergmann | 1 | -6/+6 |
| 2021-11-27 | Merge tag 'v5.16-rc2' into devel | Linus Walleij | 6 | -2/+29 |
| 2021-11-22 | parisc: Increase FRAME_WARN to 2048 bytes on parisc | Helge Deller | 1 | -2/+3 |
| 2021-11-20 | kasan: test: silence intentional read overflow warnings | Kees Cook | 1 | -0/+2 |
| 2021-11-18 | Merge tag 'zstd-for-linus-5.16-rc1' of git://github.com/terrelln/linux | Linus Torvalds | 4 | -2/+21 |
| 2021-11-18 | lib: zstd: Don't add -O3 to cflags | Nick Terrell | 1 | -2/+0 |
| 2021-11-18 | lib: zstd: Don't inline functions in zstd_opt.c | Nick Terrell | 2 | -0/+19 |
| 2021-11-18 | lib: zstd: Fix unused variable warning | Nick Terrell | 1 | -0/+2 |
| 2021-11-18 | Merge tag 'printk-for-5.16-fixup' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+6 |
| 2021-11-18 | lib/string_helpers: Introduce managed variant of kasprintf_strarray() | Andy Shevchenko | 1 | -0/+31 |