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-14mm/highmem: fix kernel-doc warnings in highmem*.hFabio M. De Francesco
2022-05-13tracing: incorrect gfp_t conversionVasily Averin
2022-05-13percpu: improve percpu_alloc_percpu event traceVasily Averin
2022-05-13mm: functions may simplify the use of return valuesLi kunyu
2022-05-13mm: remove __HAVE_ARCH_PTEP_CLEAR in pgtable.hTong Tiangen
2022-05-13mm: page_table_check: add hooks to public helpersTong Tiangen
2022-05-13mm: add folio_test_movable()Matthew Wilcox (Oracle)
2022-05-13mm: add folio_mapping_flags()Matthew Wilcox (Oracle)
2022-05-13mm/shmem: convert shmem_swapin_page() to shmem_swapin_folio()Matthew Wilcox (Oracle)
2022-05-13mm/swap: add folio_throttle_swaprateMatthew Wilcox (Oracle)
2022-05-13mm: allow can_split_folio() to be called when THP are disabledMatthew Wilcox (Oracle)
2022-05-13vmscan: convert lazy freeing to foliosMatthew Wilcox (Oracle)
2022-05-13swap: turn get_swap_page() into folio_alloc_swap()Matthew Wilcox (Oracle)
2022-05-13mm: remove alloc_pages_vma()Matthew Wilcox (Oracle)
2022-05-13mm: cma: use pageblock_order as the single alignmentZi Yan
2022-05-13mm: make alloc_contig_range work at pageblock granularityZi Yan
2022-05-13mm: page_isolation: move has_unmovable_pages() to mm/page_isolation.cZi Yan
2022-05-13mm/uffd: enable write protection for shmem & hugetlbfsPeter Xu
2022-05-13mm/hugetlb: handle uffd-wp during fork()Peter Xu
2022-05-13mm/hugetlb: only drop uffd-wp special pte if requiredPeter Xu
2022-05-13mm/hugetlb: handle UFFDIO_WRITEPROTECTPeter Xu
2022-05-13mm/hugetlb: take care of UFFDIO_COPY_MODE_WPPeter Xu
2022-05-13mm/hugetlb: introduce huge pte version of uffd-wp helpersPeter Xu
2022-05-13mm/shmem: persist uffd-wp bit across zapping for file-backedPeter Xu
2022-05-13mm/shmem: handle uffd-wp special pte in page fault handlerPeter Xu
2022-05-13mm/shmem: take care of UFFDIO_COPY_MODE_WPPeter Xu
2022-05-13mm/uffd: PTE_MARKER_UFFD_WPPeter Xu
2022-05-13mm: check against orig_pte for finish_fault()Peter Xu
2022-05-13mm: introduce PTE_MARKER swap entryPeter Xu
2022-05-13mm/damon/vaddr: move 'damon_set_regions()' to coreSeongJae Park
2022-05-13mm/damon/core: add a new callback for watermarks checksSeongJae Park
2022-05-13mm/swapops: make is_pmd_migration_entry more strictHongchen Zhang
2022-05-13mm: make minimum slab alignment a runtime propertyPeter Collingbourne
2022-05-13printk: stop including cache.h from printk.hPeter Collingbourne
2022-05-13mm/damon/vaddr: register a damon_operations for fixed virtual address ranges ...SeongJae Park
2022-05-13mm/damon/core: add a function for damon_operations registration checksSeongJae Park
2022-05-13mm/highmem: VM_BUG_ON() if offset + len > PAGE_SIZEFabio M. De Francesco
2022-05-13mm: avoid unnecessary flush on change_huge_pmd()Nadav Amit
2022-05-13mm/mprotect: do not flush when not required architecturallyNadav Amit
2022-05-13mm/mprotect: use mmu_gatherNadav Amit
2022-05-10VFS: add FMODE_CAN_ODIRECT file flagNeilBrown
2022-05-10mm: submit multipage write for SWP_FS_OPS swap-spaceNeilBrown
2022-05-10nfs: rename nfs_direct_IO and use as ->swap_rwNeilBrown
2022-05-10mm: introduce ->swap_rw and use it for reads from SWP_FS_OPS swap-spaceNeilBrown
2022-05-10mm: move responsibility for setting SWP_FS_OPS to ->swap_activateNeilBrown
2022-05-10mm: drop swap_dirty_folioNeilBrown
2022-05-10mm: create new mm/swap.h header fileNeilBrown
2022-05-10mm/swap: remember PG_anon_exclusive via a swp pte bitDavid Hildenbrand
2022-05-10mm/gup: trigger FAULT_FLAG_UNSHARE when R/O-pinning a possibly shared anonymo...David Hildenbrand
2022-05-10mm: support GUP-triggered unsharing of anonymous pagesDavid Hildenbrand