MAINTAINERS: extend PSCI entry to cover the newly add PSCI checker code
Sudeep Holla authored

This patch extends the file entry for PSCI so that the newly added
PSCI checker module code is also covered.

Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Signed-off-by: default avatarSudeep Holla <sudeep.holla@arm.com>
Signed-off-by: default avatarLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
32d53d1b
Name Last commit Last update
Documentation Documentation/unaligned-memory-access.txt: fix incorrect comparison operator
arch mm: optimize PageWaiters bit use for unlock_page()
block ktime: Cleanup ktime_set() usage
certs certs: Add a secondary system keyring that can be added to dynamically
crypto crypto: testmgr - Use heap buffer for acomp test input
drivers drivers: psci: annotate timer on stack to silence odebug messages
firmware WHENCE: use https://linuxtv.org for LinuxTV URLs
fs ext4: Simplify DAX fault path
include Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
init mm: add PageWaiters indicating tasks are waiting for a page bit
ipc ipc/sem: avoid idr tree lookup for interrupted semop
kernel smp/hotplug: Undo tglxs brainfart
lib Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
mm Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
net Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
samples Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
scripts Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
security Replace <asm/uaccess.h> with <linux/uaccess.h> globally
sound ktime: Cleanup ktime_set() usage
tools Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux
usr initramfs: allow again choice of the embedded initram compression algorithm
virt Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Add hch to .get_maintainer.ignore
.gitattributes .gitattributes: set git diff driver for C source code files
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README
Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

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.