summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2026-03-30rcu-tasks: Document that RCU Tasks Trace grace periods now imply RCU grace pe...Paul E. McKenney1-6/+3
2026-03-30srcu: Fix s/they disables/they disable/ typo in srcu_read_unlock_fast()Paul E. McKenney1-1/+1
2026-03-30srcu: Fix SRCU read flavor macro commentsPaul E. McKenney1-2/+2
2026-03-30rcutorture: Add a textbook-style trivial preemptible RCUPaul E. McKenney1-0/+4
2026-03-30Merge branch 'master' into rdma-nextLeon Romanovsky47-206/+416
2026-03-30Merge branch '20260125-iris-ubwc-v4-1-1ff30644ac81@oss.qualcomm.com' into dri...Bjorn Andersson1-0/+25
2026-03-30soc: qcom: ubwc: add helpers to get programmable valuesDmitry Baryshkov1-0/+15
2026-03-30soc: qcom: ubwc: add helper to get min_acc lengthDmitry Baryshkov1-0/+10
2026-03-30ASoC: Merge up fixesMark Brown12-42/+101
2026-03-30lib/linear_ranges: Add linear_range_get_selector_high_arrayAmit Sunil Dhamne1-0/+3
2026-03-30mfd: max77759: add register bitmasks and modify irq configs for chargerAmit Sunil Dhamne1-29/+137
2026-03-30usb: translate ENOSPC for user spaceOliver Neukum1-0/+2
2026-03-30dax: export dax_dev_get()John Groves1-0/+1
2026-03-30dax: Add fs_dax_get() func to prepare dax for fs-dax usageJohn Groves1-4/+12
2026-03-30dax: Add dax_set_ops() for setting dax_operations at bind timeJohn Groves1-0/+1
2026-03-30dax: Factor out dax_folio_reset_order() helperJohn Groves1-0/+1
2026-03-30powercap: intel_rapl: Remove unused AVERAGE_POWER primitiveKuppuswamy Sathyanarayanan1-1/+0
2026-03-30powercap: correct kernel-doc function parameter namesRandy Dunlap1-2/+2
2026-03-30crypto/ccp: Implement SNP x86 shutdownTycho Andersen (AMD)1-1/+4
2026-03-30Merge drm/drm-fixes into drm-misc-next-fixesMaxime Ripard38-145/+305
2026-03-30SUNRPC: xdr.h: fix all kernel-doc warningsRandy Dunlap1-24/+24
2026-03-30svcrdma: Add Write chunk WRs to the RPC's Send WR chainChuck Lever1-3/+10
2026-03-30svcrdma: Add fair queuing for Send Queue accessChuck Lever1-0/+10
2026-03-30SUNRPC: Optimize rq_respages allocation in svc_alloc_argChuck Lever1-0/+4
2026-03-30SUNRPC: Track consumed rq_pages entriesChuck Lever1-0/+10
2026-03-30SUNRPC: Allocate a separate Reply page arrayChuck Lever1-24/+23
2026-03-30sunrpc: split cache_detail queue into request and reader listsJeff Layton1-1/+3
2026-03-30sunrpc: convert queue_wait from global to per-cache-detail waitqueueJeff Layton1-0/+2
2026-03-30sunrpc: convert queue_lock from global spinlock to per-cache-detail lockJeff Layton1-0/+1
2026-03-30Documentation: Add the RPC language description of NLM version 4Chuck Lever1-0/+233
2026-03-30NFSD: Enforce timeout on layout recall and integrate lease manager fencingDai Ngo1-0/+1
2026-03-30sunrpc: Fix compilation error (`make W=1`) when dprintk() is no-opAndy Shevchenko2-5/+6
2026-03-30sunrpc: Kill RPC_IFDEBUG()Andy Shevchenko1-2/+0
2026-03-30lockd: Make linux/lockd/nlm.h an internal headerChuck Lever2-60/+0
2026-03-30lockd: Move xdr.h from include/linux/lockd/ to fs/lockd/Chuck Lever2-116/+2
2026-03-30lockd: Remove lockd/debug.hChuck Lever1-40/+0
2026-03-30lockd: Relocate include/linux/lockd/lockd.hChuck Lever1-401/+0
2026-03-30lockd: Move share.h from include/linux/lockd/ to fs/lockd/Chuck Lever2-32/+2
2026-03-30lockd: Move xdr4.h from include/linux/lockd/ to fs/lockd/Chuck Lever3-49/+4
2026-03-30NFS: Use nlmclnt_shutdown_rpc_clnt() to safely shut down NLMChuck Lever1-0/+1
2026-03-30lockd: Relocate nlmsvc_unlock API declarationsChuck Lever2-6/+7
2026-03-30lockd: Have nlm_fopen() return errno valuesChuck Lever2-5/+5
2026-03-30lockd: Introduce nlm__int__deadlockChuck Lever1-0/+1
2026-03-30lockd: Relocate and rename nlm_drop_replyChuck Lever2-2/+6
2026-03-30nfsd/sunrpc: move rq_cachetype into struct nfsd_thread_local_infoJeff Layton1-1/+0
2026-03-30nfsd/sunrpc: add svc_rqst->rq_private pointer and remove rq_lease_breakerJeff Layton1-1/+4
2026-03-30Merge tag 'vfs-7.0-rc6.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-12/+1
2026-03-29netfilter: remove nf_ipv6_ops and use direct function callsFernando Fernandez Mancera1-96/+6
2026-03-29ipv6: remove dynamic ICMPv6 sender registration infrastructureFernando Fernandez Mancera1-27/+2
2026-03-29ipv6: replace IS_BUILTIN(CONFIG_IPV6) with IS_ENABLED(CONFIG_IPV6)Fernando Fernandez Mancera1-1/+1