summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2023-02-09sh: mm: set VM_IOREMAP flag to the vmalloc areaBaoquan He
2023-02-09powerpc: mm: add VM_IOREMAP flag to the vmalloc areaBaoquan He
2023-02-09mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)
2023-02-09mips: drop definition of pfn_valid() for DISCONTIGMEMMike Rapoport (IBM)
2023-02-09m68k: use asm-generic/memory_model.h for both MMU and !MMUMike Rapoport (IBM)
2023-02-09arm: include asm-generic/memory_model.h from page.h rather than memory.hMike Rapoport (IBM)
2023-02-09mm: introduce __vm_flags_mod and use it in untrack_pfnSuren Baghdasaryan
2023-02-09mm: replace vma->vm_flags indirect modification in ksm_madviseSuren Baghdasaryan
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan
2023-02-09arm/mm: fix swp type masking in __swp_entry()David Hildenbrand
2023-02-02mm: add vma_alloc_zeroed_movable_folio()Matthew Wilcox (Oracle)
2023-02-02mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2023-02-02xtensa/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2023-02-02x86/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE also on 32bitDavid Hildenbrand
2023-02-02um/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2023-02-02sparc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 64bitDavid Hildenbrand
2023-02-02sparc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 32bitDavid Hildenbrand
2023-02-02sh/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2023-02-02riscv/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2023-02-02powerpc/nohash/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2023-02-02powerpc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 32bit book3sDavid Hildenbrand
2023-02-02parisc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2023-02-02openrisc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2023-02-02nios2/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2023-02-02nios2/mm: refactor swap PTE layoutDavid Hildenbrand
2023-02-02mips/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2023-02-02microblaze/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2023-02-02m68k/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2023-02-02m68k/mm: remove dummy __swp definitions for nommuDavid Hildenbrand
2023-02-02loongarch/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2023-02-02ia64/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2023-02-02hexagon/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2023-02-02csky/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2023-02-02arm/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2023-02-02arc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2023-02-02alpha/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2023-02-02m68k/mm/motorola: specify pmd_page() typeLorenzo Stoakes
2023-02-02Revert "x86: kmsan: sync metadata pages on page fault"Alexander Potapenko
2023-01-31Sync mm-stable with mm-hotfixes-stable to pick up dependent patchesAndrew Morton
2023-01-31sh: define RUNTIME_DISCARD_EXITTom Saeger
2023-01-31ia64: fix build error due to switch case label appearing next to declarationJames Morse
2023-01-18mm: remove zap_page_range and create zap_vma_pagesMike Kravetz
2023-01-18mm/uffd: always wr-protect pte in pte|pmd_mkuffd_wp()Peter Xu
2023-01-15Merge tag 'x86_urgent_for_v6.2_rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-01-15Merge tag 'powerpc-6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2023-01-13Merge tag 'pci-v6.2-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-01-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-01-13x86/pci: Treat EfiMemoryMappedIO as reservation of ECAM spaceBjorn Helgaas
2023-01-13Merge tag 'efi-fixes-for-v6.2-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-01-13Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds