| /linux/Documentation/admin-guide/ |
| H A D | spkguide.txt | 7 Document version 1.3 13 Permission is granted to copy, distribute and/or modify this document 16 Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A 22 The purpose of this document is to familiarize users with the user 25 http://linux-speakup.org/. Speakup is a set of patches to the standard 72 acntsa -- Accent SA 73 acntpc -- Accent PC 74 apollo -- Apollo 75 audptr -- Audapter 76 bns -- Braille 'n Speak [all …]
|
| H A D | devices.rst | 10 The version of this document at lanana.org is no longer maintained. This 11 version in the mainline Linux kernel is the master document. Updates 13 :ref:`Documentation/process/submitting-patches.rst <submittingpatches>` document). 15 "BLOCK LAYER" in the MAINTAINERS file to find the right maintainers 18 This document is included by reference into the Filesystem Hierarchy 25 This document is in the public domain. The authors requests, however, 63 -------------------------------------- 77 /dev/fd /proc/self/fd symbolic File descriptors 78 /dev/stdin fd/0 symbolic stdin file descriptor 79 /dev/stdout fd/1 symbolic stdout file descriptor [all …]
|
| H A D | dell_rbu.rst | 8 Document demonstrating the use of the Dell Remote BIOS Update driver 14 This document discusses the functionality of the rbu driver only. 46 The driver load creates the following directories under the /sys file system:: 73 In the packet update mechanism, the user needs to create a new file having 79 image file and then arrange all these packets back to back in to one single 80 file. 82 This file is then copied to /sys/class/firmware/dell_rbu/data. 83 Once this file gets to the driver, the driver extracts packet_size data from 84 the file and spreads it across the physical memory in contiguous packet_sized 89 In monolithic update the user simply get the BIOS image (.hdr file) and copies [all …]
|
| /linux/Documentation/process/ |
| H A D | howto.rst | 6 This is the be-all, end-all document on this topic. It contains 12 If anything in this document becomes out of date, please send in patches 13 to the maintainer of this file, who is listed at the bottom of the 14 document. 18 ------------ 22 device." This document's goal is to teach you everything you need to 27 The kernel is written mostly in C, with some architecture-dependent 30 you plan to do low-level development for that architecture. Though they 34 - "The C Programming Language" by Kernighan and Ritchie [Prentice Hall] 35 - "Practical C Programming" by Steve Oualline [O'Reilly] [all …]
|
| H A D | applying-patches.rst | 11 This document is obsolete. In most cases, rather than using ``patch`` 16 one of the many trees/branches should be applied to. Hopefully this document 27 A patch is a small text document containing a delta of changes between two 33 should both be present in the patch file metadata or be possible to deduce 41 (or patch) file and makes the changes to the source tree described in it. 46 This means that paths to files inside the patch file contain the name of the 54 in the patch file when applying it (the ``-p1`` argument to ``patch`` does 57 To revert a previously applied patch, use the -R argument to patch. 60 patch -p1 < ../patch-x.y.z 64 patch -R -p1 < ../patch-x.y.z [all …]
|
| /linux/Documentation/admin-guide/kdump/ |
| H A D | gdbmacros.txt | 2 # This file contains a few gdb macros (user defined commands) to extract 6 # These macros can be used by copying this file in .gdbinit (put in home 8 # --command=<command-file-name> option 17 set $tasks_off=((size_t)&((struct task_struct *)0)->tasks) 18 set $pid_off=((size_t)&((struct task_struct *)0)->thread_group.next) 20 set $next_t=(((char *)($init_t->tasks).next) - $tasks_off) 27 set var $stack_top = ($stackp & ~($stacksize - 1)) + $stacksize 35 set $next_th=(((char *)$next_t->thread_group.next) - $pid_off) 41 set var $stack_top = ($stackp & ~($stacksize - 1)) + stacksize 49 set $next_th=(((char *)$next_th->thread_group.next) - $pid_off) [all …]
|
| /linux/Documentation/doc-guide/ |
| H A D | contributing.rst | 1 .. SPDX-License-Identifier: GPL-2.0 6 Documentation is an important part of any software-development project. 8 developers work more effectively. Without top-quality documentation, a lot 9 of time is wasted in reverse-engineering the code and making avoidable 23 --------------------------- 36 ones. For this reason, eliminating warnings is one of the highest-priority 59 - Resource-managed devfreq_register_notifier() 61 - Resource-managed devfreq_unregister_notifier() 65 A quick look at the source file named above turned up a couple of kerneldoc 70 - Resource-managed devfreq_register_notifier() [all …]
|
| /linux/tools/perf/Documentation/ |
| H A D | jitdump-specification.txt | 5 -------------------------------------------------------- 7 -------------------------------------------------------- 9 -------------------------------------------------------- 11 -------------------------------------------------------- 17 This document describes the jitdump file format. The file is generated by Just-In-time compiler run… 21 The format of the file is binary. It is self-describing in terms of endianness and is portable acro… 27 …ires only sequential accesses, i.e., append only mode. The file starts with a fixed size file head… 31 Each entry in the file is timestamped. All timestamps must use the same clock source. The CLOCK_MON… 34 III/ Jitdump file header format 36 Each jitdump file starts with a fixed size header containing the following fields in order: [all …]
|
| /linux/Documentation/filesystems/ |
| H A D | inotify.rst | 1 .. SPDX-License-Identifier: GPL-2.0 4 Inotify - A Powerful yet Simple File Change Notification System 9 Document started 15 Mar 2005 by Robert Love <rml@novell.com> 11 Document updated 4 Jan 2015 by Zhang Zhen <zhenzhang.zhang@huawei.com> 13 - Deleted obsoleted interface, just refer to manpages for user interface. 22 Watches are associated with an open inotify device, not an open file. 23 This solves the primary problem with dnotify: keeping the file open pins 24 the file and thus, worse, pins the mount. Dnotify is therefore infeasible 26 unmounted. Watching a file should not require that it be open. 29 What is the design decision behind using an-fd-per-instance as opposed to [all …]
|
| H A D | befs.rst | 1 .. SPDX-License-Identifier: GPL-2.0 7 Document last updated: Dec 6, 2001 12 implementation is neither complete nor well-tested. 19 See the file COPYING for the complete text of the license. 28 Original Author: Makoto Kato <m_kato@ga2.so-net.ne.jp> 41 for the linux 2.4.1 and later kernels. Currently it is a read-only 57 is called patch-befs-xxx, you would do the following: 60 patch -p1 < /path/to/patch-befs-xxx 68 The linux kernel has many compile-time options. Most of them are beyond the 69 scope of this document. I suggest the Kernel-HOWTO document as a good general [all …]
|
| /linux/LICENSES/deprecated/ |
| H A D | GFDL-1.1 | 1 Valid-License-Identifier: GPL-2.0 OR GFDL-1.1-no-invariants-or-later 2 Valid-License-Identifier: GPL-2.0 OR GFDL-1.1-no-invariants-only 3 Valid-License-Identifier: GFDL-1.1-no-invariants-or-later 4 Valid-License-Identifier: GFDL-1.1-no-invariants-only 5 SPDX-URL: https://spdx.org/licenses/GFDL-1.1-no-invariants-or-later.html 6 Usage-Guide: 8 Invariant Sections, Front-Cover Texts or Back-Cover Texts. 11 userspace-api media documentation). 15 SPDX-License-Identifier: GPL-2.0 OR GFDL-1.1-no-invariants-or-later 17 SPDX-License-Identifier: GPL-2.0 OR GFDL-1.1-no-invariants-only [all …]
|
| H A D | GFDL-1.2 | 1 Valid-License-Identifier: GPL-2.0 OR GFDL-1.2-no-invariants-or-later 2 Valid-License-Identifier: GPL-2.0 OR GFDL-1.2-no-invariants-only 3 Valid-License-Identifier: GFDL-1.2-no-invariants-or-later 4 Valid-License-Identifier: GFDL-1.2-no-invariants-only 5 SPDX-URL: https://spdx.org/licenses/GFDL-1.2-no-invariants-or-later.html 6 Usage-Guide: 8 Invariant Sections, Front-Cover Texts or Back-Cover Texts. 13 SPDX-License-Identifier: GPL-2.0 OR GFDL-1.2-no-invariants-or-later 15 SPDX-License-Identifier: GPL-2.0 OR GFDL-1.1-no-invariants-only 17 SPDX-License-Identifier: GFDL-1.2-no-invariants-or-later [all …]
|
| /linux/Documentation/arch/arm64/ |
| H A D | tagged-address-abi.rst | 10 This document describes the usage and semantics of the Tagged Address 14 --------------- 17 userspace (EL0) to perform memory accesses through 64-bit pointers with 18 a non-zero top byte. This document describes the relaxation of the 23 ----------------------------- 26 this document, a "valid tagged pointer" is a pointer with a potentially 27 non-zero top-byte that references an address in the user process address 30 - ``mmap()`` syscall where either: 32 - flags have the ``MAP_ANONYMOUS`` bit set or 33 - the file descriptor refers to a regular file (including those [all …]
|
| /linux/Documentation/userspace-api/media/ |
| H A D | fdl-appendix.rst | 1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later 10 .. _fdl-preamble: 16 written document "free" in the sense of freedom: to assure everyone the 24 of the document must themselves be free in the same sense. It 37 .. _fdl-section1: 43 .. _fdl-document: 47 terms of this License. The "Document", below, refers to any such manual 52 .. _fdl-modified: 54 A "Modified Version" of the Document means any work containing the 55 Document or a portion of it, either copied verbatim, or with [all …]
|
| /linux/Documentation/translations/ja_JP/ |
| H A D | stable_api_nonsense.txt | 2 This is a version of Documentation/process/stable-api-nonsense.rst into Japanese. 3 This document is maintained by IKEDA, Munehiro <m-ikeda@ds.jp.nec.com> 5 If you find any difference between this document and the original file 7 please contact the maintainer of this file or JF project. 9 Please also note that the purpose of this file is to be easier to read 11 fork. So if you have any comments or updates of this file, please try 12 to update the original English file first. 17 linux-2.6.22-rc4/Documentation/process/stable-api-nonsense.rst の和訳 21 原著作者: Greg Kroah-Hartman < greg at kroah dot com > 22 翻訳者 : 池田 宗広 < m-ikeda at ds dot jp dot nec dot com > [all …]
|
| /linux/drivers/usb/storage/ |
| H A D | scsiglue.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 4 * SCSI Connecting Glue Header File 7 * (c) 1999, 2000 Matthew Dharm (mdharm-usb@one-eyed-alien.net) 9 * This driver is based on the 'USB Mass Storage Class' document. This 12 * mind when they created this document. The commands are all very 13 * similar to commands in the SCSI-II and ATAPI specifications. 16 * exhibits class-specific exemptions from the USB specification.
|
| H A D | initializers.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 3 * Header file for Special Initializers for certain USB Mass Storage devices 6 * (c) 1999, 2000 Matthew Dharm (mdharm-usb@one-eyed-alien.net) 8 * This driver is based on the 'USB Mass Storage Class' document. This 11 * mind when they created this document. The commands are all very 12 * similar to commands in the SCSI-II and ATAPI specifications. 15 * exhibits class-specific exemptions from the USB specification. 27 * This places the Shuttle/SCM USB<->SCSI bridge devices in multi-target 33 * This function is required to activate all four slots on the UCR-61S2B 38 /* This places the HUAWEI E220 devices in multi-port mode */
|
| H A D | protocol.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 4 * Protocol Functions Header File 7 * (c) 1999, 2000 Matthew Dharm (mdharm-usb@one-eyed-alien.net) 9 * This driver is based on the 'USB Mass Storage Class' document. This 12 * mind when they created this document. The commands are all very 13 * similar to commands in the SCSI-II and ATAPI specifications. 16 * exhibits class-specific exemptions from the USB specification.
|
| H A D | debug.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 4 * Debugging Functions Header File 7 * (c) 1999-2002 Matthew Dharm (mdharm-usb@one-eyed-alien.net) 12 * This driver is based on the 'USB Mass Storage Class' document. This 15 * mind when they created this document. The commands are all very 16 * similar to commands in the SCSI-II and ATAPI specifications. 19 * exhibits class-specific exemptions from the USB specification.
|
| /linux/Documentation/dev-tools/ |
| H A D | propeller.rst | 1 .. SPDX-License-Identifier: GPL-2.0 8 compiler. Propeller is a profile-guided optimization (PGO) method used 19 AutoFDO+ThinLTO or Instrument FDO. The rest of this document 24 "build-afdo - train-afdo - build-propeller - train-propeller - 25 build-optimized". 37 you would normally do, but with a set of compile-time / link-time 50 #. Propeller profile generation: Perf output file is converted to a 54 binary as you would normally do, but with a compile-time / 55 link-time flag to pick up the Propeller compile time and link time 56 profiles. This build step uses 3 profiles - the AutoFDO profile, [all …]
|
| /linux/Documentation/dev-tools/kunit/ |
| H A D | run_manual.rst | 1 .. SPDX-License-Identifier: GPL-2.0 20 - We have an existing kernel configuration to test. 21 - Need to run on real hardware (or using an emulator/VM kunit_tool 23 - Wish to integrate with some existing testing systems. 39 the tests. If the tests are built-in, they will run automatically on the 46 .. code-block :: bash 48 # modprobe example-test 66 accessible from the debugfs filesystem in the following read-only file: 68 .. code-block :: bash 72 The test results are printed in a KTAP document. Note this document is separate [all …]
|
| /linux/drivers/watchdog/ |
| H A D | iTCO_wdt.c | 1 // SPDX-License-Identifier: GPL-2.0+ 5 * (c) Copyright 2006-2011 Wim Van Sebroeck <wim@iguana.be>. 9 * provided "AS-IS" and at no charge. 13 * document number 290655-003, 290677-014: 82801AA (ICH), 82801AB (ICHO) 14 * document number 290687-002, 298242-027: 82801BA (ICH2) 15 * document number 290733-003, 290739-013: 82801CA (ICH3-S) 16 * document number 290716-001, 290718-007: 82801CAM (ICH3-M) 17 * document number 290744-001, 290745-025: 82801DB (ICH4) 18 * document number 252337-001, 252663-008: 82801DBM (ICH4-M) 19 * document number 273599-001, 273645-002: 82801E (C-ICH) [all …]
|
| /linux/Documentation/devicetree/bindings/pinctrl/ |
| H A D | nvidia,tegra124-xusb-padctl.txt | 7 needed for USB. For the new binding, see ../phy/nvidia,tegra-xusb-padctl.txt. 8 The binding described in this file is deprecated and should not be used. 14 This document defines the device-specific binding for the XUSB pad controller. 16 Refer to pinctrl-bindings.txt in this directory for generic information about 17 pin controller device tree bindings and ../phy/phy-bindings.txt for details on 21 -------------------- 22 - compatible: For Tegra124, must contain "nvidia,tegra124-xusb-padctl". 23 Otherwise, must contain '"nvidia,<chip>-xusb-padctl", 24 "nvidia-tegra124-xusb-padctl"', where <chip> is tegra132 or tegra210. 25 - reg: Physical base address and length of the controller's registers. [all …]
|
| /linux/Documentation/admin-guide/nfs/ |
| H A D | nfs-rdma.rst | 9 This document is probably obsolete. 14 This document describes how to install and setup the Linux NFS/RDMA client 29 nfs-rdma-devel@lists.sourceforge.net mailing list. 37 - Install an RDMA device 41 Testing has been performed using several Mellanox-based IB cards, the 44 - Install a Linux distribution and tools 50 The procedures described in this document have been tested with 53 - Install nfs-utils-1.1.2 or greater on the client 56 nfs-utils-1.1.2 or greater (nfs-utils-1.1.1 was the first nfs-utils 58 recommend using nfs-utils-1.1.2 or greater). To see which version of [all …]
|
| /linux/Documentation/usb/ |
| H A D | gadget_serial.rst | 7 (updated 8-May-2008 for v2.3) 11 ---------------------- 25 MA 02111-1307 USA. 27 This document and the gadget serial driver itself are 35 ------------- 37 2.4 Linux kernels, but this document assumes you are using 41 This document assumes that you are familiar with Linux and 55 -------- 65 -------------------------------------- 66 | Host-Side CDC ACM USB Host | [all …]
|