summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-07-14NFSD: Clean up kdoc for nfsd_file_put_local()Chuck Lever1-1/+1
2025-07-14NFSD: Remove definition for trace_nfsd_ctl_maxconnChuck Lever1-19/+0
2025-07-14NFSD: Remove definition for trace_nfsd_file_gc_recentChuck Lever1-1/+0
2025-07-14NFSD: Remove definitions for unused trace_nfsd_file_lru trace pointsChuck Lever1-2/+0
2025-07-14NFSD: Remove definition for trace_nfsd_file_unhash_and_queueChuck Lever1-1/+0
2025-07-14nfsd: Use correct error code when decoding extentsSergey Bashirov4-27/+73
2025-07-14NFSD: Remove the cap on number of operations per NFSv4 COMPOUNDChuck Lever5-20/+3
2025-07-14NFSD: Make nfsd_genl_rqstp::rq_ops array best-effortChuck Lever2-2/+3
2025-07-14NFSD: Rename a function parameterChuck Lever1-14/+14
2025-07-14NFSD: detect mismatch of file handle and delegation stateid in OPEN opDai Ngo1-0/+14
2025-07-14nfsd: handle get_client_locked() failure in nfsd4_setclientid_confirm()Jeff Layton1-5/+15
2025-07-14nfsd: Change the type of ek_fsidtype from int to u8 and use kstrtou8Su Hui3-8/+6
2025-07-14sunrpc: new tracepoints around svc thread wakeupsJeff Layton2-7/+22
2025-07-14sunrpc: unexport csum_partial_copy_to_xdrChristoph Hellwig1-1/+0
2025-07-14sunrpc: simplify xdr_partial_copy_from_skbChristoph Hellwig1-104/+59
2025-07-14sunrpc: simplify xdr_init_encode_pagesChristoph Hellwig4-11/+7
2025-07-14NFSD: release read access of nfs4_file when a write delegation is returnedDai Ngo2-1/+9
2025-07-14NFSD: Offer write delegation for OPEN with OPEN4_SHARE_ACCESS_WRITEDai Ngo1-28/+47
2025-07-14iommufd: Do not allow _iommufd_object_alloc_ucmd if abort op is setNicolin Chen1-0/+9
2025-07-14wifi: iwlwifi: remove support of several iwl_ppag_table_cmd versionsMiri Korenblit2-30/+10
2025-07-14wifi: iwlwifi: remove support of version 4 of iwl_wowlan_rsc_tsc_params_cmdMiri Korenblit2-24/+10
2025-07-14wifi: iwlwifi: remove support of versions 4 and 5 of iwl_alive_ntfMiri Korenblit2-49/+16
2025-07-14wifi: iwlwifi: mld: remove support for iwl_mcc_update_resp versionsMiri Korenblit1-50/+2
2025-07-14wifi: iwlwifi: mld: Revert "wifi: iwlwifi: mld: allow EMLSR with 2.4 GHz when...Miri Korenblit4-66/+18
2025-07-14wifi: iwlwifi: mld: Revert "wifi: iwlwifi: mld: add kunit test for emlsr with...Miri Korenblit4-148/+2
2025-07-14wifi: iwlwifi: mld: support iwl_omi_send_status_notif version 2Emmanuel Grumbach3-3/+43
2025-07-14wifi: iwlwifi: mld: remove support for iwl_geo_tx_power_profiles_cmd version 4Miri Korenblit1-33/+10
2025-07-14wifi: iwlwifi: remove an unused structMiri Korenblit1-13/+0
2025-07-14wifi: iwlwifi: mld: remove support for REDUCE_TX_POWER_CMD ver 9Miri Korenblit2-32/+7
2025-07-14wifi: iwlwifi: mvm: remove support for REDUCE_TX_POWER_CMD ver 6 and 7Miri Korenblit3-62/+4
2025-07-14wifi: iwlwifi: mvm: Add dump handler to iwl_mvmPagadala Yesu Anjaneyulu1-0/+12
2025-07-14wifi: iwlwifi: mvm/mld: use average RSSI for beaconsJohannes Berg11-15/+223
2025-07-14wifi: iwlwifi: mvm: remove extra link IDJohannes Berg7-138/+34
2025-07-14wifi: iwlwifi: mvm: remove IWL_MVM_ESR_EXIT_FAIL_ENTRYPagadala Yesu Anjaneyulu3-46/+1
2025-07-14drm/xe/vf: Store negotiated VF/PF ABI version at device levelMichal Wajdeczko3-24/+30
2025-07-14drm/xe/pf: Stop requiring VF/PF version negotiation on every GTMichal Wajdeczko12-403/+548
2025-07-14drm/xe/pf: Expose basic info about VFs in debugfsMichal Wajdeczko3-0/+53
2025-07-14drm/xe: Introduce xe_gt_is_main_type helperMichal Wajdeczko10-34/+39
2025-07-14drm/xe: Introduce xe_tile_is_root helperMichal Wajdeczko3-2/+10
2025-07-14drm/xe: Move PF and VF device types to separate headersMichal Wajdeczko4-36/+58
2025-07-14drm/panthor: Remove dead VM flushing codeAdrián Larumbe2-12/+0
2025-07-14crypto: sha1 - Use same state format as legacy driversEric Biggers1-0/+66
2025-07-14crypto: sha1 - Wrap library and add HMAC supportEric Biggers6-90/+145
2025-07-14lib/crypto: sha1: Add HMAC supportEric Biggers2-3/+223
2025-07-14lib/crypto: sha1: Add SHA-1 library functionsEric Biggers4-7/+184
2025-07-14Merge tag 'intel-pinctrl-v6.16-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Walleij4-13/+27
2025-07-14drm/xe: Combine PF and VF device data into unionMichal Wajdeczko1-4/+6
2025-07-14MAINTAINERS: add Clément Le Goffic as STM32 HDP maintainerClément Le Goffic1-0/+6
2025-07-14pinctrl: stm32: Introduce HDP driverClément Le Goffic3-0/+735
2025-07-14dt-bindings: pinctrl: stm32: Introduce HDPClément Le Goffic1-0/+187