[DOC] Missing completions-design.txt?

2016-10-25 Thread Brian Norris
Hi, It looks like Nicholas submitted this doc a while back as patch 2/2: "[PATCH 2/2] doc: detailed documentation for completion" http://lkml.iu.edu/hypermail/linux/kernel/1412.2/03676.html where patch 1/2 got merged as this: 202799be447b doc: brief user documentation for completion

[PATCH 0/3] x86/vmware guest improvements

2016-10-25 Thread Alexey Makhalov
This patchset includes several VMware guest improvements: Alexey Makhalov (3): x86/vmware: Use tsc_khz value for calibrate_cpu() x86/vmware: Add basic paravirt ops support x86/vmware: Add paravirt sched clock Documentation/kernel-parameters.txt | 4 +++ arch/x86/kernel/cpu/vmware.c

[PATCH 1/3] x86/vmware: Use tsc_khz value for calibrate_cpu()

2016-10-25 Thread Alexey Makhalov
After aa297292d708, there are separate native calibrations for cpu_khz and tsc_khz. The code sets x86_platform.calibrate_cpu to native_calibrate_cpu() which looks in cpuid leaf 0x16 or msrs for the cpu frequency. Since we keep the tsc_khz constant (even after vmotion), the cpu_khz and tsc_khz may

Re: [PATCH v3 05/37] Documentation/basic_profiling.rst: convert to ReST markup

2016-10-25 Thread Jonathan Corbet
On Mon, 24 Oct 2016 09:00:14 -0200 Mauro Carvalho Chehab wrote: > Convert it to ReST markup and add it to the user book: > > - Add a title to the document; > - touch spaces/new lines to fix Sphinx format; > - use ``foo`` for commands; > - use quote blocks where needed;

[PATCH 2/3] x86/vmware: Add basic paravirt ops support

2016-10-25 Thread Alexey Makhalov
Add basic paravirt support: 1. set pv_info.name to "VMware" to have proper boot log message Booting paravirtualized kernel on VMware instead of "... on bare hardware" 2. set pv_cpu_ops.io_delay() to empty function - paravirt_nop() to avoid vm-exits on IO delays. Signed-off-by:

Re: [PATCH v3 09/37] Documentation/BUG-HUNTING: convert to ReST markup

2016-10-25 Thread Jonathan Corbet
On Mon, 24 Oct 2016 09:00:18 -0200 Mauro Carvalho Chehab wrote: > - Add a document title and remove its own index; > - use monotonic fonts for paths; > - use quote blocks where needed; > - adjust/use spaces to properly format paragraphs; > - add it to the user book.

Re: [PATCH v3 24/37] Documentation/unicode.txt: convert it to ReST markup

2016-10-25 Thread Jonathan Corbet
[Adding Peter to CC] On Mon, 24 Oct 2016 09:00:33 -0200 Mauro Carvalho Chehab wrote: > Probably, unicode is something that we might remove from the > docs, as all modern systems support it. Yet, this chapter > is fun, as it mentions support for the Klington fictional >

Re: [PATCH v3 24/37] Documentation/unicode.txt: convert it to ReST markup

2016-10-25 Thread hpa
On October 25, 2016 4:36:41 PM PDT, Jonathan Corbet wrote: >[Adding Peter to CC] > >On Mon, 24 Oct 2016 09:00:33 -0200 >Mauro Carvalho Chehab wrote: > >> Probably, unicode is something that we might remove from the >> docs, as all modern systems support

Re: [PATCH v3 12/37] Documentation/initrd.txt: convert to ReST markup

2016-10-25 Thread Jonathan Corbet
On Mon, 24 Oct 2016 09:00:21 -0200 Mauro Carvalho Chehab wrote: > - use a quote blocks where needed; > - fix the chapter/section/subsection markups; > - use ``foo`` for monotonic; > - use .. note:: for /sbin/init file permissions; > - adjust whitespaces and blank lines;

Re: [PATCH v3 32/37] docs-rst: add documents to development-process

2016-10-25 Thread Jonathan Corbet
On Mon, 24 Oct 2016 09:00:41 -0200 Mauro Carvalho Chehab wrote: > Add several documents to the development-process ReST book. > > As we don't want renames, use symlinks instead, keeping those > documents on their original place. This changelog looks like it got left

Re: [RESEND PATCH v3 4/4] usb: doc: add document for USB3 debug port usage

2016-10-25 Thread Lu Baolu
Hi, On 10/25/2016 05:32 PM, Jani Nikula wrote: > On Tue, 25 Oct 2016, Lu Baolu wrote: >> Add Documentation/usb/usb3-debug-port.txt. This document includes >> the user guide for USB3 debug port. > It's in reStructuredText, please name it .rst. Sure. Best regards, Lu

Re: [PATCH v3 15/37] Documentation/md.txt: Convert to ReST markup

2016-10-25 Thread Jonathan Corbet
On Mon, 24 Oct 2016 09:00:24 -0200 Mauro Carvalho Chehab wrote: > - add a title for the document; > - convert some parameters to tables; > - use quote blocks where needed; > - use monotonic fonts for parameters; > - adjust whitespaces and blank lines; > - add it to the

Re: [PATCH] locking/Doc/ko_KR: Clarify limited control-dependency scope

2016-10-25 Thread Jonathan Corbet
On Fri, 21 Oct 2016 23:10:02 +0900 SeongJae Park wrote: > This commit applies upstream change, commit ebff09a6ff16 > ("locking/Documentation: Clarify limited control-dependency scope"), to > Korean translation. This has been applied to the docs tree. Thanks, jon -- To

