Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | ref_tracker: remove filter_irq_stacks() call | Eric Dumazet | 2022-02-06 | 1 | -2/+0 | |
| * | | | | | | | | ref_tracker: add a count of untracked references | Eric Dumazet | 2022-02-05 | 1 | -1/+11 | |
| * | | | | | | | | ref_tracker: implement use-after-free detection | Eric Dumazet | 2022-02-05 | 1 | -0/+5 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||||
* | | | | | | | | Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2022-03-23 | 3 | -5/+10 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | uaccess: remove CONFIG_SET_FS | Arnd Bergmann | 2022-02-25 | 2 | -2/+2 | |
| * | | | | | | | | lib/test_lockup: fix kernel pointer check for separate address spaces | Arnd Bergmann | 2022-02-25 | 1 | -3/+8 | |
| * | | | | | | | | uaccess: fix type mismatch warnings from access_ok() | Arnd Bergmann | 2022-02-25 | 1 | -2/+2 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge tag 'linux-kselftest-kunit-5.18-rc1' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 2022-03-23 | 4 | -57/+161 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | list: test: Add a test for list_entry_is_head() | David Gow | 2022-02-25 | 1 | -0/+21 | |
| * | | | | | | | | list: test: Add a test for list_is_head() | David Gow | 2022-02-25 | 1 | -0/+19 | |
| * | | | | | | | | list: test: Add test for list_del_init_careful() | David Gow | 2022-02-25 | 1 | -0/+21 | |
| * | | | | | | | | kunit: factor out str constants from binary assertion structs | Daniel Latypov | 2022-01-31 | 1 | -19/+19 | |
| * | | | | | | | | kunit: remove va_format from kunit_assert | Daniel Latypov | 2022-01-31 | 2 | -16/+23 | |
| * | | | | | | | | kunit: split out part of kunit_assert into a static const | Daniel Latypov | 2022-01-25 | 2 | -10/+14 | |
| * | | | | | | | | kunit: factor out kunit_base_assert_format() call into kunit_fail() | Daniel Latypov | 2022-01-25 | 2 | -6/+1 | |
| * | | | | | | | | kunit: move check if assertion passed into the macros | Daniel Latypov | 2022-01-25 | 1 | -9/+4 | |
| * | | | | | | | | kunit: add example test case showing off all the expect macros | Daniel Latypov | 2022-01-25 | 1 | -0/+42 | |
* | | | | | | | | | Merge tag 'printk-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2022-03-23 | 1 | -20/+29 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge branch 'for-5.18-vsprintf-fourcc-fixup' into for-linus | Petr Mladek | 2022-03-21 | 1 | -5/+8 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | vsprintf: Move space out of string literals in fourcc_string() | Andy Shevchenko | 2022-02-10 | 1 | -1/+2 | |
| | * | | | | | | | | | vsprintf: Fix potential unaligned access | Andy Shevchenko | 2022-02-10 | 1 | -5/+7 | |
| * | | | | | | | | | | vsprintf: Fix %pK with kptr_restrict == 0 | Christophe Leroy | 2022-02-24 | 1 | -15/+21 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 2022-03-22 | 1 | -1/+3 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | mm: remove the extra ZONE_DEVICE struct page refcount | Christoph Hellwig | 2022-03-03 | 1 | -1/+0 | |
| * | | | | | | | | | | mm: don't include <linux/memremap.h> in <linux/mm.h> | Christoph Hellwig | 2022-03-03 | 1 | -0/+1 | |
| * | | | | | | | | | | mm: remove pointless includes from <linux/hmm.h> | Christoph Hellwig | 2022-03-03 | 1 | -0/+2 | |
| | |_|/ / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2022-03-22 | 3 | -6/+19 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | kfence: allow use of a deferrable timer | Marco Elver | 2022-03-22 | 1 | -0/+12 | |
| * | | | | | | | | | | kunit: make kunit_test_timeout compatible with comment | Peng Liu | 2022-03-22 | 1 | -1/+1 | |
| * | | | | | | | | | | kunit: fix UAF when run kfence test case test_gfpzero | Peng Liu | 2022-03-22 | 1 | -0/+1 | |
| * | | | | | | | | | | xarray: use kmem_cache_alloc_lru to allocate xa_node | Muchun Song | 2022-03-22 | 1 | -5/+5 | |
| | |_|_|_|_|_|/ / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge tag 'overflow-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2022-03-21 | 4 | -409/+422 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | lib: stackinit: Convert to KUnit | Kees Cook | 2022-03-21 | 3 | -174/+121 | |
| * | | | | | | | | | | lib: overflow: Convert to Kunit | Kees Cook | 2022-02-27 | 3 | -309/+263 | |
| * | | | | | | | | | | overflow: Provide constant expression struct_size | Kees Cook | 2022-02-16 | 1 | -9/+17 | |
| * | | | | | | | | | | overflow: Implement size_t saturating arithmetic helpers | Kees Cook | 2022-02-16 | 1 | -0/+98 | |
| * | | | | | | | | | | test_overflow: Regularize test reporting output | Kees Cook | 2022-02-09 | 1 | -24/+30 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-block | Linus Torvalds | 2022-03-21 | 3 | -3/+4 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | lib/raid6: Include <asm/ppc-opcode.h> for VPERMXOR | Paul Menzel | 2022-03-08 | 1 | -1/+1 | |
| * | | | | | | | | | | lib/raid6/test/Makefile: Use $(pound) instead of \# for Make 4.3 | Paul Menzel | 2022-03-08 | 1 | -1/+3 | |
| * | | | | | | | | | | lib/raid6/test: fix multiple definition linking error | Dirk Müller | 2022-03-08 | 1 | -1/+0 | |
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-block | Linus Torvalds | 2022-03-21 | 1 | -23/+17 | |
|\| | | | | | | | | | ||||||
| * | | | | | | | | | sbitmap: Delete old sbitmap_queue_get_shallow() | John Garry | 2022-02-08 | 1 | -3/+3 | |
| * | | | | | | | | | lib/sbitmap: kill 'depth' from sbitmap_word | Ming Lei | 2022-02-08 | 1 | -20/+14 | |
| | |_|_|_|/ / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2022-03-21 | 6 | -9/+260 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | lib/mpi: export mpi_rshift | Nicolai Stange | 2022-03-03 | 1 | -0/+1 | |
| * | | | | | | | | | lib/crc32test: correct printed bytes count | Kevin Bracey | 2022-01-31 | 1 | -1/+1 | |
| * | | | | | | | | | lib/crc32: Make crc32_be weak for arch override | Kevin Bracey | 2022-01-31 | 1 | -2/+3 | |
| * | | | | | | | | | lib/crc32: remove unneeded casts | Kevin Bracey | 2022-01-31 | 1 | -6/+3 | |
| * | | | | | | | | | crypto: sm3 - create SM3 stand-alone library | Tianjia Zhang | 2022-01-28 | 3 | -0/+252 | |
| | |_|_|_|/ / / / | |/| | | | | | | |