Go to file
He Zhe a7a3a30361 linux-yocto linux-yocto-dev: Fix /bin/awk issues
084857b1bf ("linux-yocto: Handle /bin/awk issues") makes one mistake and
misses one substitution causing the following warning.

Warning: Kernel ABI header at 'tools/arch/x86/tools/gen-insn-attr-x86.awk'
differs from latest version at 'arch/x86/tools/gen-insn-attr-x86.awk'

Fixes: 084857b1bf ("linux-yocto: Handle /bin/awk issues")
Signed-off-by: He Zhe <zhe.he@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2020-01-17 18:19:31 -05:00
arch This is the 4.18.45 stable release 2019-09-23 12:15:59 -04:00
block block, bfq: increase idling for weight-raised queues 2019-09-16 12:21:03 -04:00
certs Replace magic for trusting the secondary keyring with #define 2018-09-09 10:32:30 +02:00
crypto crypto: ccm - fix incompatibility between "ccm" and "ccm_base" 2019-05-30 21:18:32 -04:00
Documentation This is the 4.18.45 stable release 2019-09-23 12:15:59 -04:00
drivers This is the 4.18.44 stable release 2019-09-23 02:41:50 -04:00
firmware kbuild: remove all dummy assignments to obj- 2017-11-18 11:46:06 +09:00
fs This is the 4.18.44 stable release 2019-09-23 02:41:50 -04:00
include This is the 4.18.44 stable release 2019-09-23 02:41:50 -04:00
init This is the 4.18.44 stable release 2019-09-23 02:41:50 -04:00
ipc ipc: prevent lockup on alloc_msg and free_msg 2019-09-16 12:20:34 -04:00
kernel This is the 4.18.44 stable release 2019-09-23 02:41:50 -04:00
lib test_firmware: Use correct snprintf() limit 2019-09-12 14:09:01 -04:00
LICENSES LICENSES: Add Linux-OpenIB license text 2018-04-27 16:41:53 -06:00
mm This is the 4.18.44 stable release 2019-09-23 02:41:50 -04:00
net This is the 4.18.44 stable release 2019-09-23 02:41:50 -04:00
samples samples: mei: use /dev/mei0 instead of /dev/mei 2019-03-08 09:11:11 -05:00
scripts This is the 4.18.43 stable release 2019-09-15 00:35:54 -04:00
security This is the 4.18.43 stable release 2019-09-15 00:35:54 -04:00
sound ALSA: hda - Force polling mode on CNL for fixing codec communication 2019-09-16 12:21:38 -04:00
tools linux-yocto linux-yocto-dev: Fix /bin/awk issues 2020-01-17 18:19:31 -05:00
usr initramfs: allow an optional wrapper script around initramfs generation 2018-08-21 23:59:54 -04:00
virt KVM: arm/arm64: Ensure vcpu target is unset on reset failure 2019-08-02 19:18:49 -04:00
.clang-format clang-format: add configuration file 2018-04-11 10:28:35 -07:00
.cocciconfig scripts: add Linux .cocciconfig for coccinelle 2016-07-22 12:13:39 +02:00
.get_maintainer.ignore Add hch to .get_maintainer.ignore 2015-08-21 14:30:10 -07:00
.gitattributes .gitattributes: set git diff driver for C source code files 2016-10-07 18:46:30 -07:00
.gitignore Kbuild updates for v4.17 (2nd) 2018-04-15 17:21:30 -07:00
.mailmap Merge branch 'asoc-4.17' into asoc-4.18 for compress dependencies 2018-04-26 12:24:28 +01:00
COPYING COPYING: use the new text with points to the license files 2018-03-23 12:41:45 -06:00
CREDITS MAINTAINERS/CREDITS: Drop METAG ARCHITECTURE 2018-03-05 16:34:24 +00:00
Kbuild Kbuild updates for v4.15 2017-11-17 17:45:29 -08:00
Kconfig kconfig: add basic helper macros to scripts/Kconfig.include 2018-05-29 03:31:19 +09:00
MAINTAINERS This is the 4.18.36 stable release 2019-05-06 15:54:46 -04:00
Makefile This is the 4.18.45 stable release 2019-09-23 12:15:59 -04:00
README Docs: Added a pointer to the formatted docs to README 2018-03-21 09:02:53 -06:00

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.