summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-04-06smb/client: avoid null-ptr-deref when tests fail in test_cmp_map()SunJianHao1-1/+1
2026-04-06fs/smb/client: add verbose error logging for UNC parsingFredric Cover1-3/+9
2026-04-06tracing/probe: reject non-closed empty immediate stringsPengpeng Hou1-1/+1
2026-04-06m68k: Fix task info flags handling for 68000Daniel Palmer1-8/+13
2026-04-06Linux 7.0-rc7v7.0-rc7Linus Torvalds1-1/+1
2026-04-06Merge tag 'riscv-for-linus-7.0-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-28/+47
2026-04-06x86/split_lock: Don't warn about unknown split_lock_detect parameterRonan Pigott1-0/+6
2026-04-05mm: fix deferred split queue races during migrationLance Yang2-14/+19
2026-04-05mm/khugepaged: fix issue with tracking lockLorenzo Stoakes (Oracle)1-4/+8
2026-04-05mm/huge_memory: add and use has_deposited_pgtable()Lorenzo Stoakes (Oracle)1-9/+25
2026-04-05mm/huge_memory: add and use normal_or_softleaf_folio_pmd()Lorenzo Stoakes (Oracle)1-28/+19
2026-04-05mm: add softleaf_is_valid_pmd_entry(), pmd_to_softleaf_folio()Lorenzo Stoakes (Oracle)1-4/+35
2026-04-05mm/huge_memory: separate out the folio part of zap_huge_pmd()Lorenzo Stoakes (Oracle)1-26/+35
2026-04-05mm/huge_memory: use mm instead of tlb->mmLorenzo Stoakes (Oracle)1-3/+4
2026-04-05mm/huge_memory: remove unnecessary sanity checksLorenzo Stoakes (Oracle)1-2/+0
2026-04-05mm/huge_memory: deduplicate zap deposited table callLorenzo Stoakes (Oracle)1-12/+10
2026-04-05mm/huge_memory: remove unnecessary VM_BUG_ON_PAGE()Lorenzo Stoakes (Oracle)1-1/+0
2026-04-05mm/huge_memory: add a common exit path to zap_huge_pmd()Lorenzo Stoakes (Oracle)1-9/+6
2026-04-05mm/huge_memory: handle buggy PMD entry in zap_huge_pmd()Lorenzo Stoakes (Oracle)1-0/+4
2026-04-05mm/huge_memory: have zap_huge_pmd return a boolean, add kdocLorenzo Stoakes (Oracle)2-9/+18
2026-04-05mm/huge: avoid big else branch in zap_huge_pmd()Lorenzo Stoakes (Oracle)1-42/+45
2026-04-05mm/huge_memory: simplify vma_is_specal_huge()Lorenzo Stoakes (Oracle)3-25/+25
2026-04-05mm: on remap assert that input range within the proposed VMALorenzo Stoakes (Oracle)1-0/+3
2026-04-05mm: add mmap_action_map_kernel_pages[_full]()Lorenzo Stoakes (Oracle)6-6/+160
2026-04-05uio: replace deprecated mmap hook with mmap_prepare in uio_infoLorenzo Stoakes (Oracle)3-12/+28
2026-04-05drivers: hv: vmbus: replace deprecated mmap hook with mmap_prepareLorenzo Stoakes (Oracle)4-21/+29
2026-04-05mm: allow handling of stacked mmap_prepare hooks in more driversLorenzo Stoakes (Oracle)5-60/+136
2026-04-05staging: vme_user: replace deprecated mmap hook with mmap_prepareLorenzo Stoakes (Oracle)4-33/+42
2026-04-05stm: replace deprecated mmap hook with mmap_prepareLorenzo Stoakes (Oracle)1-10/+21
2026-04-05mtdchar: replace deprecated mmap hook with mmap_prepare, clean upLorenzo Stoakes (Oracle)1-18/+3
2026-04-05hpet: replace deprecated mmap hook with mmap_prepareLorenzo Stoakes (Oracle)1-5/+7
2026-04-05misc: open-dice: replace deprecated mmap hook with mmap_prepareLorenzo Stoakes (Oracle)1-8/+11
2026-04-05mm: add mmap_action_simple_ioremap()Lorenzo Stoakes (Oracle)7-28/+102
2026-04-05fs: afs: restore mmap_prepare implementationLorenzo Stoakes (Oracle)1-13/+29
2026-04-05fs: afs: revert mmap_prepare() changeLorenzo Stoakes (Oracle)1-6/+6
2026-04-05mm: add vm_ops->mapped hookLorenzo Stoakes (Oracle)6-29/+120
2026-04-05mm: have mmap_action_complete() handle the rmap lock and unmapLorenzo Stoakes (Oracle)4-54/+40
2026-04-05mm/vma: remove superfluous map->hold_file_rmap_lockLorenzo Stoakes (Oracle)1-8/+6
2026-04-05mm: switch the rmap lock held option off in compat layerLorenzo Stoakes (Oracle)2-21/+27
2026-04-05mm: avoid deadlock when holding rmap on mmap_prepare errorLorenzo Stoakes (Oracle)2-8/+17
2026-04-05mm: document vm_operations_struct->open the same as close()Lorenzo Stoakes (Oracle)2-10/+20
2026-04-05mm: add documentation for the mmap_prepare file operation callbackLorenzo Stoakes (Oracle)2-0/+143
2026-04-05mm: various small mmap_prepare cleanupsLorenzo Stoakes (Oracle)8-120/+126
2026-04-05mm: simplify VMA flag tests of excluded flagsLorenzo Stoakes (Oracle)3-16/+9
2026-04-05mm/vma: convert __mmap_region() to use vma_flags_tLorenzo Stoakes (Oracle)7-107/+92
2026-04-05mm/vma: convert vma_modify_flags[_uffd]() to use vma_flags_tLorenzo Stoakes (Oracle)11-74/+93
2026-04-05tools: bitmap: add missing bitmap_copy() implementationLorenzo Stoakes (Oracle)1-0/+11
2026-04-05mm/vma: convert as much as we can in mm/vma.c to vma_flags_tLorenzo Stoakes (Oracle)4-42/+59
2026-04-05tools/testing/vma: update VMA tests to test vma_clear_flags[_mask]()Lorenzo Stoakes (Oracle)1-16/+17
2026-04-05mm/vma: introduce vma_clear_flags[_mask]()Lorenzo Stoakes (Oracle)2-0/+25