summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'slab-for-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-01-191-0/+2
|\
| * mm, slab: periodically resched in drain_freelist()David Rientjes2023-01-021-0/+2
* | Merge tag 'mm-hotfixes-stable-2023-01-16-15-23' of git://git.kernel.org/pub/s...Linus Torvalds2023-01-167-55/+87
|\ \
| * | nommu: fix split_vma() map_count errorLiam Howlett2023-01-111-1/+3
| * | nommu: fix do_munmap() error pathLiam Howlett2023-01-111-1/+2
| * | nommu: fix memory leak in do_mmap() error pathLiam Howlett2023-01-111-1/+1
| * | mm: update mmap_sem comments to refer to mmap_lockLorenzo Stoakes2023-01-113-5/+5
| * | kasan: mark kasan_kunit_executing as staticAndrey Konovalov2023-01-111-1/+1
| * | mm/hugetlb: pre-allocate pgtable pages for uffd wr-protectsPeter Xu2023-01-111-2/+11
| * | hugetlb: unshare some PMDs when splitting VMAsJames Houghton2023-01-111-9/+35
| * | mm/shmem: restore SHMEM_HUGE_DENY precedence over MADV_COLLAPSEZach O'Keefe2023-01-111-4/+2
| * | mm/MADV_COLLAPSE: don't expand collapse when vm_end is past requested endZach O'Keefe2023-01-111-1/+1
| * | mm/userfaultfd: enable writenotify while userfaultfd-wp is enabled for a VMADavid Hildenbrand2023-01-111-0/+4
| * | mm/khugepaged: fix collapse_pte_mapped_thp() to allow anon_vmaHugh Dickins2023-01-111-8/+6
| * | mm/hugetlb: fix uffd-wp handling for migration entries in hugetlb_change_prot...David Hildenbrand2023-01-111-8/+9
| * | mm/hugetlb: fix PTE marker handling in hugetlb_change_protection()David Hildenbrand2023-01-111-14/+7
* | | mm: Always release pages to the buddy allocator in memblock_free_late().Aaron Thompson2023-01-081-1/+7
|/ /
* / memblock: Fix doc for memblock_phys_freeMiaoqian Lin2023-01-041-1/+1
|/
* hugetlb: really allocate vma lock for all sharable vmasMike Kravetz2022-12-211-185/+148
* kmsan: export kmsan_handle_urbArnd Bergmann2022-12-211-0/+1
* kmsan: include linux/vmalloc.hArnd Bergmann2022-12-211-0/+1
* mm/mempolicy: fix memory leak in set_mempolicy_home_node system callMathieu Desnoyers2022-12-211-0/+1
* mm, mremap: fix mremap() expanding vma with addr inside vmaVlastimil Babka2022-12-211-1/+2
* Merge tag 'mm-stable-2022-12-17-2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-12-192-21/+31
|\
| * mm/kmemleak: use %pK to display kernel pointers in backtraceClément Léger2022-12-151-1/+1
| * mm: use stack_depot for recording kmemleak's backtraceZhaoyang Huang2022-12-151-18/+28
| * mm/gup_test: free memory allocated via kvcalloc() using kvfree()David Hildenbrand2022-12-151-2/+2
* | Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-178-12/+8
|\ \ | |/ |/|
| * mm: Remove pointless barrier() after pmdp_get_lockless()Peter Zijlstra2022-12-152-4/+0
| * mm/gup: Fix the lockless PMD accessPeter Zijlstra2022-12-151-1/+1
| * mm: Rename pmd_read_atomic()Peter Zijlstra2022-12-156-7/+7
| * mm: Rename GUP_GET_PTE_LOW_HIGHPeter Zijlstra2022-12-151-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-12-154-6/+43
|\ \
| * \ Merge tag 'kvmarm-6.2' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...Paolo Bonzini2022-12-092-1/+10
| |\ \
| | * | mm: Add PG_arch_3 page flagPeter Collingbourne2022-11-291-0/+1
| | * | mm: Do not enable PG_arch_2 for all 64-bit architecturesCatalin Marinas2022-11-292-1/+9
| | |/
| * / mm/gup: Add FOLL_INTERRUPTIBLEPeter Xu2022-11-092-5/+33
| |/
* | Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-144-26/+26
|\ \
| * | panic: Consolidate open-coded panic_on_warn checksKees Cook2022-12-022-4/+3
| * | mm: Make ksize() a reporting-only functionKees Cook2022-12-012-22/+23
* | | Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-1376-3545/+4636
|\ \ \
| * | | mm/hugetlb: set head flag before setting compound_order in __prep_compound_gi...Sidhartha Kumar2022-12-121-2/+2
| * | | mm: mmu_gather: allow more than one batch of delayed rmapsLinus Torvalds2022-12-111-16/+20
| * | | kmsan: fix memcpy testsAlexander Potapenko2022-12-111-0/+3
| * | | mm: add cond_resched() in swapin_walk_pmd_entry()Kefeng Wang2022-12-111-0/+1
| * | | mm/gup_test: fix PIN_LONGTERM_TEST_READ with highmemDavid Hildenbrand2022-12-111-3/+7
| * | | mm,thp,rmap: fix races between updates of subpages_mapcountHugh Dickins2022-12-111-9/+33
| * | | mm: memcg: fix swapcached stat accountingHugh Dickins2022-12-112-2/+7
| * | | mm: add nodes= arg to memory.reclaimMina Almasry2022-12-112-14/+57
| * | | mm: disable top-tier fallback to reclaim on proactive reclaimMina Almasry2022-12-111-3/+22