All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jonathan Corbet <corbet@lwn.net>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: LKML <linux-kernel@vger.kernel.org>, linux-doc@vger.kernel.org
Subject: [PULL] Documentation for 4.3
Date: Mon, 31 Aug 2015 08:35:12 +0200	[thread overview]
Message-ID: <20150831083512.32b39b49@xps> (raw)

The following changes since commit
d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754:

  Linux 4.2-rc1 (2015-07-05 11:01:52 -0700)

are available in the git repository at:

  git://git.lwn.net/linux-2.6.git tags/docs-for-linus

for you to fetch changes up to ce14c5831364118324b10c0355dead062b9ddd40:

  Documentation, add kernel-parameters.txt entry for dis_ucode_ldr (2015-08-28 14:10:13 +0200)

----------------------------------------------------------------
There's been a fair amount going on in the docs tree this time around,
including:

 - Support for reproducible document builds, from Ben Hutchings and
   company.

 - The ability to automatically generate cross-reference links within a
   single DocBook book and embedded descriptions for large structures.
   From Danilo Cesar Lemes de Paula.

 - A new document on how to add a system call from David Drysdale.

 - Chameleon bus documentation from Johannes Thumshirn.

...plus the usual collection of improvements, typo fixes, and more.

----------------------------------------------------------------
Ahmed Mohamed Abd EL Mawgood (1):
      fix Evolution submenu name in email-clients.txt

Alexander Kuleshov (1):
      Documentation/x86: Rename IRQSTACKSIZE to IRQ_STACK_SIZE

Ben Hutchings (5):
      DocBook: Don't store mtime (or name) in compressed man pages
      DocBook: Generate consistent IDs
      DocBook: Avoid building man pages repeatedly and inconsistently
      scripts/kernel-doc: Use $KBUILD_BUILD_TIMESTAMP as man page date
      DocBook: Fix non-determinstic installation of duplicate man pages

Benjamin Herr (1):
      Doc: fix trivial typo in SubmittingPatches

Daniel Grimshaw (1):
      Documentation: filesystems: btrfs: Fixed typos and whitespace

Danilo Cesar Lemes de Paula (2):
      scripts/kernel-doc Allow struct arguments documentation in struct body
      scripts/kernel-doc: Adding cross-reference links to html documentation.

David Drysdale (1):
      Documentation: describe how to add a system call

Diego Viola (1):
      README: GTK+ is a acronym

Jakub Wilk (1):
      SubmittingPatches: remove stray quote character

Jim Davis (1):
      Documentation: installed man pages don't need to be executable

Johannes Thumshirn (2):
      Documentation: Add MCB documentation
      Documentation: Minor changes to men-chameleon-bus.txt

Jonathan Corbet (4):
      MAINTAINERS: Direct Documentation/DocBook/media properly
      Revert "DocBook: Avoid building man pages repeatedly and inconsistently"
      Merge branch 'doc/4.3-reproducible' into docs-next
      kernel-doc: ignore unneeded attribute information

Jérémy Bobbio (1):
      scripts/kernel-doc: parse kernel-doc deterministically

Krzysztof Kozlowski (1):
      Documentation: ARM: EXYNOS: Extend boot loader interface documentation

Leo Yan (1):
      Documentation: minor typo fix in mailbox.txt

Luis de Bethencourt (1):
      SubmittingPatches: update CodingStyle reference

Mario Carrillo (1):
      docs: update HOWTO for 3.x -> 4.x versioning

Masanari Iida (2):
      Doc: powerpc: Fix typos in Documentation/powerpc
      Doc: pps: Fix file name in pps.txt

Murali Karicheri (1):
      ARM: keystone: add documentation for SoCs and EVMs

Nan Xiao (1):
      Documentation/Intel-IOMMU.txt: Modify definition of DRHD

Olivier C. Larocque (1):
      Documentation: CodingStyle: remove broken links in the References section

Peter Huewe (1):
      Documenation: Update location of docproc.c

Prarit Bhargava (1):
      Documentation, add kernel-parameters.txt entry for dis_ucode_ldr

Rabin Vincent (1):
      Documentation: mm: fix location of extfrag_index

Stefan Tatschner (1):
      can-doc: Fix wrong chapter reference

Sébastien Hinderer (3):
      SubmittingPatches: fix typo
      SubmittingPatches: fix wrong wording
      SubmittingPatches: fix wrong wording

Tim Bird (1):
      doc: Add more workqueue functions to the documentation

Wang Long (1):
      Documentation: Update filesystems/debugfs.txt

 Documentation/CodingStyle                          |   2 -
 Documentation/DocBook/Makefile                     |  53 ++-
 Documentation/DocBook/device-drivers.tmpl          |   1 +
 Documentation/DocBook/stylesheet.xsl               |   1 +
 Documentation/HOWTO                                |  28 +-
 Documentation/Intel-IOMMU.txt                      |   2 +-
 Documentation/SubmittingPatches                    |  12 +-
 Documentation/adding-syscalls.txt                  | 527 +++++++++++++++++++++
 Documentation/arm/Samsung/Bootloader-interface.txt |  15 +-
 Documentation/arm/keystone/Overview.txt            |  73 +++
 Documentation/email-clients.txt                    |   2 +-
 Documentation/filesystems/btrfs.txt                |  16 +-
 Documentation/filesystems/debugfs.txt              |  40 ++
 Documentation/kernel-doc-nano-HOWTO.txt            |   2 +-
 Documentation/kernel-parameters.txt                |   2 +
 Documentation/mailbox.txt                          |   6 +-
 Documentation/men-chameleon-bus.txt                | 163 +++++++
 Documentation/networking/can.txt                   |   4 +-
 Documentation/powerpc/cxl.txt                      |   2 +-
 Documentation/powerpc/dscr.txt                     |   6 +-
 Documentation/powerpc/qe_firmware.txt              |   2 +-
 Documentation/pps/pps.txt                          |   2 +-
 Documentation/sysctl/vm.txt                        |  10 +-
 Documentation/x86/kernel-stacks                    |   2 +-
 MAINTAINERS                                        |   2 +
 README                                             |   2 +-
 scripts/kernel-doc                                 |  96 +++-
 scripts/kernel-doc-xml-ref                         | 198 ++++++++
 28 files changed, 1195 insertions(+), 76 deletions(-)
 create mode 100644 Documentation/adding-syscalls.txt
 create mode 100644 Documentation/arm/keystone/Overview.txt
 create mode 100644 Documentation/men-chameleon-bus.txt
 create mode 100755 scripts/kernel-doc-xml-ref

             reply	other threads:[~2015-08-31  6:35 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-31  6:35 Jonathan Corbet [this message]
2015-09-12  4:59 ` [PULL] Documentation for 4.3 Diego Viola
2015-09-12 13:25   ` Jonathan Corbet
2015-09-13  0:23     ` Diego Viola
2015-09-13  6:36       ` Diego Viola

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150831083512.32b39b49@xps \
    --to=corbet@lwn.net \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.