summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2025-07-14mm/migrate: remove folio_test_movable() and folio_movable_ops()David Hildenbrand1-14/+0
2025-07-14mm/migrate: rename isolate_movable_page() to isolate_movable_ops_page()David Hildenbrand1-2/+2
2025-07-14mm/balloon_compaction: make PageOffline sticky until the page is freedDavid Hildenbrand1-1/+1
2025-07-14mm/balloon_compaction: convert balloon_page_delete() to balloon_page_finalize()David Hildenbrand1-27/+16
2025-07-14maple tree: add some commentsDev Jain1-2/+2
2025-07-14mm: fix spelling issue in swap.hXuanye Liu1-1/+1
2025-07-14mm/hugetlb: remove prepare_hugepage_range()Peter Xu2-14/+0
2025-07-14mm/page_isolation: remove migratetype parameter from more functionsZi Yan3-11/+30
2025-07-14mm/page_isolation: remove migratetype from undo_isolate_page_range()Zi Yan1-2/+1
2025-07-14mm/page_isolation: remove migratetype from move_freepages_block_isolate()Zi Yan1-3/+2
2025-07-14mm/page_alloc: add support for initializing pageblock as isolatedZi Yan2-1/+5
2025-07-14mm/page_isolation: make page isolation a standalone bitZi Yan3-0/+33
2025-07-14mm/page_alloc: pageblock flags functions clean upZi Yan3-26/+28
2025-07-14mm,memory_hotplug: drop status_change_nid parameter from memory_notifyOscar Salvador1-1/+0
2025-07-14mm,memory_hotplug: implement numa node notifierOscar Salvador1-0/+40
2025-07-14mm,memory_hotplug: remove status_change_nid_normal and update documentationOscar Salvador1-1/+0
2025-07-14mm, madvise: extract mm code from prctl_set_vma() to mm/madvise.cVlastimil Babka1-7/+7
2025-07-14mm/madvise: eliminate very confusing manipulation of prev VMALorenzo Stoakes1-5/+4
2025-07-14ASoC: codec: tlv320aic32x4: Drop aic32x4_pdata usagePeng Fan1-9/+0
2025-07-13Merge tag 'irq_urgent_for_v6.16_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2025-07-13dt-bindings: iio: adc: mt6359: Add MT6373 PMIC AuxADCAngeloGioacchino Del Regno1-0/+19
2025-07-13dt-bindings: iio: adc: mt6359: Add MT6363 PMIC AuxADCAngeloGioacchino Del Regno1-0/+24
2025-07-13iio: adc: ad_sigma_delta: add SPI offload supportDavid Lechner1-0/+14
2025-07-13iio: adc: ad_sigma_delta: use spi_optimize_message()David Lechner1-0/+3
2025-07-13iio: adc: ad_sigma_delta: use u8 instead of uint8_tDavid Lechner1-5/+5
2025-07-13PM: hibernate: Add stub for pm_hibernate_is_recovering()Mario Limonciello1-2/+2
2025-07-13RDMA/efa: Add CQ with external memory supportMichael Margolin1-1/+2
2025-07-13RDMA/core: Add umem "is_contiguous" and "start_dma_addr" helpersMichael Margolin1-4/+21
2025-07-13RDMA/uverbs: Add a common way to create CQ with umemMichael Margolin2-0/+8
2025-07-13net/mlx5: IFC updates for disabled host PFDaniel Jurgens1-1/+3
2025-07-13net/mlx5: Expose disciplined_fr_counter through HCA capabilities in mlx5_ifcCarolina Jubran1-1/+2
2025-07-13Optimize DMABUF mkey page size in mlx5Leon Romanovsky2-1/+4
2025-07-13RDMA/mlx5: Fix UMR modifying of mkey page sizeEdward Srouji1-0/+1
2025-07-13net/mlx5: Expose HCA capability bits for mkey max page sizeMichael Guralnik1-1/+3
2025-07-13Merge branch 'mm-hotfixes-stable' into mm-stable to pick up changes whichAndrew Morton3-6/+5
2025-07-12Merge tag 'mm-hotfixes-stable-2025-07-11-16-16' of git://git.kernel.org/pub/s...Linus Torvalds3-6/+5
2025-07-12Merge tag 'drm-fixes-2025-07-12' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2-0/+10
2025-07-12net_sched: act_skbedit: use RCU in tcf_skbedit_dump()Eric Dumazet1-0/+1
2025-07-12net_sched: act_police: use RCU in tcf_police_dump()Eric Dumazet1-1/+2
2025-07-12net_sched: act_pedit: use RCU in tcf_pedit_dump()Eric Dumazet1-0/+1
2025-07-12net_sched: act_nat: use RCU in tcf_nat_dump()Eric Dumazet1-0/+1
2025-07-12net_sched: act_mpls: use RCU in tcf_mpls_dump()Eric Dumazet1-0/+1
2025-07-12net_sched: act_ctinfo: use RCU in tcf_ctinfo_dump()Eric Dumazet1-0/+1
2025-07-12net_sched: act_ctinfo: use atomic64_t for three countersEric Dumazet1-3/+3
2025-07-12net_sched: act_ct: use RCU in tcf_ct_dump()Eric Dumazet1-1/+1
2025-07-12net_sched: act_csum: use RCU in tcf_csum_dump()Eric Dumazet1-0/+1
2025-07-12net_sched: act_connmark: use RCU in tcf_connmark_dump()Eric Dumazet1-0/+1
2025-07-12net_sched: act: annotate data-races in tcf_lastuse_update() and tcf_tm_dump()Eric Dumazet1-9/+14
2025-07-12locking/mutex: Mark devm_mutex_init() as __must_checkThomas Weißschuh1-4/+7
2025-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-13/+34