Go to file
Christoph Hellwig 611bee526b block: replace bd_set_size with bd_set_nr_sectors
Replace bd_set_size with a version that takes the number of sectors
instead, as that fits most of the current and future callers much better.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2020-09-01 16:49:25 -06:00
Documentation A set of fixes for interrupt chip drivers: 2020-08-30 11:56:54 -07:00
LICENSES
arch Three interrupt related fixes for X86: 2020-08-30 12:01:23 -07:00
block Merge branch 'block-5.9' into for-5.10/block 2020-09-01 16:49:20 -06:00
certs
crypto Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 2020-08-30 15:53:44 -07:00
drivers block: replace bd_set_size with bd_set_nr_sectors 2020-09-01 16:49:25 -06:00
fs block: replace bd_set_size with bd_set_nr_sectors 2020-09-01 16:49:25 -06:00
include block: replace bd_set_size with bd_set_nr_sectors 2020-09-01 16:49:25 -06:00
init
ipc
kernel Three interrupt related fixes for X86: 2020-08-30 12:01:23 -07:00
lib
mm powerpc fixes for 5.9 #4 2020-08-30 10:56:12 -07:00
net Fixes: 2020-08-25 18:01:36 -07:00
samples
scripts
security
sound
tools powerpc fixes for 5.9 #4 2020-08-30 10:56:12 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Three interrupt related fixes for X86: 2020-08-30 12:01:23 -07:00
Makefile Linux 5.9-rc3 2020-08-30 16:01:54 -07:00
README

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.

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.