Discussions of the Parallel Programming book
 help / color / mirror / Atom feed
 messages from 2018-10-29 02:02:03 to 2019-01-04 15:41:25 UTC [more...]

[PATCH 00/11] datastruct: Employ new scheme for code snippet
 2019-01-04 15:41 UTC  (35+ messages)
` [PATCH 01/11] fcvextract.pl: Enhance comment block handling of C source
` [PATCH 02/11] CodeSamples: Add explicit 'keepcomment=yes' options
` [PATCH 03/11] fcvextract.pl: Make 'keepcomment=no' as default
` [PATCH 04/11] CodeSamples: Remove redundant \fcvexclude
` [PATCH 05/11] fcvextract.pl: Support '/* \lnlbl{...} */' style label in C source
` [PATCH 06/11] datastruct: Employ new scheme for snippets of hash_bkt.c
` [PATCH 07/11] datastruct: Update hashdiagram figure
` [PATCH 08/11] datastruct: Employ new scheme for snippets of hash_bkt_rcu and hash_resize
` [PATCH 09/11] Make sure lmtt font is used in 'VerbatimL' and 'Verbatim' env
` [PATCH 10/11] Use wider tabsize for snippet in 'listing*'
` [PATCH 11/11] datastruct: Tweak hyphenation
      ` [PATCH] gen_snippet_d.pl: Add rules to ignore editor's backup files
          ` Sporadic SIGSEGV in hash_bkt_rcu and hash_resize (was Re: [PATCH] gen_snippet_d.pl: Add rules to ignore editor's backup files)
            ` [PATCH] EXP hashtorture.h: Avoid sporadic SIGSEGV in hash_bkt_rcu
                          ` [PATCH] datastruct/hash: Tweak appearance of updated code in snippet
                                  ` [PATCH 1/2] datastruct/hash: Tweak indent of folded line "
                                  ` [PATCH 2/2] datastruct/hash: Annotate racy accesses with READ_ONCE/WRITE_ONCE

Parallel programming book query
 2018-12-20 16:56 UTC  (5+ messages)

[PATCH 0/2] Update code snippets in QQA of defer/rcuapi
 2018-12-18 17:03 UTC  (4+ messages)
` [PATCH 1/2] defer/rcuapi: Employ new scheme for snippets in Answers to Quick Quizzes
` [PATCH 2/2] memorder: Avoid citing duplicate bib entries

[PATCH 0/4] Update definition of cmpxchg() under CodeSamples
 2018-12-16  0:55 UTC  (16+ messages)
` [PATCH 1/4] CodeSamples: Add C-cmpxchg.litmus
` [PATCH 2/4] CodeSamples/formal/litmus/api.h: Fix definition of cmpxchg()
` [PATCH 3/4] CodeSamples: Fix definition of cmpxchg() in api-gcc.h
` [PATCH 4/4] EXP CodeSamples: Add weak variant of cmpxchg() as cmpxchg_weak()

[PATCH] Makefile: Add recipe to remove obsolete intermediate files
 2018-12-12 18:45 UTC  (3+ messages)
` [PATCH v2] "

Definition of cmpxchg()
 2018-12-11  1:35 UTC  (3+ messages)

[PATCH] count: Include atomic_nehalem.pdf instead of atomic_nehalem.png
 2018-12-05 16:35 UTC  (4+ messages)

[PATCH 0/4] Misc updates
 2018-12-04 16:40 UTC  (6+ messages)
` [PATCH 1/4] CodeSamples/count: Restore atomic125.eps
` [PATCH 2/4] count: Restore 'fig:count:Atomic Increment Scalability on Nehalem'
` [PATCH 3/4] defer: Prevent page/column break in short inline code snippets
` [PATCH 4/4] owned: Fix typo in epigraph

FYI, planning a release this Friday (December 7th)
 2018-12-03 17:32 UTC 

[PATCH 0/6] defer: Employ new scheme for code snippets (cont.)
 2018-12-03 17:23 UTC  (8+ messages)
` [PATCH 1/6] defer: Employ new scheme for 'lst:defer:Hazard-Pointer Storage and Erasure'
` [PATCH 2/6] defer: Employ new scheme for snippets of route_hazptr.c
` [PATCH 3/6] defer: Employ new scheme for snippet of seqlock.h
` [PATCH 4/6] defer: Employ new scheme for snippets of route_seqlock.c
` [PATCH 5/6] defer: Employ new scheme for snippets in rcuintro and rcufundamental
` [PATCH 6/6] defer: Employ new scheme for snippets of route_rcu.c

[PATCH 1/2] defer: Update Hlist RCU API tables
 2018-12-02 16:09 UTC  (4+ messages)
  ` [PATCH v2 1/2] defer: Update Hlist RCU API table

lockless_dereference() in perfbook
 2018-12-02 16:09 UTC  (5+ messages)

[PATCH 0/4] Update snippets of litmus tests
 2018-11-30  0:22 UTC  (6+ messages)
` [PATCH 1/4] formal: Make RCU litmus tests klitmus7 ready
` [PATCH 2/4] CodeSamples/formal/herd: Add recipe for klitmus7-ready tests
` [PATCH 3/4] Use '(* ... *)' style comments in epilogue of litmus tests
` [PATCH 4/4] styleguide: Loosen restriction on comment in litmus test

[PATCH 0/3] Employ new scheme for code snippets (cont.)
 2018-11-25 22:39 UTC  (7+ messages)
` [PATCH 1/3] owned: Employ new snippet scheme
  ` [PATCH 2/3] defer: Employ new snippet scheme for route_seq.c
  ` [PATCH 3/3] defer: Employ new scheme for snippets of route_refcnt.c

