summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2023-08-28Merge tag 'v6.6-vfs.tmpfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-25Merge tag 'mm-hotfixes-stable-2023-08-25-11-07' of git://git.kernel.org/pub/s...Linus Torvalds
2023-08-24shmem: fix smaps BUG sleeping while atomicHugh Dickins
2023-08-24madvise:madvise_free_pte_range(): don't use mapcount() against large folio fo...Yin Fengwei
2023-08-24madvise:madvise_free_huge_pmd(): don't use mapcount() against large folio for...Yin Fengwei
2023-08-24madvise:madvise_cold_or_pageout_pte_range(): don't use mapcount() against lar...Yin Fengwei
2023-08-22tmpfs,xattr: GFP_KERNEL_ACCOUNT for simple xattrsHugh Dickins
2023-08-21mm: multi-gen LRU: don't spin during memcg releaseT.J. Mercier
2023-08-21mm: memory-failure: fix unexpected return value in soft_offline_page()Miaohe Lin
2023-08-21mm: add a call to flush_cache_vmap() in vmap_pfn()Alexandre Ghiti
2023-08-21mm/gup: handle cont-PTE hugetlb pages correctly in gup_must_unshare() via GUP...David Hildenbrand
2023-08-21mm: enable page walking API to lock vmas during the walkSuren Baghdasaryan
2023-08-21smaps: use vm_normal_page_pmd() instead of follow_trans_huge_pmd()David Hildenbrand
2023-08-21mm/gup: reintroduce FOLL_NUMA as FOLL_HONOR_NUMA_FAULTDavid Hildenbrand
2023-08-21mm: avoid 'might_sleep()' in get_mmap_lock_carefully()Linus Torvalds
2023-08-11Merge tag 'mm-hotfixes-stable-2023-08-11-13-44' of git://git.kernel.org/pub/s...Linus Torvalds
2023-08-11mm: invalidation check mapping before folio_containsHugh Dickins
2023-08-11tmpfs: trivial support for direct IOHugh Dickins
2023-08-11tmpfs: add support for multigrain timestampsJeff Layton
2023-08-10tmpfs,xattr: enable limited user extended attributesHugh Dickins
2023-08-09mm: Fix access_remote_vm() regression on tagged addressesKirill A. Shutemov
2023-08-09tmpfs: track free_ispace instead of free_inodesHugh Dickins
2023-08-09xattr: simple_xattr_set() return old_xattr to be freedHugh Dickins
2023-08-09tmpfs: verify {g,u}id mount options correctlyChristian Brauner
2023-08-09shmem: move spinlock into shmem_recalc_inode() to fix quota supportHugh Dickins
2023-08-09shmem: stable directory offsetsChuck Lever
2023-08-09shmem: Refactor shmem_symlink()Chuck Lever
2023-08-09shmem: fix quota lock nesting in huge hole handlingHugh Dickins
2023-08-09shmem: Add default quota limit mount optionsLukas Czerner
2023-08-09shmem: quota supportCarlos Maiolino
2023-08-09shmem: prepare shmem quota infrastructureCarlos Maiolino
2023-08-09shmem: make shmem_get_inode() return ERR_PTR instead of NULLCarlos Maiolino
2023-08-09shmem: make shmem_inode_acct_block() return errorLukas Czerner
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton
2023-08-04mm/damon/core: initialize damo_filter->list from damos_new_filter()SeongJae Park
2023-08-04mm: compaction: fix endless looping over same migrate blockJohannes Weiner
2023-08-04hugetlb: do not clear hugetlb dtor until allocating vmemmapMike Kravetz
2023-08-04mm: memory-failure: avoid false hwpoison page mapped error infoMiaohe Lin
2023-08-04mm: memory-failure: fix potential unexpected return value from unpoison_memory()Miaohe Lin
2023-08-04mm/swapfile: fix wrong swap entry type for hwpoisoned swapcache pageMiaohe Lin
2023-08-04zsmalloc: fix races between modifications of fullness and isolatedAndrew Yang
2023-07-28Merge tag 'mm-hotfixes-stable-2023-07-28-15-52' of git://git.kernel.org/pub/s...Linus Torvalds
2023-07-28Revert "mm,memblock: reset memblock.reserved to system init state to prevent ...Mike Rapoport (IBM)
2023-07-28mm/mempolicy: Take VMA lock before replacing policyJann Horn
2023-07-27mm/memory-failure: fix hardware poison check in unpoison_memory()Sidhartha Kumar
2023-07-27mm: lock VMA in dup_anon_vma() before setting ->anon_vmaJann Horn
2023-07-27mm/pagewalk: fix EFI_PGT_DUMP of espfix areaHugh Dickins
2023-07-27shmem: minor fixes to splice-read implementationHugh Dickins
2023-07-27mm/damon/core-test: initialise context before test in damon_test_set_attrs()Feng Tang