From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932101AbbDQLL1 (ORCPT ); Fri, 17 Apr 2015 07:11:27 -0400 Received: from tex.lwn.net ([70.33.254.29]:53963 "EHLO vena.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753158AbbDQLLJ (ORCPT ); Fri, 17 Apr 2015 07:11:09 -0400 Date: Fri, 17 Apr 2015 13:11:01 +0200 From: Jonathan Corbet To: Linus Torvalds , LKML , linux-doc@vger.kernel.org Subject: [PULL] Documentation for 4.1 Message-ID: <20150417131101.1b2d91cf@lwn.net> Organization: LWN.net X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.27; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539: Linux 4.0-rc1 (2015-02-22 18:21:14 -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 197175427a221fe3200f7727ea35e261727e7228: Documentation/memcg: update memcg/kmem status (2015-04-11 15:23:31 +0200) ---------------------------------------------------------------- The documentation tree update for 4.1. Numerous fixes, the overdue removal of the i2o docs, some new Chinese translations, and, hopefully, the README fix that will end the flow of identical patches to that file. ---------------------------------------------------------------- Borislav Petkov (1): Documentation/kernel-parameters: Move "eagerfpu" to its right place Chen Gang (1): Documentation: blackfin: Makefile: Typo building issue Ebru Akagunduz (1): doc: add information about max_ptes_none Fu Wei (3): Documentation: Chinese translation of arm64/legacy_instructions.txt Documentation:Update Documentation/zh_CN/arm64/booting.txt Documentation:Update Documentation/zh_CN/arm64/memory.txt Giedrius Statkevičius (1): Documentation/email-clients.txt: Fix one grammar mistake, add extra info about TB Gregory Fong (1): Documentation: arm: Update for DT-only platforms Heinrich Schuchardt (1): Doc/memory-hotplug.txt: corrections and callback function prototype Jeff Kirsher (1): README: Update version number reference Jonathan Corbet (2): Documentation: tweak the maintainers entry docs/completion.txt: Various tweaks and corrections Leonid V. Fedorenchik (1): Documentation: Remove mentioning of block barriers Li Bin (1): kprobes: Update Documentation/kprobes.txt Liviu Dudau (1): Documentation: drm: Use '->' when describing access through pointers. Masanari Iida (2): doc/input : Fix typos in Documentation/input doc:pci: Fix typo in Documentation/PCI Michael Opdenacker (1): DocBook media: fix broken EIA hyperlink Mika Westerberg (1): Documentation: gpio: Update ACPI part of the document to mention _DSD Nicholas Mc Guire (1): doc: completion: context, scope and language fixes Pavel Kretov (2): Documentation/CodingStyle: fix tab-spaces mixture Documentation/CodingStyle: improve text layout Randy Wright (1): Documentation/vm/pagemap.txt: correct location of page-types tool Rasmus Villemoes (1): doc: printk-formats: Fix %pU description Robert P. J. Day (1): Documentation: Add "@" in front of private structure members. Sheng Yong (1): mem-hotplug: fix typo in Documentation/memory-hotplug.txt Sylvain Trias (1): Documentation/memory-barriers.txt: typo fix Tobias Klauser (1): doc: Add guest_nice column to example output of `cat /proc/stat' Valentin Rothberg (1): MSI-HOWTO.txt: remove reference on IRQF_DISABLED Vladimir Davydov (1): Documentation/memcg: update memcg/kmem status Wang Long (2): Documentation: add print bitmap description Documentation: update the CONFIG_DEBUG_PAGEALLOC description Wolfram Sang (1): Documentation: i2o: remove duplicate documentation Yaowei Bai (1): README: Change gzip/bzip2 to xz compression format Documentation/CodingStyle | 149 ++++---- Documentation/DocBook/drm.tmpl | 2 +- Documentation/DocBook/media/v4l/biblio.xml | 11 +- Documentation/DocBook/media/v4l/dev-sliced-vbi.xml | 2 +- .../DocBook/media/v4l/vidioc-g-sliced-vbi-cap.xml | 2 +- Documentation/PCI/MSI-HOWTO.txt | 21 +- Documentation/PCI/pci-error-recovery.txt | 2 +- Documentation/PCI/pcieaer-howto.txt | 4 +- Documentation/arm/Booting | 9 +- Documentation/arm/README | 15 +- Documentation/blackfin/Makefile | 2 +- Documentation/block/biodoc.txt | 36 +- Documentation/cgroups/memory.txt | 8 +- Documentation/email-clients.txt | 11 +- Documentation/filesystems/proc.txt | 6 +- Documentation/gpio/board.txt | 41 ++- Documentation/i2o/README | 63 ---- Documentation/i2o/ioctl | 394 --------------------- Documentation/input/alps.txt | 4 +- Documentation/input/event-codes.txt | 2 +- Documentation/input/gpio-tilt.txt | 2 +- Documentation/input/iforce-protocol.txt | 2 +- Documentation/input/walkera0701.txt | 2 +- Documentation/input/yealink.txt | 2 +- Documentation/kernel-parameters.txt | 12 +- Documentation/kmemcheck.txt | 4 +- Documentation/kprobes.txt | 4 +- Documentation/memory-barriers.txt | 2 +- Documentation/memory-hotplug.txt | 47 ++- Documentation/printk-formats.txt | 11 +- Documentation/scheduler/completion.txt | 132 +++---- Documentation/vm/pagemap.txt | 3 +- Documentation/vm/transhuge.txt | 11 + Documentation/zh_CN/arm64/booting.txt | 54 ++- Documentation/zh_CN/arm64/legacy_instructions.txt | 72 ++++ Documentation/zh_CN/arm64/memory.txt | 65 ++-- MAINTAINERS | 4 +- README | 42 +-- include/linux/hsi/hsi.h | 6 +- init/Kconfig | 6 - 40 files changed, 489 insertions(+), 778 deletions(-) delete mode 100644 Documentation/i2o/README delete mode 100644 Documentation/i2o/ioctl create mode 100644 Documentation/zh_CN/arm64/legacy_instructions.txt