Go to file
Nico Pache 63ff3573df Documentation: KUnit: update links in the index page
commit 79c18e37c4e645560f3952bf177a10b43e94bf88
Author: Tales Aparecida <tales.aparecida@gmail.com>
Date:   Sun Aug 21 23:26:44 2022 -0300

    Documentation: KUnit: update links in the index page

    Replace out-of-date external links with references to the kernel
    documentation, replacing TAP webpage for the more appropriate KTAP
    documentation and the UML webpage by its documentation.

    Signed-off-by: Tales Aparecida <tales.aparecida@gmail.com>
    Reviewed-by: David Gow <davidgow@google.com>
    Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>

JIRA: https://issues.redhat.com/browse/RHEL-5618
Signed-off-by: Nico Pache <npache@redhat.com>
2023-11-02 15:26:53 -06:00
Documentation Documentation: KUnit: update links in the index page 2023-11-02 15:26:53 -06:00
LICENSES
arch Merge: Powerpc GPCI PMU enhancements 2023-10-30 15:41:53 -04:00
block kmsan: disable physical page merging in biovec 2023-10-20 06:14:39 -04:00
certs
crypto crypto: kmsan: disable accelerated configs under KMSAN 2023-10-20 06:14:39 -04:00
drivers Merge: Updates for IBM vEth Driver 2023-10-30 15:41:54 -04:00
fs ovl: fix failed copyup of fileattr on a symlink 2023-10-20 06:16:25 -04:00
include kunit: no longer call module_info(test, "Y") for kunit modules 2023-11-02 15:26:53 -06:00
init cachestat: implement cachestat syscall 2023-10-20 06:16:07 -04:00
io_uring
ipc
kernel Merge: 9.4 mm changes 2023-10-25 11:39:20 -04:00
lib kunit: add kunit.enable to enable/disable KUnit test 2023-11-02 15:26:53 -06:00
mm Merge: mm, mremap: fix mremap() expanding for vma's with vm_ops->close() 2023-10-30 15:41:52 -04:00
net Merge: RHEL-9.4 P1 IPv6 stable backport 2023-10-30 15:41:53 -04:00
redhat [redhat] kernel-5.14.0-381.el9 2023-10-30 16:08:30 -04:00
samples
scripts scripts: fix the gfp flags header path in gfp-translate 2023-10-20 06:16:06 -04:00
security security: kmsan: fix interoperability with auto-initialization 2023-10-20 06:14:40 -04:00
sound
tools kunit: add kunit.enable to enable/disable KUnit test 2023-11-02 15:26:53 -06:00
usr
virt Merge: KVM: aarch64: Rebase up to v6.5 (first round) 2023-10-11 13:28:06 -04:00
.clang-format
.cocciconfig
.get_maintainer.conf
.get_maintainer.ignore
.gitattributes
.gitignore
.gitlab-ci.yml CI: Remove -rt suffix from kpet_tree_name values 2023-10-23 19:00:56 +03:00
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
Kconfig.redhat
MAINTAINERS Merge: 9.4 mm changes 2023-10-25 11:39:20 -04:00
Makefile kmsan: add KMSAN runtime core 2023-10-20 06:14:34 -04:00
Makefile.rhelver [redhat] kernel-5.14.0-381.el9 2023-10-30 16:08:30 -04:00
README
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.