summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-08-24mm: vmscan: fix node reclaim ignoring swappiness parameterRidong Chen
2026-08-24memcg: move mem_cgroup_swappiness and vm_swappiness to mm/swap.hRidong Chen
2026-08-24mm: mglru: promote mapped executable folios after first usageBaolin Wang
2026-08-24mm: vmscan: add a helper to identify file-backed executable foliosBaolin Wang
2026-08-24mm: vmscan: convert folio_referenced() to use vma_flags_tBaolin Wang
2026-08-24mm/kmemleak: report RCU-tasks quiescent states during the scanBreno Leitao
2026-08-24tools/testing/selftests/mm: test anonymous page offset merge behaviourLorenzo Stoakes (ARM)
2026-08-24tools/testing/vma: expand VMA merge tests to assert anon pgoffLorenzo Stoakes (ARM)
2026-08-24mm/rmap: use anon pgoff to track MAP_PRIVATE file-backed anon foliosLorenzo Stoakes (ARM)
2026-08-24mm/migrate: calculate large folio page index using PFNLorenzo Stoakes (ARM)
2026-08-24mm/huge_memory: update remove_migration_pmd() to accept a folioLorenzo Stoakes (ARM)
2026-08-24mm: clean up vma_address_end()Lorenzo Stoakes (ARM)
2026-08-24mm/rmap: track whether the page VMA mapped pgoff is anonymousLorenzo Stoakes (ARM)
2026-08-24mm: propagate VMA anonymous page offset on map, remap, split + mergeLorenzo Stoakes (ARM)
2026-08-24tools/testing/vma: add tests for copy_vma() self-mergeLorenzo Stoakes (ARM)
2026-08-24mm/vma: fix self-merge check in copy_vma()Lorenzo Stoakes (ARM)
2026-08-24mm: introduce and use vma_filebacked_address()Lorenzo Stoakes (ARM)
2026-08-24mm: update print_bad_page_map() to show anon index if appropriateLorenzo Stoakes (ARM)
2026-08-24mm: abstract vma_address() and introduce vma_anon_address()Lorenzo Stoakes (ARM)
2026-08-24mm: introduce linear_anon_page_index()Lorenzo Stoakes (ARM)
2026-08-24mm: provide vma_[flags_]is_cow_mapping() and remove is_cow_mapping()Lorenzo Stoakes (ARM)
2026-08-24mm/vma: introduce VMA anon page offset field and add helpersLorenzo Stoakes (ARM)
2026-08-24mm/kconfig: drop redundant dependency wrappersKaitao Cheng
2026-08-24mm: standardize printing for pgtable entriesDavid Hildenbrand (Arm)
2026-08-24mm/kconfig: drop redundant memory hotplug dependenciesKaitao Cheng
2026-08-24maple_tree: remove undocumented CONFIG_MAPLE_RCU_DISABLED macroEthan Nelson-Moore
2026-08-24mm: nommu: point to the write iterator upon split_vmaHajime Tazaki
2026-08-24mm: mempolicy: fix automatic numa balancing for shmemJohannes Weiner
2026-08-24Merge branch 'mm-hotfixes-stable' into mm-stable to pick upAndrew Morton
2026-08-24Merge tag 'cifs-fixes-7.3-rc1' of https://git.manguebit.org/linuxLinus Torvalds
2026-08-24um: Use asm-generic/timex.h over the host architecture oneThomas Weißschuh
2026-08-24accel: ethosu: Don't read the U65 rounding mode as a storage modeTomeu Vizoso
2026-08-24accel/ethosu: check MMIO mapping errors in probeGuoHan Zhao
2026-08-24eventfs: Initialize ei->children and ei->list in init_ei()Deepanshu Kartikey
2026-08-24cifs: fix loff_t underflow in cifs_remap_file_range() when len == 0Frank Sorenson
2026-08-24smb: client: reject a tree connect response whose byte count is too smallBryam Vargas
2026-08-24cifs: call pagecache_isize_extended() in cifs_setsize() when extendingFrank Sorenson
2026-08-24smb: client: fix copy-paste error in WSL EA length accounting for $LXDEVFrank Sorenson
2026-08-24smb: client: remove redundant NULL check before kfree()Mohammad Shahid
2026-08-24smb: client: restore the data_offset bound in is_valid_oplock_break()Bryam Vargas
2026-08-24cifs: clear tcon after cifsFileInfo_put() in cifs_file_set_size()Frank Sorenson
2026-08-24smb: client: Avoid leaking sensitive data to the heap in connect.cThomas Huth
2026-08-24smb: client: Clear sensitive stack data in smb1encrypt.cThomas Huth
2026-08-24smb: client: Clear sensitive stack data in cifsencrypt.cThomas Huth
2026-08-24smb: client: Clear sensitive stack and heap data in smb2ops.cThomas Huth
2026-08-24smb: client: Clear sensitive stack data in smb2transport.cThomas Huth
2026-08-24Revert "cifs: remove all cifs files before kill super"Zizhi Wo
2026-08-24smb: client: fix use-before-check of ReparseDataLength in reparse_buf_ptr()Frank Sorenson
2026-08-24smb: client: fix ALIGN() overflow in symlink_data() error context loopFrank Sorenson
2026-08-24smb: client: simplify __build_path_from_dentry_optional_prefix()Dmitry Antipov