Linux kernel modifications for the Kernel Hacking exam
Find a file
Will Deacon 082af5ec50 Merge branch 'for-next/scs' into for-next/core
Support for Clang's Shadow Call Stack in the kernel
(Sami Tolvanen and Will Deacon)
* for-next/scs:
  arm64: entry-ftrace.S: Update comment to indicate that x18 is live
  scs: Move DEFINE_SCS macro into core code
  scs: Remove references to asm/scs.h from core code
  scs: Move scs_overflow_check() out of architecture code
  arm64: scs: Use 'scs_sp' register alias for x18
  scs: Move accounting into alloc/free functions
  arm64: scs: Store absolute SCS stack pointer value in thread_info
  efi/libstub: Disable Shadow Call Stack
  arm64: scs: Add shadow stacks for SDEI
  arm64: Implement Shadow Call Stack
  arm64: Disable SCS for hypervisor code
  arm64: vdso: Disable Shadow Call Stack
  arm64: efi: Restore register x18 if it was corrupted
  arm64: Preserve register x18 when CPU is suspended
  arm64: Reserve register x18 from general allocation with SCS
  scs: Disable when function graph tracing is enabled
  scs: Add support for stack usage debugging
  scs: Add page accounting for shadow call stack allocations
  scs: Add support for Clang's Shadow Call Stack (SCS)
2020-05-28 18:03:40 +01:00
arch Merge branch 'for-next/scs' into for-next/core 2020-05-28 18:03:40 +01:00
block
certs
crypto
Documentation Merge branch 'for-next/bti' into for-next/core 2020-05-28 18:00:51 +01:00
drivers Merge branch 'for-next/scs' into for-next/core 2020-05-28 18:03:40 +01:00
fs Merge branch 'for-next/scs' into for-next/core 2020-05-28 18:03:40 +01:00
include Merge branch 'for-next/scs' into for-next/core 2020-05-28 18:03:40 +01:00
init scs: Add support for Clang's Shadow Call Stack (SCS) 2020-05-15 16:35:45 +01:00
ipc
kernel scs: Remove references to asm/scs.h from core code 2020-05-18 17:47:45 +01:00
lib
LICENSES
mm scs: Add page accounting for shadow call stack allocations 2020-05-15 16:35:49 +01:00
net
samples
scripts
security
sound
tools
usr
virt KVM: arm64: Check advertised Stage-2 page size capability 2020-05-28 17:28:51 +01:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS firmware: smccc: Refactor SMCCC specific bits into separate file 2020-05-20 19:10:37 +01:00
Makefile scs: Add support for Clang's Shadow Call Stack (SCS) 2020-05-15 16:35:45 +01: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.