index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2026-03-08
firmware: arm_scmi: Implement arm,no-completion-irq property
Marek Vasut
-0
/
+8
2026-03-08
dt-bindings: firmware: arm,scmi: Document arm,no-completion-irq property
Marek Vasut
-0
/
+10
2026-03-08
RDMA/irdma: Add support for revocable pinned dmabuf import
Jacob Moroni
-12
/
+93
2026-03-08
RDMA/umem: Add helpers for umem dmabuf revoke lock
Jacob Moroni
-0
/
+20
2026-03-08
RDMA/umem: Add pinned revocable dmabuf import interface
Jacob Moroni
-0
/
+80
2026-03-08
RDMA/umem: Move umem dmabuf revoke logic into helper function
Jacob Moroni
-9
/
+17
2026-03-08
RDMA/umem: Add ib_umem_dmabuf_get_pinned_and_lock helper
Jacob Moroni
-9
/
+26
2026-03-08
ima: Define and use a digest_size field in the ima_algo_desc structure
Roberto Sassu
-12
/
+13
2026-03-08
powerpc/ima: Drop unnecessary check for CONFIG_MODULE_SIG
Thomas Weißschuh
-2
/
+1
2026-03-08
ima: efi: Drop unnecessary check for CONFIG_MODULE_SIG/CONFIG_KEXEC_SIG
Thomas Weißschuh
-4
/
+2
2026-03-08
ima: fallback to using i_version to detect file change
Mimi Zohar
-12
/
+35
2026-03-08
RDMA/rtrs: add WQ_PERCPU to alloc_workqueue users
Marco Crivellari
-2
/
+2
2026-03-08
RDMA/bnxt_re: Support application specific CQs
Sriharsha Basavapatna
-19
/
+28
2026-03-08
RDMA/bnxt_re: Separate kernel and user CQ creation paths
Sriharsha Basavapatna
-53
/
+102
2026-03-08
RDMA/bnxt_re: Refactor bnxt_re_create_cq()
Sriharsha Basavapatna
-3
/
+26
2026-03-08
RDMA/bnxt_re: Support doorbell extensions
Kalesh AP
-0
/
+213
2026-03-08
RDMA/bnxt_re: Refactor bnxt_qplib_create_qp() function
Kalesh AP
-225
/
+295
2026-03-08
RDMA/bnxt_re: Move the UAPI methods to a dedicated file
Kalesh AP
-305
/
+344
2026-03-08
RDMA: Add IB_UVERBS_CORE_SUPPORT_ROBUST_UDATA
Jason Gunthorpe
-0
/
+17
2026-03-08
RDMA/bnxt_re: Use ib_respond_empty_udata()
Jason Gunthorpe
-10
/
+15
2026-03-08
RDMA/bnxt_re: Use ib_respond_udata()
Jason Gunthorpe
-22
/
+9
2026-03-08
RDMA/bnxt_re: Add missing comp_mask validation
Jason Gunthorpe
-2
/
+5
2026-03-08
RDMA/bnxt_re: Add compatibility checks to the uapi path for no data
Jason Gunthorpe
-0
/
+57
2026-03-08
RDMA/bnxt_re: Add compatibility checks to the uapi path
Jason Gunthorpe
-13
/
+16
2026-03-08
RDMA: Provide documentation about the uABI compatibility rules
Jason Gunthorpe
-0
/
+87
2026-03-08
RDMA: Add ib_is_udata_in_empty()
Jason Gunthorpe
-0
/
+15
2026-03-08
RDMA: Add ib_respond_udata()
Jason Gunthorpe
-0
/
+57
2026-03-08
RDMA: Add ib_copy_validate_udata_in_cm()
Jason Gunthorpe
-0
/
+37
2026-03-08
RDMA: Add ib_copy_validate_udata_in()
Jason Gunthorpe
-0
/
+80
2026-03-08
RDMA/core: Add rdma_udata_to_dev()
Jason Gunthorpe
-0
/
+29
2026-03-08
RDMA: Use copy_struct_from_user() instead of open coding
Jason Gunthorpe
-18
/
+6
2026-03-08
locking/rwsem: Add context analysis
Peter Zijlstra
-5
/
+28
2026-03-08
locking/rtmutex: Add context analysis
Peter Zijlstra
-18
/
+61
2026-03-08
locking/mutex: Add context analysis
Peter Zijlstra
-7
/
+45
2026-03-08
compiler-context-analysys: Add __cond_releases()
Peter Zijlstra
-0
/
+32
2026-03-08
locking/mutex: Remove the list_head from struct mutex
Matthew Wilcox (Oracle)
-46
/
+37
2026-03-08
locking/semaphore: Remove the list_head from struct semaphore
Matthew Wilcox (Oracle)
-13
/
+34
2026-03-08
locking/rwsem: Remove the list_head from struct rw_semaphore
Matthew Wilcox (Oracle)
-36
/
+62
2026-03-08
rust: atomic: Update a safety comment in impl of `fetch_add()`
Andreas Hindborg
-1
/
+1
2026-03-08
rust: sync: atomic: Update documentation for `fetch_add()`
Andreas Hindborg
-6
/
+4
2026-03-08
rust: sync: atomic: Add fetch_sub()
Andreas Hindborg
-0
/
+48
2026-03-08
rust: sync: atomic: Add atomic operation helpers over raw pointers
Boqun Feng
-0
/
+150
2026-03-08
rust: list: Use AtomicFlag in AtomicTracker
FUJITA Tomonori
-4
/
+4
2026-03-08
rust: sync: atomic: Add performance-optimal Flag type for atomic booleans
FUJITA Tomonori
-0
/
+142
2026-03-08
rust: sync: atomic: Add Atomic<*{mut,const} T> support
Boqun Feng
-10
/
+75
2026-03-08
rust: sync: atomic: Clarify the need of CONFIG_ARCH_SUPPORTS_ATOMIC_RMW
Boqun Feng
-6
/
+13
2026-03-08
rust: helpers: Generify the definitions of rust_helper_*_cmpxchg*
Boqun Feng
-36
/
+12
2026-03-08
rust: helpers: Generify the definitions of rust_helper_*_xchg*
Boqun Feng
-36
/
+12
2026-03-08
rust: helpers: Generify the definitions of rust_helper_*_{read,set}*
Boqun Feng
-30
/
+23
2026-03-08
rust: sync: atomic: Add example for Atomic::get_mut()
FUJITA Tomonori
-0
/
+11
[prev]
[next]