summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | mm/slab: Replace invocation of weak PRNGDavid Keisar Schmidt2023-05-221-20/+9
| | |/ /
| * | | mm/slab_common: reduce an if statement in create_cache()Zhen Lei2023-06-061-4/+2
| * | | mm/slab: remove HAVE_HARDENED_USERCOPY_ALLOCATORVlastimil Babka2023-05-242-10/+0
| * | | slub: Don't read nr_slabs and total_objects directlyXiongwei Song2023-05-221-7/+6
| * | | slub: Remove slabs_node() functionXiongwei Song2023-05-221-13/+3
| * | | slub: Remove CONFIG_SMP defined checkXiongwei Song2023-05-221-1/+1
| * | | slub: Put objects_show() into CONFIG_SLUB_DEBUG enabled blockXiongwei Song2023-05-221-7/+7
| * | | slub: Correct the error code when slab_kset is NULLXiongwei Song2023-05-221-1/+1
| * | | mm/slab: correct return values in comment for _kmem_cache_create()zhaoxinchao2023-05-221-6/+2
| |/ /
* | | gup: avoid stack expansion warning for known-good caseLinus Torvalds2023-06-291-0/+4
* | | mm/khugepaged: fix regression in collapse_file()Hugh Dickins2023-06-291-4/+3
* | | Merge branch 'expand-stack'Linus Torvalds2023-06-285-41/+265
|\ \ \
| * | | gup: add warning if some caller would seem to want stack expansionLinus Torvalds2023-06-271-2/+10
| * | | mm: always expand the stack with the mmap write lock heldLinus Torvalds2023-06-274-39/+116
| * | | mm: make find_extend_vma() fail if write lock not heldLiam R. Howlett2023-06-243-19/+36
| * | | arm/mm: Convert to using lock_mm_and_find_vma()Ben Hutchings2023-06-241-1/+1
| * | | mm: make the page fault mmap locking killableLinus Torvalds2023-06-241-4/+2
| * | | mm: introduce new 'lock_mm_and_find_vma()' page fault helperLinus Torvalds2023-06-242-0/+125
* | | | Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-06-281-3/+4
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-227-114/+116
| |\ \ \ \
| * | | | | tcp: Use per-vma locking for receive zerocopyArjun Roy2023-06-181-3/+4
* | | | | | mm: fix __access_remote_vm() GUP failure caseLinus Torvalds2023-06-281-0/+1
* | | | | | Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-06-281-1/+1
|\ \ \ \ \ \
| * | | | | | mm: sparse: mark populate_section_memmap() staticArnd Bergmann2023-06-091-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-2895-4046/+3779
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | hugetlb: revert use of page_cache_next_miss()Mike Kravetz2023-06-231-6/+6
| * | | | | Revert "page cache: fix page_cache_next/prev_miss off by one"Mike Kravetz2023-06-231-16/+10
| * | | | | mm/vmscan: fix root proactive reclaim unthrottling unbalanced nodeYosry Ahmed2023-06-231-7/+12
| * | | | | mm: memcg: rename and document global_reclaim()Yosry Ahmed2023-06-231-8/+13
| * | | | | mm: compaction: convert to use a folio in isolate_migratepages_block()Kefeng Wang2023-06-231-40/+44
| * | | | | mm: zswap: fix double invalidate with exclusive loadsYosry Ahmed2023-06-231-9/+12
| * | | | | mm: remove unnecessary pagevec includesMatthew Wilcox (Oracle)2023-06-235-5/+0
| * | | | | mm: remove references to pagevecMatthew Wilcox (Oracle)2023-06-237-13/+13
| * | | | | mm: rename invalidate_mapping_pagevec to mapping_try_invalidateMatthew Wilcox (Oracle)2023-06-233-24/+21
| * | | | | mm: remove struct pagevecMatthew Wilcox (Oracle)2023-06-231-9/+9
| * | | | | mm: remove check_move_unevictable_pages()Matthew Wilcox (Oracle)2023-06-231-17/+0
| * | | | | mm: page_alloc: use the correct type of list for free pagesBaolin Wang2023-06-231-1/+1
| * | | | | mm: backing-dev: make bdi_class a static const structureIvan Orlov2023-06-231-6/+11
| * | | | | mm/swapfile: delete outdated pte_offset_map() commentHugh Dickins2023-06-231-5/+0
| * | | | | mm: pass nid to reserve_bootmem_region()Yajun Deng2023-06-232-23/+38
| * | | | | mm/gup: do not return 0 from pin_user_pages_fast() for bad argsJason Gunthorpe2023-06-231-1/+1
| * | | | | mm: fix shmem THP counters on migrationJan Glauber2023-06-231-0/+5
| * | | | | mm/memcontrol: do not tweak node in mem_cgroup_init()Haifeng Xu2023-06-231-2/+1
| * | | | | kasan,kmsan: remove __GFP_KSWAPD_RECLAIM usage from kasan/kmsanTetsuo Handa2023-06-234-7/+7
| * | | | | mm: compaction: skip memory hole rapidly when isolating migratable pagesBaolin Wang2023-06-231-1/+34
| * | | | | Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton2023-06-2310-112/+134
| |\ \ \ \ \
| | * | | | | mm/mglru: make memcg_lru->lock irq safeYu Zhao2023-06-231-6/+7
| * | | | | | mm: page_alloc: make compound_page_dtors staticMiaohe Lin2023-06-191-1/+1
| * | | | | | mm/memcg: remove return value of mem_cgroup_scan_tasks()ZhangPeng2023-06-191-5/+4
| * | | | | | mm/damon/core-test: add a test for damon_set_attrs()SeongJae Park2023-06-191-0/+24