summaryrefslogtreecommitdiffstats
path: root/include/net (unfollow)
Commit message (Expand)AuthorFilesLines
2024-09-17resource, kunit: add test case for region_intersects()Huang Ying3-6/+158
2024-09-17resource: make alloc_free_mem_region() works for iomem_resourceHuang Ying1-1/+1
2024-09-17mm: z3fold: deprecate CONFIG_Z3FOLDYosry Ahmed3-8/+19
2024-09-17vfio/pci: implement huge_fault supportAlex Williamson1-17/+43
2024-09-17mm/arm64: support large pfn mappingsPeter Xu2-0/+30
2024-09-17mm/x86: support large pfn mappingsPeter Xu2-28/+53
2024-09-17mm: remove follow_pte()Peter Xu2-75/+0
2024-09-17mm/access_process_vm: use the new follow_pfnmap APIPeter Xu1-14/+14
2024-09-17acrn: use the new follow_pfnmap APIPeter Xu1-7/+9
2024-09-17vfio: use the new follow_pfnmap APIPeter Xu1-10/+6
2024-09-17mm/x86/pat: use the new follow_pfnmap APIPeter Xu1-10/+7
2024-09-17s390/pci_mmio: use follow_pfnmap APIPeter Xu1-10/+12
2024-09-17KVM: use follow_pfnmap APIPeter Xu1-12/+7
2024-09-17mm: new follow_pfnmap APIPeter Xu2-0/+181
2024-09-17mm: always define pxx_pgprot()Peter Xu5-0/+16
2024-09-17mm/fork: accept huge pfnmap entriesPeter Xu1-3/+26
2024-09-17mm/pagewalk: check pfnmap for folio_walk_start()Peter Xu2-6/+5
2024-09-17mm/gup: detect huge pfnmap entries in gup-fastPeter Xu1-0/+6
2024-09-17mm: allow THP orders for PFNMAPsPeter Xu2-5/+5
2024-09-17mm: mark special bits for huge pfn mappings when injectPeter Xu1-0/+4
2024-09-17mm: drop is_huge_zero_pud()Peter Xu2-22/+1
2024-09-17mm: introduce ARCH_SUPPORTS_HUGE_PFNMAP and special bits to pmd/pudPeter Xu2-0/+37
2024-09-10mm/codetag: add pgalloc_tag_copy()Yu Zhao3-14/+38
2024-09-10mm/codetag: fix pgalloc_tag_split()Yu Zhao5-35/+34
2024-09-10mm/codetag: fix a typoYu Zhao1-1/+1
2024-09-10mm/vmalloc.c: use "high-order" in description non 0-order pagesUladzislau Rezki (Sony)1-2/+2
2024-09-10mm/vmalloc.c: use helper function va_size()ZhangPeng1-9/+8
2024-09-10mm: replace xa_get_order with xas_get_order where appropriateShakeel Butt2-4/+4
2024-09-10maple_tree: mark three functions as __maybe_unusedLiam R. Howlett1-3/+3
2024-09-10mm: clean up mem_cgroup_iter()Kinsey Ho1-20/+12
2024-09-10mm: restart if multiple traversals racedKinsey Ho2-11/+19
2024-09-10mm: increment gen # before restarting traversalKinsey Ho1-10/+12
2024-09-10mm: don't hold css->refcnt during traversalKinsey Ho1-17/+1
2024-09-10cgroup: clarify css sibling linkage is protected by cgroup_mutex or RCUKinsey Ho2-8/+14
2024-09-10mm/page_alloc: fix build with CONFIG_UNACCEPTED_MEMORY=nAndrew Morton1-11/+5
2024-09-10mm: migrate: remove unused includesKefeng Wang1-7/+0
2024-09-10mm: thp: simplify split_huge_pages_pid()Nanyong Sun1-6/+1
2024-09-10mm: migrate: simplify find_mm_struct()Nanyong Sun1-7/+1
2024-09-10mm/damon/tests/core-kunit: skip damon_test_nr_accesses_to_accesses_bp() if ag...SeongJae Park2-1/+19
2024-09-10uprobes: use vm_special_mapping close() functionalitySven Schnelle3-21/+17
2024-09-10mm: page_alloc: fix missed updates of PGFREE in free_unref_{page/folios}Yosry Ahmed1-6/+4
2024-09-10mm: care about shadow stack guard gap when getting an unmapped areaMark Brown1-0/+14
2024-09-10mm: pass vm_flags to generic_get_unmapped_area()Mark Brown3-8/+10
2024-09-10mm: make arch_get_unmapped_area() take vm_flags by defaultMark Brown18-81/+51
2024-09-10mm/damon/tests/vaddr-kunit: init maple tree without MT_FLAGS_LOCK_EXTERNSeongJae Park1-1/+1
2024-09-10mm: Kconfig: fixup zsmalloc configurationSergey Senozhatsky1-1/+1
2024-09-10filemap: fix the last_index of mm_filemap_get_pagesTakaya Saeki1-1/+1
2024-09-10mm,tmpfs: consider end of file write in shmem_is_hugeRik van Riel7-39/+42
2024-09-10zram: support priority parameter in recompressionSergey Senozhatsky2-1/+16
2024-09-10Documentation/zram: add documentation for algorithm parametersSergey Senozhatsky1-8/+39