201. [PATCH] Revert "seqlock: lockdep assert non-preemptibility on seqcount_t write"
- by Ahmed S. Darwish @ 2020-08-10 9:54 UTC [90%]
202. Re: [PATCH v4 08/24] seqlock: lockdep assert non-preemptibility on seqcount_t write
- by Ahmed S. Darwish @ 2020-08-09 18:42 UTC [99%]
203. Re: [PATCH 5/5] seqcount: More consistent seqprop names
- by Ahmed S. Darwish @ 2020-07-29 14:39 UTC [99%]
204. Re: [PATCH 2/5] seqlock: Fold seqcount_LOCKNAME_t definition
- by Ahmed S. Darwish @ 2020-07-29 14:38 UTC [99%]
205. [tip: locking/core] hrtimer: Use sequence counter with associated raw spinlock
- by tip-bot2 for Ahmed S. Darwish @ 2020-07-29 14:33 UTC [80%]
206. [tip: locking/core] raid5: Use sequence counter with associated spinlock
- by tip-bot2 for Ahmed S. Darwish @ 2020-07-29 14:33 UTC [81%]
207. [tip: locking/core] kvm/eventfd: Use sequence counter with associated spinlock
- by tip-bot2 for Ahmed S. Darwish @ 2020-07-29 14:33 UTC [81%]
208. [tip: locking/core] iocost: Use sequence counter with associated spinlock
- by tip-bot2 for Ahmed S. Darwish @ 2020-07-29 14:33 UTC [81%]
209. [tip: locking/core] vfs: Use sequence counter with associated spinlock
- by tip-bot2 for Ahmed S. Darwish @ 2020-07-29 14:33 UTC [76%]
210. [tip: locking/core] sched: tasks: Use sequence counter with associated spinlock
- by tip-bot2 for Ahmed S. Darwish @ 2020-07-29 14:33 UTC [80%]
211. [tip: locking/core] xfrm: policy: Use sequence counters with associated lock
- by tip-bot2 for Ahmed S. Darwish @ 2020-07-29 14:33 UTC [78%]
212. [tip: locking/core] netfilter: conntrack: Use sequence counter with associated spinlock
- by tip-bot2 for Ahmed S. Darwish @ 2020-07-29 14:33 UTC [80%]
213. [tip: locking/core] seqlock: Align multi-line macros newline escapes at 72 columns
- by tip-bot2 for Ahmed S. Darwish @ 2020-07-29 14:33 UTC [83%]
214. [tip: locking/core] dma-buf: Use sequence counter with associated wound/wait mutex
- by tip-bot2 for Ahmed S. Darwish @ 2020-07-29 14:33 UTC [70%]
215. [tip: locking/core] dma-buf: Remove custom seqcount lockdep class key
- by tip-bot2 for Ahmed S. Darwish @ 2020-07-29 14:33 UTC [77%]
216. [tip: locking/core] seqlock: Add kernel-doc for seqcount_t and seqlock_t APIs
- by tip-bot2 for Ahmed S. Darwish @ 2020-07-29 14:33 UTC [30%]
217. [tip: locking/core] Documentation: locking: Describe seqlock design and usage
- by tip-bot2 for Ahmed S. Darwish @ 2020-07-29 14:33 UTC [45%]
218. [tip: locking/core] seqlock: Properly format kernel-doc code samples
- by tip-bot2 for Ahmed S. Darwish @ 2020-07-29 14:33 UTC [64%]
219. [tip: locking/core] seqlock: seqcount_t latch: End read sections with read_seqcount_retry()
- by tip-bot2 for Ahmed S. Darwish @ 2020-07-29 14:33 UTC [86%]
220. [tip: locking/core] seqlock: Reorder seqcount_t and seqlock_t API definitions
- by tip-bot2 for Ahmed S. Darwish @ 2020-07-29 14:33 UTC [57%]
221. [tip: locking/core] seqlock: Extend seqcount API with associated locks
- by tip-bot2 for Ahmed S. Darwish @ 2020-07-29 14:33 UTC [30%]
222. [tip: locking/core] seqlock: Implement raw_seqcount_begin() in terms of raw_read_seqcount()
- by tip-bot2 for Ahmed S. Darwish @ 2020-07-29 14:33 UTC [86%]
223. [tip: locking/core] lockdep: Add preemption enabled/disabled assertion APIs
- by tip-bot2 for Ahmed S. Darwish @ 2020-07-29 14:33 UTC [82%]
224. [tip: locking/core] seqlock: lockdep assert non-preemptibility on seqcount_t write
- by tip-bot2 for Ahmed S. Darwish @ 2020-07-29 14:33 UTC [78%]
225. [tip: locking/core] netfilter: nft_set_rbtree: Use sequence counter with associated rwlock
- by tip-bot2 for Ahmed S. Darwish @ 2020-07-29 14:33 UTC [83%]
226. [tip: locking/core] timekeeping: Use sequence counter with associated raw spinlock
- by tip-bot2 for Ahmed S. Darwish @ 2020-07-29 14:33 UTC [71%]
227. [tip: locking/core] NFSv4: Use sequence counter with associated spinlock
- by tip-bot2 for Ahmed S. Darwish @ 2020-07-29 14:33 UTC [82%]
228. [tip: locking/core] userfaultfd: Use sequence counter with associated spinlock
- by tip-bot2 for Ahmed S. Darwish @ 2020-07-29 14:33 UTC [83%]
229. Re: [PATCH 1/5] seqlock: s/__SEQ_LOCKDEP/__SEQ_LOCK/g
- by Ahmed S. Darwish @ 2020-07-29 14:29 UTC [99%]
230. Re: [PATCH v4 01/24] Documentation: locking: Describe seqlock design and usage
- by Ahmed S. Darwish @ 2020-07-21 7:15 UTC [87%]
231. Re: [PATCH v4 01/24] Documentation: locking: Describe seqlock design and usage
- by Ahmed S. Darwish @ 2020-07-21 5:34 UTC [99%]
232. Re: [PATCH v4 00/24] seqlock: Extend seqcount API with associated locks
- by Ahmed S. Darwish @ 2020-07-20 17:33 UTC [99%]
233. [PATCH v4 01/24] Documentation: locking: Describe seqlock design and usage
- by Ahmed S. Darwish @ 2020-07-20 15:55 UTC [56%]
234. [PATCH v4 02/24] seqlock: Properly format kernel-doc code samples
- by Ahmed S. Darwish @ 2020-07-20 15:55 UTC [77%]
235. [PATCH v4 04/24] seqlock: Reorder seqcount_t and seqlock_t API definitions
- by Ahmed S. Darwish @ 2020-07-20 15:55 UTC [72%]
236. [PATCH v4 11/24] dma-buf: Remove custom seqcount lockdep class key
- by Ahmed S. Darwish @ 2020-07-20 15:55 UTC [91%]
237. [PATCH v4 12/24] dma-buf: Use sequence counter with associated wound/wait mutex
- by Ahmed S. Darwish @ 2020-07-20 15:55 UTC [82%]
238. [PATCH v4 13/24] sched: tasks: Use sequence counter with associated spinlock
- by Ahmed S. Darwish @ 2020-07-20 15:55 UTC [92%]
239. [PATCH v4 14/24] netfilter: conntrack: Use sequence counter with associated spinlock
- by Ahmed S. Darwish @ 2020-07-20 15:55 UTC [91%]
240. [PATCH v4 15/24] netfilter: nft_set_rbtree: Use sequence counter with associated rwlock
- by Ahmed S. Darwish @ 2020-07-20 15:55 UTC [95%]
241. [PATCH v4 16/24] xfrm: policy: Use sequence counters with associated lock
- by Ahmed S. Darwish @ 2020-07-20 15:55 UTC [90%]
242. [PATCH v4 20/24] iocost: Use sequence counter with associated spinlock
- by Ahmed S. Darwish @ 2020-07-20 15:55 UTC [95%]
243. [PATCH v4 22/24] userfaultfd: Use sequence counter with associated spinlock
- by Ahmed S. Darwish @ 2020-07-20 15:55 UTC [96%]
244. [PATCH v4 23/24] kvm/eventfd: Use sequence counter with associated spinlock
- by Ahmed S. Darwish @ 2020-07-20 15:55 UTC [94%]
245. [PATCH v4 24/24] hrtimer: Use sequence counter with associated raw spinlock
- by Ahmed S. Darwish @ 2020-07-20 15:55 UTC [93%]
246. [PATCH v4 21/24] NFSv4: Use sequence counter with associated spinlock
- by Ahmed S. Darwish @ 2020-07-20 15:55 UTC [95%]
247. [PATCH v4 18/24] vfs: Use sequence counter with associated spinlock
- by Ahmed S. Darwish @ 2020-07-20 15:55 UTC [88%]
248. [PATCH v4 17/24] timekeeping: Use sequence counter with associated raw spinlock
- by Ahmed S. Darwish @ 2020-07-20 15:55 UTC [84%]
249. [PATCH v4 10/24] seqlock: Align multi-line macros newline escapes at 72 columns
- by Ahmed S. Darwish @ 2020-07-20 15:55 UTC [96%]
250. [PATCH v4 09/24] seqlock: Extend seqcount API with associated locks
- by Ahmed S. Darwish @ 2020-07-20 15:55 UTC [39%]
251. [PATCH v4 08/24] seqlock: lockdep assert non-preemptibility on seqcount_t write
- by Ahmed S. Darwish @ 2020-07-20 15:55 UTC [92%]
252. [PATCH v4 06/24] seqlock: Implement raw_seqcount_begin() in terms of raw_read_seqcount()
- by Ahmed S. Darwish @ 2020-07-20 15:55 UTC [99%]
253. [PATCH v4 07/24] lockdep: Add preemption enabled/disabled assertion APIs
- by Ahmed S. Darwish @ 2020-07-20 15:55 UTC [95%]
254. [PATCH v4 05/24] seqlock: Add kernel-doc for seqcount_t and seqlock_t APIs
- by Ahmed S. Darwish @ 2020-07-20 15:55 UTC [39%]
255. [PATCH v4 03/24] seqlock: seqcount_t latch: End read sections with read_seqcount_retry()
- by Ahmed S. Darwish @ 2020-07-20 15:55 UTC [99%]
256. [PATCH v4 00/24] seqlock: Extend seqcount API with associated locks
- by Ahmed S. Darwish @ 2020-07-20 15:55 UTC [80%]
257. [PATCH v4 19/24] raid5: Use sequence counter with associated spinlock
- by Ahmed S. Darwish @ 2020-07-20 15:55 UTC [94%]
258. [PATCH] time/sched_clock: Use raw_read_seqcount_latch()
- by Ahmed S. Darwish @ 2020-07-15 11:59 UTC [98%]
259. Re: [PATCH v2 1/6] sched_clock: Expose struct clock_read_data
- by Ahmed S. Darwish @ 2020-07-15 9:23 UTC [99%]
260. Re: [PATCH v2 1/6] sched_clock: Expose struct clock_read_data
- by Ahmed S. Darwish @ 2020-07-15 7:21 UTC [99%]
261. Re: [PATCH v2 1/6] sched_clock: Expose struct clock_read_data
- by Ahmed S. Darwish @ 2020-07-15 5:56 UTC [99%]
262. Re: [PATCH v2 0/6] arm64: perf: Proper cap_user_time* support
- by Ahmed S. Darwish @ 2020-07-15 5:17 UTC [99%]
263. Re: [PATCH v3 06/20] seqlock: Extend seqcount API with associated locks
- by Ahmed S. Darwish @ 2020-07-08 15:58 UTC [99%]
264. Re: [PATCH v3 06/20] seqlock: Extend seqcount API with associated locks
- by Ahmed S. Darwish @ 2020-07-08 15:09 UTC [99%]
265. Re: [PATCH v3 06/20] seqlock: Extend seqcount API with associated locks
- by Ahmed S. Darwish @ 2020-07-08 10:43 UTC [99%]
266. Re: [PATCH v3 06/20] seqlock: Extend seqcount API with associated locks
- by Ahmed S. Darwish @ 2020-07-08 10:33 UTC [93%]
267. Re: [PATCH v3 01/20] Documentation: locking: Describe seqlock design and usage
- by Ahmed S. Darwish @ 2020-07-07 10:12 UTC [99%]
268. Re: [PATCH v3 06/20] seqlock: Extend seqcount API with associated locks
- by Ahmed S. Darwish @ 2020-07-07 8:40 UTC [90%]
269. Re: [PATCH v4 7/8] lockdep: Change hardirq{s_enabled,_context} to per-cpu variables
- by Ahmed S. Darwish @ 2020-06-30 5:59 UTC [99%]
270. [PATCH v3 20/20] hrtimer: Use sequence counter with associated raw spinlock
- by Ahmed S. Darwish @ 2020-06-30 5:44 UTC [93%]
271. [PATCH v3 19/20] kvm/eventfd: Use sequence counter with associated spinlock
- by Ahmed S. Darwish @ 2020-06-30 5:44 UTC [94%]
272. [PATCH v3 18/20] userfaultfd: Use sequence counter with associated spinlock
- by Ahmed S. Darwish @ 2020-06-30 5:44 UTC [96%]
273. [PATCH v3 17/20] NFSv4: Use sequence counter with associated spinlock
- by Ahmed S. Darwish @ 2020-06-30 5:44 UTC [95%]
274. [PATCH v3 16/20] iocost: Use sequence counter with associated spinlock
- by Ahmed S. Darwish @ 2020-06-30 5:44 UTC [95%]
275. [PATCH v3 14/20] vfs: Use sequence counter with associated spinlock
- by Ahmed S. Darwish @ 2020-06-30 5:44 UTC [88%]
276. [PATCH v3 13/20] timekeeping: Use sequence counter with associated raw spinlock
- by Ahmed S. Darwish @ 2020-06-30 5:44 UTC [84%]
277. [PATCH v3 12/20] xfrm: policy: Use sequence counters with associated lock
- by Ahmed S. Darwish @ 2020-06-30 5:44 UTC [90%]
278. [PATCH v3 11/20] netfilter: nft_set_rbtree: Use sequence counter with associated rwlock
- by Ahmed S. Darwish @ 2020-06-30 5:44 UTC [95%]
279. [PATCH v3 10/20] netfilter: conntrack: Use sequence counter with associated spinlock
- by Ahmed S. Darwish @ 2020-06-30 5:44 UTC [91%]
280. [PATCH v3 09/20] sched: tasks: Use sequence counter with associated spinlock
- by Ahmed S. Darwish @ 2020-06-30 5:44 UTC [92%]
281. [PATCH v3 08/20] dma-buf: Use sequence counter with associated wound/wait mutex
- by Ahmed S. Darwish @ 2020-06-30 5:44 UTC [82%]
282. [PATCH v3 07/20] dma-buf: Remove custom seqcount lockdep class key
- by Ahmed S. Darwish @ 2020-06-30 5:44 UTC [91%]
283. [PATCH v3 06/20] seqlock: Extend seqcount API with associated locks
- by Ahmed S. Darwish @ 2020-06-30 5:44 UTC [35%]
284. [PATCH v3 05/20] seqlock: lockdep assert non-preemptibility on seqcount_t write
- by Ahmed S. Darwish @ 2020-06-30 5:44 UTC [92%]
285. [PATCH v3 04/20] lockdep: Add preemption enabled/disabled assertion APIs
- by Ahmed S. Darwish @ 2020-06-30 5:44 UTC [95%]
286. [PATCH v3 03/20] seqlock: Add missing kernel-doc annotations
- by Ahmed S. Darwish @ 2020-06-30 5:44 UTC [41%]
287. [PATCH v3 02/20] seqlock: Properly format kernel-doc code samples
- by Ahmed S. Darwish @ 2020-06-30 5:44 UTC [79%]
288. [PATCH v3 01/20] Documentation: locking: Describe seqlock design and usage
- by Ahmed S. Darwish @ 2020-06-30 5:44 UTC [56%]
289. [PATCH v3 00/20] seqlock: Extend seqcount API with associated locks
- by Ahmed S. Darwish @ 2020-06-30 5:44 UTC [82%]
290. [PATCH v3 15/20] raid5: Use sequence counter with associated spinlock
- by Ahmed S. Darwish @ 2020-06-30 5:44 UTC [94%]
291. Re: [PATCH v4 7/8] lockdep: Change hardirq{s_enabled,_context} to per-cpu variables
- by Ahmed S. Darwish @ 2020-06-23 16:13 UTC [99%]
292. Re: [PATCH v4 7/8] lockdep: Change hardirq{s_enabled,_context} to per-cpu variables
- by Ahmed S. Darwish @ 2020-06-23 15:00 UTC [99%]
293. [PATCH v2 15/18] NFSv4: Use sequence counter with associated spinlock
- by Ahmed S. Darwish @ 2020-06-08 0:57 UTC [95%]
294. [PATCH v2 18/18] hrtimer: Use sequence counter with associated raw spinlock
- by Ahmed S. Darwish @ 2020-06-08 0:57 UTC [93%]
295. [PATCH v2 17/18] kvm/eventfd: Use sequence counter with associated spinlock
- by Ahmed S. Darwish @ 2020-06-08 0:57 UTC [94%]
296. [PATCH v2 16/18] userfaultfd: Use sequence counter with associated spinlock
- by Ahmed S. Darwish @ 2020-06-08 0:57 UTC [96%]
297. [PATCH v2 10/18] xfrm: policy: Use sequence counters with associated lock
- by Ahmed S. Darwish @ 2020-06-08 0:57 UTC [90%]
298. [PATCH v2 14/18] iocost: Use sequence counter with associated spinlock
- by Ahmed S. Darwish @ 2020-06-08 0:57 UTC [95%]
299. [PATCH v2 12/18] vfs: Use sequence counter with associated spinlock
- by Ahmed S. Darwish @ 2020-06-08 0:57 UTC [88%]
300. [PATCH v2 08/18] netfilter: conntrack: Use sequence counter with associated spinlock
- by Ahmed S. Darwish @ 2020-06-08 0:57 UTC [91%]
301. [PATCH v2 11/18] timekeeping: Use sequence counter with associated raw spinlock
- by Ahmed S. Darwish @ 2020-06-08 0:57 UTC [84%]
302. [PATCH v2 09/18] netfilter: nft_set_rbtree: Use sequence counter with associated rwlock
- by Ahmed S. Darwish @ 2020-06-08 0:57 UTC [95%]
303. [PATCH v2 00/18] seqlock: Extend seqcount API with associated locks
- by Ahmed S. Darwish @ 2020-06-08 0:57 UTC [78%]
304. [PATCH v2 06/18] dma-buf: Use sequence counter with associated wound/wait mutex
- by Ahmed S. Darwish @ 2020-06-08 0:57 UTC [81%]
305. [PATCH v2 07/18] sched: tasks: Use sequence counter with associated spinlock
- by Ahmed S. Darwish @ 2020-06-08 0:57 UTC [92%]
306. [PATCH v2 04/18] seqlock: Extend seqcount API with associated locks
- by Ahmed S. Darwish @ 2020-06-08 0:57 UTC [36%]
307. [PATCH v2 05/18] dma-buf: Remove custom seqcount lockdep class key
- by Ahmed S. Darwish @ 2020-06-08 0:57 UTC [91%]
308. [PATCH v2 01/18] Documentation: locking: Describe seqlock design and usage
- by Ahmed S. Darwish @ 2020-06-08 0:57 UTC [57%]
309. [PATCH v2 02/18] seqlock: Properly format kernel-doc code samples
- by Ahmed S. Darwish @ 2020-06-08 0:57 UTC [80%]
310. [PATCH v2 03/18] seqlock: Add missing kernel-doc annotations
- by Ahmed S. Darwish @ 2020-06-08 0:57 UTC [42%]
311. [PATCH v2 13/18] raid5: Use sequence counter with associated spinlock
- by Ahmed S. Darwish @ 2020-06-08 0:57 UTC [94%]
312. Re: [PATCH v2 0/6] seqlock: seqcount_t call sites bugfixes
- by Ahmed S. Darwish @ 2020-06-04 8:41 UTC [99%]
313. Re: [PATCH v1 07/25] lockdep: Add preemption disabled assertion API
- by Ahmed S. Darwish @ 2020-06-03 15:30 UTC [99%]
314. [PATCH v2 0/6] seqlock: seqcount_t call sites bugfixes
- by Ahmed S. Darwish @ 2020-06-03 14:49 UTC [91%]
315. [PATCH v2 4/6] net: mdiobus: Disable preemption upon u64_stats update
- by Ahmed S. Darwish @ 2020-06-03 14:49 UTC [97%]
316. [PATCH v2 5/6] block: nr_sects_write(): Disable preemption on seqcount write
- by Ahmed S. Darwish @ 2020-06-03 14:49 UTC [97%]
317. [PATCH v2 3/6] u64_stats: Document writer non-preemptibility requirement
- by Ahmed S. Darwish @ 2020-06-03 14:49 UTC [79%]
318. [PATCH v2 6/6] dma-buf: Remove custom seqcount lockdep class key
- by Ahmed S. Darwish @ 2020-06-03 14:49 UTC [90%]
319. [PATCH v2 2/6] net: phy: fixed_phy: Remove unused seqcount
- by Ahmed S. Darwish @ 2020-06-03 14:49 UTC [90%]
320. [PATCH v2 1/6] net: core: device_rename: Use rwsem instead of a seqcount
- by Ahmed S. Darwish @ 2020-06-03 14:49 UTC [79%]
321. Re: [PATCH v1 01/25] net: core: device_rename: Use rwsem instead of a seqcount
- by Ahmed S. Darwish @ 2020-06-03 14:33 UTC [99%]
322. Re: [RFC PATCH] mm: swap: remove lru drain waiters
- by Ahmed S. Darwish @ 2020-06-03 10:24 UTC [98%]
323. Re: [PATCH v1 07/25] lockdep: Add preemption disabled assertion API
- by Ahmed S. Darwish @ 2020-05-26 9:45 UTC [99%]
324. Re: [PATCH v1 07/25] lockdep: Add preemption disabled assertion API
- by Ahmed S. Darwish @ 2020-05-26 0:52 UTC [99%]
325. Re: [PATCH v1 01/25] net: core: device_rename: Use rwsem instead of a seqcount
- by Ahmed S. Darwish @ 2020-05-25 16:22 UTC [99%]
326. Re: [PATCH v1 02/25] mm/swap: Don't abuse the seqcount latching API
- by Ahmed S. Darwish @ 2020-05-25 15:24 UTC [92%]
327. Re: [PATCH v1 09/25] Documentation: locking: Describe seqlock design and usage
- by Ahmed S. Darwish @ 2020-05-25 11:02 UTC [99%]
328. Re: [PATCH v1 09/25] Documentation: locking: Describe seqlock design and usage
- by Ahmed S. Darwish @ 2020-05-25 10:50 UTC [93%]
329. Re: [PATCH v1 04/25] block: nr_sects_write(): Disable preemption on seqcount write
- by Ahmed S. Darwish @ 2020-05-25 10:12 UTC [99%]
330. Re: [PATCH v1 04/25] block: nr_sects_write(): Disable preemption on seqcount write
- by Ahmed S. Darwish @ 2020-05-25 9:56 UTC [99%]
331. Re: [PATCH v1 10/25] seqlock: Add RST directives to kernel-doc code samples and notes
- by Ahmed S. Darwish @ 2020-05-25 9:36 UTC [93%]
332. Re: [PATCH v1 13/25] dma-buf: Use sequence counter with associated wound/wait mutex
- by Ahmed S. Darwish @ 2020-05-21 0:09 UTC [95%]
333. Re: [PATCH v1 01/25] net: core: device_rename: Use rwsem instead of a seqcount
- by Ahmed S. Darwish @ 2020-05-20 6:42 UTC [99%]
334. [PATCH v1 08/25] seqlock: lockdep assert non-preemptibility on seqcount_t write
- by Ahmed S. Darwish @ 2020-05-19 21:45 UTC [91%]
335. [PATCH v1 06/25] dma-buf: Remove custom seqcount lockdep class key
- by Ahmed S. Darwish @ 2020-05-19 21:45 UTC [90%]
336. [PATCH v1 19/25] vfs: Use sequence counter with associated spinlock
- by Ahmed S. Darwish @ 2020-05-19 21:45 UTC [88%]
337. [PATCH v1 21/25] iocost: Use sequence counter with associated spinlock
- by Ahmed S. Darwish @ 2020-05-19 21:45 UTC [95%]
338. [PATCH v1 25/25] hrtimer: Use sequence counter with associated raw spinlock
- by Ahmed S. Darwish @ 2020-05-19 21:45 UTC [93%]
339. [PATCH v1 24/25] kvm/eventfd: Use sequence counter with associated spinlock
- by Ahmed S. Darwish @ 2020-05-19 21:45 UTC [94%]
340. [PATCH v1 22/25] NFSv4: Use sequence counter with associated spinlock
- by Ahmed S. Darwish @ 2020-05-19 21:45 UTC [95%]
341. [PATCH v1 23/25] userfaultfd: Use sequence counter with associated spinlock
- by Ahmed S. Darwish @ 2020-05-19 21:45 UTC [96%]
342. [PATCH v1 18/25] timekeeping: Use sequence counter with associated raw spinlock
- by Ahmed S. Darwish @ 2020-05-19 21:45 UTC [84%]
343. [PATCH v1 16/25] netfilter: nft_set_rbtree: Use sequence counter with associated rwlock
- by Ahmed S. Darwish @ 2020-05-19 21:45 UTC [95%]
344. [PATCH v1 17/25] xfrm: policy: Use sequence counters with associated lock
- by Ahmed S. Darwish @ 2020-05-19 21:45 UTC [90%]
345. [PATCH v1 15/25] netfilter: conntrack: Use sequence counter with associated spinlock
- by Ahmed S. Darwish @ 2020-05-19 21:45 UTC [91%]
346. [PATCH v1 11/25] seqlock: Add missing kernel-doc annotations
- by Ahmed S. Darwish @ 2020-05-19 21:45 UTC [41%]
347. [PATCH v1 00/25] seqlock: Extend seqcount API with associated locks
- by Ahmed S. Darwish @ 2020-05-19 21:45 UTC [71%]
348. [PATCH v1 13/25] dma-buf: Use sequence counter with associated wound/wait mutex
- by Ahmed S. Darwish @ 2020-05-19 21:45 UTC [81%]
349. [PATCH v1 14/25] sched: tasks: Use sequence counter with associated spinlock
- by Ahmed S. Darwish @ 2020-05-19 21:45 UTC [92%]
350. [PATCH v1 12/25] seqlock: Extend seqcount API with associated locks
- by Ahmed S. Darwish @ 2020-05-19 21:45 UTC [36%]
351. [PATCH v1 10/25] seqlock: Add RST directives to kernel-doc code samples and notes
- by Ahmed S. Darwish @ 2020-05-19 21:45 UTC [81%]
352. [PATCH v1 09/25] Documentation: locking: Describe seqlock design and usage
- by Ahmed S. Darwish @ 2020-05-19 21:45 UTC [57%]
353. [PATCH v1 03/25] net: phy: fixed_phy: Remove unused seqcount
- by Ahmed S. Darwish @ 2020-05-19 21:45 UTC [92%]
354. [PATCH v1 05/25] u64_stats: Document writer non-preemptibility requirement
- by Ahmed S. Darwish @ 2020-05-19 21:45 UTC [81%]
355. [PATCH v1 07/25] lockdep: Add preemption disabled assertion API
- by Ahmed S. Darwish @ 2020-05-19 21:45 UTC [88%]
356. [PATCH v1 04/25] block: nr_sects_write(): Disable preemption on seqcount write
- by Ahmed S. Darwish @ 2020-05-19 21:45 UTC [96%]
357. [PATCH v1 02/25] mm/swap: Don't abuse the seqcount latching API
- by Ahmed S. Darwish @ 2020-05-19 21:45 UTC [80%]
358. [PATCH v1 01/25] net: core: device_rename: Use rwsem instead of a seqcount
- by Ahmed S. Darwish @ 2020-05-19 21:45 UTC [81%]
359. [PATCH v1 20/25] raid5: Use sequence counter with associated spinlock
- by Ahmed S. Darwish @ 2020-05-19 21:45 UTC [94%]
360. [tip: timers/core] time/sched_clock: Expire timer in hardirq context
- by tip-bot2 for Ahmed S. Darwish @ 2020-03-19 8:47 UTC [83%]
361. [PATCH] sched/clock: expire timer in hardirq context
- by Ahmed S. Darwish @ 2020-03-09 18:15 UTC [98%]
362. Re: x86/random: Speculation to the rescue
- by Ahmed S. Darwish @ 2019-10-01 17:18 UTC [95%]
363. Re: x86/random: Speculation to the rescue
- by Ahmed S. Darwish @ 2019-10-01 16:15 UTC [95%]
364. Re: [PATCH v5 1/1] random: getrandom(2): warn on large CRNG waits, introduce new flags
- by Ahmed S. Darwish @ 2019-09-28 9:30 UTC [98%]
365. Re: [PATCH RFC v4 1/1] random: WARN on large getrandom() waits and introduce getrandom2()
- by Ahmed S. Darwish @ 2019-09-26 21:11 UTC [99%]
366. [PATCH v5 1/1] random: getrandom(2): warn on large CRNG waits, introduce new flags
- by Ahmed S. Darwish @ 2019-09-26 20:44 UTC [49%]
367. [PATCH v5 0/1] random: getrandom(2): warn on large CRNG waits, introduce new flags
- by Ahmed S. Darwish @ 2019-09-26 20:42 UTC [88%]
368. Re: [PATCH RFC v4 1/1] random: WARN on large getrandom() waits and introduce getrandom2()
- by Ahmed S. Darwish @ 2019-09-20 17:56 UTC [99%]
369. Re: [PATCH RFC v4 1/1] random: WARN on large getrandom() waits and introduce getrandom2()
- by Ahmed S. Darwish @ 2019-09-20 13:46 UTC [89%]
370. [PATCH RFC v4 1/1] random: WARN on large getrandom() waits and introduce getrandom2()
- by Ahmed S. Darwish @ 2019-09-18 21:17 UTC [52%]
371. [PATCH RFC v4 0/1] random: WARN on large getrandom() waits and introduce getrandom2()
- by Ahmed S. Darwish @ 2019-09-18 21:15 UTC [96%]
372. Re: Linux 5.3-rc8
- by Ahmed S. Darwish @ 2019-09-17 20:52 UTC [99%]
373. Re: Linux 5.3-rc8
- by Ahmed S. Darwish @ 2019-09-17 12:30 UTC [83%]
374. Re: Linux 5.3-rc8
- by Ahmed S. Darwish @ 2019-09-16 23:29 UTC [98%]
375. Re: Linux 5.3-rc8
- by Ahmed S. Darwish @ 2019-09-16 19:53 UTC [99%]
376. Re: [PATCH RFC v2] random: optionally block in getrandom(2) when the CRNG is uninitialized
- by Ahmed S. Darwish @ 2019-09-16 2:45 UTC [91%]
377. Re: Linux 5.3-rc8
- by Ahmed S. Darwish @ 2019-09-16 1:40 UTC [99%]
378. Re: [PATCH RFC v3] random: getrandom(2): optionally block when CRNG is uninitialized
- by Ahmed S. Darwish @ 2019-09-15 10:55 UTC [98%]
379. Re: [PATCH RFC v3] random: getrandom(2): optionally block when CRNG is uninitialized
- by Ahmed S. Darwish @ 2019-09-15 10:02 UTC [98%]
380. [PATCH RFC v3] random: getrandom(2): optionally block when CRNG is uninitialized
- by Ahmed S. Darwish @ 2019-09-15 8:17 UTC [57%]
381. Re: Linux 5.3-rc8
- by Ahmed S. Darwish @ 2019-09-15 7:27 UTC [99%]
382. Re: Linux 5.3-rc8
- by Ahmed S. Darwish @ 2019-09-14 21:11 UTC [94%]
383. Re: Linux 5.3-rc8
- by Ahmed S. Darwish @ 2019-09-14 15:02 UTC [94%]
384. [PATCH RFC] random: getrandom(2): don't block on non-initialized entropy pool
- by Ahmed S. Darwish @ 2019-09-14 12:25 UTC [79%]
385. Re: Linux 5.3-rc8
- by Ahmed S. Darwish @ 2019-09-14 9:25 UTC [82%]
386. Re: Linux 5.3-rc8
- by Ahmed S. Darwish @ 2019-09-12 3:44 UTC [83%]
387. Re: Linux 5.3-rc8
- by Ahmed S. Darwish @ 2019-09-11 22:37 UTC [99%]
388. Re: Linux 5.3-rc8
- by Ahmed S. Darwish @ 2019-09-11 21:41 UTC [99%]
389. Re: Linux 5.3-rc8
- by Ahmed S. Darwish @ 2019-09-10 17:33 UTC [96%]
390. Re: Linux 5.3-rc8
- by Ahmed S. Darwish @ 2019-09-10 4:21 UTC [96%]
391. [tip:x86/build] x86/defconfig: Remove archaic partition tables support
- by tip-bot for Ahmed S. Darwish @ 2019-04-19 10:36 UTC [83%]
392. Re: [PATCH] printk: kmsg_dump: Mark registered flag as private
- by Ahmed S. Darwish @ 2019-03-12 20:05 UTC [99%]
393. Re: DRM-based Oops viewer
- by Ahmed S. Darwish @ 2019-03-11 23:39 UTC [99%]
394. Re: DRM-based Oops viewer
- by Ahmed S. Darwish @ 2019-03-11 22:12 UTC [85%]
395. [PATCH] printk: kmsg_dump: Mark registered flag as private
- by Ahmed S. Darwish @ 2019-03-10 20:03 UTC [99%]
396. DRM-based Oops viewer
- by Ahmed S. Darwish @ 2019-03-10 1:31 UTC [80%]
397. [PATCH] x86/defconfig: Remove archaic partition tables support
- by Ahmed S. Darwish @ 2019-03-06 0:44 UTC [99%]
398. Re: [PATCH v3 3/3] drivers: soc: xilinx: Add ZynqMP PM driver
- by Ahmed S. Darwish @ 2018-09-12 1:10 UTC [94%]
399. Re: [PATCH 01/10] procfs: add smack subdir to attrs
- by Ahmed S. Darwish @ 2018-09-11 23:45 UTC [99%]
400. [PATCH] staging: gasket: TODO: re-implement using UIO
- by Ahmed S. Darwish @ 2018-09-10 15:28 UTC [94%]
Results 201-400 of ~800 next (older) | prev (newer) | reverse | sort options + mbox downloads above
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).