summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2025-03-17fs/dax: ensure all pages are idle prior to filesystem unmountAlistair Popple
2025-03-17fs/dax: always remove DAX page-cache entries when breaking layoutsAlistair Popple
2025-03-17fs/dax: create a common implementation to break DAX layoutsAlistair Popple
2025-03-17fs/dax: refactor wait for dax idle pageAlistair Popple
2025-03-18jbd2: remove jbd2_journal_unfile_buffer()Baokun Li
2025-03-17NFS: Implement NFSv4.2's OFFLOAD_STATUS operationChuck Lever
2025-03-17NFS: Implement NFSv4.2's OFFLOAD_STATUS XDRChuck Lever
2025-03-17NFSv4: Avoid unnecessary scans of filesystems for delayed delegationsTrond Myklebust
2025-03-17NFSv4: Avoid unnecessary scans of filesystems for expired delegationsTrond Myklebust
2025-03-17NFSv4: Avoid unnecessary scans of filesystems for returning delegationsTrond Myklebust
2025-03-17net: phylink: expand on .pcs_config() method documentationRussell King (Oracle)
2025-03-17lib/interval_tree: skip the check before go to the right subtreeWei Yang
2025-03-17lib/rbtree: add random seedWei Yang
2025-03-17net: phy: remove unused functions phy_package_[read|write]_mmdHeiner Kallweit
2025-03-17net: phy: move PHY package MMD access function declarations from phy.h to phy...Heiner Kallweit
2025-03-17net/mlx5: fs, add support for flow meters HWS actionMoshe Shemesh
2025-03-17jbd2: remove redundant function jbd2_journal_has_csum_v2or3_featureEric Biggers
2025-03-17gso: AccECN supportIlpo Järvinen
2025-03-17rtc: pm8xxx: add support for uefi offsetJohan Hovold
2025-03-17perf: Fix __percpu annotationPeter Zijlstra
2025-03-17include/{topology,cpuset}: Move dl_rebuild_rd_accounting to cpuset.hJuri Lelli
2025-03-17sched/topology: Stop exposing partition_sched_domains_lockedJuri Lelli
2025-03-17sched/deadline: Rebuild root domain accounting after every updateJuri Lelli
2025-03-17sched/deadline: Generalize unique visiting of root domainsJuri Lelli
2025-03-17sched/topology: Wrappers for sched_domains_mutexJuri Lelli
2025-03-17perf: Clean up pmu specific dataKan Liang
2025-03-17sched: Add a generic function to return the preemption stringSebastian Andrzej Siewior
2025-03-17perf: Supply task information to sched_task()Kan Liang
2025-03-17perf: attach/detach PMU specific dataKan Liang
2025-03-17locking/percpu-rwsem: Add guard supportPeter Zijlstra (Intel)
2025-03-17perf: Save PMU specific data in task_structKan Liang
2025-03-17perf: Extend per event callchain limit to branch stackKan Liang
2025-03-17Merge tag 'v6.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Bartosz Golaszewski
2025-03-17mm: zpool: remove zpool_malloc_support_movable()Yosry Ahmed
2025-03-17mm: zsmalloc: remove object mapping APIs and per-CPU map areasYosry Ahmed
2025-03-17mm: zpool: remove object mapping APIsYosry Ahmed
2025-03-17mm: zpool: add interfaces for object read/write APIsYosry Ahmed
2025-03-17mm/damon: add default allow/reject behavior fields to struct damosSeongJae Park
2025-03-17mm/damon/core: introduce damos->ops_filtersSeongJae Park
2025-03-17writeback: fix calculations in trace_balance_dirty_pages() for cgwbTang Yizhou
2025-03-17writeback: let trace_balance_dirty_pages() take struct dtc as parameterTang Yizhou
2025-03-17page_counter: reduce struct page_counter sizeShakeel Butt
2025-03-17page_counter: track failcnt only for legacy cgroupsShakeel Butt
2025-03-17mm: fix lazy mmu docs and usageRyan Roberts
2025-03-17mm/damon/core: implement intervals auto-tuningSeongJae Park
2025-03-17mm/damon: add data structure for monitoring intervals auto-tuningSeongJae Park
2025-03-17mm/mmu_notifier: use MMU_NOTIFY_CLEAR in remove_device_exclusive_entry()David Hildenbrand
2025-03-16cpu: remove needless return in void API suspend_enable_secondary_cpus()Zijun Hu
2025-03-16rhashtable: remove needless return in three void APIsZijun Hu
2025-03-16lib min_heap: use size_t for array size and index variablesKuan-Wei Chiu