Linux kernel source tree
Go to file
Christoph Hellwig 61fb5c043f ide: remove ide_driver_proc_write
The driver proc file hasn't been writeable for a long time, so this is
just dead code.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: "Eric W. Biederman" <ebiederm@xmission.com>
2018-05-16 07:24:30 +02:00
arch proc: introduce proc_create_single{,_data} 2018-05-16 07:23:35 +02:00
block proc: introduce proc_create_seq{,_data} 2018-05-16 07:23:35 +02:00
certs
crypto proc: introduce proc_create_seq{,_data} 2018-05-16 07:23:35 +02:00
Documentation Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2018-05-11 14:14:46 -07:00
drivers ide: remove ide_driver_proc_write 2018-05-16 07:24:30 +02:00
firmware
fs jfs: simplify procfs code 2018-05-16 07:24:30 +02:00
include isdn: replace ->proc_fops with ->proc_show 2018-05-16 07:24:30 +02:00
init init: fix false positives in W+X checking 2018-05-11 17:28:45 -07:00
ipc
kernel resource: switch to proc_create_seq_data 2018-05-16 07:24:30 +02:00
lib another dma-mapping fix for 4.17-rc: 2018-05-13 10:28:53 -07:00
LICENSES
mm proc: introduce proc_create_seq_private 2018-05-16 07:23:35 +02:00
net isdn: replace ->proc_fops with ->proc_show 2018-05-16 07:24:30 +02:00
samples bpf: sockmap sample use clang flag, -target bpf 2018-04-23 23:42:21 +02:00
scripts scripts/faddr2line: fix error when addr2line output contains discriminator 2018-05-11 17:28:45 -07:00
security proc: introduce proc_create_seq{,_data} 2018-05-16 07:23:35 +02:00
sound ALSA: pcm: Check PCM state at xfern compat ioctl 2018-05-02 08:54:54 +02:00
tools Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2018-05-13 10:44:32 -07:00
usr
virt KVM/arm fixes for 4.17, take #2 2018-05-05 23:05:31 +02:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Merge branch 'akpm' (patches from Andrew) 2018-05-11 18:04:12 -07:00
Makefile Linux 4.17-rc5 2018-05-13 16:15:17 -07:00
README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.