summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2023-06-24mm: remove check_move_unevictable_pages()Matthew Wilcox (Oracle)1-17/+0
2023-06-24mm: page_alloc: use the correct type of list for free pagesBaolin Wang1-1/+1
2023-06-24mm: backing-dev: make bdi_class a static const structureIvan Orlov1-6/+11
2023-06-24mm/swapfile: delete outdated pte_offset_map() commentHugh Dickins1-5/+0
2023-06-24mm: pass nid to reserve_bootmem_region()Yajun Deng2-23/+38
2023-06-24mm/gup: do not return 0 from pin_user_pages_fast() for bad argsJason Gunthorpe1-1/+1
2023-06-24mm: fix shmem THP counters on migrationJan Glauber1-0/+5
2023-06-24mm/memcontrol: do not tweak node in mem_cgroup_init()Haifeng Xu1-2/+1
2023-06-24kasan,kmsan: remove __GFP_KSWAPD_RECLAIM usage from kasan/kmsanTetsuo Handa4-7/+7
2023-06-24mm: compaction: skip memory hole rapidly when isolating migratable pagesBaolin Wang1-1/+34
2023-06-24Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton10-112/+134
2023-06-24mm/mglru: make memcg_lru->lock irq safeYu Zhao1-6/+7
2023-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-114/+116
2023-06-21mm: Fix a dangling Documentation/arm64 referenceJonathan Corbet1-1/+2
2023-06-21Merge tag 'mm-hotfixes-stable-2023-06-20-12-31' of git://git.kernel.org/pub/s...Linus Torvalds6-94/+99
2023-06-20mm: page_alloc: make compound_page_dtors staticMiaohe Lin1-1/+1
2023-06-20mm/memcg: remove return value of mem_cgroup_scan_tasks()ZhangPeng1-5/+4
2023-06-20mm/damon/core-test: add a test for damon_set_attrs()SeongJae Park1-0/+24
2023-06-20mm/gup.c: reorganize try_get_folio()Vishal Moola (Oracle)1-43/+43
2023-06-20mm/gup_test.c: convert verify_dma_pinned() to us foliosVishal Moola (Oracle)1-6/+7
2023-06-20kasan: add support for kasan.fault=panic_on_writeMarco Elver1-5/+26
2023-06-20mm: zswap: invaldiate entry after writebackDomenico Cerasuolo1-16/+17
2023-06-20mm: kill lock|unlock_page_memcg()Kefeng Wang3-18/+8
2023-06-20mm/page_owner/cma: show pfn in cma/page_owner with hex formatKassey Li2-3/+3
2023-06-20mm/khugepaged: use DEFINE_READ_MOSTLY_HASHTABLE macroNick Desaulniers1-1/+1
2023-06-20percpu-internal/pcpu_chunk: re-layout pcpu_chunk structure to reduce false sh...Yu Ma1-2/+9
2023-06-20memory tier: remove unneeded !IS_ENABLED(CONFIG_MIGRATION) checkMiaohe Lin1-1/+1
2023-06-20mm: compaction: mark kcompactd_run() and kcompactd_stop() __meminitMiaohe Lin1-2/+2
2023-06-20userfaultfd: fix regression in userfaultfd_unmap_prep()Liam R. Howlett1-16/+15
2023-06-20mm/folio: replace set_compound_order with folio_set_orderTarun Sahu1-16/+16
2023-06-20mm: zswap: remove zswap_headerDomenico Cerasuolo1-30/+22
2023-06-20mm: zswap: simplify writeback functionDomenico Cerasuolo1-51/+19
2023-06-20mm: zswap: remove shrink from zpool interfaceDomenico Cerasuolo5-75/+12
2023-06-20mm: zswap: remove page reclaim logic from zsmallocDomenico Cerasuolo1-380/+12
2023-06-20mm: zswap: remove page reclaim logic from z3foldDomenico Cerasuolo1-243/+2
2023-06-20mm: zswap: remove page reclaim logic from zbudDomenico Cerasuolo1-162/+1
2023-06-20mm: zswap: add pool shrinking mechanismDomenico Cerasuolo1-5/+92
2023-06-20mm: ptep_get() conversionRyan Roberts36-196/+250
2023-06-20mm: ptdump should use ptep_get_lockless()Ryan Roberts1-1/+1
2023-06-20mm: slab: reduce the kmalloc() minimum alignment if DMA bouncing possibleCatalin Marinas1-0/+5
2023-06-20mm/slab: limit kmalloc() minimum alignment to dma_get_cache_alignment()Catalin Marinas1-3/+21
2023-06-20mm/slab: simplify create_kmalloc_cache() args and make it staticCatalin Marinas3-16/+9
2023-06-20mm/hugetlb: fix pgtable lock on pmd sharingPeter Xu1-3/+2
2023-06-20mm: remove set_compound_page_dtor()Sidhartha Kumar2-2/+2
2023-06-20perf/core: allow pte_offset_map() to failHugh Dickins1-2/+4
2023-06-20mm/swap: swap_vma_readahead() do the pte_offset_map()Hugh Dickins1-21/+24
2023-06-20mm/pgtable: delete pmd_trans_unstable() and friendsHugh Dickins1-4/+0
2023-06-20mm/memory: handle_pte_fault() use pte_offset_map_nolock()Hugh Dickins2-27/+17
2023-06-20mm/memory: allow pte_offset_map[_lock]() to failHugh Dickins1-86/+81
2023-06-20mm/khugepaged: allow pte_offset_map[_lock]() to failHugh Dickins1-23/+49