No description
Find a file
Tariq Toukan 7529cc7fbd lib: bitmap: Introduce node-aware alloc API
Expose new node-aware API for bitmap allocation:
bitmap_alloc_node() / bitmap_zalloc_node().

Signed-off-by: Tariq Toukan <tariqt@nvidia.com>
Reviewed-by: Moshe Shemesh <moshe@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
2021-10-26 19:30:38 -07:00
arch
block
certs
crypto
Documentation net/mlx5: remove the recent devlink params 2021-10-26 10:18:32 -07:00
drivers net: phy: fixed warning: Function parameter not described 2021-10-26 14:09:50 -07:00
fs
include lib: bitmap: Introduce node-aware alloc API 2021-10-26 19:30:38 -07:00
init
ipc
kernel
lib lib: bitmap: Introduce node-aware alloc API 2021-10-26 19:30:38 -07:00
LICENSES
mm
net net: dsa: stop calling dev_hold in dsa_slave_fdb_event 2021-10-26 15:07:35 +01:00
samples
scripts
security
sound
tools selftests: mlxsw: Remove deprecated test cases 2021-10-26 13:35:58 +01:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
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.