2005-04-16 22:20:36 +00:00
|
|
|
|
|
|
|
This is a brief list of all the files in ./linux/Documentation and what
|
|
|
|
they contain. If you add a documentation file, please list it here in
|
|
|
|
alphabetical order as well, or risk being hunted down like a rabid dog.
|
2013-02-14 20:20:54 +00:00
|
|
|
Please keep the descriptions small enough to fit on one line.
|
2005-04-16 22:20:36 +00:00
|
|
|
Thanks -- Paul G.
|
|
|
|
|
|
|
|
Following translations are available on the WWW:
|
|
|
|
|
2012-02-14 14:19:07 +00:00
|
|
|
- Japanese, maintained by the JF Project (jf@listserv.linux.or.jp), at
|
|
|
|
http://linuxjf.sourceforge.jp/
|
2005-04-16 22:20:36 +00:00
|
|
|
|
|
|
|
00-INDEX
|
|
|
|
- this file.
|
2007-07-16 06:41:41 +00:00
|
|
|
ABI/
|
|
|
|
- info on kernel <-> userspace ABI and relative interface stability.
|
2016-12-05 11:41:45 +00:00
|
|
|
CodingStyle
|
|
|
|
- nothing here, just a pointer to process/coding-style.rst.
|
2005-04-16 22:20:36 +00:00
|
|
|
DMA-API.txt
|
|
|
|
- DMA API, pci_ API & extensions for non-consistent memory machines.
|
2013-02-14 20:20:54 +00:00
|
|
|
DMA-API-HOWTO.txt
|
|
|
|
- Dynamic DMA mapping Guide
|
2007-10-17 06:31:25 +00:00
|
|
|
DMA-ISA-LPC.txt
|
|
|
|
- How to do DMA with ISA (and LPC) devices.
|
2013-02-14 20:20:54 +00:00
|
|
|
DMA-attributes.txt
|
|
|
|
- listing of the various possible attributes a DMA region can have
|
2005-04-16 22:20:36 +00:00
|
|
|
DocBook/
|
|
|
|
- directory with DocBook templates etc. for kernel documentation.
|
2013-02-14 20:20:54 +00:00
|
|
|
EDID/
|
|
|
|
- directory with info on customizing EDID for broken gfx/displays.
|
2005-04-16 22:20:36 +00:00
|
|
|
IPMI.txt
|
|
|
|
- info on Linux Intelligent Platform Management Interface (IPMI) Driver.
|
|
|
|
IRQ-affinity.txt
|
|
|
|
- how to select which CPU(s) handle which interrupt events on SMP.
|
2013-02-14 20:20:54 +00:00
|
|
|
IRQ-domain.txt
|
2013-08-20 23:48:39 +00:00
|
|
|
- info on interrupt numbering and setting up IRQ domains.
|
2007-07-16 06:41:41 +00:00
|
|
|
IRQ.txt
|
|
|
|
- description of what an IRQ is.
|
2013-02-14 20:20:54 +00:00
|
|
|
Intel-IOMMU.txt
|
|
|
|
- basic info on the Intel IOMMU virtualization support.
|
|
|
|
Makefile
|
Update Documentation/00-INDEX
Em Mon, 5 Dec 2016 14:23:01 -0700
Jonathan Corbet <corbet@lwn.net> escreveu:
> On Mon, 5 Dec 2016 09:41:40 -0200
> Mauro Carvalho Chehab <mchehab@s-opensource.com> wrote:
>
> > So, in order to check it, I wrote a small script that compares the files
> > and directories at Documentation/ with the ones at 00-INDEX.
> >
> > Then, I synchronized the entries, making the script happy.
> >
> > We might think on integrating the script with checkpatch.pl, but, as
> > we should get rid of 00-INDEX, it probably not worth the efforts.
>
> I would agree with that; I don't see the point of keeping those files
> around in the longer term.
>
> I've applied the set. I do have a few quibbles with the final patch that
> I'll send separately, but they're not something to hold this set up for.
Jon,
Did a patch fixing the quibbles.
As it seems you didn't push yet the changeset upstream, feel free to
just fold it with patch 5/5 if you prefer so, or to add as a separate
patch at the end of the series.
Patch enclosed.
Thanks,
Mauro
[PATCH] docs: 00-INDEX: change text related to the building system
Let be clearer on those files related to the build system.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
2016-12-06 12:51:51 +00:00
|
|
|
- It's not of interest for those who aren't touching the build system.
|
2016-12-05 11:41:45 +00:00
|
|
|
Makefile.sphinx
|
Update Documentation/00-INDEX
Em Mon, 5 Dec 2016 14:23:01 -0700
Jonathan Corbet <corbet@lwn.net> escreveu:
> On Mon, 5 Dec 2016 09:41:40 -0200
> Mauro Carvalho Chehab <mchehab@s-opensource.com> wrote:
>
> > So, in order to check it, I wrote a small script that compares the files
> > and directories at Documentation/ with the ones at 00-INDEX.
> >
> > Then, I synchronized the entries, making the script happy.
> >
> > We might think on integrating the script with checkpatch.pl, but, as
> > we should get rid of 00-INDEX, it probably not worth the efforts.
>
> I would agree with that; I don't see the point of keeping those files
> around in the longer term.
>
> I've applied the set. I do have a few quibbles with the final patch that
> I'll send separately, but they're not something to hold this set up for.
Jon,
Did a patch fixing the quibbles.
As it seems you didn't push yet the changeset upstream, feel free to
just fold it with patch 5/5 if you prefer so, or to add as a separate
patch at the end of the series.
Patch enclosed.
Thanks,
Mauro
[PATCH] docs: 00-INDEX: change text related to the building system
Let be clearer on those files related to the build system.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
2016-12-06 12:51:51 +00:00
|
|
|
- It's not of interest for those who aren't touching the build system.
|
2016-12-05 11:41:43 +00:00
|
|
|
PCI/
|
|
|
|
- info related to PCI drivers.
|
2005-04-16 22:20:36 +00:00
|
|
|
RCU/
|
|
|
|
- directory with info on RCU (read-copy update).
|
|
|
|
SAK.txt
|
|
|
|
- info on Secure Attention Keys.
|
2007-10-17 06:31:25 +00:00
|
|
|
SM501.txt
|
|
|
|
- Silicon Motion SM501 multimedia companion chip
|
2016-12-05 11:41:45 +00:00
|
|
|
SubmittingPatches
|
|
|
|
- nothing here, just a pointer to process/coding-style.rst.
|
2007-07-16 06:41:41 +00:00
|
|
|
accounting/
|
|
|
|
- documentation on accounting and taskstats.
|
2007-11-15 00:53:21 +00:00
|
|
|
acpi/
|
|
|
|
- info on ACPI-specific hooks in the kernel.
|
2016-12-05 11:41:42 +00:00
|
|
|
admin-guide/
|
|
|
|
- info related to Linux users and system admins.
|
2007-07-16 06:41:41 +00:00
|
|
|
aoe/
|
|
|
|
- description of AoE (ATA over Ethernet) along with config examples.
|
2005-04-16 22:20:36 +00:00
|
|
|
arm/
|
|
|
|
- directory with info about Linux on the ARM architecture.
|
2013-02-14 20:20:54 +00:00
|
|
|
arm64/
|
|
|
|
- directory with info about Linux on the 64 bit ARM architecture.
|
2007-07-16 06:41:41 +00:00
|
|
|
auxdisplay/
|
|
|
|
- misc. LCD driver documentation (cfag12864b, ks0108).
|
2013-02-14 20:20:54 +00:00
|
|
|
backlight/
|
|
|
|
- directory with info on controlling backlights in flat panel displays
|
2014-02-10 22:25:33 +00:00
|
|
|
bcache.txt
|
|
|
|
- Block-layer cache on fast SSDs to improve slow (raid) I/O performance.
|
2007-07-16 06:41:41 +00:00
|
|
|
blackfin/
|
|
|
|
- directory with documentation for the Blackfin arch.
|
2005-04-16 22:20:36 +00:00
|
|
|
block/
|
|
|
|
- info on the Block I/O (BIO) layer.
|
2008-11-13 21:33:24 +00:00
|
|
|
blockdev/
|
|
|
|
- info on block devices & drivers
|
2013-02-14 20:20:54 +00:00
|
|
|
bt8xxgpio.txt
|
|
|
|
- info on how to modify a bt8xx video card for GPIO usage.
|
2009-06-02 21:29:38 +00:00
|
|
|
btmrvl.txt
|
|
|
|
- info on Marvell Bluetooth driver usage.
|
2013-02-14 20:20:54 +00:00
|
|
|
bus-devices/
|
|
|
|
- directory with info on TI GPMC (General Purpose Memory Controller)
|
2010-07-19 22:20:27 +00:00
|
|
|
bus-virt-phys-mapping.txt
|
|
|
|
- how to access I/O mapped memory from within device drivers.
|
2005-04-16 22:20:36 +00:00
|
|
|
cachetlb.txt
|
|
|
|
- describes the cache/TLB flushing interfaces Linux uses.
|
|
|
|
cdrom/
|
|
|
|
- directory with information on the CD-ROM drivers that Linux has.
|
2016-12-05 11:41:43 +00:00
|
|
|
cgroup-v1/
|
|
|
|
- cgroups v1 features, including cpusets and memory controller.
|
|
|
|
cgroup-v2.txt
|
|
|
|
- cgroups v2 features, including cpusets and memory controller.
|
2013-02-14 20:20:54 +00:00
|
|
|
circular-buffers.txt
|
|
|
|
- how to make use of the existing circular buffer infrastructure
|
|
|
|
clk.txt
|
|
|
|
- info on the common clock framework
|
2016-12-05 11:41:43 +00:00
|
|
|
cma/
|
|
|
|
- Continuous Memory Area (CMA) debugfs interface.
|
2016-12-05 11:41:45 +00:00
|
|
|
conf.py
|
Update Documentation/00-INDEX
Em Mon, 5 Dec 2016 14:23:01 -0700
Jonathan Corbet <corbet@lwn.net> escreveu:
> On Mon, 5 Dec 2016 09:41:40 -0200
> Mauro Carvalho Chehab <mchehab@s-opensource.com> wrote:
>
> > So, in order to check it, I wrote a small script that compares the files
> > and directories at Documentation/ with the ones at 00-INDEX.
> >
> > Then, I synchronized the entries, making the script happy.
> >
> > We might think on integrating the script with checkpatch.pl, but, as
> > we should get rid of 00-INDEX, it probably not worth the efforts.
>
> I would agree with that; I don't see the point of keeping those files
> around in the longer term.
>
> I've applied the set. I do have a few quibbles with the final patch that
> I'll send separately, but they're not something to hold this set up for.
Jon,
Did a patch fixing the quibbles.
As it seems you didn't push yet the changeset upstream, feel free to
just fold it with patch 5/5 if you prefer so, or to add as a separate
patch at the end of the series.
Patch enclosed.
Thanks,
Mauro
[PATCH] docs: 00-INDEX: change text related to the building system
Let be clearer on those files related to the build system.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
2016-12-06 12:51:51 +00:00
|
|
|
- It's not of interest for those who aren't touching the build system.
|
2007-07-16 06:41:41 +00:00
|
|
|
connector/
|
|
|
|
- docs on the netlink based userspace<->kernel space communication mod.
|
|
|
|
console/
|
|
|
|
- documentation on Linux console drivers.
|
2016-10-28 08:14:10 +00:00
|
|
|
core-api/
|
|
|
|
- documentation on kernel core components.
|
2005-04-16 22:20:36 +00:00
|
|
|
cpu-freq/
|
|
|
|
- info on CPU frequency and voltage scaling.
|
2007-07-16 06:41:41 +00:00
|
|
|
cpu-hotplug.txt
|
|
|
|
- document describing CPU hotplug support in the Linux kernel.
|
|
|
|
cpu-load.txt
|
|
|
|
- document describing how CPU load statistics are collected.
|
2008-02-14 05:16:13 +00:00
|
|
|
cpuidle/
|
|
|
|
- info on CPU_IDLE, CPU idle state management subsystem.
|
2007-07-16 06:41:41 +00:00
|
|
|
cputopology.txt
|
|
|
|
- documentation on how CPU topology info is exported via sysfs.
|
2012-03-23 22:02:22 +00:00
|
|
|
crc32.txt
|
|
|
|
- brief tutorial on CRC computation
|
2005-04-16 22:20:36 +00:00
|
|
|
cris/
|
|
|
|
- directory with info about Linux on CRIS architecture.
|
|
|
|
crypto/
|
|
|
|
- directory with info on the Crypto API.
|
2007-07-16 06:41:41 +00:00
|
|
|
dcdbas.txt
|
|
|
|
- information on the Dell Systems Management Base Driver.
|
2005-04-16 22:20:36 +00:00
|
|
|
debugging-modules.txt
|
|
|
|
- some notes on debugging modules after Linux 2.6.3.
|
2013-02-14 20:20:54 +00:00
|
|
|
debugging-via-ohci1394.txt
|
|
|
|
- how to use firewire like a hardware debugger memory reader.
|
2007-07-16 06:41:41 +00:00
|
|
|
dell_rbu.txt
|
|
|
|
- document demonstrating the use of the Dell Remote BIOS Update driver.
|
2016-12-05 11:41:43 +00:00
|
|
|
dev-tools/
|
|
|
|
- directory with info on development tools for the kernel.
|
2005-04-16 22:20:36 +00:00
|
|
|
device-mapper/
|
|
|
|
- directory with info on Device Mapper.
|
2016-12-05 11:41:43 +00:00
|
|
|
dmaengine/
|
|
|
|
- the DMA engine and controller API guides.
|
2013-02-14 20:20:54 +00:00
|
|
|
devicetree/
|
|
|
|
- directory with info on device tree files used by OF/PowerPC/ARM
|
|
|
|
digsig.txt
|
|
|
|
-info on the Digital Signature Verification API
|
|
|
|
dma-buf-sharing.txt
|
|
|
|
- the DMA Buffer Sharing API Guide
|
2016-12-05 11:41:45 +00:00
|
|
|
docutils.conf
|
|
|
|
- nothing here. Just a configuration file for docutils.
|
2007-07-16 06:41:41 +00:00
|
|
|
dontdiff
|
|
|
|
- file containing a list of files that should never be diff'ed.
|
2016-12-05 11:41:43 +00:00
|
|
|
driver-api/
|
|
|
|
- the Linux driver implementer's API guide.
|
2005-04-16 22:20:36 +00:00
|
|
|
driver-model/
|
|
|
|
- directory with info about Linux driver model.
|
|
|
|
early-userspace/
|
|
|
|
- info about initramfs, klibc, and userspace early during boot.
|
2014-02-10 22:25:33 +00:00
|
|
|
efi-stub.txt
|
|
|
|
- How to use the EFI boot stub to bypass GRUB or elilo on EFI systems.
|
2005-04-16 22:20:36 +00:00
|
|
|
eisa.txt
|
|
|
|
- info on EISA bus support.
|
2013-02-14 20:20:54 +00:00
|
|
|
extcon/
|
|
|
|
- directory with porting guide for Android kernel switch driver.
|
2016-12-05 11:41:43 +00:00
|
|
|
isa.txt
|
|
|
|
- info on EISA bus support.
|
2007-07-16 06:41:41 +00:00
|
|
|
fault-injection/
|
|
|
|
- dir with docs about the fault injection capabilities infrastructure.
|
2005-04-16 22:20:36 +00:00
|
|
|
fb/
|
|
|
|
- directory with info on the frame buffer graphics abstraction layer.
|
2016-12-05 11:41:43 +00:00
|
|
|
features/
|
|
|
|
- status of feature implementation on different architectures.
|
2005-04-16 22:20:36 +00:00
|
|
|
filesystems/
|
2007-09-24 22:52:09 +00:00
|
|
|
- info on the vfs and the various filesystems that Linux supports.
|
2005-04-16 22:20:36 +00:00
|
|
|
firmware_class/
|
|
|
|
- request_firmware() hotplug interface info.
|
2013-02-14 20:20:54 +00:00
|
|
|
flexible-arrays.txt
|
|
|
|
- how to make use of flexible sized arrays in linux
|
2013-06-18 21:47:24 +00:00
|
|
|
fmc/
|
|
|
|
- information about the FMC bus abstraction
|
2016-12-05 11:41:43 +00:00
|
|
|
fpga/
|
|
|
|
- FPGA Manager Core.
|
2008-02-03 13:54:28 +00:00
|
|
|
frv/
|
2007-07-16 06:41:41 +00:00
|
|
|
- Fujitsu FR-V Linux documentation.
|
2013-02-14 20:20:54 +00:00
|
|
|
futex-requeue-pi.txt
|
|
|
|
- info on requeueing of tasks from a non-PI futex to a PI futex
|
2016-12-05 11:41:43 +00:00
|
|
|
gcc-plugins.txt
|
|
|
|
- GCC plugin infrastructure.
|
2014-02-10 22:25:33 +00:00
|
|
|
gpio/
|
|
|
|
- gpio related documentation
|
2016-12-05 11:41:43 +00:00
|
|
|
gpu/
|
|
|
|
- directory with information on GPU driver developer's guide.
|
2013-02-14 20:20:54 +00:00
|
|
|
hid/
|
|
|
|
- directory with information on human interface devices
|
2005-04-16 22:20:36 +00:00
|
|
|
highuid.txt
|
|
|
|
- notes on the change from 16 bit to 32 bit user/group IDs.
|
2013-02-14 20:20:54 +00:00
|
|
|
hwspinlock.txt
|
|
|
|
- hardware spinlock provides hardware assistance for synchronization
|
2008-03-05 17:28:15 +00:00
|
|
|
timers/
|
|
|
|
- info on the timer related topics
|
2005-04-16 22:20:36 +00:00
|
|
|
hw_random.txt
|
|
|
|
- info on Linux support for random number generator in i8xx chipsets.
|
2007-07-16 06:41:41 +00:00
|
|
|
hwmon/
|
|
|
|
- directory with docs on various hardware monitoring drivers.
|
2005-04-16 22:20:36 +00:00
|
|
|
i2c/
|
|
|
|
- directory with info about the I2C bus/protocol (2 wire, kHz speed).
|
2008-10-20 16:32:21 +00:00
|
|
|
x86/i386/
|
2005-04-16 22:20:36 +00:00
|
|
|
- directory with info about Linux on Intel 32 bit architecture.
|
|
|
|
ia64/
|
|
|
|
- directory with info about Linux on Intel 64 bit architecture.
|
2016-12-05 11:41:43 +00:00
|
|
|
ide/
|
|
|
|
- Information regarding the Enhanced IDE drive.
|
|
|
|
iio/
|
|
|
|
- info on industrial IIO configfs support.
|
2016-12-05 11:41:45 +00:00
|
|
|
index.rst
|
|
|
|
- main index for the documentation at ReST format.
|
2007-07-16 06:41:41 +00:00
|
|
|
infiniband/
|
|
|
|
- directory with documents concerning Linux InfiniBand support.
|
2005-04-16 22:20:36 +00:00
|
|
|
input/
|
|
|
|
- info on Linux input device support.
|
2013-02-14 20:20:54 +00:00
|
|
|
intel_txt.txt
|
|
|
|
- info on intel Trusted Execution Technology (intel TXT).
|
2010-07-19 22:20:27 +00:00
|
|
|
io-mapping.txt
|
|
|
|
- description of io_mapping functions in linux/io-mapping.h
|
2005-04-16 22:20:36 +00:00
|
|
|
io_ordering.txt
|
|
|
|
- info on ordering I/O writes to memory-mapped addresses.
|
2007-07-16 06:41:41 +00:00
|
|
|
ioctl/
|
|
|
|
- directory with documents describing various IOCTL calls.
|
2005-04-16 22:20:36 +00:00
|
|
|
iostats.txt
|
|
|
|
- info on I/O statistics Linux kernel provides.
|
2007-07-16 06:41:41 +00:00
|
|
|
irqflags-tracing.txt
|
|
|
|
- how to use the irq-flags tracing feature.
|
2005-04-16 22:20:36 +00:00
|
|
|
isapnp.txt
|
|
|
|
- info on Linux ISA Plug & Play support.
|
|
|
|
isdn/
|
|
|
|
- directory with info on the Linux ISDN support, and supported cards.
|
|
|
|
kbuild/
|
|
|
|
- directory with info about the kernel build process.
|
2016-12-05 11:41:43 +00:00
|
|
|
kernel-doc-nano-HOWTO.txt
|
|
|
|
- outdated info about kernel-doc documentation.
|
2007-07-16 06:41:41 +00:00
|
|
|
kdump/
|
|
|
|
- directory with mini HowTo on getting the crash dump code to work.
|
2016-11-17 10:32:33 +00:00
|
|
|
doc-guide/
|
2016-07-20 22:43:41 +00:00
|
|
|
- how to write and format reStructuredText kernel documentation
|
2014-02-10 22:25:33 +00:00
|
|
|
kernel-per-CPU-kthreads.txt
|
|
|
|
- List of all per-CPU kthreads and how they introduce jitter.
|
2005-04-16 22:20:36 +00:00
|
|
|
kobject.txt
|
|
|
|
- info of the kobject infrastructure of the Linux kernel.
|
2007-07-16 06:41:41 +00:00
|
|
|
kprobes.txt
|
|
|
|
- documents the kernel probes debugging feature.
|
|
|
|
kref.txt
|
|
|
|
- docs on adding reference counters (krefs) to kernel objects.
|
2014-12-26 08:26:22 +00:00
|
|
|
kselftest.txt
|
|
|
|
- small unittests for (some) individual codepaths in the kernel.
|
2008-02-09 01:32:03 +00:00
|
|
|
laptops/
|
|
|
|
- directory with laptop related info and laptop driver documentation.
|
2005-04-16 22:20:36 +00:00
|
|
|
ldm.txt
|
|
|
|
- a brief description of LDM (Windows Dynamic Disks).
|
2011-04-04 22:08:46 +00:00
|
|
|
leds/
|
|
|
|
- directory with info about LED handling under Linux.
|
2016-12-05 11:41:43 +00:00
|
|
|
livepatch/
|
|
|
|
- info on kernel live patching.
|
2014-07-30 20:41:55 +00:00
|
|
|
locking/
|
|
|
|
- directory with info about kernel locking primitives
|
2012-10-21 10:05:51 +00:00
|
|
|
lockup-watchdogs.txt
|
|
|
|
- info on soft and hard lockup detectors (aka nmi_watchdog).
|
2005-04-16 22:20:36 +00:00
|
|
|
logo.gif
|
2007-07-16 06:41:41 +00:00
|
|
|
- full colour GIF image of Linux logo (penguin - Tux).
|
2005-04-16 22:20:36 +00:00
|
|
|
logo.txt
|
2007-07-16 06:41:41 +00:00
|
|
|
- info on creator of above logo & site to get additional images from.
|
2014-12-26 08:26:22 +00:00
|
|
|
lzo.txt
|
|
|
|
- kernel LZO decompressor input formats
|
2005-04-16 22:20:36 +00:00
|
|
|
m68k/
|
|
|
|
- directory with info about Linux on Motorola 68k architecture.
|
2014-12-26 08:26:22 +00:00
|
|
|
mailbox.txt
|
|
|
|
- How to write drivers for the common mailbox framework (IPC).
|
2017-01-30 23:44:41 +00:00
|
|
|
md/
|
|
|
|
- directory with info about Linux Software RAID
|
2016-12-05 11:41:43 +00:00
|
|
|
media/
|
|
|
|
- info on media drivers: uAPI, kAPI and driver documentation.
|
2007-07-16 06:41:41 +00:00
|
|
|
memory-barriers.txt
|
|
|
|
- info on Linux kernel memory barriers.
|
2013-02-14 20:20:54 +00:00
|
|
|
memory-devices/
|
|
|
|
- directory with info on parts like the Texas Instruments EMIF driver
|
2007-10-17 06:31:25 +00:00
|
|
|
memory-hotplug.txt
|
|
|
|
- Hotpluggable memory support, how to use and current status.
|
2016-12-05 11:41:43 +00:00
|
|
|
men-chameleon-bus.txt
|
|
|
|
- info on MEN chameleon bus.
|
2012-10-09 10:00:27 +00:00
|
|
|
metag/
|
|
|
|
- directory with info about Linux on Meta architecture.
|
2016-12-05 11:41:43 +00:00
|
|
|
mic/
|
|
|
|
- Intel Many Integrated Core (MIC) architecture device driver.
|
2005-04-16 22:20:36 +00:00
|
|
|
mips/
|
|
|
|
- directory with info about Linux on MIPS architecture.
|
2013-02-14 20:20:54 +00:00
|
|
|
misc-devices/
|
|
|
|
- directory with info about devices using the misc dev subsystem
|
mmc: add erase, secure erase, trim and secure trim operations
SD/MMC cards tend to support an erase operation. In addition, eMMC v4.4
cards can support secure erase, trim and secure trim operations that are
all variants of the basic erase command.
SD/MMC device attributes "erase_size" and "preferred_erase_size" have been
added.
"erase_size" is the minimum size, in bytes, of an erase operation. For
MMC, "erase_size" is the erase group size reported by the card. Note that
"erase_size" does not apply to trim or secure trim operations where the
minimum size is always one 512 byte sector. For SD, "erase_size" is 512
if the card is block-addressed, 0 otherwise.
SD/MMC cards can erase an arbitrarily large area up to and
including the whole card. When erasing a large area it may
be desirable to do it in smaller chunks for three reasons:
1. A single erase command will make all other I/O on the card
wait. This is not a problem if the whole card is being erased, but
erasing one partition will make I/O for another partition on the
same card wait for the duration of the erase - which could be a
several minutes.
2. To be able to inform the user of erase progress.
3. The erase timeout becomes too large to be very useful.
Because the erase timeout contains a margin which is multiplied by
the size of the erase area, the value can end up being several
minutes for large areas.
"erase_size" is not the most efficient unit to erase (especially for SD
where it is just one sector), hence "preferred_erase_size" provides a good
chunk size for erasing large areas.
For MMC, "preferred_erase_size" is the high-capacity erase size if a card
specifies one, otherwise it is based on the capacity of the card.
For SD, "preferred_erase_size" is the allocation unit size specified by
the card.
"preferred_erase_size" is in bytes.
Signed-off-by: Adrian Hunter <adrian.hunter@nokia.com>
Acked-by: Jens Axboe <axboe@kernel.dk>
Cc: Kyungmin Park <kmpark@infradead.org>
Cc: Madhusudhan Chikkature <madhu.cr@ti.com>
Cc: Christoph Hellwig <hch@lst.de>
Cc: Ben Gardiner <bengardiner@nanometrics.ca>
Cc: <linux-mmc@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2010-08-11 21:17:46 +00:00
|
|
|
mmc/
|
|
|
|
- directory with info about the MMC subsystem
|
2013-02-14 20:20:54 +00:00
|
|
|
mn10300/
|
|
|
|
- directory with info about the mn10300 architecture port
|
|
|
|
mtd/
|
|
|
|
- directory with info about memory technology devices (flash)
|
2007-11-29 00:21:39 +00:00
|
|
|
namespaces/
|
|
|
|
- directory with various information about namespaces
|
2006-08-03 23:45:49 +00:00
|
|
|
netlabel/
|
|
|
|
- directory with information on the NetLabel subsystem.
|
2005-04-16 22:20:36 +00:00
|
|
|
networking/
|
|
|
|
- directory with info on various aspects of networking with Linux.
|
2013-02-14 20:20:54 +00:00
|
|
|
nfc/
|
|
|
|
- directory relating info about Near Field Communications support.
|
2016-12-05 11:41:43 +00:00
|
|
|
nios2/
|
|
|
|
- Linux on the Nios II architecture.
|
2007-07-16 06:41:41 +00:00
|
|
|
nommu-mmap.txt
|
|
|
|
- documentation about no-mmu memory mapping support.
|
2005-04-16 22:20:36 +00:00
|
|
|
numastat.txt
|
|
|
|
- info on how to read Numa policy hit/miss statistics in sysfs.
|
2016-12-05 11:41:43 +00:00
|
|
|
ntb.txt
|
|
|
|
- info on Non-Transparent Bridge (NTB) drivers.
|
|
|
|
nvdimm/
|
|
|
|
- info on non-volatile devices.
|
|
|
|
nvmem/
|
|
|
|
- info on non volatile memory framework.
|
2016-12-05 11:41:45 +00:00
|
|
|
output/
|
|
|
|
- default directory where html/LaTeX/pdf files will be written.
|
2010-05-12 20:23:48 +00:00
|
|
|
padata.txt
|
|
|
|
- An introduction to the "padata" parallel execution API
|
2005-04-16 22:20:36 +00:00
|
|
|
parisc/
|
|
|
|
- directory with info on using Linux on PA-RISC architecture.
|
|
|
|
parport-lowlevel.txt
|
|
|
|
- description and usage of the low level parallel port functions.
|
2007-07-16 06:41:41 +00:00
|
|
|
pcmcia/
|
|
|
|
- info on the Linux PCMCIA driver.
|
2013-02-14 20:20:54 +00:00
|
|
|
percpu-rw-semaphore.txt
|
|
|
|
- RCU based read-write semaphore optimized for locking for reading
|
2016-12-05 11:41:43 +00:00
|
|
|
perf/
|
|
|
|
- info about the APM X-Gene SoC Performance Monitoring Unit (PMU).
|
|
|
|
phy/
|
|
|
|
- ino on Samsung USB 2.0 PHY adaptation layer.
|
2014-02-10 22:25:33 +00:00
|
|
|
phy.txt
|
|
|
|
- Description of the generic PHY framework.
|
2007-07-16 06:41:41 +00:00
|
|
|
pi-futex.txt
|
2013-02-14 20:20:54 +00:00
|
|
|
- documentation on lightweight priority inheritance futexes.
|
|
|
|
pinctrl.txt
|
|
|
|
- info on pinctrl subsystem and the PINMUX/PINCONF and drivers
|
2016-12-05 11:41:43 +00:00
|
|
|
platform/
|
|
|
|
- List of supported hardware by compal and Dell laptop.
|
2005-04-16 22:20:36 +00:00
|
|
|
pnp.txt
|
|
|
|
- Linux Plug and Play documentation.
|
|
|
|
power/
|
|
|
|
- directory with info on Linux PCI power management.
|
|
|
|
powerpc/
|
|
|
|
- directory with info on using Linux with the PowerPC.
|
2013-02-14 20:20:54 +00:00
|
|
|
prctl/
|
|
|
|
- directory with info on the priveledge control subsystem
|
2005-04-16 22:20:36 +00:00
|
|
|
preempt-locking.txt
|
|
|
|
- info on locking under a preemptive kernel.
|
2008-11-12 21:26:55 +00:00
|
|
|
printk-formats.txt
|
|
|
|
- how to get printk format specifiers right
|
2016-12-05 11:41:42 +00:00
|
|
|
process/
|
|
|
|
- how to work with the mainline kernel development process.
|
2013-02-14 20:20:54 +00:00
|
|
|
pps/
|
|
|
|
- directory with information on the pulse-per-second support
|
2016-12-05 11:41:43 +00:00
|
|
|
pti/
|
|
|
|
- directory with info on Intel MID PTI.
|
2013-02-14 20:20:54 +00:00
|
|
|
ptp/
|
|
|
|
- directory with info on support for IEEE 1588 PTP clocks in Linux.
|
|
|
|
pwm.txt
|
|
|
|
- info on the pulse width modulation driver subsystem
|
|
|
|
rapidio/
|
|
|
|
- directory with info on RapidIO packet-based fabric interconnect
|
2007-07-16 06:41:41 +00:00
|
|
|
rbtree.txt
|
|
|
|
- info on what red-black trees are and what they are for.
|
2013-02-14 20:20:54 +00:00
|
|
|
remoteproc.txt
|
|
|
|
- info on how to handle remote processor (e.g. AMP) offloads/usage.
|
|
|
|
rfkill.txt
|
|
|
|
- info on the radio frequency kill switch subsystem/support.
|
2007-07-16 06:41:41 +00:00
|
|
|
robust-futex-ABI.txt
|
|
|
|
- documentation of the robust futex ABI.
|
|
|
|
robust-futexes.txt
|
|
|
|
- a description of what robust futexes are.
|
2013-02-14 20:20:54 +00:00
|
|
|
rpmsg.txt
|
|
|
|
- info on the Remote Processor Messaging (rpmsg) Framework
|
2005-04-16 22:20:36 +00:00
|
|
|
rtc.txt
|
|
|
|
- notes on how to use the Real Time Clock (aka CMOS clock) driver.
|
|
|
|
s390/
|
|
|
|
- directory with info on using Linux on the IBM S390.
|
2008-02-07 08:13:37 +00:00
|
|
|
scheduler/
|
|
|
|
- directory with info on the scheduler.
|
2005-04-16 22:20:36 +00:00
|
|
|
scsi/
|
|
|
|
- directory with info on Linux scsi support.
|
2011-05-19 22:59:38 +00:00
|
|
|
security/
|
|
|
|
- directory that contains security-related info
|
2005-04-16 22:20:36 +00:00
|
|
|
serial/
|
|
|
|
- directory with info on the low level serial API.
|
2007-07-16 06:41:41 +00:00
|
|
|
sgi-ioc4.txt
|
|
|
|
- description of the SGI IOC4 PCI (multi function) device.
|
2005-04-16 22:20:36 +00:00
|
|
|
sh/
|
|
|
|
- directory with info on porting Linux to a new architecture.
|
2013-02-14 20:20:54 +00:00
|
|
|
smsc_ece1099.txt
|
|
|
|
-info on the smsc Keyboard Scan Expansion/GPIO Expansion device.
|
2005-04-16 22:20:36 +00:00
|
|
|
sound/
|
|
|
|
- directory with info on sound card support.
|
2007-07-16 06:41:41 +00:00
|
|
|
spi/
|
|
|
|
- overview of Linux kernel Serial Peripheral Interface (SPI) support.
|
2016-12-05 11:41:45 +00:00
|
|
|
sphinx/
|
Update Documentation/00-INDEX
Em Mon, 5 Dec 2016 14:23:01 -0700
Jonathan Corbet <corbet@lwn.net> escreveu:
> On Mon, 5 Dec 2016 09:41:40 -0200
> Mauro Carvalho Chehab <mchehab@s-opensource.com> wrote:
>
> > So, in order to check it, I wrote a small script that compares the files
> > and directories at Documentation/ with the ones at 00-INDEX.
> >
> > Then, I synchronized the entries, making the script happy.
> >
> > We might think on integrating the script with checkpatch.pl, but, as
> > we should get rid of 00-INDEX, it probably not worth the efforts.
>
> I would agree with that; I don't see the point of keeping those files
> around in the longer term.
>
> I've applied the set. I do have a few quibbles with the final patch that
> I'll send separately, but they're not something to hold this set up for.
Jon,
Did a patch fixing the quibbles.
As it seems you didn't push yet the changeset upstream, feel free to
just fold it with patch 5/5 if you prefer so, or to add as a separate
patch at the end of the series.
Patch enclosed.
Thanks,
Mauro
[PATCH] docs: 00-INDEX: change text related to the building system
Let be clearer on those files related to the build system.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
2016-12-06 12:51:51 +00:00
|
|
|
- no documentation here, just files required by Sphinx toolchain.
|
2016-12-05 11:41:45 +00:00
|
|
|
sphinx-static/
|
Update Documentation/00-INDEX
Em Mon, 5 Dec 2016 14:23:01 -0700
Jonathan Corbet <corbet@lwn.net> escreveu:
> On Mon, 5 Dec 2016 09:41:40 -0200
> Mauro Carvalho Chehab <mchehab@s-opensource.com> wrote:
>
> > So, in order to check it, I wrote a small script that compares the files
> > and directories at Documentation/ with the ones at 00-INDEX.
> >
> > Then, I synchronized the entries, making the script happy.
> >
> > We might think on integrating the script with checkpatch.pl, but, as
> > we should get rid of 00-INDEX, it probably not worth the efforts.
>
> I would agree with that; I don't see the point of keeping those files
> around in the longer term.
>
> I've applied the set. I do have a few quibbles with the final patch that
> I'll send separately, but they're not something to hold this set up for.
Jon,
Did a patch fixing the quibbles.
As it seems you didn't push yet the changeset upstream, feel free to
just fold it with patch 5/5 if you prefer so, or to add as a separate
patch at the end of the series.
Patch enclosed.
Thanks,
Mauro
[PATCH] docs: 00-INDEX: change text related to the building system
Let be clearer on those files related to the build system.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
2016-12-06 12:51:51 +00:00
|
|
|
- no documentation here, just files required by Sphinx toolchain.
|
2013-02-14 20:20:54 +00:00
|
|
|
static-keys.txt
|
|
|
|
- info on how static keys allow debug code in hotpaths via patching
|
2005-04-16 22:20:36 +00:00
|
|
|
svga.txt
|
|
|
|
- short guide on selecting video modes at boot via VGA BIOS.
|
2016-12-05 11:41:43 +00:00
|
|
|
sync_file.txt
|
|
|
|
- Sync file API guide.
|
2005-04-16 22:20:36 +00:00
|
|
|
sysctl/
|
|
|
|
- directory with info on the /proc/sys/* files.
|
2013-02-14 20:20:54 +00:00
|
|
|
target/
|
|
|
|
- directory with info on generating TCM v4 fabric .ko modules
|
2014-02-10 22:25:33 +00:00
|
|
|
this_cpu_ops.txt
|
|
|
|
- List rationale behind and the way to use this_cpu operations.
|
2013-02-14 20:20:54 +00:00
|
|
|
thermal/
|
|
|
|
- directory with information on managing thermal issues (CPU/temp)
|
|
|
|
trace/
|
|
|
|
- directory with info on tracing technologies within linux
|
2016-12-05 11:41:43 +00:00
|
|
|
translations/
|
|
|
|
- translations of this document from English to another language
|
2013-02-14 20:20:54 +00:00
|
|
|
unaligned-memory-access.txt
|
|
|
|
- info on how to avoid arch breaking unaligned memory access in code.
|
2007-07-16 06:41:41 +00:00
|
|
|
unshare.txt
|
|
|
|
- description of the Linux unshare system call.
|
2005-04-16 22:20:36 +00:00
|
|
|
usb/
|
|
|
|
- directory with info regarding the Universal Serial Bus.
|
2013-02-14 20:20:54 +00:00
|
|
|
vfio.txt
|
|
|
|
- info on Virtual Function I/O used in guest/hypervisor instances.
|
2007-07-16 06:41:41 +00:00
|
|
|
video-output.txt
|
|
|
|
- sysfs class driver interface to enable/disable a video output device.
|
2013-02-14 20:20:54 +00:00
|
|
|
virtual/
|
|
|
|
- directory with information on the various linux virtualizations.
|
2005-04-16 22:20:36 +00:00
|
|
|
vm/
|
|
|
|
- directory with info on the Linux vm code.
|
2007-07-16 06:41:41 +00:00
|
|
|
w1/
|
|
|
|
- directory with documents regarding the 1-wire (w1) subsystem.
|
2005-04-16 22:20:36 +00:00
|
|
|
watchdog/
|
|
|
|
- how to auto-reboot Linux if it has "fallen and can't get up". ;-)
|
2013-02-14 20:20:54 +00:00
|
|
|
wimax/
|
|
|
|
- directory with info about Intel Wireless Wimax Connections
|
2016-10-28 08:14:10 +00:00
|
|
|
core-api/workqueue.rst
|
2013-02-14 20:20:54 +00:00
|
|
|
- information on the Concurrency Managed Workqueue implementation
|
2008-10-20 16:32:21 +00:00
|
|
|
x86/x86_64/
|
2005-04-16 22:20:36 +00:00
|
|
|
- directory with info on Linux support for AMD x86-64 (Hammer) machines.
|
2014-12-26 08:26:22 +00:00
|
|
|
xillybus.txt
|
|
|
|
- Overview and basic ui of xillybus driver
|
2013-02-14 20:20:54 +00:00
|
|
|
xtensa/
|
|
|
|
- directory with documents relating to arch/xtensa port/implementation
|
|
|
|
xz.txt
|
|
|
|
- how to make use of the XZ data compression within linux kernel
|
2005-04-16 22:20:36 +00:00
|
|
|
zorro.txt
|
|
|
|
- info on writing drivers for Zorro bus devices found on Amigas.
|