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
/
Next Page
Date
List
Subject
2020-06-30 05:46:30
linux-kernel
[PATCH v3 06/20] seqlock: Extend seqcount API with associated locks
2020-06-30 05:46:22
linux-kernel
[PATCH v3 05/20] seqlock: lockdep assert non-preemptibility on seqcount_t write
2020-06-30 05:46:06
linux-kernel
[PATCH v3 03/20] seqlock: Add missing kernel-doc annotations
2020-06-30 05:45:55
linux-kernel
[PATCH v3 02/20] seqlock: Properly format kernel-doc code samples
2020-06-30 05:45:49
linux-kernel
[PATCH v3 01/20] Documentation: locking: Describe seqlock design and usage
2020-06-30 05:45:38
linux-kernel
[PATCH v3 00/20] seqlock: Extend seqcount API with associated locks
2020-06-23 16:16:00
linux-kernel
Re: [PATCH v4 7/8] lockdep: Change hardirq{s_enabled,_context} to per-cpu variables
2020-06-23 15:03:26
linux-kernel
Re: [PATCH v4 7/8] lockdep: Change hardirq{s_enabled,_context} to per-cpu variables
2020-06-08 01:04:35
linux-kernel
[PATCH v2 09/18] netfilter: nft_set_rbtree: Use sequence counter with associated rwlock
2020-06-08 01:03:50
linux-kernel
[PATCH v2 16/18] userfaultfd: Use sequence counter with associated spinlock
2020-06-08 01:03:20
linux-kernel
[PATCH v2 10/18] xfrm: policy: Use sequence counters with associated lock
2020-06-08 01:02:31
linux-kernel
[PATCH v2 11/18] timekeeping: Use sequence counter with associated raw spinlock
2020-06-08 01:02:26
linux-kernel
[PATCH v2 13/18] raid5: Use sequence counter with associated spinlock
2020-06-08 01:02:12
linux-kernel
[PATCH v2 18/18] hrtimer: Use sequence counter with associated raw spinlock
2020-06-08 01:02:03
linux-kernel
[PATCH v2 17/18] kvm/eventfd: Use sequence counter with associated spinlock
2020-06-08 01:01:25
linux-kernel
[PATCH v2 14/18] iocost: Use sequence counter with associated spinlock
2020-06-08 01:01:22
linux-kernel
[PATCH v2 12/18] vfs: Use sequence counter with associated spinlock
2020-06-08 01:01:09
linux-kernel
[PATCH v2 08/18] netfilter: conntrack: Use sequence counter with associated spinlock
2020-06-08 01:00:54
linux-nfs
[PATCH v2 15/18] NFSv4: Use sequence counter with associated spinlock
2020-06-08 01:00:52
linux-kernel
[PATCH v2 00/18] seqlock: Extend seqcount API with associated locks
2020-06-08 01:00:32
linux-kernel
[PATCH v2 07/18] sched: tasks: Use sequence counter with associated spinlock
2020-06-08 01:00:30
linux-kernel
[PATCH v2 04/18] seqlock: Extend seqcount API with associated locks
2020-06-08 01:00:28
linux-kernel
[PATCH v2 06/18] dma-buf: Use sequence counter with associated wound/wait mutex
2020-06-08 01:00:21
linux-kernel
[PATCH v2 05/18] dma-buf: Remove custom seqcount lockdep class key
2020-06-08 01:00:17
linux-kernel
[PATCH v2 02/18] seqlock: Properly format kernel-doc code samples
2020-06-08 01:00:11
linux-kernel
[PATCH v2 01/18] Documentation: locking: Describe seqlock design and usage
2020-06-08 01:00:07
linux-kernel
[PATCH v2 03/18] seqlock: Add missing kernel-doc annotations
2020-06-04 08:44:54
linux-kernel
Re: [PATCH v2 0/6] seqlock: seqcount_t call sites bugfixes
2020-06-03 15:33:07
linux-kernel
Re: [PATCH v1 07/25] lockdep: Add preemption disabled assertion API
2020-06-03 14:54:15
linux-kernel
[PATCH v2 1/6] net: core: device_rename: Use rwsem instead of a seqcount
2020-06-03 14:53:49
linux-kernel
[PATCH v2 4/6] net: mdiobus: Disable preemption upon u64_stats update
2020-06-03 14:53:45
linux-kernel
[PATCH v2 5/6] block: nr_sects_write(): Disable preemption on seqcount write
2020-06-03 14:53:07
linux-kernel
[PATCH v2 6/6] dma-buf: Remove custom seqcount lockdep class key
2020-06-03 14:52:59
linux-kernel
[PATCH v2 2/6] net: phy: fixed_phy: Remove unused seqcount
2020-06-03 14:52:55
linux-kernel
[PATCH v2 3/6] u64_stats: Document writer non-preemptibility requirement
2020-06-03 14:52:47
linux-kernel
[PATCH v2 0/6] seqlock: seqcount_t call sites bugfixes
2020-06-03 14:37:50
linux-kernel
Re: [PATCH v1 01/25] net: core: device_rename: Use rwsem instead of a seqcount
2020-06-03 10:26:36
linux-kernel
Re: [RFC PATCH] mm: swap: remove lru drain waiters
2020-05-26 09:48:56
linux-kernel
Re: [PATCH v1 07/25] lockdep: Add preemption disabled assertion API
2020-05-26 00:55:23
linux-kernel
Re: [PATCH v1 07/25] lockdep: Add preemption disabled assertion API
2020-05-25 21:05:12
linux-kernel
Re: [PATCH v1 01/25] net: core: device_rename: Use rwsem instead of a seqcount
2020-05-25 18:07:39
linux-kernel
Re: [PATCH v1 09/25] Documentation: locking: Describe seqlock design and usage
2020-05-25 17:43:29
linux-kernel
Re: [PATCH v1 04/25] block: nr_sects_write(): Disable preemption on seqcount write
2020-05-25 15:27:10
linux-kernel
Re: [PATCH v1 02/25] mm/swap: Don't abuse the seqcount latching API
2020-05-25 10:55:30
linux-kernel
Re: [PATCH v1 09/25] Documentation: locking: Describe seqlock design and usage
2020-05-25 10:14:50
linux-kernel
Re: [PATCH v1 04/25] block: nr_sects_write(): Disable preemption on seqcount write
2020-05-25 09:41:51
linux-kernel
Re: [PATCH v1 10/25] seqlock: Add RST directives to kernel-doc code samples and notes
2020-05-21 00:12:50
linux-kernel
Re: [PATCH v1 13/25] dma-buf: Use sequence counter with associated wound/wait mutex
2020-05-20 06:46:54
linux-kernel
Re: [PATCH v1 01/25] net: core: device_rename: Use rwsem instead of a seqcount
2020-05-19 21:52:36
linux-kernel
[PATCH v1 21/25] iocost: Use sequence counter with associated spinlock
2020-05-19 21:52:30
linux-kernel
[PATCH v1 25/25] hrtimer: Use sequence counter with associated raw spinlock