Age | Commit message (Expand) | Author |
2021-04-08 | asm-generic/io.h: Add a non-posted variant of ioremap() | Hector Martin |
2021-04-07 | printk: clarify the documentation for plain pointer printing | Vlastimil Babka |
2021-04-05 | lockdep: Allow tuning tracing capacity constants. | Tetsuo Handa |
2021-04-02 | kunit: support failure from dynamic analysis tools | Uriel Guajardo |
2021-04-02 | kunit: tool: make --kunitconfig accept dirs, add lib/kunit fragment | Daniel Latypov |
2021-04-02 | kunit: make KUNIT_EXPECT_STREQ() quote values, don't print literals | Daniel Latypov |
2021-04-02 | crypto: poly1305 - fix poly1305_core_setkey() declaration | Arnd Bergmann |
2021-03-30 | XArray: Fix splitting to non-zero orders | Matthew Wilcox (Oracle) |
2021-03-30 | XArray: Fix split documentation | Matthew Wilcox (Oracle) |
2021-03-26 | x509: Detect sm2 keys by their parameters OID | Stefan Berger |
2021-03-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2021-03-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds |
2021-03-24 | math: Export mul_u64_u64_div_u64 | David S. Miller |
2021-03-24 | rhashtable: avoid -Wrestrict warning on overlapping sprintf output | Arnd Bergmann |
2021-03-23 | kunit: Match parenthesis alignment to improve code readability | Lucas Stankus |
2021-03-19 | vsprintf: dump full information of page flags in pGp | Yafang Shao |
2021-03-19 | lib/vsprintf: do not show no_hash_pointers message multiple times | Marco Elver |
2021-03-16 | Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm... | Dave Airlie |
2021-03-13 | kasan: fix KASAN_STACK dependency for HW_TAGS | Andrey Konovalov |
2021-03-08 | Merge git://git.kernel.org:/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds |
2021-03-08 | kcsan: Make test follow KUnit style recommendations | Marco Elver |
2021-03-08 | lib: test_bitmap: add tests for "N" alias | Paul Gortmaker |
2021-03-08 | lib: bitmap: support "N" as an alias for size of bitmap | Paul Gortmaker |
2021-03-08 | lib: bitmap: move ERANGE check from set_region to check_region | Paul Gortmaker |
2021-03-08 | lib: bitmap: fold nbits into region struct | Paul Gortmaker |
2021-03-08 | lib: test_bitmap: add more start-end:offset/len tests | Paul Gortmaker |
2021-03-08 | lib: test_bitmap: add tests to trigger ERANGE case. | Paul Gortmaker |
2021-03-08 | lib: test_bitmap: clearly separate ERANGE from EINVAL tests. | Paul Gortmaker |
2021-03-04 | scsi: sbitmap: Add sbitmap_calculate_shift() helper | Ming Lei |
2021-03-04 | scsi: sbitmap: Export sbitmap_weight | Ming Lei |
2021-03-04 | scsi: sbitmap: Move allocation hint into sbitmap | Ming Lei |
2021-03-04 | scsi: sbitmap: Add helpers for updating allocation hint | Ming Lei |
2021-03-04 | scsi: sbitmap: Maintain allocation round_robin in sbitmap | Ming Lei |
2021-03-01 | Merge branch 'kmap-conversion-for-5.12' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds |
2021-02-26 | Merge branch 'work.sparc32' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller |
2021-02-26 | ubsan: remove overflow checks | Andrey Ryabinin |
2021-02-26 | lib/cmdline: remove an unneeded local variable in next_arg() | Masahiro Yamada |
2021-02-26 | lib: stackdepot: fix ignoring return value warning | Vijayanand Jitta |
2021-02-26 | lib: stackdepot: add support to disable stack depot | Vijayanand Jitta |
2021-02-26 | lib: stackdepot: add support to configure STACK_HASH_SIZE | Yogesh Lal |
2021-02-26 | lib/genalloc.c: change return type to unsigned long for bitmap_set_ll | Huang Shijie |
2021-02-26 | kasan, mm: fail krealloc on freed objects | Andrey Konovalov |
2021-02-26 | kasan: rework krealloc tests | Andrey Konovalov |
2021-02-26 | kfence: add test suite | Marco Elver |
2021-02-26 | kfence, Documentation: add KFENCE documentation | Marco Elver |
2021-02-26 | kfence, kasan: make KFENCE compatible with KASAN | Alexander Potapenko |
2021-02-26 | mm: add Kernel Electric-Fence infrastructure | Alexander Potapenko |
2021-02-25 | Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds |
2021-02-25 | Merge tag 'pci-v5.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2021-02-24 | kasan: don't run tests when KASAN is not enabled | Andrey Konovalov |