summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge tag 'percpu-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2023-09-011-41/+28
|\ \ \ \ \
| * | | | | mm/percpu.c: print error message too if atomic alloc failedBaoquan He2023-08-251-2/+4
| * | | | | mm/percpu.c: optimize the code in pcpu_setup_first_chunk() a little bitBaoquan He2023-08-251-23/+15
| * | | | | mm/percpu.c: remove redundant checkBaoquan He2023-08-251-1/+0
| * | | | | mm/percpu: Remove some local variables in pcpu_populate_pteBibo Mao2023-08-251-15/+9
* | | | | | Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-3112-30/+32
|\ \ \ \ \ \
| * | | | | | mm: Don't allow write GUPs to shadow stack memoryRick Edgecombe2023-08-021-1/+1
| * | | | | | mm/mmap: Add shadow stack pages to memory accountingRick Edgecombe2023-07-111-2/+2
| * | | | | | mm: Warn on shadow stack memory in wrong vmaRick Edgecombe2023-07-112-0/+2
| * | | | | | mm: Add guard pages around a shadow stack.Rick Edgecombe2023-07-111-2/+2
| * | | | | | mm: Re-introduce vm_flags to do_mmap()Yu-cheng Yu2023-07-113-8/+8
| * | | | | | mm: Make pte_mkwrite() take a VMARick Edgecombe2023-07-117-17/+17
* | | | | | | Merge tag 'dma-mapping-6.6-2023-08-29' of git://git.infradead.org/users/hch/d...Linus Torvalds2023-08-292-6/+9
|\ \ \ \ \ \ \
| * | | | | | | swiotlb: make io_tlb_default_mem local to swiotlb.cPetr Tesarik2023-08-011-3/+2
| * | | | | | | dma-contiguous: support numa CMA for specified nodeYajun Deng2023-07-311-3/+7
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds2023-08-291-2/+2
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | fs: add CONFIG_BUFFER_HEADChristoph Hellwig2023-08-021-2/+2
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-08-291-2/+1
|\ \ \ \ \ \
| * | | | | | lib/vsprintf: declare no_hash_pointers in sprintf.hAndy Shevchenko2023-08-211-2/+1
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-2979-2625/+2638
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | secretmem: convert page_is_secretmem() to folio_is_secretmem()Matthew Wilcox (Oracle)2023-08-241-1/+1
| * | | | | hugetlb: add documentation for vma_kernel_pagesize()Matthew Wilcox (Oracle)2023-08-241-3/+8
| * | | | | mm: fix clean_record_shared_mapping_range kernel-docMatthew Wilcox (Oracle)2023-08-241-5/+6
| * | | | | mm: fix get_mctgt_type() kernel-docMatthew Wilcox (Oracle)2023-08-241-18/+13
| * | | | | mm: fix kernel-doc warning from tlb_flush_rmaps()Matthew Wilcox (Oracle)2023-08-241-0/+1
| * | | | | mm: remove enum page_entry_sizeMatthew Wilcox (Oracle)2023-08-241-4/+4
| * | | | | mm: allow ->huge_fault() to be called without the mmap_lock heldMatthew Wilcox (Oracle)2023-08-241-20/+2
| * | | | | mm: remove checks for pte_indexMatthew Wilcox (Oracle)2023-08-241-16/+1
| * | | | | memcg: remove duplication detection for mem_cgroup_uncharge_swapLu Jialin2023-08-241-3/+0
| * | | | | mm/huge_memory: work on folio->swap instead of page->private when splitting f...David Hildenbrand2023-08-241-14/+15
| * | | | | mm/swap: inline folio_set_swap_entry() and folio_swap_entry()David Hildenbrand2023-08-247-13/+12
| * | | | | mm/swap: stop using page->private on tail pages for THP_SWAPDavid Hildenbrand2023-08-245-15/+13
| * | | | | mm: call update_mmu_cache_range() in more page fault handling pathsMatthew Wilcox (Oracle)2023-08-241-7/+8
| * | | | | filemap: batch PTE mappingsYin Fengwei2023-08-241-14/+29
| * | | | | mm: convert do_set_pte() to set_pte_range()Yin Fengwei2023-08-242-15/+25
| * | | | | rmap: add folio_add_file_rmap_range()Yin Fengwei2023-08-241-14/+46
| * | | | | filemap: add filemap_map_folio_range()Yin Fengwei2023-08-241-54/+55
| * | | | | mm: use flush_icache_pages() in do_set_pmd()Matthew Wilcox (Oracle)2023-08-241-3/+1
| * | | | | mm: remove ARCH_IMPLEMENTS_FLUSH_DCACHE_FOLIOMatthew Wilcox (Oracle)2023-08-241-1/+1
| * | | | | mm: convert page_table_check_pte_set() to page_table_check_ptes_set()Matthew Wilcox (Oracle)2023-08-241-7/+9
| * | | | | mm: memcg: use rstat for non-hierarchical statsYosry Ahmed2023-08-242-29/+39
| * | | | | mm: handle userfaults under VMA lockSuren Baghdasaryan2023-08-241-8/+1
| * | | | | mm: handle swap page faults under per-VMA lockSuren Baghdasaryan2023-08-242-15/+18
| * | | | | mm: change folio_lock_or_retry to use vm_fault directlySuren Baghdasaryan2023-08-242-18/+18
| * | | | | mm: drop per-VMA lock when returning VM_FAULT_RETRY or VM_FAULT_COMPLETEDSuren Baghdasaryan2023-08-241-0/+12
| * | | | | swap: remove remnants of polling from read_swap_cache_asyncSuren Baghdasaryan2023-08-243-10/+7
| * | | | | mm: memory-failure: fix potential page refcnt leak in memory_failure()Miaohe Lin2023-08-241-2/+1
| * | | | | mm/memory.c: fix mismergeMatthew Wilcox2023-08-241-1/+1
| * | | | | mm/khugepaged: fix collapse_pte_mapped_thp() versus uffdHugh Dickins2023-08-241-9/+29
| * | | | | hugetlb: clear flags in tail pages that will be freed individuallyMike Kravetz2023-08-241-10/+1