]> Git Repo - linux.git/commitdiff
Merge tag 'docs-4.17' of git://git.lwn.net/linux
authorLinus Torvalds <[email protected]>
Tue, 3 Apr 2018 20:35:51 +0000 (13:35 -0700)
committerLinus Torvalds <[email protected]>
Tue, 3 Apr 2018 20:35:51 +0000 (13:35 -0700)
Pull documentation updates from Jonathan Corbet:
 "There's been a fair amount of activity in Documentation/ this time
  around:

   - Lots of work aligning Documentation/ABI with reality, done by
     Aishwarya Pant.

   - The trace documentation has been converted to RST by Changbin Du

   - I thrashed up kernel-doc to deal with a parsing issue and to try to
     make the code more readable. It's still a 20+-year-old Perl hack,
     though.

   - Lots of other updates, typo fixes, and more"

* tag 'docs-4.17' of git://git.lwn.net/linux: (82 commits)
  Documentation/process: update FUSE project website
  docs: kernel-doc: fix parsing of arrays
  dmaengine: Fix spelling for parenthesis in dmatest documentation
  dmaengine: Make dmatest.rst indeed reST compatible
  dmaengine: Add note to dmatest documentation about supported channels
  Documentation: magic-numbers: Fix typo
  Documentation: admin-guide: add kvmconfig, xenconfig and tinyconfig commands
  Input: alps - Update documentation for trackstick v3 format
  Documentation: Mention why %p prints ptrval
  COPYING: use the new text with points to the license files
  COPYING: create a new file with points to the Kernel license files
  Input: trackpoint: document sysfs interface
  xfs: Change URL for the project in xfs.txt
  char/bsr: add sysfs interface documentation
  acpi: nfit: document sysfs interface
  block: rbd: update sysfs interface
  Documentation/sparse: fix typo
  Documentation/CodingStyle: Add an example for braces
  docs/vm: update 00-INDEX
  kernel-doc: Remove __sched markings
  ...

1  2 
Documentation/admin-guide/README.rst

index 155372b3b57f38e11c1d50486dcfdedaaef7f023,168391d171e7e8ce2ab530d2b2da097526a9a38f..02caa7efd5ef79c64feaf6692cb2bfd7aa769da1
@@@ -26,8 -26,8 +26,8 @@@ On what hardware does it run
    Although originally developed first for 32-bit x86-based PCs (386 or higher),
    today Linux also runs on (at least) the Compaq Alpha AXP, Sun SPARC and
    UltraSPARC, Motorola 68000, PowerPC, PowerPC64, ARM, Hitachi SuperH, Cell,
 -  IBM S/390, MIPS, HP PA-RISC, Intel IA-64, DEC VAX, AMD x86-64, AXIS CRIS,
 -  Xtensa, Tilera TILE, ARC and Renesas M32R architectures.
 +  IBM S/390, MIPS, HP PA-RISC, Intel IA-64, DEC VAX, AMD x86-64 Xtensa, and
 +  ARC architectures.
  
    Linux is easily portable to most general-purpose 32- or 64-bit architectures
    as long as they have a paged memory management unit (PMMU) and a port of the
@@@ -218,6 -218,13 +218,13 @@@ Configuring the kerne
       "make localyesconfig" Similar to localmodconfig, except it will convert
                             all module options to built in (=y) options.
  
+      "make kvmconfig"   Enable additional options for kvm guest kernel support.
+      "make xenconfig"   Enable additional options for xen dom0 guest kernel
+                         support.
+      "make tinyconfig"  Configure the tiniest possible kernel.
     You can find more information on using the Linux kernel config tools
     in Documentation/kbuild/kconfig.txt.
  
This page took 0.0682469999999999 seconds and 4 git commands to generate.