No description
Find a file
Jarkko Sakkinen 3fa97bf001 Documentation/x86: Document SGX kernel architecture
Document the Intel SGX kernel architecture. The fine-grained architecture
details can be looked up from Intel SDM Volume 3D.

Co-developed-by: Sean Christopherson <sean.j.christopherson@intel.com>
Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Signed-off-by: Jarkko Sakkinen <jarkko@kernel.org>
Signed-off-by: Borislav Petkov <bp@suse.de>
Acked-by: Jethro Beekman <jethro@fortanix.com>
Cc: linux-doc@vger.kernel.org
Link: https://lkml.kernel.org/r/20201112220135.165028-24-jarkko@kernel.org
2020-11-18 18:16:13 +01:00
arch x86/sgx: Add ptrace() support for the SGX driver 2020-11-18 18:04:11 +01:00
block
certs
crypto
Documentation Documentation/x86: Document SGX kernel architecture 2020-11-18 18:16:13 +01:00
drivers
fs
include mm: Add 'mprotect' hook to struct vm_operations_struct 2020-11-17 14:36:14 +01:00
init
ipc
kernel
lib
LICENSES
mm mm: Add 'mprotect' hook to struct vm_operations_struct 2020-11-17 14:36:14 +01:00
net
samples
scripts
security
sound
tools selftests/x86: Add a selftest for SGX 2020-11-18 18:04:05 +01:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
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.