No description
Find a file
Johannes Berg 37a7d0dae3 wifi: mac80211: sort trace.h file
This used to be sorted by driver methods, APIs and internal
functions, but got added to in the wrong sections. Fix that
by ordering the file properly again.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2022-06-20 12:55:35 +02:00
arch arm64: dts: rockchip: Add mt7531 dsa node to BPI-R2-Pro board 2022-06-14 22:35:16 -07:00
block
certs certs: Convert spaces in certs/Makefile to a tab 2022-06-10 11:42:02 -07:00
crypto
Documentation dt-bindings: net: xilinx: document xilinx emaclite driver binding 2022-06-15 09:23:24 +01:00
drivers wifi: mac80211: make some SMPS code MLD-aware 2022-06-20 12:55:30 +02:00
fs zonefs fixes for 5.19-rc2 2022-06-10 10:56:28 -07:00
include wifi: mac80211: make some SMPS code MLD-aware 2022-06-20 12:55:30 +02:00
init
ipc
kernel Power management fixes for 5.19-rc2 2022-06-10 11:49:27 -07:00
lib
LICENSES
mm
net wifi: mac80211: sort trace.h file 2022-06-20 12:55:35 +02:00
samples
scripts
security
sound sound fixes for 5.19-rc2 2022-06-10 10:20:57 -07:00
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2022-06-10 15:55:32 -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.