| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-03-25 | kasan: move and hide kasan_save_enable/restore_multi_shot | Andrey Konovalov | 1 | -4/+0 |
| 2022-03-25 | kasan: test: support async (again) and asymm modes for HW_TAGS | Andrey Konovalov | 1 | -5/+0 |
| 2022-03-25 | kasan, vmalloc: only tag normal vmalloc allocations | Andrey Konovalov | 1 | -3/+4 |
| 2022-03-25 | kasan, vmalloc: add vmalloc tagging for HW_TAGS | Andrey Konovalov | 1 | -4/+32 |
| 2022-03-25 | kasan, page_alloc: allow skipping memory init for HW_TAGS | Andrey Konovalov | 1 | -7/+11 |
| 2022-03-25 | kasan, page_alloc: allow skipping unpoisoning for HW_TAGS | Andrey Konovalov | 1 | -8/+13 |
| 2022-03-25 | kasan, mm: only define ___GFP_SKIP_KASAN_POISON with HW_TAGS | Andrey Konovalov | 1 | -1/+7 |
| 2022-03-25 | kasan, vmalloc, arm64: mark vmalloc mappings as pgprot_tagged | Andrey Konovalov | 1 | -0/+7 |
| 2022-03-25 | kasan, vmalloc: add vmalloc tagging for SW_TAGS | Andrey Konovalov | 1 | -6/+10 |
| 2022-03-25 | kasan: add wrappers for vmalloc hooks | Andrey Konovalov | 1 | -2/+15 |
| 2022-03-25 | kasan: reorder vmalloc hooks | Andrey Konovalov | 1 | -11/+9 |
| 2022-03-25 | kasan, vmalloc: drop outdated VM_KASAN comment | Andrey Konovalov | 1 | -11/+0 |
| 2022-03-25 | kasan, x86, arm64, s390: rename functions for modules shadow | Andrey Konovalov | 1 | -7/+7 |
| 2022-03-25 | kasan, page_alloc: merge kasan_alloc_pages into post_alloc_hook | Andrey Konovalov | 1 | -9/+0 |
| 2022-03-25 | mm: clarify __GFP_ZEROTAGS comment | Andrey Konovalov | 1 | -2/+4 |
| 2022-03-25 | kasan, page_alloc: merge kasan_free_pages into free_pages_prepare | Andrey Konovalov | 1 | -8/+0 |
| 2022-03-25 | mm: delete __ClearPageWaiters() | Hugh Dickins | 1 | -1/+1 |
| 2022-03-25 | Merge tag 'ceph-for-5.18-rc1' of https://github.com/ceph/ceph-client | Linus Torvalds | 2 | -2/+4 |
| 2022-03-25 | Merge tag 'drm-next-2022-03-24' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 10 | -28/+559 |
| 2022-03-25 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 6 | -17/+22 |
| 2022-03-24 | Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 62 | -388/+1453 |
| 2022-03-24 | Merge tag 'vfio-v5.18-rc1' of https://github.com/awilliam/linux-vfio | Linus Torvalds | 7 | -2/+722 |
| 2022-03-24 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 3 | -4/+7 |
| 2022-03-24 | Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p... | Linus Torvalds | 6 | -9/+9 |
| 2022-03-24 | Merge tag 'prlimit-tasklist_lock-for-v5.18' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 2 | -3/+1 |
| 2022-03-24 | netfilter: egress: Report interface as outgoing | Phil Sutter | 1 | -1/+1 |
| 2022-03-24 | kexec: make crashk_res, crashk_low_res and crash_notes symbols always visible | Jisheng Zhang | 1 | -6/+6 |
| 2022-03-24 | init.h: improve __setup and early_param documentation | Randy Dunlap | 1 | -2/+9 |
| 2022-03-24 | bitfield: add explicit inclusions to the example | Andy Shevchenko | 1 | -0/+3 |
| 2022-03-24 | ilog2: force inlining of __ilog2_u32() and __ilog2_u64() | Christophe Leroy | 1 | -2/+2 |
| 2022-03-24 | include: drop pointless __compiler_offsetof indirection | Rasmus Villemoes | 2 | -7/+1 |
| 2022-03-24 | Documentation/sparse: add hints about __CHECKER__ | Bjorn Helgaas | 1 | -0/+1 |
| 2022-03-24 | Merge tag 'arm-drivers-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 8 | -115/+220 |
| 2022-03-24 | Merge tag 'arm-soc-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/soc... | Linus Torvalds | 5 | -44/+26 |
| 2022-03-24 | Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -44/+19 |
| 2022-03-24 | Merge tag 'ata-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dle... | Linus Torvalds | 1 | -3/+9 |
| 2022-03-23 | Merge tag 'slab-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/vb... | Linus Torvalds | 1 | -3/+0 |
| 2022-03-23 | drivers/nvdimm: Fix build failure when CONFIG_PERF_EVENTS is not set | Kajol Jain | 1 | -4/+12 |
| 2022-03-23 | rtc: remove uie_unsupported | Alexandre Belloni | 1 | -2/+0 |
| 2022-03-23 | rtc: ds1685: drop no_irq | Alexandre Belloni | 1 | -1/+0 |
| 2022-03-23 | clk: sunxi-ng: Add support for the sun6i RTC clocks | Samuel Holland | 1 | -0/+2 |
| 2022-03-23 | Merge tag 'trace-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 2 | -2/+33 |
| 2022-03-23 | cacheflush.h: Add forward declaration for struct folio | Herbert Xu | 1 | -0/+2 |
| 2022-03-23 | Merge tag 'nand/for-5.18' into mtd/next | Miquel Raynal | 3 | -0/+19 |
| 2022-03-23 | mfd: db8500-prcmu: Remove unused inline function | YueHaibing | 1 | -4/+0 |
| 2022-03-23 | block: avoid calling blkg_free() in atomic context | Ming Lei | 1 | -1/+4 |
| 2022-03-23 | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 9 | -32/+44 |
| 2022-03-23 | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 12 | -381/+409 |
| 2022-03-23 | net/mlx5e: Fix build warning, detected write beyond size of field | Saeed Mahameed | 1 | -0/+5 |
| 2022-03-23 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 32 | -279/+365 |