summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2024-11-08Merge branch 'cxl/for-6.13/dcd-prep' into cxl-for-nextDave Jiang1-0/+8
2024-11-08range: Add range_overlaps()Ira Weiny1-0/+8
2024-11-08regmap: provide regmap_assign_bits()Bartosz Golaszewski1-0/+16
2024-11-08iommu: Make set_dev_pasid op support domain replacementYi Liu1-1/+2
2024-11-08iommu: Pass old domain to set_dev_pasid opYi Liu1-1/+1
2024-11-08net: phy: remove genphy_config_eee_advertHeiner Kallweit1-1/+0
2024-11-08net: phy: make genphy_c45_write_eee_adv() staticHeiner Kallweit1-1/+0
2024-11-08block: always verify unfreeze lock on the owner taskMing Lei1-0/+4
2024-11-08bootmem: stop using page->indexMatthew Wilcox (Oracle)1-8/+27
2024-11-08mm: mass constification of folio/page pointersMatthew Wilcox (Oracle)2-8/+9
2024-11-08mm: renovate page_address_in_vma()Matthew Wilcox (Oracle)1-5/+2
2024-11-08mm: convert page_to_pgoff() to page_pgoff()Matthew Wilcox (Oracle)2-15/+18
2024-11-08block: Add a public bdev_zone_is_seq() helperDamien Le Moal1-0/+27
2024-11-08block: RCU protect disk->conv_zones_bitmapDamien Le Moal1-1/+1
2024-11-08mm/codetag: uninline and move pgalloc_tag_copy and pgalloc_tag_splitSuren Baghdasaryan2-58/+5
2024-11-08alloc_tag: support for page allocation tag compressionSuren Baghdasaryan4-18/+147
2024-11-08alloc_tag: introduce pgtag_ref_handle to abstract page tag referencesSuren Baghdasaryan2-50/+67
2024-11-08alloc_tag: populate memory for module tags as neededSuren Baghdasaryan2-0/+15
2024-11-08alloc_tag: load module tags into separate contiguous memorySuren Baghdasaryan2-7/+43
2024-11-08maple_tree: add mas_for_each_rev() helperSuren Baghdasaryan1-0/+14
2024-11-08execmem: add support for cache of large ROX pagesMike Rapoport (Microsoft)1-0/+14
2024-11-08arch: introduce set_direct_map_valid_noflush()Mike Rapoport (Microsoft)1-0/+6
2024-11-08module: prepare to handle ROX allocations for textMike Rapoport (Microsoft)3-0/+43
2024-11-08asm-generic: introduce text-patching.hMike Rapoport (Microsoft)1-0/+15
2024-11-08mm: vmalloc: group declarations depending on CONFIG_MMU togetherMike Rapoport (Microsoft)1-36/+24
2024-11-08signal: restore the override_rlimit logicRoman Gushchin1-1/+2
2024-11-08mm/page_alloc: keep track of free highatomicYu Zhao1-0/+1
2024-11-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski12-12/+75
2024-11-07nvme: add reservation command's definesGuixin Liu1-0/+68
2024-11-07Revert "block: pre-calculate max_zone_append_sectors"Jens Axboe1-3/+18
2024-11-07wwan: core: Add WWAN ADB and MIPC port typeJinjian Song1-0/+4
2024-11-07arm64: smccc: Remove broken support for SMCCCv1.3 SVE discard hintMark Rutland1-29/+3
2024-11-07memcg: workingset: remove folio_memcg_rcu usageShakeel Butt1-32/+2
2024-11-07memcg-v1: remove memcg move locking codeShakeel Butt1-54/+0
2024-11-07memcg-v1: remove charge move codeShakeel Butt1-5/+0
2024-11-07mm: add missing mmu_notifier_clear_young for !MMU_NOTIFIERJames Houghton1-0/+7
2024-11-07mm/codetag: fix arg in pgalloc_tag_copy alloc_tag_subSourav Panda1-1/+1
2024-11-07maple_tree: fix outdated flag name in commentJann Horn1-1/+1
2024-11-07mm: remove unused has_isolate_pageblockLuoxi Li1-8/+0
2024-11-07mm: huge_memory: move file_thp_enabled() into huge_memory.cKefeng Wang1-13/+0
2024-11-07mm/mglru: reset page lru tier bits when activatingWei Xu2-1/+16
2024-11-07mm: avoid zeroing user movable page twice with init_on_alloc=1Zi Yan1-7/+1
2024-11-07mm: remove unused hugepage for vma_alloc_folio()Kefeng Wang2-4/+4
2024-11-07kaslr: rename physmem_end and PHYSMEM_END to direct_map_physmem_endJohn Hubbard1-3/+3
2024-11-07mm: drop hugetlb_get_unmapped_area{_*} functionsOscar Salvador1-6/+1
2024-11-07mm: make hugetlb mappings go through mm_get_unmapped_area_vmflagsOscar Salvador1-5/+4
2024-11-07mm/mmap: teach generic_get_unmapped_area{_topdown} to handle hugetlb mappingsOscar Salvador1-0/+10
2024-11-07mm: move set_pxd_safe() helpers from generic to platformAnshuman Khandual1-38/+0
2024-11-07mm: remove PageKsm()Matthew Wilcox (Oracle)1-6/+1
2024-11-07mm: add PageAnonNotKsm()Matthew Wilcox (Oracle)1-2/+9