summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-08-24mm: vmscan: add a helper to identify file-backed executable foliosBaolin Wang1-2/+8
2026-08-24mm: vmscan: convert folio_referenced() to use vma_flags_tBaolin Wang3-19/+21
2026-08-24mm/kmemleak: report RCU-tasks quiescent states during the scanBreno Leitao1-7/+7
2026-08-24tools/testing/selftests/mm: test anonymous page offset merge behaviourLorenzo Stoakes (ARM)1-0/+57
2026-08-24tools/testing/vma: expand VMA merge tests to assert anon pgoffLorenzo Stoakes (ARM)1-9/+36
2026-08-24mm/rmap: use anon pgoff to track MAP_PRIVATE file-backed anon foliosLorenzo Stoakes (ARM)8-35/+54
2026-08-24mm/migrate: calculate large folio page index using PFNLorenzo Stoakes (ARM)1-10/+9
2026-08-24mm/huge_memory: update remove_migration_pmd() to accept a folioLorenzo Stoakes (ARM)3-13/+11
2026-08-24mm: clean up vma_address_end()Lorenzo Stoakes (ARM)1-5/+7
2026-08-24mm/rmap: track whether the page VMA mapped pgoff is anonymousLorenzo Stoakes (ARM)2-1/+5
2026-08-24mm: propagate VMA anonymous page offset on map, remap, split + mergeLorenzo Stoakes (ARM)7-56/+94
2026-08-24tools/testing/vma: add tests for copy_vma() self-mergeLorenzo Stoakes (ARM)1-1/+45
2026-08-24mm/vma: fix self-merge check in copy_vma()Lorenzo Stoakes (ARM)2-19/+17
2026-08-24mm: introduce and use vma_filebacked_address()Lorenzo Stoakes (ARM)4-7/+31
2026-08-24mm: update print_bad_page_map() to show anon index if appropriateLorenzo Stoakes (ARM)1-3/+10
2026-08-24mm: abstract vma_address() and introduce vma_anon_address()Lorenzo Stoakes (ARM)1-12/+37
2026-08-24mm: introduce linear_anon_page_index()Lorenzo Stoakes (ARM)3-5/+62
2026-08-24mm: provide vma_[flags_]is_cow_mapping() and remove is_cow_mapping()Lorenzo Stoakes (ARM)16-36/+105
2026-08-24mm/vma: introduce VMA anon page offset field and add helpersLorenzo Stoakes (ARM)5-0/+112
2026-08-24mm/kconfig: drop redundant dependency wrappersKaitao Cheng1-9/+1
2026-08-24mm: standardize printing for pgtable entriesDavid Hildenbrand (Arm)1-23/+79
2026-08-24mm/kconfig: drop redundant memory hotplug dependenciesKaitao Cheng1-3/+1
2026-08-24maple_tree: remove undocumented CONFIG_MAPLE_RCU_DISABLED macroEthan Nelson-Moore1-4/+0
2026-08-24mm: nommu: point to the write iterator upon split_vmaHajime Tazaki1-0/+4
2026-08-24mm: mempolicy: fix automatic numa balancing for shmemJohannes Weiner1-15/+6
2026-08-24Merge branch 'mm-hotfixes-stable' into mm-stable to pick upAndrew Morton22-190/+346
2026-08-24Merge tag 'cifs-fixes-7.3-rc1' of https://git.manguebit.org/linuxLinus Torvalds22-108/+223
2026-08-24um: Use asm-generic/timex.h over the host architecture oneThomas Weißschuh1-0/+13
2026-08-24accel: ethosu: Don't read the U65 rounding mode as a storage modeTomeu Vizoso1-1/+1
2026-08-24accel/ethosu: check MMIO mapping errors in probeGuoHan Zhao1-0/+2
2026-08-24eventfs: Initialize ei->children and ei->list in init_ei()Deepanshu Kartikey1-5/+2
2026-08-24cifs: fix loff_t underflow in cifs_remap_file_range() when len == 0Frank Sorenson1-2/+13
2026-08-24smb: client: reject a tree connect response whose byte count is too smallBryam Vargas2-1/+8
2026-08-24cifs: call pagecache_isize_extended() in cifs_setsize() when extendingFrank Sorenson1-0/+2
2026-08-24smb: client: fix copy-paste error in WSL EA length accounting for $LXDEVFrank Sorenson1-1/+1
2026-08-24smb: client: remove redundant NULL check before kfree()Mohammad Shahid1-2/+1
2026-08-24smb: client: restore the data_offset bound in is_valid_oplock_break()Bryam Vargas1-1/+2
2026-08-24cifs: clear tcon after cifsFileInfo_put() in cifs_file_set_size()Frank Sorenson1-0/+1
2026-08-24smb: client: Avoid leaking sensitive data to the heap in connect.cThomas Huth1-1/+1
2026-08-24smb: client: Clear sensitive stack data in smb1encrypt.cThomas Huth1-10/+9
2026-08-24smb: client: Clear sensitive stack data in cifsencrypt.cThomas Huth1-3/+9
2026-08-24smb: client: Clear sensitive stack and heap data in smb2ops.cThomas Huth1-2/+2
2026-08-24smb: client: Clear sensitive stack data in smb2transport.cThomas Huth1-0/+4
2026-08-24Revert "cifs: remove all cifs files before kill super"Zizhi Wo1-3/+0
2026-08-24smb: client: fix use-before-check of ReparseDataLength in reparse_buf_ptr()Frank Sorenson1-2/+4
2026-08-24smb: client: fix ALIGN() overflow in symlink_data() error context loopFrank Sorenson1-1/+4
2026-08-24smb: client: simplify __build_path_from_dentry_optional_prefix()Dmitry Antipov1-5/+1
2026-08-24smb: client: fix UAF and buffer leak in cifs_check_trans2() for malformed sec...Frank Sorenson1-3/+11
2026-08-24smb: client: fix OOB read/write from unvalidated DataOffset in coalesce_t2()Frank Sorenson1-1/+20
2026-08-24smb/client: decode reparse metadata using its payload typeZe Tan3-13/+19