CAFest kernel for OnePlus 7/T/P | Force Push Warning!!
Go to file
Runmin Wang 081c1c9550 drivers: GICv3: Enable logging of interrupts that triggered wakeup
This change enables logging of irq number and name which triggered
wake up of the system from deep sleep. This helps in debugging the
spurious wakeups due to interrupts from various subsystems.

Change-Id: I6246871e638e761031c1d2f2b4bb1964b34bd2e5
CRs-Fixed: 1033023
Signed-off-by: Runmin Wang <runminw@codeaurora.org>
Signed-off-by: Maria Yu <aiquny@codeaurora.org>
2018-06-13 14:51:25 -07:00
Documentation clk: qcom: clk-rpmh: add support for clk-rpmh driver for SM6150 2018-06-12 10:25:07 +05:30
arch Merge "ARM: dts: msm: Add calypso can controller for sm8150-auto" 2018-06-12 20:02:56 -07:00
block ext4: Add HW File Based Encryption on ext4 file system 2018-06-11 23:09:54 -07:00
certs
crypto
drivers drivers: GICv3: Enable logging of interrupts that triggered wakeup 2018-06-13 14:51:25 -07:00
firmware
fs Merge "mm: introduce __vm_normal_page()" 2018-06-12 23:20:25 -07:00
include Merge "mm: introduce __vm_normal_page()" 2018-06-12 23:20:25 -07:00
init
ipc
kernel Merge "mm: introduce __vm_normal_page()" 2018-06-12 23:20:25 -07:00
lib
mm Merge "mm: introduce __vm_normal_page()" 2018-06-12 23:20:25 -07:00
net net: ipv6: Generate random IID for addresses on RAWIP devices 2018-06-12 17:09:38 -06:00
samples
scripts
security ext4: Add HW File Based Encryption on ext4 file system 2018-06-11 23:09:54 -07:00
sound
tools
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
Android.bp
AndroidKernel.mk
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README
build.config.cuttlefish.x86_64
build.config.goldfish.arm
build.config.goldfish.arm64
build.config.goldfish.mips
build.config.goldfish.mips64
build.config.goldfish.x86
build.config.goldfish.x86_64

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.