20 Feb, 2020

1 commit


01 Oct, 2019

1 commit

  • Sphinx generates the following warnings for the arm64 doc
    pages:

    Documentation/arm64/memory.rst:158: WARNING: Unexpected indentation.
    Documentation/arm64/memory.rst:162: WARNING: Unexpected indentation.

    These indentations warnings can be resolved by utilising code
    hightlighting instead.

    Signed-off-by: Adam Zerella
    Signed-off-by: Will Deacon

    Adam Zerella
     

09 Aug, 2019

1 commit

  • As the kernel no longer prints out the memory layout on boot, this patch
    adds this information back to the memory document.

    Also, as the 52-bit support introduces some subtle changes to the arm64
    memory, the rationale behind these changes are also added to the memory
    document.

    Signed-off-by: Steve Capper
    Reviewed-by: Catalin Marinas
    Signed-off-by: Will Deacon

    Steve Capper
     

15 Jun, 2019

1 commit

  • The documentation is in a format that is very close to ReST format.

    The conversion is actually:
    - add blank lines in order to identify paragraphs;
    - fixing tables markups;
    - adding some lists markups;
    - marking literal blocks;
    - adjust some title markups.

    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