No description
Find a file
Pandith N c454d16a7d dmaengine: dw-axi-dmac: Burst length settings
Burst length, DMA HW capability set in dt-binding is now used in driver.

Signed-off-by: Pandith N <pandith.n@intel.com>
Tested-by: Pan Kris <kris.pan@intel.com>
Link: https://lore.kernel.org/r/20210802055454.15192-4-pandith.n@intel.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
2021-08-02 12:19:52 +05:30
arch bus: Make remove callback return void 2021-07-21 11:53:42 +02:00
block
certs
crypto
Documentation dmanegine: idxd: add software command status 2021-07-28 17:56:55 +05:30
drivers dmaengine: dw-axi-dmac: Burst length settings 2021-08-02 12:19:52 +05:30
fs Fixes for 5.14-rc: 2021-07-18 11:27:25 -07:00
include dmanegine: idxd: add software command status 2021-07-28 17:56:55 +05:30
init
ipc
kernel
lib
LICENSES
mm
net
samples
scripts
security
sound bus: Make remove callback return void 2021-07-21 11:53:42 +02:00
tools perf tools fixes for v5.14: 1st batch 2021-07-18 12:20:27 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 5.14-rc2 2021-07-18 14:13:49 -07:00
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.