- 24 3月, 2018 1 次提交
-
-
由 Mauro Carvalho Chehab 提交于
With the addition of SPDX patchset, the contents of COPYING file is now duplicated at two other files under LICENSE: LICENSES/preferred/GPL-2.0 LICENSES/exceptions/Linux-syscall-note It is easy to check that the contents of the licence written on those files are identical with COPYING using: $ diff -upr COPYING LICENSES/preferred/GPL-2.0 $ diff -upr COPYING LICENSES/exceptions/Linux-syscall-note|less Also, a new file was added, with describes how SPDX should work at the Kernel source files: Documentation/process/license-rules.rst Instead fo having it copying the contents of two files, and not even mentioning the third one, replace it by a file whose content points to the other tree files, preserving the Kernel's license. Adjust license-rules.rst accordingly. Please notice that this file preserves the Kernel license as is, without any changes. Signed-off-by: NMauro Carvalho Chehab <mchehab@s-opensource.com> Reviewed-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: NJonathan Corbet <corbet@lwn.net>
-
- 21 3月, 2018 8 次提交
-
-
由 Aishwarya Pant 提交于
Descriptions have been collected from git commit logs, code commits and the TrackPoint System Version 4.0 Engineering Specification. Signed-off-by: NAishwarya Pant <aishpant@gmail.com> Signed-off-by: NJonathan Corbet <corbet@lwn.net>
-
由 Masanari Iida 提交于
The oss.sgi.com doesn't exist any more. Change it to current project URL, https://xfs.wiki.kernel.org/Signed-off-by: NMasanari Iida <standby24x7@gmail.com> Reviewed-by: NDarrick J. Wong <darrick.wong@oracle.com> Signed-off-by: NJonathan Corbet <corbet@lwn.net>
-
由 Aishwarya Pant 提交于
Descriptions have collected from code comments and by reading through code. Signed-off-by: NAishwarya Pant <aishpant@gmail.com> Signed-off-by: NJonathan Corbet <corbet@lwn.net>
-
由 Aishwarya Pant 提交于
This is an attempt to document the nfit sysfs interface. The descriptions have been collected from git commit logs and the ACPI specification 6.2. Signed-off-by: NAishwarya Pant <aishpant@gmail.com> Signed-off-by: NJonathan Corbet <corbet@lwn.net>
-
由 Aishwarya Pant 提交于
The existing sysfs interface has been updated to be in the same format as described in Documentation/ABI/README. This will be useful for scripting and tracking changes in the ABI. Attributes have been grouped by functionality and/or the date on which they were added. There are a couple of more changes: - The attributes have been annotated with file permissions RO/RW/WO. - Added description of the bus attribute supported_features Signed-off-by: NAishwarya Pant <aishpant@gmail.com> Signed-off-by: NJonathan Corbet <corbet@lwn.net>
-
由 Eric Engestrom 提交于
Signed-off-by: NEric Engestrom <eric.engestrom@imgtec.com> Signed-off-by: NJonathan Corbet <corbet@lwn.net>
-
由 Gary R Hook 提交于
Add another example of required braces when using a compound statement in a loop. Signed-off-by: NGary R Hook <gary.hook@amd.com> Signed-off-by: NJonathan Corbet <corbet@lwn.net>
-
由 Mike Rapoport 提交于
Several files were added to Documentation/vm without updates to 00-INDEX. Fill in the missing documents Signed-off-by: NMike Rapoport <rppt@linux.vnet.ibm.com> Signed-off-by: NJonathan Corbet <corbet@lwn.net>
-
- 10 3月, 2018 1 次提交
-
-
由 Dave Hansen 提交于
I think we need to soften the language a bit. It might scare folks off, especially the: We prefer to fully disclose the bug as soon as possible. which is not really the case. Linus says: It's not full disclosure, it's not coordinated disclosure, and it's not "no disclosure". It's more like just "timely open fixes". I changed a bit of the wording in here, but mostly to remove the word "disclosure" since it seems to mean very specific things to people that we do not mean here. Signed-off-by: NDave Hansen <dave.hansen@linux.intel.com> Reviewed-by: NDan Williams <dan.j.williams@intel.com> Reviewed-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org> Acked-by: NKees Cook <keescook@chromium.org> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Alan Cox <gnomes@lxorguk.ukuu.org.uk> Cc: Andrea Arcangeli <aarcange@redhat.com> Cc: Andy Lutomirski <luto@kernel.org> Cc: Tim Chen <tim.c.chen@linux.intel.com> Cc: Alexander Viro <viro@zeniv.linux.org.uk> Cc: Andrew Morton <akpm@linux-foundation.org> Cc: Mark Rutland <mark.rutland@arm.com> Signed-off-by: NJonathan Corbet <corbet@lwn.net>
-
- 08 3月, 2018 21 次提交
-
-
由 Jonathan Corbet 提交于
Make sure that literal * characters are not interpreted as emphasis markers. Signed-off-by: NJonathan Corbet <corbet@lwn.net>
-
由 Changbin Du 提交于
This converts the plain text documentation to reStructuredText format and add it into Sphinx TOC tree. No essential content change. Cc: Steven Rostedt <rostedt@goodmis.org> Signed-off-by: NChangbin Du <changbin.du@intel.com> Signed-off-by: NJonathan Corbet <corbet@lwn.net>
-
由 Changbin Du 提交于
This converts the plain text documentation to reStructuredText format and add it into Sphinx TOC tree. No essential content change. Cc: Steven Rostedt <rostedt@goodmis.org> Signed-off-by: NChangbin Du <changbin.du@intel.com> Signed-off-by: NJonathan Corbet <corbet@lwn.net>
-
由 Changbin Du 提交于
This converts the plain text documentation to reStructuredText format and add it into Sphinx TOC tree. No essential content change. Cc: Steven Rostedt <rostedt@goodmis.org> Signed-off-by: NChangbin Du <changbin.du@intel.com> Signed-off-by: NJonathan Corbet <corbet@lwn.net>
-
由 Changbin Du 提交于
This converts the plain text documentation to reStructuredText format and add it into Sphinx TOC tree. No essential content change. Cc: Steven Rostedt <rostedt@goodmis.org> Signed-off-by: NChangbin Du <changbin.du@intel.com> Signed-off-by: NJonathan Corbet <corbet@lwn.net>
-
由 Changbin Du 提交于
This converts the plain text documentation to reStructuredText format and add it into Sphinx TOC tree. No essential content change. Cc: Steven Rostedt <rostedt@goodmis.org> Signed-off-by: NChangbin Du <changbin.du@intel.com> Signed-off-by: NJonathan Corbet <corbet@lwn.net>
-
由 Changbin Du 提交于
This converts the plain text documentation to reStructuredText format and add it into Sphinx TOC tree. No essential content change. Cc: Steven Rostedt <rostedt@goodmis.org> Signed-off-by: NChangbin Du <changbin.du@intel.com> Signed-off-by: NJonathan Corbet <corbet@lwn.net>
-
由 Changbin Du 提交于
This converts the plain text documentation to reStructuredText format and add it into Sphinx TOC tree. No essential content change. Cc: Steven Rostedt <rostedt@goodmis.org> Signed-off-by: NChangbin Du <changbin.du@intel.com> Signed-off-by: NJonathan Corbet <corbet@lwn.net>
-
由 Changbin Du 提交于
This converts the plain text documentation to reStructuredText format and add it into Sphinx TOC tree. No essential content change. Cc: Steven Rostedt <rostedt@goodmis.org> Signed-off-by: NChangbin Du <changbin.du@intel.com> Signed-off-by: NJonathan Corbet <corbet@lwn.net>
-
由 Changbin Du 提交于
This converts the plain text documentation to reStructuredText format and add it into Sphinx TOC tree. No essential content change. Cc: Steven Rostedt <rostedt@goodmis.org> Signed-off-by: NChangbin Du <changbin.du@intel.com> Signed-off-by: NJonathan Corbet <corbet@lwn.net>
-
由 Changbin Du 提交于
This converts the plain text documentation to reStructuredText format and add it into Sphinx TOC tree. No essential content change. Cc: Steven Rostedt <rostedt@goodmis.org> Signed-off-by: NChangbin Du <changbin.du@intel.com> Signed-off-by: NJonathan Corbet <corbet@lwn.net>
-
由 Changbin Du 提交于
This converts the plain text documentation to reStructuredText format and add it into Sphinx TOC tree. No essential content change. Cc: Steven Rostedt <rostedt@goodmis.org> Signed-off-by: NChangbin Du <changbin.du@intel.com> Signed-off-by: NJonathan Corbet <corbet@lwn.net>
-
由 Changbin Du 提交于
This converts the plain text documentation to reStructuredText format and add it into Sphinx TOC tree. No essential content change. Cc: Steven Rostedt <rostedt@goodmis.org> Signed-off-by: NChangbin Du <changbin.du@intel.com> Signed-off-by: NJonathan Corbet <corbet@lwn.net>
-
由 Changbin Du 提交于
This converts the plain text documentation to reStructuredText format and add it into Sphinx TOC tree. No essential content change. Cc: Steven Rostedt <rostedt@goodmis.org> Signed-off-by: NChangbin Du <changbin.du@intel.com> Signed-off-by: NJonathan Corbet <corbet@lwn.net>
-
由 Changbin Du 提交于
This converts the plain text documentation to reStructuredText format and add it into Sphinx TOC tree. No essential content change. Cc: Steven Rostedt <rostedt@goodmis.org> Signed-off-by: NChangbin Du <changbin.du@intel.com> Signed-off-by: NJonathan Corbet <corbet@lwn.net>
-
由 Changbin Du 提交于
Add ftrace-uses.rst into Sphinx TOC tree. Few format issues are fixed. Cc: Steven Rostedt <rostedt@goodmis.org> Signed-off-by: NChangbin Du <changbin.du@intel.com> Signed-off-by: NJonathan Corbet <corbet@lwn.net>
-
由 Changbin Du 提交于
This converts the plain text documentation to reStructuredText format and add it to Sphinx TOC tree. This documentation is not synced with current code, so mark it as out of date. Cc: Steven Rostedt <rostedt@goodmis.org> Signed-off-by: NChangbin Du <changbin.du@intel.com> Signed-off-by: NJonathan Corbet <corbet@lwn.net>
-
由 Changbin Du 提交于
This just add a index.rst for trace subsystem. More docs will be added later. Cc: Steven Rostedt <rostedt@goodmis.org> Signed-off-by: NChangbin Du <changbin.du@intel.com> Signed-off-by: NJonathan Corbet <corbet@lwn.net>
-
由 Aaro Koskinen 提交于
Add my name to kernel driver statement. Signed-off-by: NAaro Koskinen <aaro.koskinen@iki.fi> Acked-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: NJonathan Corbet <corbet@lwn.net>
-
由 Tobin C. Harding 提交于
When Co-Developed-by tag was added, docs were only added to Documention/process/5.Posting.rst and were not added to Documention/process/submitting-patches.rst Add documentation to Documention/process/submitting-patches.rst Signed-off-by: NTobin C. Harding <me@tobin.cc> [jc: tweaked commas in the subheading] Signed-off-by: NJonathan Corbet <corbet@lwn.net>
-
由 Matthew Wilcox 提交于
Sphinx 1.7 removed sphinx.util.compat.Directive so people who have upgraded cannot build the documentation. Switch to docutils.parsers.rst.Directive which has been available since docutils 0.5 released in 2009. Bugzilla: https://bugzilla.opensuse.org/show_bug.cgi?id=1083694Co-developed-by: NTakashi Iwai <tiwai@suse.de> Acked-by: NJani Nikula <jani.nikula@intel.com> Cc: stable@vger.kernel.org Signed-off-by: NMatthew Wilcox <mawilcox@microsoft.com> Signed-off-by: NJonathan Corbet <corbet@lwn.net>
-
- 23 2月, 2018 9 次提交
-
-
由 Aishwarya Pant 提交于
Right now, the description of the rapidio sysfs interfaces is in Documentation/rapidio/sysfs.txt. Since these are a part of the ABI, they should be in Documentation/ABI along with the rest. Signed-off-by: NAishwarya Pant <aishpant@gmail.com> Acked-by: NAlexandre Bounine <alexandre.bounine@idt.com> Signed-off-by: NJonathan Corbet <corbet@lwn.net>
-
由 Aishwarya Pant 提交于
Add documentation for sysfs interface of adp8860 series backlight devices by reading through code and git commits. Signed-off-by: NAishwarya Pant <aishpant@gmail.com> Acked-by: NMichael Hennerich <michael.hennerich@analog.com> Acked-by: NDaniel Thompson <daniel.thompson@linaro.org> Signed-off-by: NJonathan Corbet <corbet@lwn.net>
-
由 Aishwarya Pant 提交于
Add documentation for sysfs interface of adp5520/adp5501 analog devices backlight driver by reading code and looking through git commit logs. Signed-off-by: NAishwarya Pant <aishpant@gmail.com> Acked-by: NMichael Hennerich <michael.hennerich@analog.com> Acked-by: NDaniel Thompson <daniel.thompson@linaro.org> Signed-off-by: NJonathan Corbet <corbet@lwn.net>
-
由 Aishwarya Pant 提交于
Add documentation for sysfs interfaces of Texas Instruments lm3639 backlight + flash led driver chip by looking through git commits and reading code. Signed-off-by: NAishwarya Pant <aishpant@gmail.com> Acked-by: NDaniel Thompson <daniel.thompson@linaro.org> Signed-off-by: NJonathan Corbet <corbet@lwn.net>
-
由 Aishwarya Pant 提交于
Documentation has been compiled from git logs and by reading through code. Signed-off-by: NAishwarya Pant <aishpant@gmail.com> Signed-off-by: NJonathan Corbet <corbet@lwn.net>
-
由 Aishwarya Pant 提交于
Add documentation for core and hardware specific infiniband interfaces. The descriptions have been collected from git commit logs, reading through code and data sheets. Some drivers have incomplete doc and are annotated with the comment '[to be documented]'. Signed-off-by: NAishwarya Pant <aishpant@gmail.com> Reviewed-by: NHal Rosenstock <hal@mellanox.com> Signed-off-by: NJonathan Corbet <corbet@lwn.net>
-
由 Aishwarya Pant 提交于
Documentation has been compiled from git commit logs and descriptions in Documentation/aoe/aoe.txt. This should be useful for scripting and tracking changes in the ABI. Signed-off-by: NAishwarya Pant <aishpant@gmail.com> Signed-off-by: NJonathan Corbet <corbet@lwn.net>
-
由 Aishwarya Pant 提交于
Document sysfs attributes of s6e63m0 lcd panel driver by looking through git logs and reading code. Signed-off-by: NAishwarya Pant <aishpant@gmail.com> Signed-off-by: NJonathan Corbet <corbet@lwn.net>
-
由 Aishwarya Pant 提交于
Clean up the sysfs documentation such that it is in the same format as described in Documentation/ABI/README. Mainly, the patch moves the attribute names to the 'What:' field. This might be useful for scripting and tracking changes in the ABI. Signed-off-by: NAishwarya Pant <aishpant@gmail.com> Signed-off-by: NJonathan Corbet <corbet@lwn.net>
-