summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)2023-02-0920-84/+2
* mips: drop definition of pfn_valid() for DISCONTIGMEMMike Rapoport (IBM)2023-02-091-15/+0
* m68k: use asm-generic/memory_model.h for both MMU and !MMUMike Rapoport (IBM)2023-02-093-8/+1
* arm: include asm-generic/memory_model.h from page.h rather than memory.hMike Rapoport (IBM)2023-02-092-2/+2
* mm: introduce __vm_flags_mod and use it in untrack_pfnSuren Baghdasaryan2023-02-091-3/+7
* mm: replace vma->vm_flags indirect modification in ksm_madviseSuren Baghdasaryan2023-02-092-2/+10
* mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-0913-25/+24
* arm/mm: fix swp type masking in __swp_entry()David Hildenbrand2023-02-091-1/+1
* mm: add vma_alloc_zeroed_movable_folio()Matthew Wilcox (Oracle)2023-02-027-24/+18
* mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-0227-27/+0
* xtensa/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-021-5/+27
* x86/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE also on 32bitDavid Hildenbrand2023-02-023-10/+44
* um/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-021-2/+35
* sparc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 64bitDavid Hildenbrand2023-02-021-3/+35
* sparc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 32bitDavid Hildenbrand2023-02-022-12/+29
* sh/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-021-12/+42
* riscv/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-022-5/+27
* powerpc/nohash/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-027-28/+63
* powerpc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 32bit book3sDavid Hildenbrand2023-02-021-5/+33
* parisc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-021-3/+38
* openrisc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-021-5/+36
* nios2/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-022-1/+24
* nios2/mm: refactor swap PTE layoutDavid Hildenbrand2023-02-021-8/+10
* mips/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-023-16/+131
* microblaze/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-022-12/+37
* m68k/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-023-9/+104
* m68k/mm: remove dummy __swp definitions for nommuDavid Hildenbrand2023-02-021-6/+0
* loongarch/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-022-4/+39
* ia64/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-021-3/+29
* hexagon/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-021-6/+31
* csky/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-023-11/+39
* arm/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-023-7/+34
* arc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-021-3/+24
* alpha/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-021-4/+37
* m68k/mm/motorola: specify pmd_page() typeLorenzo Stoakes2023-02-021-1/+1
* Revert "x86: kmsan: sync metadata pages on page fault"Alexander Potapenko2023-02-021-22/+1
* Sync mm-stable with mm-hotfixes-stable to pick up dependent patchesAndrew Morton2023-01-312-2/+6
|\
| * sh: define RUNTIME_DISCARD_EXITTom Saeger2023-01-311-0/+1
| * ia64: fix build error due to switch case label appearing next to declarationJames Morse2023-01-311-2/+5
* | mm: remove zap_page_range and create zap_vma_pagesMike Kravetz2023-01-188-21/+10
* | mm/uffd: always wr-protect pte in pte|pmd_mkuffd_wp()Peter Xu2023-01-181-12/+12
|/
* Merge tag 'x86_urgent_for_v6.2_rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-01-155-20/+52
|\
| * x86/mm: fix poking_init() for Xen PV guestsJuergen Gross2023-01-121-0/+4
| * x86/resctrl: Fix event counts regression in reused RMIDsPeter Newman2023-01-101-16/+33
| * x86/resctrl: Fix task CLOSID/RMID update racePeter Newman2023-01-101-1/+11
| * x86/pat: Fix pat_x_mtrr_type() for MTRR disabled caseJuergen Gross2023-01-101-1/+2
| * x86/boot: Avoid using Intel mnemonics in AT&T syntax asmPeter Zijlstra2023-01-101-2/+2
* | Merge tag 'powerpc-6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-01-154-72/+72
|\ \
| * | powerpc/64s/hash: Make stress_hpt_timer_fn() staticYang Yingliang2023-01-121-1/+1
| * | powerpc/imc-pmu: Fix use of mutex in IRQs disabled sectionKajol Jain2023-01-112-71/+67