2015-02-09

Here's the documentation changes for this cycle.

The following changes since commit b7392d2247cfe6771f95d256374f1a8e6a6f48d6:

Linux 3.19-rc2 (2014-12-28 16:49:37 -0800)

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 52e68924dfa8d9de5d82f6798352eecc5f03a97d:

Documentation: Fix the wrong command `echo -1 > set_ftrace_pid` for cleaning the filter. (2015-02-09 11:04:17 -0500)

----------------------------------------------------------------

Documentation changes for 3.20

Highlights this time around include:

- A thrashing of SubmittingPatches to bring it out of the "send everything

to Linus" era of kernel development.

- A new document on completions from Nicholas McGuire

- Lots of typo fixes, formatting improvements, corrections, build fixes,

and more.

----------------------------------------------------------------

Alison Chaiken (1):

CodingStyle: enable emacs display of trailing whitespace

Daniel Wagner (1):

lockstat: Add documentation on contention and contenting points

Dmitry V. Levin (1):

Documentation: update seq_file

Fabio Estevam (1):

gpio: board.txt: Fix the gpio name example

Graham Whaley (1):

kgdb,docs: Fix typo and minor style issues

Henrik Austad (5):

Update of Documentation/00-INDEX

Update of Documentation/networking/00-INDEX

Update of Documentation/arm/00-INDEX

Update of Documentation/cgroups/00-INDEX

Update of Documentation/dmaengine/00-INDEX

Jeremiah Mahler (1):

doc: driver-model: improve wording "is provide the"

Jonathan Corbet (9):

Docs: Remove "tips and tricks" from SubmittingPatches

Docs: Bring SubmittingPatches more into the git era

Docs: Update recipient information in SubmittingPatches

Docs: SubmittingPatches: update follow-through instructions

Docs: SubmittingPatches: miscellaneous cleanups

Docs: Mention device tree binding info

Docs: SubmittingPatches: mention using pull requests as a cover letter

MAINTAINERS: Add the docs-next git tree to the maintainer entry

Merge branch 'doc/sp-update' into docs-next

Julian Brost (4):

Documentation/misc-devices/mei: Fix formatting of headings.

Documentation/misc-devices/mei: Fix spacing around parentheses.

Documentation/misc-devices/mei: Fix indentation of enumeration.

Documentation/misc-devices/mei: Fix indentation of embedded code.

Kevin (1):

Documentation: GNU is frequently spelled Gnu

Masanari Iida (2):

Documentation: mm: Fix typo in vm.txt

Documentation: devicetree: Fix double words in Doumentation/devicetree

Michal Marek (1):

DocBook: Do not exceed argument list limit

Nicholas Mc Guire (1):

doc: brief user documentation for completion

Randy Dunlap (1):

Documentation: fix blackfin gptimers-example build errors

Sharon Dvir (1):

Documentation: Fix trivial typo in comment.

Stefan Beller (1):

Documentation/SubmittingPatches: unify whitespace/tabs for the DCO

Stefan Tatschner (1):

can-doc: Fixed a wrong filepath in can.txt

Trace Pillars (1):

Fixes column alignment in table of contents entry 1.9 in Documentation/filesystems/proc.txt

Wang Long (2):

Documentation: add description for FTRACE probe status

Documentation: Fix the wrong command `echo -1 > set_ftrace_pid` for cleaning the filter.

Documentation/00-INDEX | 28 +-

Documentation/Changes | 6 +-

Documentation/CodingStyle | 1 +

Documentation/DocBook/Makefile | 2 +-

Documentation/DocBook/crypto-API.tmpl | 2 +-

Documentation/DocBook/kgdb.tmpl | 81 ++--

Documentation/SubmittingPatches | 452 ++++++++++-----------

Documentation/arm/00-INDEX | 12 +-

Documentation/blackfin/Makefile | 2 +

Documentation/cgroups/00-INDEX | 2 +

.../devicetree/bindings/arm/msm/timer.txt | 2 +-

.../bindings/ata/cavium-compact-flash.txt | 2 +-

Documentation/devicetree/bindings/c6x/dscr.txt | 2 +-

.../devicetree/bindings/dma/renesas,rcar-dmac.txt | 2 +-

.../devicetree/bindings/gpio/gpio-pcf857x.txt | 2 +-

.../devicetree/bindings/iio/adc/xilinx-xadc.txt | 2 +-

.../devicetree/bindings/mtd/fsmc-nand.txt | 2 +-

.../bindings/net/broadcom-systemport.txt | 2 +-

.../bindings/power/rockchip-io-domain.txt | 2 +-

Documentation/devicetree/overlay-notes.txt | 4 +-

Documentation/dmaengine/00-INDEX | 8 +

Documentation/driver-model/bus.txt | 2 +-

Documentation/filesystems/proc.txt | 2 +-

Documentation/filesystems/seq_file.txt | 12 +-

Documentation/gpio/board.txt | 2 +-

Documentation/kprobes.txt | 3 +-

Documentation/locking/00-INDEX | 16 +

Documentation/locking/lockstat.txt | 5 +

Documentation/misc-devices/mei/mei-client-bus.txt | 17 +-

Documentation/misc-devices/mei/mei.txt | 126 +++---

Documentation/networking/00-INDEX | 8 +-

Documentation/networking/can.txt | 2 +-

Documentation/scheduler/completion.txt | 236 +++++++++++

Documentation/sysctl/vm.txt | 2 +-

Documentation/trace/ftrace.txt | 2 +-

MAINTAINERS | 1 +

36 files changed, 666 insertions(+), 388 deletions(-)

create mode 100644 Documentation/dmaengine/00-INDEX

create mode 100644 Documentation/locking/00-INDEX

create mode 100644 Documentation/scheduler/completion.txt

--

To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

the body of a message to majordomo@vger.kernel.org

More majordomo info at http://vger.kernel.org/majordomo-info.html

Please read the FAQ at http://www.tux.org/lkml/

Show more