summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-05-197-12/+66
|\
| * nilfs2: use __field_struct() for a bitwise fieldBart Van Assche2024-05-111-1/+5
| * watchdog: allow nmi watchdog to use raw perf eventSong Liu2024-05-081-0/+2
| * kfifo: don't use "proxy" headersAndy Shevchenko2024-05-081-2/+7
| * kexec: fix the unexpected kexec_dprintk() macroBaoquan He2024-05-081-4/+2
| * cpumask: delete unused reset_cpu_possible_mask()Alexey Dobriyan2024-05-081-5/+0
| * instrumented.h: add instrument_memcpy_before, instrument_memcpy_afterAlexander Potapenko2024-04-251-0/+35
| * mm: kmsan: implement kmsan_memmove()Alexander Potapenko2024-04-251-0/+15
* | Merge tag 'bcachefs-2024-05-19' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-05-192-0/+13
|\ \
| * | bcachefs: Move BCACHEFS_STATFS_MAGIC value to UAPI magic.hPetr Vorel2024-05-081-0/+1
| * | closures: closure_sync_timeout()Kent Overstreet2024-05-081-0/+12
* | | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-1973-863/+1632
|\ \ \
| * | | memcg, oom: cleanup unused memcg_oom_gfp_mask and memcg_oom_orderXiu Jianfeng2024-05-111-2/+0
| * | | memcg: use proper type for mod_memcg_stateShakeel Butt2024-05-071-6/+7
| * | | memcg: dynamically allocate lruvec_statsShakeel Butt2024-05-071-56/+6
| * | | mm/pagemap: make trylock_page return boolHao Ge2024-05-051-1/+1
| * | | mm/damon: add DAMOS filter type YOUNGSeongJae Park2024-05-051-0/+2
| * | | mm: simplify thp_vma_allowable_orderMatthew Wilcox2024-05-051-14/+15
| * | | writeback: support retrieving per group debug writeback stats of bdiKemeng Shi2024-05-051-0/+1
| * | | mm: remove PageReferencedMatthew Wilcox (Oracle)2024-05-051-3/+3
| * | | mm: remove page_ref_sub_return()Matthew Wilcox (Oracle)2024-05-051-8/+3
| * | | mm: convert put_devmap_managed_page_refs() to put_devmap_managed_folio_refs()Matthew Wilcox (Oracle)2024-05-051-6/+6
| * | | mm: remove put_devmap_managed_page()Matthew Wilcox (Oracle)2024-05-051-6/+1
| * | | mm: remove page_cache_alloc()Matthew Wilcox (Oracle)2024-05-051-5/+0
| * | | mm/memory-failure: pass the folio to collect_procs_ksm()Matthew Wilcox (Oracle)2024-05-051-11/+3
| * | | mm: convert hugetlb_page_mapping_lock_write to folioMatthew Wilcox (Oracle)2024-05-051-3/+3
| * | | mm/memory-failure: convert shake_page() to shake_folio()Matthew Wilcox (Oracle)2024-05-051-1/+0
| * | | mm: return the address from page_mapped_in_vma()Matthew Wilcox (Oracle)2024-05-051-1/+1
| * | | xarray: don't use "proxy" headersAndy Shevchenko2024-05-051-1/+5
| * | | xarray: use BITS_PER_LONGS()Andy Shevchenko2024-05-051-1/+1
| * | | memcg: simple cleanup of stats update functionsShakeel Butt2024-05-051-17/+0
| * | | mm/page-flags: make PageUptodate return boolHao Ge2024-05-051-1/+1
| * | | mm/madvise: introduce clear_young_dirty_ptes() batch helperLance Yang2024-05-052-30/+53
| * | | buffer: add kernel-doc for bforget() and __bforget()Matthew Wilcox (Oracle)2024-05-051-0/+10
| * | | buffer: add kernel-doc for brelse() and __brelse()Matthew Wilcox (Oracle)2024-05-051-0/+16
| * | | buffer: fix __bread and __bread_gfp kernel-docMatthew Wilcox (Oracle)2024-05-051-9/+13
| * | | mm: add per-order mTHP anon_swpout and anon_swpout_fallback countersBarry Song2024-05-051-0/+2
| * | | mm: add per-order mTHP anon_fault_alloc and anon_fault_fallback countersBarry Song2024-05-051-0/+21
| * | | mm/hugetlb: rename dissolve_free_huge_pages() to dissolve_free_hugetlb_folios()Sidhartha Kumar2024-05-051-2/+2
| * | | mm/hugetlb: convert dissolve_free_huge_pages() to foliosSidhartha Kumar2024-05-051-2/+2
| * | | trace/events/page_ref: trace the raw page mapcount valueDavid Hildenbrand2024-05-051-2/+2
| * | | mm: make folio_mapcount() return 0 for small typed foliosDavid Hildenbrand2024-05-051-2/+12
| * | | mm: improve folio_likely_mapped_shared() using the mapcount of large foliosDavid Hildenbrand2024-05-051-2/+17
| * | | mm: track mapcount of large folios in single valueDavid Hildenbrand2024-05-053-26/+33
| * | | mm/rmap: add fast-path for small folios when adding/removing/duplicatingDavid Hildenbrand2024-05-051-0/+13
| * | | mm/rmap: always inline anon/file rmap duplication of a single PTEDavid Hildenbrand2024-05-051-4/+13
| * | | mm: allow for detecting underflows with page_mapcount() againDavid Hildenbrand2024-05-051-1/+1
| * | | mm: pass VMA instead of MM to follow_pte()David Hildenbrand2024-05-051-1/+1
| * | | mm/mmap: make vma_wants_writenotify return boolHao Ge2024-05-051-1/+1
| * | | memory tier: dax/kmem: introduce an abstract layer for finding, allocating, a...Ho-Ren (Jack) Chuang2024-05-051-0/+13