Prarit Bhargava 6164743be3 KVM: x86: Consolidate flags for __linearize()
JIRA: https://issues.redhat.com/browse/RHEL-25415

commit 7b0dd9430cf0c1ae19645d2a6608a5fb57faffe4
Author: Binbin Wu <binbin.wu@linux.intel.com>
Date:   Wed Sep 13 20:42:12 2023 +0800

    KVM: x86: Consolidate flags for __linearize()

    Consolidate @write and @fetch of __linearize() into a set of flags so that
    additional flags can be added without needing more/new boolean parameters,
    to precisely identify the access type.

    No functional change intended.

    Signed-off-by: Binbin Wu <binbin.wu@linux.intel.com>
    Reviewed-by: Chao Gao <chao.gao@intel.com>
    Acked-by: Kai Huang <kai.huang@intel.com>
    Tested-by: Xuelian Guo <xuelian.guo@intel.com>
    Link: https://lore.kernel.org/r/20230913124227.12574-2-binbin.wu@linux.intel.com
    Signed-off-by: Sean Christopherson <seanjc@google.com>

Signed-off-by: Prarit Bhargava <prarit@redhat.com>
2024-03-20 09:43:37 -04:00
2024-03-20 09:43:20 -04:00
2024-03-20 09:43:02 -04:00
2024-03-20 09:43:09 -04:00
2024-03-20 09:43:13 -04:00
2024-02-25 08:39:32 -07: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.

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.
S
Description
No description provided
Readme
2.8 GiB
Languages
C 97.6%
Assembly 1%
Shell 0.5%
Python 0.3%
Makefile 0.3%
Other 0.1%