aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-02-29Add marchid for CoreblocksPiotr Wegrzyn1-0/+1
Signed-off-by: Piotr Wegrzyn <piotro@piotro.eu>
2024-02-29Merge pull request #1216 from riscv/zcriscv-isa-release-c9ad1c8-2024-02-29Bill Traynor4-0/+2618
Zc - Code Size Reduction chapter integration.
2024-02-29Changes from tariq's feedbackwmat1-5/+5
Fixed xref alternate text etc.
2024-02-29Fix xref textwmat1-6/+6
Adding alternate text for xrefs
2024-02-29Merge pull request #1250 from riscv/rpsene-patch-1riscv-isa-release-61b2ce9-2024-02-29Bill Traynor1-1/+1
Update merge-and-release.yml
2024-02-29Update merge-and-release.ymlRafael Sene1-1/+1
This commit improves the message set as part of the release notes. Signed-off-by: Rafael Sene <rafael@riscv.org>
2024-02-29Update merge-and-release.ymlBill Traynor1-9/+0
Removing refs to latex priv. Signed-off-by: Bill Traynor <wmat@riscv.org>
2024-02-28Merge pull request #1247 from rpsene/mainAndrew Waterman1-0/+96
Add new Action to Release a new ISA when merging a PR
2024-02-28Add new Action to Release a new ISA when merging a PRRafael Sene1-0/+96
2024-02-27Merge pull request #1239 from sorear/sc-svaduAndrew Waterman1-4/+5
Explicitly allow side effects for a failed SC
2024-02-27Merge pull request #1246 from riscv/clarify-sfence-w-invalAndrew Waterman1-0/+6
Clarify when SFENCE.W.INVAL/SFENCE.INVAL.IR are legal
2024-02-27Clarify when SFENCE.W.INVAL/SFENCE.INVAL.IR are legalAndrew Waterman1-0/+6
2024-02-27MAGs are NAPOTAndrew Waterman1-1/+1
2024-02-27Moving cmo chapter acknowledgements to header.wmat2-22/+3
Moving contributors from the cmo chapter to the contributors section of the header file.
2024-02-27Merge pull request #1226 from riscv/cmoBill Traynor2-0/+1151
Adding Base Cache Management Operation ISA Extensions chapter.
2024-02-27Merge branch 'main' into cmoBill Traynor17-55/+188
Signed-off-by: Bill Traynor <wmat@riscv.org>
2024-02-27Merge pull request #1243 from Yakkhini/mainAndrew Waterman1-1/+1
Fix typo: Quotation mark formatting mismatch in intro.adoc.
2024-02-27Fix typo: Quotation mark formatting mismatch in intro.adoc.Yaksis1-1/+1
2024-02-26Fix nested unordered list.wmat1-2/+1
Making nested unordered list match LaTeX.
2024-02-26Fix unordered bulletted listwmat1-22/+41
Use asciidoc to make doc match LaTeX unordered bulletted list.
2024-02-26Fix links to propagate storewmat1-2/+2
Propagate store instruction links were broken, fixing.
2024-02-26Update admonition iconswmat1-3/+6
Old admonition icons were deprecated, this uses newer icons.
2024-02-26Fix broken link to PPO rule 11.wmat1-1/+1
Fix broken link to PPO rule 11.
2024-02-26Fix broken link to PPO Rule 11.wmat1-1/+1
Fix broken link to PPO Rule 11.
2024-02-26Comment out 32-bit instruction sentence with broken link.wmat1-4/+4
Comment out 32-bit instruction with broken link.
2024-02-26Commenting out 32-bit equiv instructions that are broken link.wmat1-37/+32
Commented out the 32-bit equivalent instructions that are not present yet and therefore are broken links.
2024-02-26Fixes unknown style errors.wmat4-5/+5
Running make with the --verbose flag uncovered some unknown style errors that caused the theme to not apply correctly and broke colorization of wavedrom. This fixes those errors and restores colorization.
2024-02-26Update src/zc.adocBill Traynor1-1/+1
Co-authored-by: sorear <sorear@fastmail.com> Signed-off-by: Bill Traynor <wmat@riscv.org>
2024-02-26Update src/zc.adocBill Traynor1-1/+1
Co-authored-by: sorear <sorear@fastmail.com> Signed-off-by: Bill Traynor <wmat@riscv.org>
2024-02-23Explicitly allow side effects for a failed SCStefan O'Rear1-4/+5
Since PTE updates are specified to occur as a result of "memory accesses" it is possible to interpret the old wording as requiring no PTE update for a failed SC, since there is no memory access. However, the PTE update is part of the translation process, which on natural implementations will occur before the reservation validity check can occur. This is consistent with the wording in "Addressing and Memory Protection" which allows traps to prevent the memory access without preventing the PTE update.
2024-02-23Merge pull request #1240 from OccupyMars2025/typo-20240223Bill Traynor1-1/+1
a typo
2024-02-23typoOccupyMars20251-1/+1
2024-02-22Merge pull request #1238 from sorear/fix-h-status-diagramsAndrew Waterman4-10/+10
Fixes for H extension status diagrams
2024-02-22Fix field widths for RV64-only status register diagramsStefan O'Rear3-8/+8
2024-02-22Fix field widths in RV32 hstatusStefan O'Rear1-2/+2
2024-02-22Removing the word proposed.wmat1-1/+1
As this spec is ratified, the word proposed no longer applies.
2024-02-22Fix formattingwmat1-2/+2
Fixing formatting of rs1' text.
2024-02-22Removed original Zc chapter folder.wmat57-4842/+0
Removing Zc chapter folder as all content is now in 1 file, zc.adoc.
2024-02-22Refactor Zc chapter into 1 file.wmat3-397/+2617
Replaced all of the included content with it's actual content. Reformatted text to match rest of spec. Move zc.adoc to src file with all other chapters.
2024-02-20Merge remote-tracking branch 'origin/main' into zcwmat12-64/+228
2024-02-20Merge pull request #1217 from riscv/zawrsBill Traynor3-9/+120
Zawrs - Wait-on-Reservation-Set chapter integration.
2024-02-20Fixed for zawrs chapter.wmat1-3/+4
Capitalized V in version. Added pagebreak to keep bullets on same page. Edited Note to singularize pluralized words.
2024-02-20Adding zawrs table to instructions chapter.wmat1-0/+9
Adding zawrs table to the instructions chapter.
2024-02-20Removed Encoding and Operation titles.wmat1-3/+0
To make chapter look like the rest of the document, remvoing "Encoding" and "Operation" titles.
2024-02-20Added version 1.01 to zawrs title.wmat1-1/+1
Added version 1.01 to zawrs title.
2024-02-20Fixing titles in zawrs chapter.wmat1-2/+2
Fixing titles in zawrs chapter.
2024-02-15Move contributors to top level & remove Introduction heading.wmat2-22/+10
Moved all contributors that did not already exist at the top level of the spec to that section. Removed the contributors section from the zawrs chapter. Changed the ordered list under Operation section to asciidoc.
2024-02-14added KianV RISC-V marchID (#1228)splinedrive1-0/+1
2024-02-13Adding Base Cache Management Operation ISA Extensions chapter.wmat2-0/+1151
Added all content for cmo.adoc chapter. Adjusted level of all headings. Added chapter title. Added chapter inclusion to header.
2024-02-12Bump M/S versions in chapter titlesAndrew Waterman2-2/+2