Main-line Linux kernel tree http://www.kernel.org
Go to file
Yury Norov f0dd891dd5 lib/cpumask: move some one-line wrappers to header file
After moving gfp flags to a separate header, it's possible to move some
cpumask allocators into headers, and avoid creating real functions.

Signed-off-by: Yury Norov <yury.norov@gmail.com>
2022-07-15 06:35:54 -07:00
arch arm: align find_bit declarations with generic kernel 2022-07-14 15:21:43 -07:00
block
certs
crypto
Documentation headers/deps: mm: align MANITAINERS and Docs with new gfp.h structure 2022-07-15 06:35:54 -07:00
drivers lib/bitmap: change type of bitmap_weight to unsigned long 2022-07-15 06:35:54 -07:00
fs
include lib/cpumask: move some one-line wrappers to header file 2022-07-15 06:35:54 -07:00
init
ipc
kernel
lib lib/cpumask: move some one-line wrappers to header file 2022-07-15 06:35:54 -07:00
LICENSES
mm
net
samples
scripts
security
sound
tools lib/bitmap: change type of bitmap_weight to unsigned long 2022-07-15 06:35:54 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS headers/deps: mm: align MANITAINERS and Docs with new gfp.h structure 2022-07-15 06:35:54 -07:00
Makefile
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.