[PATCH 0/3] Patches for Section Deferred Processing
 2018-11-25  2:18 UTC  (6+ messages)
` [PATCH 1/3] route_hazptr: Add dependency to hazptr
` [PATCH 2/3] route_hazptr: Fix a memory leak bug
` [PATCH 3/3] defer: Fix a typo

[PATCH 1/7] datastruct: Fix wrong line number
 2018-11-20  1:45 UTC  (8+ messages)
` [PATCH 2/7] datastruct: Update an outdated footnote
` [PATCH 3/7] count: Use '\lnref' consistently
` [PATCH 4/7] toolsoftrade: Fix a typo for function name
` [PATCH 5/7] toolsoftrade: Use '\co' consistently for volatile keyword
` [PATCH 6/7] formal/axiomatic: Fix a typo: s/Figure/Listing
` [PATCH 7/7] formal/axiomatic: Add missed parentheses for 'WRITE_ONCE()'

[PATCH 0/3] locking: Update code snippets
 2018-11-19 17:12 UTC  (5+ messages)
` [PATCH 1/3] locking: Employ new snippet scheme
` [PATCH 2/3] locking: Get rid of ACCESS_ONCE()
` [PATCH 3/3] locking: Fix reference to code snippet by "figure"

[PATCH] styleguide: Expand on goal of new snippet scheme
 2018-11-18 15:22 UTC  (3+ messages)

[PATCH] memorder: Fix typo (Figure -> Table)
 2018-11-18  0:05 UTC  (2+ messages)

[PATCH] SMPdesign: fix typos
 2018-11-17  8:26 UTC  (4+ messages)

[PATCH] styleguide: Update code snippet section
 2018-11-12 18:11 UTC  (5+ messages)

[PATCH] cpu: Fix typos
 2018-11-12 18:08 UTC  (6+ messages)

[PATCH] tooloftrade: add missing subject of sentence
 2018-11-12  2:35 UTC  (4+ messages)

[PATCH] memorder: Add a brief description of the use of multicopy atomicity
 2018-11-08  6:34 UTC  (2+ messages)

[PATCH] memorder.tex: Fix typos in description of litmus test C-ISA2+o-r+a-r+a-r+a-o
 2018-11-07 17:39 UTC  (7+ messages)

Ask help for litmus tests
 2018-11-08  2:25 UTC  (9+ messages)

[PATCH 0/2] Updates to Chapter memorder
 2018-11-06  6:18 UTC  (9+ messages)
` [PATCH 1/2] memorder: fix typo
` [PATCH 2/2] memorybarriercum.svg: "

[PATCH 0/7] Further conversion of code snippets (howto, cpu, SMPdesign)
 2018-11-04 20:30 UTC  (9+ messages)
` [PATCH 1/7] howto, cpu: Employ new scheme for command/code snippets
` [PATCH 2/7] SMPdesign: Employ new scheme for snippet of lockhdeq.c
` [PATCH 3/7] SMPdesign: Employ new scheme for snippet of lockhdeq.c and locktdeq.c
` [PATCH 4/7] SMPdesign: Employ new scheme for inline snippets
` [PATCH 5/7] SMPdesign: Employ new scheme for snippets from smpalloc.c
` [PATCH 6/7] SMPdesign/beyond: Employ new scheme for inline pseudocode snippets
` [PATCH 7/7] CodeSamples/SMPdesign/maze: Substitute {READ/WRITE}_ONCE() for ACCESS_ONCE()

[PATCH 0/8] Improve conversion of litmus test snippet
 2018-10-31 16:28 UTC  (10+ messages)
` [PATCH 1/8] reorder_ltms.pl: Add 'locationslabel=' option to \end[snippet]
` [PATCH 2/8] CodeSamples/formal: Add C-RCU-remove.litmus
` [PATCH 3/8] CodeSamples/formal/herd: Add recipe for native .litmus tests
` [PATCH 4/8] formal/axiomatic: Import snippet from C-RCU-remove.litmus
` [PATCH 5/8] CodeSamples/formal: Add C-RomanPenyanev-list-rcu-rr.litmus
` [PATCH 6/8] formal/axiomatic: Import snippet from C-RomanPenyanev-list-rcu-rr.litmus
` [PATCH 7/8] formal/axiomatic: Convert snippets of IRIW tests to new scheme
` [PATCH 8/8] formal/axiomatic: Fill in missing ')'

Release/edition plans
 2018-10-30 22:33 UTC  (4+ messages)

[Possible BUG] count_lim_atomic.c fails on POWER8
 2018-10-29 15:30 UTC  (12+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox