Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-05-24Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2022-05-20arm64/mm: fix page table check compile error for CONFIG_PGTABLE_LEVELS=2Tong Tiangen
2022-05-16arm64: mm: Make arch_faults_on_old_pte() check for migratabilityValentin Schneider
2022-05-13arm64/mm: enable ARCH_SUPPORTS_PAGE_TABLE_CHECKKefeng Wang
2022-05-13mm/shmem: convert shmem_swapin_page() to shmem_swapin_folio()Matthew Wilcox (Oracle)
2022-05-10arm64/pgtable: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2022-04-22arm64: mm: fix p?d_leaf()Muchun Song
2022-03-08arm64: Ensure execute-only permissions are not allowed without EPANCatalin Marinas
2021-11-08arm64: pgtable: make __pte_to_phys/__phys_to_pte_val inline functionsArnd Bergmann
2021-09-29arm64/mm: Add pud_sect_supported()Anshuman Khandual
2021-08-25arm64: mm: fix comment typo of pud_offset_phys()Xujun Leng
2021-07-08mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *Aneesh Kumar K.V
2021-07-08mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-07-01mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual
2021-06-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-06-22arm64: mte: Sync tags for pages where PTE is untaggedSteven Price
2021-05-25arm64/mm: Remove [PUD|PMD]_TABLE_BIT from [pud|pmd]_bad()Anshuman Khandual
2021-03-26arm64: Support execute-only permissions with Enhanced PANVladimir Murzin
2021-03-10arm64: mte: Map hotplugged memory as Normal TaggedCatalin Marinas
2021-01-20arm64: mm: Implement arch_wants_old_prefaulted_pte()Will Deacon
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-12-15arm64: mremap speedup - enable HAVE_MOVE_PUDKalesh Singh
2020-12-15Merge tag 'perf-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-12-09Merge remote-tracking branch 'arm64/for-next/fixes' into for-next/coreCatalin Marinas
2020-12-09Merge branch 'for-next/misc' into for-next/coreCatalin Marinas
2020-12-03arm64/mm: Implement pXX_leaf_size() supportPeter Zijlstra
2020-11-23arm64: pgtable: Ensure dirty bit is preserved across pte_wrprotect()Will Deacon
2020-11-23arm64: pgtable: Fix pte_accessible()Will Deacon
2020-11-10arm64: consistently use reserved_pg_dirMark Rutland
2020-11-09arm64: mm: tidy up top of kernel VA spaceArd Biesheuvel
2020-10-15arm64: mm: use single quantity to represent the PA to VA translationArd Biesheuvel
2020-10-02Merge branch 'for-next/mte' into for-next/coreWill Deacon
2020-10-02Merge branches 'for-next/acpi', 'for-next/boot', 'for-next/bpf', 'for-next/cp...Will Deacon
2020-10-01arm64: mm: Make flush_tlb_fix_spurious_fault() a no-opWill Deacon
2020-09-14arm64/mm: Refactor {pgd, pud, pmd, pte}_ERROR()Gavin Shan
2020-09-11arm64/mm: Enable THP migrationAnshuman Khandual
2020-09-11arm64/mm: Change THP helpers to comply with generic MM semanticsAnshuman Khandual
2020-09-04arm64: mte: Enable swap of tagged pagesSteven Price
2020-09-04arm64: mte: Add PROT_MTE support to mmap() and mprotect()Catalin Marinas
2020-09-04arm64: mte: Clear the tags when a page is mapped in user-space with PROT_MTECatalin Marinas
2020-07-07arm64: tlb: Set the TTL field in flush_*_tlb_rangeZhenyu Ye
2020-06-16arm64: pgtable: Clear the GP bit for non-executable kernel pagesWill Deacon
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2020-06-05arm64: add support for folded p4d page tablesMike Rapoport
2020-06-04mm/thp: rename pmd_mknotpresent() as pmd_mkinvalid()Anshuman Khandual
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-02mm: enforce that vmap can't map pages executableChristoph Hellwig