Linux kernel source tree
Find a file
Nicholas Piggin ef1911c6d2 powerpc: add documentation for HWCAPs
Take the arm64 HWCAP documentation file and adjust it for powerpc.

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Reviewed-by: Segher Boessenkool <segher@kernel.crashing.org>
[mpe: Fix ARCH_2_05 comment, as noticed by Tulio.]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20220715012636.165948-1-npiggin@gmail.com
2022-07-27 21:36:04 +10:00
arch powerpc/vdso: Fix __kernel_sync_dicache sequence with coherent icache 2022-07-27 21:36:04 +10:00
block
certs
crypto
Documentation powerpc: add documentation for HWCAPs 2022-07-27 21:36:04 +10:00
drivers macintosh/adb: fix oob read in do_adb_query() function 2022-07-20 22:06:30 +10:00
fs
include watchdog: export lockup_detector_reconfigure 2022-07-27 21:35:32 +10:00
init
ipc
kernel watchdog: export lockup_detector_reconfigure 2022-07-27 21:35:32 +10:00
lib
LICENSES
mm
net
samples
scripts powerpc/purgatory: Omit use of bin2c 2022-07-27 21:36:03 +10:00
security
sound
tools selftests/powerpc/ptrace: Add peek/poke of FPRs 2022-07-25 12:05:16 +10: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.