Fork of reMarkable kernel https://github.com/reMarkable/linux
Go to file
Chenyan Feng 479f9f17b7 MGS-3832 [#imx-921] Fix the cl_convolution of ACL which cause MMU exception
Dump the error info only when there is an error. If the gcdALLOC_ON_FAULT is not enabled, still need to check
the HW status to decide whether to dump the exception info or not

Signed-off-by: Ella Feng <ella.feng@nxp.com>
Reviewed-by: Xianzhong Li <xianzhong.li@nxp.com>
2018-10-29 11:10:38 +08:00
arch MLK-18121: ARM: dts: imx6qdl: Fix gpu power-domains ref 2018-10-29 11:10:38 +08:00
block
certs
crypto
Documentation MLK-17959: media: dt/bindings: Add device tree description for Omnivision ov5640 sensor 2018-10-29 11:10:38 +08:00
drivers MGS-3832 [#imx-921] Fix the cl_convolution of ACL which cause MMU exception 2018-10-29 11:10:38 +08:00
firmware
fs
include MLK-18106: drm/bridge: Fix nwl-dsi bridge handling 2018-10-29 11:10:38 +08:00
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound ASoC: wm8962: remove unused variable 2018-10-29 11:10:38 +08:00
tools
usr
virt
.cocciconfig scripts: add Linux .cocciconfig for coccinelle 2016-07-22 12:13:39 +02:00
.get_maintainer.ignore
.gitattributes
.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.