26 Apr, 2021

1 commit


04 Dec, 2020

1 commit


05 Jan, 2020

1 commit

  • Formalize, in kernel documentation, the patch acceptance policy for
    arch/riscv. In summary, it states that as maintainers, we plan to
    only accept patches for new modules or extensions that have been
    frozen or ratified by the RISC-V Foundation.

    We've been following these guidelines for the past few months. In the
    meantime, we've received quite a bit of feedback that it would be
    helpful to have these guidelines formally documented.

    Based on a suggestion from Matthew Wilcox, we also add a link to this
    file to Documentation/process/index.rst, to make this document easier
    to find. The format of this document has also been changed to align
    to the format outlined in the maintainer entry profiles, in accordance
    with comments from Jon Corbet and Dan Williams.

    Signed-off-by: Paul Walmsley
    Reviewed-by: Palmer Dabbelt
    Cc: Palmer Dabbelt
    Cc: Albert Ou
    Cc: Krste Asanovic
    Cc: Andrew Waterman
    Cc: Matthew Wilcox
    Cc: Dan Williams
    Cc: Jonathan Corbet

    Paul Walmsley
     

01 Aug, 2019

1 commit

  • Convert this small file to ReST format by:
    - Using a proper markup for the document title;
    - marking a code block as such;
    - use tags for Author and date;
    - use tables for bit map fields.

    While here, fix a broken reference for a document with is
    planned but is not here yet.

    Signed-off-by: Mauro Carvalho Chehab
    Reviewed-by: Atish Patra
    Signed-off-by: Jonathan Corbet

    Mauro Carvalho Chehab
     

15 Jul, 2019

1 commit


15 Jun, 2019

1 commit

  • The conversion here is trivial:
    - Adjust the document title's markup
    - Do some whitespace alignment;
    - mark literal blocks;
    - Use ReST way to markup indented lists.

    At its new index.rst, let's add a :orphan: while this is not linked to
    the main index.rst file, in order to avoid build warnings.

    Signed-off-by: Mauro Carvalho Chehab
    Signed-off-by: Jonathan Corbet

    Mauro Carvalho Chehab