Age | Commit message (Expand) | Author |
2022-05-23 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2022-05-23 | Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-block | Linus Torvalds |
2022-05-13 | Merge tag 'mm-hotfixes-stable-2022-05-11' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds |
2022-05-09 | mm/kfence: reset PG_slab and memcg_data before freeing __kfence_pool | Hyeonggon Yoo |
2022-05-09 | mm: mremap: fix sign for EFAULT error return value | Niels Dossche |
2022-05-05 | mm/readahead: Fix readahead with large folios | Matthew Wilcox (Oracle) |
2022-05-02 | blk-cgroup: remove unneeded includes from <linux/blk-cgroup.h> | Christoph Hellwig |
2022-05-02 | blk-cgroup: move struct blkcg to block/blk-cgroup.h | Christoph Hellwig |
2022-05-02 | blk-cgroup: move blkcg_{pin,unpin}_online out of line | Christoph Hellwig |
2022-05-02 | block: ignore RWF_HIPRI hint for sync dio | Ming Lei |
2022-04-28 | mm/hwpoison: use pr_err() instead of dump_page() in get_any_page() | Naoya Horiguchi |
2022-04-28 | mm/huge_memory: do not overkill when splitting huge_zero_page | Xu Yu |
2022-04-28 | Revert "mm/memory-failure.c: skip huge_zero_page in memory_failure()" | Xu Yu |
2022-04-27 | kasan: prevent cpu_quarantine corruption when CPU offline and cache shrink oc... | Zqiang |
2022-04-25 | no-MMU: expose vmalloc_huge() for alloc_large_system_hash() | Linus Torvalds |
2022-04-25 | mm: Add fault_in_subpage_writeable() to probe at sub-page granularity | Catalin Marinas |
2022-04-24 | kvmalloc: use vmalloc_huge for vmalloc allocations | Linus Torvalds |
2022-04-24 | page_alloc: use vmalloc_huge for large system hash | Song Liu |
2022-04-22 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2022-04-22 | mm/vmalloc: huge vmalloc backing pages should be split rather than compound | Nicholas Piggin |
2022-04-21 | mm/mmu_notifier.c: fix race in mmu_interval_notifier_remove() | Alistair Popple |
2022-04-21 | oom_kill.c: futex: delay the OOM reaper to allow time for proper futex cleanup | Nico Pache |
2022-04-21 | mm, hugetlb: allow for "high" userspace addresses | Christophe Leroy |
2022-04-21 | userfaultfd: mark uffd_wp regardless of VM_WRITE flag | Nadav Amit |
2022-04-21 | memcg: sync flush only if periodic flush is delayed | Shakeel Butt |
2022-04-21 | mm/memory-failure.c: skip huge_zero_page in memory_failure() | Xu Yu |
2022-04-21 | mm/hwpoison: fix race between hugetlb free/demotion and memory_failure_hugetlb() | Naoya Horiguchi |
2022-04-19 | vmalloc: replace VM_NO_HUGE_VMAP with VM_ALLOW_HUGE_VMAP | Song Liu |
2022-04-17 | block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD | Christoph Hellwig |
2022-04-17 | block: remove QUEUE_FLAG_DISCARD | Christoph Hellwig |
2022-04-17 | block: add a bdev_stable_writes helper | Christoph Hellwig |
2022-04-17 | block: add a bdev_nonrot helper | Christoph Hellwig |
2022-04-17 | mm: use bdev_is_zoned in claim_swapfile | Christoph Hellwig |
2022-04-15 | mm: kmemleak: take a full lowmem check in kmemleak_*_phys() | Patrick Wang |
2022-04-15 | mm/vmalloc: fix spinning drain_vmap_work after reading from /proc/vmcore | Omar Sandoval |
2022-04-15 | hugetlb: do not demote poisoned hugetlb pages | Mike Kravetz |
2022-04-15 | mm: compaction: fix compiler warning when CONFIG_COMPACTION=n | Charan Teja Kalla |
2022-04-15 | mm: fix unexpected zeroed page mapping with zram swap | Minchan Kim |
2022-04-15 | mm, page_alloc: fix build_zonerefs_node() | Juergen Gross |
2022-04-15 | mm, kfence: support kmem_dump_obj() for KFENCE objects | Marco Elver |
2022-04-15 | kasan: fix hw tags enablement when KUNIT tests are disabled | Vincenzo Frascino |
2022-04-15 | mm/secretmem: fix panic when growing a memfd_secret | Axel Rasmussen |
2022-04-15 | tmpfs: fix regressions from wider use of ZERO_PAGE | Hugh Dickins |
2022-04-10 | Merge tag 'locking_urgent_for_v5.18_rc2' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds |
2022-04-08 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2022-04-08 | mm/list_lru.c: revert "mm/list_lru: optimize memcg_reparent_list_lru_node()" | Andrew Morton |
2022-04-08 | mm/mempolicy: fix mpol_new leak in shared_policy_replace | Miaohe Lin |
2022-04-08 | mmmremap.c: avoid pointless invalidate_range_start/end on mremap(old_size=0) | Paolo Bonzini |
2022-04-08 | highmem: fix checks in __kmap_local_sched_{in,out} | Max Filippov |
2022-04-08 | mm: migrate: use thp_order instead of HPAGE_PMD_ORDER for new page allocation. | Zi Yan |