LinuxLists
Users
About
Ahmed S. Darwish (
[email protected]
)
Number of posts: 280 (0.37 per day)
First post: 2020-03-09 18:16:42
Last post: 2022-04-03 06:44:33
Previous Page
Date
List
Subject
2020-05-19 21:52:23
linux-kernel
[PATCH v1 23/25] userfaultfd: Use sequence counter with associated spinlock
2020-05-19 21:52:18
linux-kernel
[PATCH v1 16/25] netfilter: nft_set_rbtree: Use sequence counter with associated rwlock
2020-05-19 21:52:09
linux-kernel
[PATCH v1 19/25] vfs: Use sequence counter with associated spinlock
2020-05-19 21:51:44
linux-kernel
[PATCH v1 12/25] seqlock: Extend seqcount API with associated locks
2020-05-19 21:51:40
linux-kernel
[PATCH v1 15/25] netfilter: conntrack: Use sequence counter with associated spinlock
2020-05-19 21:51:16
linux-kernel
[PATCH v1 06/25] dma-buf: Remove custom seqcount lockdep class key
2020-05-19 21:51:01
linux-kernel
[PATCH v1 08/25] seqlock: lockdep assert non-preemptibility on seqcount_t write
2020-05-19 21:50:40
linux-kernel
[PATCH v1 24/25] kvm/eventfd: Use sequence counter with associated spinlock
2020-05-19 21:50:33
linux-kernel
[PATCH v1 17/25] xfrm: policy: Use sequence counters with associated lock
2020-05-19 21:50:18
linux-kernel
[PATCH v1 18/25] timekeeping: Use sequence counter with associated raw spinlock
2020-05-19 21:50:09
linux-kernel
[PATCH v1 20/25] raid5: Use sequence counter with associated spinlock
2020-05-19 21:50:08
linux-kernel
[PATCH v1 11/25] seqlock: Add missing kernel-doc annotations
2020-05-19 21:49:41
linux-kernel
[PATCH v1 13/25] dma-buf: Use sequence counter with associated wound/wait mutex
2020-05-19 21:49:39
linux-kernel
[PATCH v1 14/25] sched: tasks: Use sequence counter with associated spinlock
2020-05-19 21:49:37
linux-kernel
[PATCH v1 09/25] Documentation: locking: Describe seqlock design and usage
2020-05-19 21:49:25
linux-kernel
[PATCH v1 00/25] seqlock: Extend seqcount API with associated locks
2020-05-19 21:49:22
linux-kernel
[PATCH v1 10/25] seqlock: Add RST directives to kernel-doc code samples and notes
2020-05-19 21:49:18
linux-nfs
[PATCH v1 22/25] NFSv4: Use sequence counter with associated spinlock
2020-05-19 21:49:04
linux-kernel
[PATCH v1 04/25] block: nr_sects_write(): Disable preemption on seqcount write
2020-05-19 21:49:01
linux-kernel
[PATCH v1 03/25] net: phy: fixed_phy: Remove unused seqcount
2020-05-19 21:48:59
linux-kernel
[PATCH v1 05/25] u64_stats: Document writer non-preemptibility requirement
2020-05-19 21:48:56
linux-kernel
[PATCH v1 07/25] lockdep: Add preemption disabled assertion API
2020-05-19 21:48:51
linux-kernel
[PATCH v1 02/25] mm/swap: Don't abuse the seqcount latching API
2020-05-19 21:48:18
linux-kernel
[PATCH v1 01/25] net: core: device_rename: Use rwsem instead of a seqcount
2020-03-09 18:16:42
linux-kernel
[PATCH] sched/clock: expire timer in hardirq context