Age | Commit message (Expand) | Author |
2022-03-24 | kasan, page_alloc: allow skipping unpoisoning for HW_TAGS | Andrey Konovalov |
2022-03-24 | kasan, mm: only define ___GFP_SKIP_KASAN_POISON with HW_TAGS | Andrey Konovalov |
2022-03-24 | kasan, vmalloc, arm64: mark vmalloc mappings as pgprot_tagged | Andrey Konovalov |
2022-03-24 | kasan, vmalloc: add vmalloc tagging for SW_TAGS | Andrey Konovalov |
2022-03-24 | kasan: add wrappers for vmalloc hooks | Andrey Konovalov |
2022-03-24 | kasan: reorder vmalloc hooks | Andrey Konovalov |
2022-03-24 | kasan, vmalloc: drop outdated VM_KASAN comment | Andrey Konovalov |
2022-03-24 | kasan, x86, arm64, s390: rename functions for modules shadow | Andrey Konovalov |
2022-03-24 | kasan, page_alloc: merge kasan_alloc_pages into post_alloc_hook | Andrey Konovalov |
2022-03-24 | mm: clarify __GFP_ZEROTAGS comment | Andrey Konovalov |
2022-03-24 | kasan, page_alloc: merge kasan_free_pages into free_pages_prepare | Andrey Konovalov |
2022-03-24 | mm: delete __ClearPageWaiters() | Hugh Dickins |
2022-03-24 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2022-03-24 | Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds |
2022-03-24 | Merge tag 'vfio-v5.18-rc1' of https://github.com/awilliam/linux-vfio | Linus Torvalds |
2022-03-24 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2022-03-24 | Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p... | Linus Torvalds |
2022-03-24 | Merge tag 'prlimit-tasklist_lock-for-v5.18' of git://git.kernel.org/pub/scm/l... | Linus Torvalds |
2022-03-23 | kexec: make crashk_res, crashk_low_res and crash_notes symbols always visible | Jisheng Zhang |
2022-03-23 | init.h: improve __setup and early_param documentation | Randy Dunlap |
2022-03-23 | bitfield: add explicit inclusions to the example | Andy Shevchenko |
2022-03-23 | ilog2: force inlining of __ilog2_u32() and __ilog2_u64() | Christophe Leroy |
2022-03-23 | include: drop pointless __compiler_offsetof indirection | Rasmus Villemoes |
2022-03-23 | Documentation/sparse: add hints about __CHECKER__ | Bjorn Helgaas |
2022-03-23 | Merge tag 'arm-drivers-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2022-03-23 | Merge tag 'arm-soc-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/soc... | Linus Torvalds |
2022-03-23 | Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2022-03-23 | Merge tag 'ata-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dle... | Linus Torvalds |
2022-03-23 | Merge tag 'slab-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/vb... | Linus Torvalds |
2022-03-23 | Merge tag 'trace-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds |
2022-03-23 | cacheflush.h: Add forward declaration for struct folio | Herbert Xu |
2022-03-22 | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds |
2022-03-22 | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds |
2022-03-22 | net/mlx5e: Fix build warning, detected write beyond size of field | Saeed Mahameed |
2022-03-22 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2022-03-22 | mm/damon/core: add number of each enum type values | SeongJae Park |
2022-03-22 | mm/damon/core: allow non-exclusive DAMON start/stop | SeongJae Park |
2022-03-22 | mm/damon/paddr,vaddr: remove damon_{p,v}a_{target_valid,set_operations}() | SeongJae Park |
2022-03-22 | mm/damon: let monitoring operations can be registered and selected | SeongJae Park |
2022-03-22 | mm/damon: rename damon_primitives to damon_operations | SeongJae Park |
2022-03-22 | mm/damon: remove the target id concept | SeongJae Park |
2022-03-22 | mm/damon/core: move damon_set_targets() into dbgfs | SeongJae Park |
2022-03-22 | highmem: document kunmap_local() | Ira Weiny |
2022-03-22 | mm: uninline copy_overflow() | Christophe Leroy |
2022-03-22 | mm: remove usercopy_warn() | Christophe Leroy |
2022-03-22 | mm: only re-generate demotion targets when a numa node changes its N_CPU state | Oscar Salvador |
2022-03-22 | drivers/base/memory: determine and store zone for single-zone memory blocks | David Hildenbrand |
2022-03-22 | drivers/base/node: rename link_mem_sections() to register_memory_block_under_... | David Hildenbrand |
2022-03-22 | drivers/base/node: consolidate node device subsystem initialization in node_d... | David Hildenbrand |
2022-03-22 | mm, memory_hotplug: reorganize new pgdat initialization | Michal Hocko |