messages from 2017-03-06 10:07:53 to 2017-05-22 15:10:07 UTC [more...]
[PATCH 0/2] Update code snippets
2017-05-22 15:10 UTC
[PATCH v2] count_stat_eventual: Remove unnecessary READ_ONCE() and smp_mb()
2017-05-17 23:07 UTC (5+ messages)
[PATCH] count_stat_eventual: Remove unnecessary smp_mb()
2017-05-17 3:47 UTC
[PATCH] count_stat_eventual: Remove unnecessary READ_ONCE() and smp_mb()
2017-05-16 15:46 UTC (4+ messages)
[PATCH 0/2] Use READ_ONCE() and WRITE_ONCE in count_stat_eventual.c
2017-05-16 13:14 UTC (22+ messages)
` [PATCH 1/2] count_stat_eventual: Switch from ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()
` [PATCH 2/2] count_stat_eventual: Add READ_ONCE() to protect global shared variable stopflag
Question about performance figures in Section 9
2017-05-14 16:33 UTC (2+ messages)
[PATCH] Update Answer to Quick Quiz 5.27
2017-05-11 3:15 UTC (7+ messages)
` [PATCH] count: Fix typo in "
Question on Answer to Quick Quiz 5.16 (Absolute error of summing up per-thread counters)
2017-05-11 2:23 UTC (3+ messages)
[PATCH 0/2] Reviewing CodeSamples/count/count_stat_eventual.c
2017-05-09 23:11 UTC (8+ messages)
` [PATCH 1/2] Replace definition of variable sum from int to unsigned long
` [PATCH 2/2] Remove unnecessary memory fence
The weird re-ordering issue of the Alpha arch'
2017-05-09 15:58 UTC (9+ messages)
[PATCH] Update Answer to Quick Quiz 5.27
2017-05-09 8:43 UTC
[Q] Heisenbug and anti-heisenbug
2017-05-08 15:17 UTC (9+ messages)
[Q] how to break a concurrent program without proper use of MB
2017-05-06 11:40 UTC (3+ messages)
Some question about memory model(consistency)
2017-05-01 20:46 UTC (4+ messages)
[PATCH 0/4] whymb: Prevent line breaks of memory-barrier instruction
2017-04-24 2:50 UTC (6+ messages)
` [PATCH 1/4] perfbook.tex: Modify definition of \nbco{}
` [PATCH 2/4] whymb: Prevent line breaks between 'membar' and '#Sync', etc
` [PATCH 3/4] whymb: Prevent line breaks between "bcr" and "15,0"
` [PATCH 4/4] Add 'GPGPU' to non-hyphenation list
[PATCH] debugging: Add reference to heisenbug discussion section
2017-04-23 16:25 UTC (2+ messages)
[PATCH 00/14] advsync: Use pseudo asm in code sequence
2017-04-17 15:39 UTC (16+ messages)
` [PATCH 01/14] advsync: Use pseudo asm in sequence in 'Paring' section
` [PATCH 02/14] advsync: Substitute READ_ONCE()/WRITE_ONCE() for ACCESS_ONCE()
` [PATCH 03/14] advsync: Use pseudo asm in sequence in 'Review of Locking Impl'
` [PATCH 04/14] advsync: Backport upstream commits regarding reordering example
` [PATCH 05/14] advsync: Use pseudo asm in "
` [PATCH 06/14] advsync: Use pseudo asm in another "
` [PATCH 07/14] advsync: Avoid indent after minipages
` [PATCH 08/14] advsync: Add footnote to imply necessity of data dependency barrier
` [PATCH 09/14] advsync: Use READ_ONCE()/WRITE_ONCE() in sequence of 'Device Operations'
` [PATCH 10/14] advsync: Use READ_ONCE()/WRITE_ONCE() in sequence in 'Guarantees'
` [PATCH 11/14] advsync: Rename Section 'Guarantees' to 'Minimal Guarantees'
` [PATCH 12/14] advsync: Add another footnote implying data dependency barrier
` [PATCH 13/14] advsync: Use pseudo asm in sequence in 'Data Dependency Barriers'
` [PATCH 14/14] advsync: Use pseudo asm in sequence in 'SMP Barrier Pairing'
[PATCH] toolsoftrade: Typo fix and context adjustment
2017-04-09 17:39 UTC (2+ messages)
[PATCH] bib/QC: Replace UTF-8 encoded chars with escaped codes in ASCII
2017-04-04 17:44 UTC (2+ messages)
[RFC PATCH 00/12] advsync: Rename LOCK/UNLOCK to ACQUIRE/RELEASE
2017-04-04 16:02 UTC (14+ messages)
` [RFC PATCH 01/12] advsync: LOCK/UNLOCK -> ACQUIRE/RELEASE (part 1)
` [RFC PATCH 02/12] advsync: LOCK/UNLOCK -> ACQUIRE/RELEASE (part 2)
` [RFC PATCH 03/12] advsync: LOCK/UNLOCK -> ACQUIRE/RELEASE (part 3)
` [RFC PATCH 04/12] advsync: More replacement to ACQUIRE
` [RFC PATCH 05/12] advsync: Add footnote mentioning LOCK/UNLOCK wording
` [RFC PATCH 06/12] advsync: Modify usage of definite article
` [RFC PATCH 07/12] advsync: Substitute 'guarantee' with 'implication'
` [RFC PATCH 08/12] advsync: Properly use nbsp
` [RFC PATCH 09/12] advsync: Move footnote on transitivity forward
` [RFC PATCH 10/12] advsync: Fix line number called out
` [RFC PATCH 11/12] advsync: Add extdash shortcut
` [RFC PATCH 12/12] advsync: Avoid indent after minipage
[RFC PATCH 0/7] Import 'TRANSITIVITY' section
2017-03-25 18:43 UTC (9+ messages)
` [RFC PATCH 1/7] advsync: Import 'TRANSITIVITY' section from memory-barriers.txt
` [RFC PATCH 2/7] advsync: Permit p (page) placement for consecutive wide figures
` [RFC PATCH 3/7] advsync: Make code snippet in deference to Herman Hollerith float
` [RFC PATCH 4/7] advsync: Add footnote on transitivity
` [RFC PATCH 5/7] advsync: Make code snippets more asm like
` [RFC PATCH 6/7] advsync: Properly use nbsp in initial values
` [RFC PATCH 7/7] advsync: Avoid indent after minipage
[RFC PATCH] Promote 'mslm' to default target
2017-03-25 18:43 UTC (2+ messages)
[PATCH] FAQ-BUILD.txt: Append reference to manual LaTeX package install
2017-03-25 0:46 UTC (15+ messages)
` [PATCH] FAQ-BUILD.txt: Fix misinfomation crept in wordsmithing
` [PATCH 0/2] Follow up patches to FAQ-BUILD update
` [PATCH 1/2] FAQ-BUILD.txt: Typo fix
` [PATCH 2/2] Add another build error check
` [PATCH v2 0/2] Follow up patches to FAQ-BUILD update
` [PATCH v2 1/2] FAQ-BUILD.txt: Typo fix
` [PATCH v2 2/2] Add another build error check
` [PATCH v3 0/2] Follow up patches to FAQ-BUILD update
` [PATCH v4 "
` [PATCH v4 1/2] FAQ-BUILD.txt: Fix misinformation crept in wordsmithing
` [PATCH v4 2/2] Add another build error check
[PATCH] Choose 'cmtt' font for code snippets in targets 'msnt' and 'mstx'
2017-03-23 13:57 UTC (9+ messages)
[PATCH 0/4] Add target for "Latin Modern Typewriter" font
2017-03-20 1:03 UTC (8+ messages)
` [PATCH 1/4] runlatex.sh: Refactor by defining functions
` [PATCH 2/4] runlatex.sh: Fix typo in grep pattern
` [PATCH 3/4] runlatex.sh: Add more lines of grep output around warning/error log
` [PATCH 4/4] Add target 'mslm' for 'Latin Modern Typewriter' font
[PATCH 0/6] whymb: Convert to 'description' lists
2017-03-19 23:23 UTC (8+ messages)
` [PATCH 1/6] whymb: Convert to 'description' (part 1)
` [PATCH 2/6] whymb: Convert to 'description' (part 2)
` [PATCH 3/6] whymb: Convert to 'description' (part 3)
` [PATCH 4/6] whymb: Use 'nextline' style for 'description'
` [PATCH 5/6] whymb: Convert to 'description' (part 4)
` [PATCH 6/6] whymb: Convert to 'description' (part 5)
[PATCH 0/6] Misc updates and fixes
2017-03-14 16:30 UTC (15+ messages)
` [PATCH 1/6] runlatex.sh: Refactor further
` [PATCH 2/6] formal/spinhint: Fix typo
` [PATCH 3/6] formal/spinhint: Adjust option of enumerate list
` [PATCH 4/6] formal/spinhint: Refer explicit Figure labels
` [PATCH 5/6] advsync/memorybarriers: Refer explicit Figure label
` [PATCH 6/6] advsync/memorybarriers: Distinguish 'CPU family' from 'CPU'
` [PATCH v2 0/6] Misc updates
` [PATCH v2 1/6] runlatex.sh: Refactor further
` [PATCH v2 2/6] formal/spinhint: Fix typo
` [PATCH v2 3/6] formal/spinhint: Adjust option of enumerate list
` [PATCH v2 4/6] formal/spinhint: Reference by Figure labels
` [PATCH v2 5/6] advsync/memorybarriers: Reference by Figure label
` [PATCH v2 6/6] advsync/memorybarriers: Distinguish 'CPU family' from 'CPU'
[PATCH 0/5] Convert to "description" list
2017-03-09 17:18 UTC (7+ messages)
` [PATCH 1/5] Use 'enumitem' package instead of 'enumerate'
` [PATCH 2/5] intro: Move ':' to tail of 'description' label
` [PATCH 3/5] debugging: Convert to 'description'
` [PATCH 4/5] formal: "
` [PATCH 5/5] together: Covert "
[PATCH 0/3] Use \tco{} macro within caption and section header
2017-03-07 19:27 UTC (5+ messages)
` [PATCH 1/3] perfbook.tex: Disable 'microtype' for typewriter font
` [PATCH 2/3] treewide: Use \tco{} for api name in caption
` [PATCH 3/3] treewide: Use \tco{} for api name in subsubsection title
[PATCH 0/2] Enable hyperlink border in bibliography
2017-03-05 21:20 UTC (4+ messages)
` [PATCH 1/2] appendix: Enable hyperlink border in bibliography for all layouts
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox