summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2025-07-15Add support to set NAPI threaded for individual NAPISamiullah Khawaja1-0/+1
2025-07-15Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski2-3/+9
2025-07-15dev: Pass netdevice_tracker to dev_get_by_flags_rcu().Kuniyuki Iwashima1-2/+2
2025-07-15SUNRPC: Remove unused xdr functionsDr. David Alan Gilbert1-9/+0
2025-07-15NFS: remove unused pnfs_ld_data field from struct nfs_serverAnthony Iliopoulos1-1/+0
2025-07-15NFS: remove unused time_delta field from struct nfs_serverAnthony Iliopoulos1-1/+0
2025-07-15NFS: remove unused wpages field from struct nfs_serverAnthony Iliopoulos1-1/+0
2025-07-15nfs: Add timecreate to nfs inodeAnne Marie Merritt2-0/+11
2025-07-15Expand the type of nfs_fattr->validTrond Myklebust2-28/+28
2025-07-14PCI/IOV: Allow drivers to control VF BAR sizeMichaƂ Winiarski1-0/+6
2025-07-14idpf: implement get LAN MMIO memory regionsJoshua Hay1-0/+8
2025-07-14idpf: implement RDMA vport auxiliary dev create, init, and destroyJoshua Hay1-0/+19
2025-07-14idpf: implement core RDMA auxiliary dev create, init, and destroyJoshua Hay1-0/+28
2025-07-14sunrpc: rearrange struct svc_rqst for fewer cachelinesJeff Layton1-3/+3
2025-07-14sunrpc: remove SVC_SYSERRJeff Layton1-1/+0
2025-07-14sunrpc: fix handling of unknown auth status codesJeff Layton2-8/+12
2025-07-14sunrpc: simplify xdr_init_encode_pagesChristoph Hellwig1-2/+1
2025-07-14sched: Do not call __put_task_struct() on rt if pi_blocked_on is setLuis Claudio R. Goncalves1-17/+10
2025-07-14locking/mutex: Add p->blocked_on wrappers for correctness checksValentin Schneider1-2/+62
2025-07-14locking/mutex: Rework task_struct::blocked_onPeter Zijlstra1-4/+1
2025-07-14sched: Add CONFIG_SCHED_PROXY_EXEC & boot argument to enable/disableJohn Stultz1-0/+13
2025-07-14Merge branch 'tip/sched/urgent'Peter Zijlstra34-77/+198
2025-07-14PM / devfreq: Allow devfreq driver to add custom sysfs ABIsJie Zhan1-0/+4
2025-07-14Add RPMh regulator support for PM7550 & PMR735BMark Brown22-34/+111
2025-07-14ASoC: codec: Convert to GPIO descriptors forMark Brown9-18/+49
2025-07-14sched/topology: Remove sched_domain_topology_level::flagsK Prateek Nayak2-11/+0
2025-07-14smpboot: introduce SDTL_INIT() helper to tidy sched topology setupLi Chen1-2/+2
2025-07-14iomap: add read_folio_range() handler for buffered writesChristoph Hellwig1-0/+10
2025-07-14iomap: replace iomap_folio_ops with iomap_write_opsChristoph Hellwig1-13/+9
2025-07-14iomap: export iomap_writeback_folioChristoph Hellwig1-0/+1
2025-07-14iomap: add public helpers for uptodate state manipulationJoanne Koong1-0/+5
2025-07-14iomap: hide ioends from the generic writeback codeChristoph Hellwig1-10/+9
2025-07-14iomap: refactor the writeback interfaceChristoph Hellwig1-11/+10
2025-07-14iomap: pass more arguments using the iomap writeback contextChristoph Hellwig1-3/+3
2025-07-14mm/balloon_compaction: provide single balloon_page_insert() and balloon_mappi...David Hildenbrand1-27/+15
2025-07-14mm/balloon_compaction: "movable_ops" doc updatesDavid Hildenbrand1-7/+6
2025-07-14mm: rename PAGE_MAPPING_* to FOLIO_MAPPING_*David Hildenbrand4-13/+12
2025-07-14mm: simplify folio_expected_ref_count()David Hildenbrand1-2/+2
2025-07-14mm/page-flags: remove folio_mapping_flags()David Hildenbrand1-5/+0
2025-07-14mm/page-alloc: remove PageMappingFlags()David Hildenbrand1-5/+0
2025-07-14mm/page-flags: rename PAGE_MAPPING_MOVABLE to PAGE_MAPPING_ANON_KSMDavid Hildenbrand1-6/+6
2025-07-14mm: rename PG_isolated to PG_movable_ops_isolatedDavid Hildenbrand1-5/+11
2025-07-14mm: convert "movable" flag in page->mapping to a page flagDavid Hildenbrand3-19/+45
2025-07-14mm: stop storing migration_ops in page->mappingDavid Hildenbrand3-13/+5
2025-07-14mm: remove __folio_test_movable()David Hildenbrand1-6/+0
2025-07-14mm: rename __PageMovable() to page_has_movable_ops()David Hildenbrand2-2/+2
2025-07-14mm/migration: remove PageMovable()David Hildenbrand1-2/+0
2025-07-14mm/migrate: remove __ClearPageMovable()David Hildenbrand1-6/+2
2025-07-14mm/balloon_compaction: stop using __ClearPageMovable()David Hildenbrand1-3/+1
2025-07-14mm/migrate: remove folio_test_movable() and folio_movable_ops()David Hildenbrand1-14/+0