Age | Commit message (Expand) | Author | Files | Lines |
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-09 | 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-02 | 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-04-01 | 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-30 | lib/test: use after free in register_test_dev_kmod() | Dan Carpenter | 1 | -0/+1 |
2022-03-29 | 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 | -39/+228 |
2022-03-25 | kasan: update function name in comments | Peter Collingbourne | 1 | -3/+3 |
2022-03-25 | kasan: test: support async (again) and asymm modes for HW_TAGS | Andrey Konovalov | 1 | -17/+22 |
2022-03-25 | kasan: improve vmalloc tests | Andrey Konovalov | 1 | -6/+188 |
2022-03-25 | kasan: allow enabling KASAN_VMALLOC and SW/HW_TAGS | Andrey Konovalov | 1 | -10/+10 |
2022-03-25 | lib/vsprintf: avoid redundant work with 0 size | Waiman Long | 1 | -3/+5 |
2022-03-25 | Merge tag 'cxl-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl... | Linus Torvalds | 1 | -0/+23 |
2022-03-25 | 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-24 | Revert "ubsan, kcsan: Don't combine sanitizer with kcov on clang" | Marco Elver | 2 | -23/+0 |
2022-03-24 | ubsan: no need to unset panic_on_warn in ubsan_epilogue() | Tiezhu Yang | 1 | -9/+1 |
2022-03-24 | lib: bitmap: fix many kernel-doc warnings | Randy Dunlap | 1 | -7/+17 |
2022-03-24 | lib/Kconfig.debug: add ARCH dependency for FUNCTION_ALIGN option | Feng Tang | 1 | -1/+2 |
2022-03-24 | Kconfig.debug: make DEBUG_INFO selectable from a choice | Kees Cook | 1 | -65/+74 |
2022-03-24 | 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-23 | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 1 | -1/+3 |
2022-03-23 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 3 | -6/+19 |
2022-03-23 | kfence: allow use of a deferrable timer | Marco Elver | 1 | -0/+12 |
2022-03-23 | kunit: make kunit_test_timeout compatible with comment | Peng Liu | 1 | -1/+1 |
2022-03-23 | kunit: fix UAF when run kfence test case test_gfpzero | Peng Liu | 1 | -0/+1 |
2022-03-23 | xarray: use kmem_cache_alloc_lru to allocate xa_node | Muchun Song | 1 | -5/+5 |
2022-03-22 | Merge tag 'overflow-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 4 | -409/+422 |
2022-03-22 | lib/sbitmap: allocate sb->map via kvzalloc_node | Ming Lei | 1 | -1/+1 |
2022-03-22 | Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-block | Linus Torvalds | 3 | -3/+4 |
2022-03-22 | Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -23/+17 |
2022-03-22 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 6 | -9/+260 |
2022-03-22 | 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 | -174/+121 |
2022-03-21 | Merge branch 'for-5.18-vsprintf-fourcc-fixup' into for-linus | Petr Mladek | 1 | -5/+8 |
2022-03-18 | lib/sort: Add priv pointer to swap function | Jiri Olsa | 1 | -10/+30 |
2022-03-18 | fprobe: Add a selftest for fprobe | Masami Hiramatsu | 3 | -0/+188 |
2022-03-13 | 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-09 | lib/raid6: Include <asm/ppc-opcode.h> for VPERMXOR | Paul Menzel | 1 | -1/+1 |
2022-03-09 | lib/raid6/test/Makefile: Use $(pound) instead of \# for Make 4.3 | Paul Menzel | 1 | -1/+3 |
2022-03-09 | 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 |