Re: [PATCH v3 00/37] Create an User's manual and improve development-process book

2016-10-25 Thread Jonathan Corbet
On Mon, 24 Oct 2016 09:00:09 -0200 Mauro Carvalho Chehab wrote: > This patch series continues the efforts of converting the Linux Kernel > documentation to Sphinx. > > It contains text to ReST conversion of several files under Documentation, > and a few ones under the

Re: [PATCH] Documentation: cpu-hotplug: Fix typos

2016-10-25 Thread Jonathan Corbet
On Tue, 25 Oct 2016 21:00:31 +0200 Igor Vuk wrote: > Fix some minor spelling errors and capitalization issues. > > Signed-off-by: Igor Vuk > --- > Documentation/cpu-hotplug.txt | 32 > 1 file changed, 16 insertions(+),

Re: [PATCH v3 04/37] Documentation/bad_memory.txt: convert it to ReST markup

2016-10-25 Thread Jonathan Corbet
On Mon, 24 Oct 2016 09:00:13 -0200 Mauro Carvalho Chehab wrote: > - promote the section level of the document name; > - add/remove spaces/new lines where needed to format the output; > - use quote blocks. > - add it to the user book. So this document is about the

[PATCH] Change the document about iowait

2016-10-25 Thread Chao Fan
The iowait is not reliable by reading from /proc/stat, so this method to get iowait is not suggested. And we mark it in the document. Signed-off-by: Cao Jin Signed-off-by: Chao Fan --- Documentation/filesystems/proc.txt | 11 ++- 1

Re: [RESEND PATCH v3 4/4] usb: doc: add document for USB3 debug port usage

2016-10-25 Thread Jani Nikula
On Tue, 25 Oct 2016, Lu Baolu wrote: > Add Documentation/usb/usb3-debug-port.txt. This document includes > the user guide for USB3 debug port. It's in reStructuredText, please name it .rst. Thanks, Jani. > > Cc: linux-doc@vger.kernel.org > Signed-off-by: Lu Baolu

[PATCH v21 1/9] fpga: add bindings document for fpga region

2016-10-25 Thread Alan Tull
New bindings document for FPGA Region to support programming FPGA's under Device Tree control Signed-off-by: Alan Tull Signed-off-by: Moritz Fischer Reviewed-by: Rob Herring --- v9: initial version added to this patchset

[PATCH v21 3/9] add sysfs document for fpga bridge class

2016-10-25 Thread Alan Tull
Add documentation for new FPGA bridge class's sysfs interface. Signed-off-by: Alan Tull Acked-by: Moritz Fischer -- v15: Document added in v15 of patch set v16: No change to this patch in v16 of patch set v17: No change to this patch in v17

[PATCH v21 5/9] fpga: add fpga bridge framework

2016-10-25 Thread Alan Tull
This framework adds API functions for enabling/ disabling FPGA bridges under kernel control. This allows the Linux kernel to disable FPGA bridges during FPGA reprogramming and to enable FPGA bridges when FPGA reprogramming is done. This framework is be manufacturer-agnostic, allowing it to be

[PATCH v21 0/9] Device Tree support for FPGA Programming

2016-10-25 Thread Alan Tull
This patchset supports FPGA programming under the control of Device Tree overlays. Changes since v20 are minor: * s/Mangager/Manager/ * altera-hps2fpga bridge: remove a clk_put * altera-hps2fpga bridge: don't need to look up l3regs for f2h bridge The following were acked so they are no

[PATCH v21 7/9] ARM: socfpga: fpga bridge driver support

2016-10-25 Thread Alan Tull
Supports Altera SOCFPGA bridges: * fpga2sdram * fpga2hps * hps2fpga * lwhps2fpga Allows enabling/disabling the bridges through the FPGA Bridge Framework API functions. The fpga2sdram driver only supports enabling and disabling of the ports that been configured early on. This is due to a

[PATCH v21 4/9] fpga-mgr: add fpga image information struct

2016-10-25 Thread Alan Tull
This patch adds a minor change in the FPGA Manager API to hold information that is specific to an FPGA image file. This change is expected to bring little, if any, pain. The socfpga and zynq drivers are fixed up in this patch. An FPGA image file will have particulars that affect how the image

[PATCH v21 8/9] fpga: add altera freeze bridge support

2016-10-25 Thread Alan Tull
Add a low level driver for Altera Freeze Bridges to the FPGA Bridge framework. A freeze bridge is a bridge that exists in the FPGA fabric to isolate one region of the FPGA from the busses while that one region is being reprogrammed. Signed-off-by: Alan Tull

[PATCH v21 9/9] fpga-manager: Add Socfpga Arria10 support

2016-10-25 Thread Alan Tull
Add low level driver to support reprogramming FPGAs for Altera SoCFPGA Arria10. Signed-off-by: Alan Tull Reviewed-by: Moritz Fischer --- v19: Added to this patchset as has been changed to use fpga image information struct a

[PATCH v21 2/9] doc: fpga-mgr: add fpga image info to api

2016-10-25 Thread Alan Tull
This patch adds a minor change in the FPGA Manager API to hold information that is specific to an FPGA image file. This change is expected to bring little, if any, pain. An FPGA image file will have particulars that affect how the image is programmed to the FPGA. One example is that current

[PATCH] Documentation: cpu-hotplug: Fix typos

2016-10-25 Thread Igor Vuk
Fix some minor spelling errors and capitalization issues. Signed-off-by: Igor Vuk --- Documentation/cpu-hotplug.txt | 32 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/Documentation/cpu-hotplug.txt