summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-03-08firmware: arm_scmi: Implement arm,no-completion-irq propertyMarek Vasut-0/+8
2026-03-08dt-bindings: firmware: arm,scmi: Document arm,no-completion-irq propertyMarek Vasut-0/+10
2026-03-08RDMA/irdma: Add support for revocable pinned dmabuf importJacob Moroni-12/+93
2026-03-08RDMA/umem: Add helpers for umem dmabuf revoke lockJacob Moroni-0/+20
2026-03-08RDMA/umem: Add pinned revocable dmabuf import interfaceJacob Moroni-0/+80
2026-03-08RDMA/umem: Move umem dmabuf revoke logic into helper functionJacob Moroni-9/+17
2026-03-08RDMA/umem: Add ib_umem_dmabuf_get_pinned_and_lock helperJacob Moroni-9/+26
2026-03-08ima: Define and use a digest_size field in the ima_algo_desc structureRoberto Sassu-12/+13
2026-03-08powerpc/ima: Drop unnecessary check for CONFIG_MODULE_SIGThomas Weißschuh-2/+1
2026-03-08ima: efi: Drop unnecessary check for CONFIG_MODULE_SIG/CONFIG_KEXEC_SIGThomas Weißschuh-4/+2
2026-03-08ima: fallback to using i_version to detect file changeMimi Zohar-12/+35
2026-03-08RDMA/rtrs: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari-2/+2
2026-03-08RDMA/bnxt_re: Support application specific CQsSriharsha Basavapatna-19/+28
2026-03-08RDMA/bnxt_re: Separate kernel and user CQ creation pathsSriharsha Basavapatna-53/+102
2026-03-08RDMA/bnxt_re: Refactor bnxt_re_create_cq()Sriharsha Basavapatna-3/+26
2026-03-08RDMA/bnxt_re: Support doorbell extensionsKalesh AP-0/+213
2026-03-08RDMA/bnxt_re: Refactor bnxt_qplib_create_qp() functionKalesh AP-225/+295
2026-03-08RDMA/bnxt_re: Move the UAPI methods to a dedicated fileKalesh AP-305/+344
2026-03-08RDMA: Add IB_UVERBS_CORE_SUPPORT_ROBUST_UDATAJason Gunthorpe-0/+17
2026-03-08RDMA/bnxt_re: Use ib_respond_empty_udata()Jason Gunthorpe-10/+15
2026-03-08RDMA/bnxt_re: Use ib_respond_udata()Jason Gunthorpe-22/+9
2026-03-08RDMA/bnxt_re: Add missing comp_mask validationJason Gunthorpe-2/+5
2026-03-08RDMA/bnxt_re: Add compatibility checks to the uapi path for no dataJason Gunthorpe-0/+57
2026-03-08RDMA/bnxt_re: Add compatibility checks to the uapi pathJason Gunthorpe-13/+16
2026-03-08RDMA: Provide documentation about the uABI compatibility rulesJason Gunthorpe-0/+87
2026-03-08RDMA: Add ib_is_udata_in_empty()Jason Gunthorpe-0/+15
2026-03-08RDMA: Add ib_respond_udata()Jason Gunthorpe-0/+57
2026-03-08RDMA: Add ib_copy_validate_udata_in_cm()Jason Gunthorpe-0/+37
2026-03-08RDMA: Add ib_copy_validate_udata_in()Jason Gunthorpe-0/+80
2026-03-08RDMA/core: Add rdma_udata_to_dev()Jason Gunthorpe-0/+29
2026-03-08RDMA: Use copy_struct_from_user() instead of open codingJason Gunthorpe-18/+6
2026-03-08locking/rwsem: Add context analysisPeter Zijlstra-5/+28
2026-03-08locking/rtmutex: Add context analysisPeter Zijlstra-18/+61
2026-03-08locking/mutex: Add context analysisPeter Zijlstra-7/+45
2026-03-08compiler-context-analysys: Add __cond_releases()Peter Zijlstra-0/+32
2026-03-08locking/mutex: Remove the list_head from struct mutexMatthew Wilcox (Oracle)-46/+37
2026-03-08locking/semaphore: Remove the list_head from struct semaphoreMatthew Wilcox (Oracle)-13/+34
2026-03-08locking/rwsem: Remove the list_head from struct rw_semaphoreMatthew Wilcox (Oracle)-36/+62
2026-03-08rust: atomic: Update a safety comment in impl of `fetch_add()`Andreas Hindborg-1/+1
2026-03-08rust: sync: atomic: Update documentation for `fetch_add()`Andreas Hindborg-6/+4
2026-03-08rust: sync: atomic: Add fetch_sub()Andreas Hindborg-0/+48
2026-03-08rust: sync: atomic: Add atomic operation helpers over raw pointersBoqun Feng-0/+150
2026-03-08rust: list: Use AtomicFlag in AtomicTrackerFUJITA Tomonori-4/+4
2026-03-08rust: sync: atomic: Add performance-optimal Flag type for atomic booleansFUJITA Tomonori-0/+142
2026-03-08rust: sync: atomic: Add Atomic<*{mut,const} T> supportBoqun Feng-10/+75
2026-03-08rust: sync: atomic: Clarify the need of CONFIG_ARCH_SUPPORTS_ATOMIC_RMWBoqun Feng-6/+13
2026-03-08rust: helpers: Generify the definitions of rust_helper_*_cmpxchg*Boqun Feng-36/+12
2026-03-08rust: helpers: Generify the definitions of rust_helper_*_xchg*Boqun Feng-36/+12
2026-03-08rust: helpers: Generify the definitions of rust_helper_*_{read,set}*Boqun Feng-30/+23
2026-03-08rust: sync: atomic: Add example for Atomic::get_mut()FUJITA Tomonori-0/+11