Linux kernel source tree
Find a file
Amritha Nambiar 04157469b7 net: Use static_key for XPS maps
Use static_key for XPS maps to reduce the cost of extra map checks,
similar to how it is used for RPS and RFS. This includes static_key
'xps_needed' for XPS and another for 'xps_rxqs_needed' for XPS using
Rx queues map.

Signed-off-by: Amritha Nambiar <amritha.nambiar@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-07-02 09:06:24 +09:00
arch
block
certs
crypto
Documentation This round's updates: 2018-06-30 21:08:12 +09:00
drivers nfp: flower: enabled offloading of Team LAG 2018-06-30 21:31:56 +09:00
firmware
fs
include net: Refactor XPS for CPUs and Rx queues 2018-07-02 09:06:23 +09:00
init
ipc
kernel
lib
LICENSES
mm
net net: Use static_key for XPS maps 2018-07-02 09:06:24 +09:00
samples
scripts
security
sound
tools selftests: mlxsw: Add scale test for resources 2018-06-30 22:06:16 +09:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS selftests: mlxsw: Add devlink_lib_spectrum.sh 2018-06-30 22:06:15 +09: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.
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.