summaryrefslogtreecommitdiffstats
path: root/fs/proc/loadavg.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-12-01mm: shrinkers: add missing includes for undeclared typesT.J. Mercier1-0/+3
2022-12-01hugetlb: remove duplicate mmu notificationsMike Kravetz1-9/+9
2022-12-01mm/uffd: sanity check write bit for uffd-wp protected ptesPeter Xu1-1/+17
2022-12-01mm/kmemleak.c: fix a commentYixuan Cao1-1/+1
2022-12-01docs: admin-guide: cgroup-v1: update description of inactive_fileJian Wen1-1/+2
2022-12-01mm/demotion: fix NULL vs IS_ERR checking in memory_tier_initMiaoqian Lin1-1/+1
2022-12-01migrate: convert migrate_pages() to use foliosHuang Ying1-98/+112
2022-12-01migrate: convert unmap_and_move() to use foliosHuang Ying1-27/+27
2022-12-01Revert "mm: migration: fix the FOLL_GET failure on following huge page"Baolin Wang1-8/+2
2022-12-01mm/kfence: remove hung_task cruftPavankumar Kondeti1-11/+1
2022-12-01Docs/ABI/zram: document zram recompress sysfs knobsSergey Senozhatsky1-0/+14
2022-12-01zram: add incompressible flag to read_block_state()Sergey Senozhatsky2-6/+11
2022-12-01zram: add incompressible writebackSergey Senozhatsky2-7/+18
2022-12-01documentation: add zram recompression documentationSergey Senozhatsky1-0/+81
2022-12-01zram: add algo parameter support to zram_recompress()Sergey Senozhatsky2-9/+46
2022-12-01zram: remove redundant checks from zram_recompress()Sergey Senozhatsky1-6/+2
2022-12-01zram: add size class equals check into recompressionAlexey Romanov3-1/+33
2022-12-01zram: use IS_ERR_VALUE() to check for zs_malloc() errorsSergey Senozhatsky1-3/+3
2022-12-01zram: clarify writeback_store() commentSergey Senozhatsky1-2/+6
2022-12-01zram: add recompress flag to read_block_state()Sergey Senozhatsky2-5/+9
2022-12-01zram: introduce recompress sysfs knobSergey Senozhatsky3-3/+277
2022-12-01zram: factor out WB and non-WB zram read functionsSergey Senozhatsky1-23/+49
2022-12-01zram: add recompression algorithm sysfs knobSergey Senozhatsky1-19/+105
2022-12-01zram: preparation for multi-zcomp supportSergey Senozhatsky4-32/+80
2022-12-01mm: mmu_gather: do not expose delayed_rmap flagAlexander Gordeev2-2/+4
2022-12-01mm: delay page_remove_rmap() until after the TLB has been flushedLinus Torvalds4-8/+82
2022-12-01mm: mmu_gather: prepare to gather encoded page pointers with flagsLinus Torvalds5-19/+19
2022-12-01mm: teach release_pages() to take an array of encoded page pointers tooLinus Torvalds2-6/+31
2022-12-01mm: introduce 'encoded' page pointers with embedded extra bitsLinus Torvalds1-1/+33
2022-12-01selftests/vm: anon_cow: add mprotect() optimization testsDavid Hildenbrand1-3/+46
2022-12-01mm: remove unused savedwrite infrastructureDavid Hildenbrand4-133/+5
2022-12-01mm/autonuma: use can_change_(pte|pmd)_writable() to replace savedwriteDavid Hildenbrand5-24/+36
2022-12-01mm/mprotect: factor out check whether manual PTE write upgrades are requiredDavid Hildenbrand2-15/+18
2022-12-01mm/huge_memory: try avoiding write faults when changing PMD protectionDavid Hildenbrand1-2/+36
2022-12-01mm/mprotect: minor can_change_pte_writable() cleanupsDavid Hildenbrand1-5/+14
2022-12-01mm/mprotect: allow clean exclusive anon pages to be writableNadav Amit1-4/+3
2022-12-01tools/vm/page_owner: ignore page_owner_sort binaryRong Tao1-0/+1
2022-12-01mm,thp,rmap: clean up the end of __split_huge_pmd_locked()Hugh Dickins1-10/+5
2022-12-01mm,thp,rmap: subpages_mapcount COMPOUND_MAPPED if PMD-mappedHugh Dickins5-111/+51
2022-12-01mm,thp,rmap: subpages_mapcount of PTE-mapped subpagesHugh Dickins5-119/+107
2022-12-01mm/hugetlb_vmemmap: remap head page to newly allocated pageJoao Martins1-7/+34
2022-12-01selftests/damon: test non-context inputs to rm_contexts fileSeongJae Park2-0/+20
2022-12-01mm,thp,rmap: handle the normal !PageCompound case firstHugh Dickins1-27/+27
2022-12-01mm,thp,rmap: lock_compound_mapcounts() on THP mapcountsHugh Dickins4-162/+204
2022-12-01mm,thp,rmap: simplify compound page mapcount handlingHugh Dickins13-261/+194
2022-12-01mm,hugetlb: use folio fields in second tail pageHugh Dickins5-68/+67
2022-12-01selftests/vm: update hugetlb madviseMike Kravetz1-3/+4
2022-12-01zsmalloc: replace IS_ERR() with IS_ERR_VALUE()Deming Wang1-1/+1
2022-12-01mm: use pte markers for swap errorsPeter Xu5-21/+21
2022-12-01mm: always compile in pte markersPeter Xu4-49/+6