27 Jun, 2019

6 commits


21 Jun, 2019

9 commits


18 Jun, 2019

1 commit


15 Jun, 2019

24 commits

  • Since commit 5b18b5a73760 ("block: delete part_round_stats and switch to
    less precise counting") io_ticks is approximated by adding one at each
    start and end of requests if jiffies has changed.

    This works perfectly for requests shorter than a jiffy. If requests runs
    more than 2 jiffies some I/O time will not be accounted unless there are
    other reuqests.

    Signed-off-by: Konstantin Khlebnikov
    Signed-off-by: Jonathan Corbet

    Konstantin Khlebnikov
     
  • powerpc architecture (both 64-bit and 32-bit) supports stack protector
    mechanism since some time now [see commit 06ec27aea9fc ("powerpc/64:
    add stack protector support")].

    Update stackprotector arch support documentation to reflect the same.

    Cc: Michael Ellerman
    Signed-off-by: Bhupesh Sharma
    Signed-off-by: Jonathan Corbet

    Bhupesh Sharma
     
  • Update the documentation to reflect the new naming scheme with
    latest changes.

    Reported-by: Leo Yan
    Reviewed-by: Mathieu Poirier
    Signed-off-by: Suzuki K Poulose
    Signed-off-by: Jonathan Corbet

    Suzuki K Poulose
     
  • There's a paragraph that explains how to create fixed width text block,
    but it doesn't explains how to create fixed width text inline, although
    this feature is really used through the documentation. Fix that adding a
    quick note about it.

    Signed-off-by: André Almeida
    Signed-off-by: Jonathan Corbet

    André Almeida
     
  • Sphinx need to know when a paragraph ends. So, do some adjustments
    at the file for it to be properly parsed.

    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.

    that's said, I believe that this file should be moved to the
    GPU/DRM documentation.

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

    Mauro Carvalho Chehab
     
  • In order to prepare to add them to the Kernel API book,
    convert the files to ReST format.

    The conversion is actually:
    - add blank lines and identation in order to identify paragraphs;
    - fix tables markups;
    - add some lists markups;
    - mark literal blocks;
    - adjust 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
     
  • This is a very trivial conversion: adjust the title markup
    and add a few literal block markups to produce a better
    visual when parsed and avoid warnings.

    As newer documents related to xilinx could be added in the future,
    create a new index file for it.

    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
     
  • Convert those documents and prepare them to be part of the kernel
    API book, as most of the stuff there are related to the
    Kernel interfaces.

    Still, in the future, it would make sense to split the docs,
    as some of the stuff is clearly focused on sysadmin tasks.

    The conversion is actually:
    - add blank lines and identation in order to identify paragraphs;
    - fix tables markups;
    - add some lists markups;
    - mark literal blocks;
    - adjust 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
    Reviewed-by: Guenter Roeck
    Signed-off-by: Jonathan Corbet

    Mauro Carvalho Chehab
     
  • The conversion here is really trivial: just a bunch of title
    markups and very few puntual changes is enough to make it to
    be parsed by Sphinx and generate a nice html.

    The conversion is actually:
    - add blank lines and identation in order to identify paragraphs;
    - fix tables markups;
    - add some lists markups;
    - mark literal blocks;
    - adjust 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
    Acked-by: Mark Brown
    Signed-off-by: Jonathan Corbet

    Mauro Carvalho Chehab
     
  • Convert the TCM docs to ReST format and add them to the
    bookset.

    This has a mix of userspace-faced and Kernelspace faced
    docs. Still, it sounds a better candidate to be added at
    the kernel API set of docs.

    The conversion is actually:
    - add blank lines and identation in order to identify paragraphs;
    - fix tables markups;
    - add some lists markups;
    - mark literal blocks;
    - adjust 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
     
  • 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
     
  • The conversion is trivial: just adjust title markups.

    In order to avoid conflicts, let's add an :orphan: tag
    to it, to be removed when this file gets added to the
    driver-api book.

    Signed-off-by: Mauro Carvalho Chehab
    Acked-by: Richard Cochran
    Signed-off-by: Jonathan Corbet

    Mauro Carvalho Chehab
     
  • This file is already in a good shape: just its title and
    adding some literal block markups is needed for it to be
    part of the document.

    While it has a small chapter with sysfs stuff, most of
    the document is focused on driver development.

    As it describes a kernel API, move it to the driver-api
    directory.

    In order to avoid conflicts, let's add an :orphan: tag
    to it, to be removed when added to the driver-api book.

    Signed-off-by: Mauro Carvalho Chehab
    Acked-by: Rodolfo Giometti
    Signed-off-by: Jonathan Corbet

    Mauro Carvalho Chehab
     
  • Convert the pcmcia docs to ReST format. Most of the changes here
    are trivial.

    The conversion is actually:
    - add blank lines and identation in order to identify paragraphs;
    - fix tables markups;
    - add some lists markups;
    - mark literal blocks;
    - adjust 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
    Acked-by: Dominik Brodowski
    Signed-off-by: Jonathan Corbet

    Mauro Carvalho Chehab
     
  • Convert netlabel documentation to ReST.

    This was trivial: just add proper 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
    Acked-by: Paul Moore
    Signed-off-by: Jonathan Corbet

    Mauro Carvalho Chehab
     
  • Convert Intel Many Integrated Core architecture docs to ReST.

    The conversion is trivial: just add title and literal block
    markups, and adjust some identation.

    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
     
  • Convert kdump documentation to ReST and add it to the
    user faced manual, as the documents are mainly focused on
    sysadmins that would be enabling kdump.

    Note: the vmcoreinfo.rst has one very long title on one of its
    sub-sections:

    PG_lru|PG_private|PG_swapcache|PG_swapbacked|PG_slab|PG_hwpoision|PG_head_mask|PAGE_BUDDY_MAPCOUNT_VALUE(~PG_buddy)|PAGE_OFFLINE_MAPCOUNT_VALUE(~PG_offline)

    I opted to break this one, into two entries with the same content,
    in order to make it easier to display after being parsed in html and PDF.

    The conversion is actually:
    - add blank lines and identation in order to identify paragraphs;
    - fix tables markups;
    - add some lists markups;
    - mark literal blocks;
    - adjust 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
     
  • The kbuild documentation clearly shows that the documents
    there are written at different times: some use markdown,
    some use their own peculiar logic to split sections.

    Convert everything to ReST without affecting too much
    the author's style and avoiding adding uneeded markups.

    The conversion is actually:
    - add blank lines and identation in order to identify paragraphs;
    - fix tables markups;
    - add some lists markups;
    - mark literal blocks;
    - adjust 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
     
  • The conversion is actually:
    - add blank lines and identation in order to identify paragraphs;
    - fix tables markups;
    - add some lists markups;
    - mark literal blocks;
    - adjust 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
    Acked-by: Geert Uytterhoeven
    Signed-off-by: Jonathan Corbet

    Mauro Carvalho Chehab
     
  • The dfl.txt file is almost there. It needs just a few
    adjustments to be properly parsed.

    The conversion is actually:
    - add blank lines and identation in order to identify paragraphs;
    - fix tables markups;
    - add some lists markups;
    - mark literal blocks;
    - adjust 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
     
  • The conversion is actually:
    - add blank lines and identation in order to identify paragraphs;
    - fix tables markups;
    - add some lists markups;
    - mark literal blocks;
    - adjust 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.

    Also, removed the Maintained by, as requested by Geert.

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

    Mauro Carvalho Chehab
     
  • The conversion is actually:
    - add blank lines and identation in order to identify paragraphs;
    - fix tables markups;
    - add some lists markups;
    - mark literal blocks;
    - adjust 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
    Acked-by: Federico Vaga
    Signed-off-by: Jonathan Corbet

    Mauro Carvalho Chehab
     
  • The conversion is actually:
    - add blank lines and indentation in order to identify paragraphs;
    - fix tables markups;
    - add some lists markups;
    - mark literal blocks;
    - adjust 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
    Acked-by: Bjorn Helgaas
    Acked-by: Mark Brown
    Signed-off-by: Jonathan Corbet

    Mauro Carvalho Chehab
     
  • The stuff there is almost already at ReST format. A
    conversion for them is trivial: just add a missing titles
    and fix some scape codes for them to match ReST syntax.

    While here, rename the cdrom-standard.txt, with was converted
    from LaTeX to ReST on the previous patch, and add it to the
    index file.

    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