aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2025-09-23sched_ext: Add the @sch parameter to __bstr_format()Tejun Heo1-7/+21
2025-09-23sched_ext: Separate out scx_kick_cpu() and add @sch to itTejun Heo1-16/+27
2025-09-23tools/sched_ext: scx_qmap: Make debug output quieter by defaultTejun Heo2-39/+53
2025-09-23sched_ext: Make qmap dump operation non-destructiveTejun Heo1-1/+17
2025-09-23sched_ext: Add SCX_EFLAG_INITIALIZED to indicate successful ops.init()Tejun Heo2-0/+14
2025-09-23sched_ext: Use bitfields for boolean warning flagsTejun Heo1-2/+2
2025-09-23sched_ext: Fix stray scx_root usage in task_can_run_on_remote_rq()Tejun Heo1-2/+1
2025-09-23sched_ext: Improve SCX_KF_DISPATCH commentTejun Heo1-1/+5
2025-09-23sched_ext: Use rhashtable_lookup() instead of rhashtable_lookup_fast()Tejun Heo1-1/+1
2025-09-23Merge branch 'signed-loads-from-arena'Alexei Starovoitov7-14/+251
2025-09-23selftests: bpf: Add tests for signed loads from arenaPuranjay Mohan1-0/+176
2025-09-23bpf, arm64: Add support for signed arena loadsPuranjay Mohan1-13/+17
2025-09-23bpf, x86: Add support for signed arena loadsKumar Kartikeya Dwivedi6-6/+63
2025-09-23tools/power/x86/amd_pstate_tracer: Fix python gnuplot package namesKuan-Wei Chiu1-1/+1
2025-09-23drm/amd/display: remove output_tf_change flagMelissa Wen3-9/+4
2025-09-23drm/amd/display: Init DCN35 clocks from pre-os HW valuesLeo Li1-2/+119
2025-09-23drm/amd/display: Use mpc.preblend flag to indicate preblendAlvin Lee2-2/+2
2025-09-23drm/amd/display: Only restore backlight after amdgpu_dm_init or dm_resumeMatthew Schwartz2-4/+15
2025-09-23remoteproc: pru: Fix potential NULL pointer dereference in pru_rproc_set_ctab...Zhen Ni1-1/+2
2025-09-23nfs4_setup_readdir(): insufficient locking for ->d_parent->d_inode dereferencingAl Viro1-0/+2
2025-09-23NFS: Enable use of the RWF_DONTCACHE flag on the NFS clientTrond Myklebust3-5/+9
2025-09-23filemap: Add a version of folio_end_writeback that ignores dropbehindTrond Myklebust2-6/+24
2025-09-23filemap: Add a helper for filesystems implementing dropbehindTrond Myklebust2-2/+4
2025-09-23SUNRPC: Update gssx_accept_sec_context() to use xdr_set_scratch_folio()Anna Schumaker2-17/+4
2025-09-23SUNRPC: Update svcxdr_init_decode() to call xdr_set_scratch_folio()Anna Schumaker2-7/+7
2025-09-23NFS: Update the flexfilelayout driver to use xdr_set_scratch_folio()Anna Schumaker2-9/+9
2025-09-23NFS: Update the filelayout to use xdr_set_scratch_folio()Anna Schumaker2-10/+10
2025-09-23NFS: Update the blocklayout to use xdr_set_scratch_folio()Anna Schumaker2-8/+8
2025-09-23NFS: Update listxattr to use xdr_set_scratch_folio()Anna Schumaker3-4/+4
2025-09-23NFS: Update getacl to use xdr_set_scratch_folio()Anna Schumaker3-4/+4
2025-09-23NFS: Update readdir to use a scratch folioAnna Schumaker1-4/+4
2025-09-23SUNRPC: Introduce xdr_set_scratch_folio()Anna Schumaker1-0/+13
2025-09-23SUNRPC: Remove redundant __GFP_NOWARNQianfeng Rong2-2/+2
2025-09-23nfs: remove NFS_WBACK_BUSY()Jeff Layton1-2/+0
2025-09-23SUNRPC: Move the svc_rpcb_cleanup() call sitesChuck Lever7-14/+14
2025-09-23NFS: Remove rpcbind cleanup for NFSv4.0 callbackChuck Lever1-5/+3
2025-09-23NFSv4.1: fix mount hang after CREATE_SESSION failureAnthony Iliopoulos1-0/+3
2025-09-23NFSv4.1: fix backchannel max_resp_sz verification checkAnthony Iliopoulos1-1/+1
2025-09-23NFSv4: fix "prefered"->"preferred"Xichao Zhao1-1/+1
2025-09-23NFSv4: handle ERR_GRACE on delegation recallsOlga Kornievskaia1-2/+2
2025-09-23sunrpc: add a Kconfig option to redirect dfprintk() output to trace bufferJeff Layton2-2/+22
2025-09-23sunrpc: remove dfprintk_cont() and dfprintk_rcu_cont()Jeff Layton2-25/+5
2025-09-23nfs: cleanup tracepoint declarationsLeo Martins1-3/+3
2025-09-23nfs: add tracepoints to nfs_writepages()Jeff Layton2-4/+8
2025-09-23nfs: more in-depth tracing of writepage eventsJeff Layton2-0/+68
2025-09-23nfs: new tracepoints around write handlingJeff Layton3-4/+35
2025-09-23nfs: add tracepoints to nfs_file_read() and nfs_file_write()Jeff Layton2-0/+56
2025-09-23KVM: VMX: Make CR4.CET a guest owned bitMathias Krause1-1/+2
2025-09-23KVM: selftests: Verify MSRs are (not) in save/restore list when (un)supportedSean Christopherson1-1/+18
2025-09-23KVM: selftests: Add coverage for KVM-defined registers in MSRs testSean Christopherson1-3/+94