Go to file
Jian-Hong Pan 7667e63c8a ahci: Add Intel Comet Lake PCH RAID PCI ID
Intel Comet Lake should use the default LPM policy for mobile chipsets.
So, add the PCI ID to the driver list of supported devices.

Signed-off-by: Jian-Hong Pan <jian-hong@endlessm.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2020-04-09 09:31:38 -06:00
arch This pull request contains the following changes for UML: 2020-04-07 12:36:09 -07:00
block SCSI misc on 20200402 2020-04-02 17:03:53 -07:00
certs
crypto
Documentation OpenRISC updates for 5.6 2020-04-07 12:33:37 -07:00
drivers ahci: Add Intel Comet Lake PCH RAID PCI ID 2020-04-09 09:31:38 -06:00
fs This pull request contains fixes for UBI and UBIFS: 2020-04-07 12:40:56 -07:00
include This pull request contains the following changes for UML: 2020-04-07 12:36:09 -07:00
init perf updates all over the place: 2020-04-05 12:26:24 -07:00
ipc
kernel Additional power management updates for 5.7-rc1 2020-04-06 10:14:39 -07:00
lib New tracing features: 2020-04-05 10:36:18 -07:00
LICENSES
mm drm: add support for hugepages to TTM 2020-04-04 11:58:55 -07:00
net Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2020-04-07 12:03:32 -07:00
samples SPDX patches for 5.7-rc1. 2020-04-03 13:12:26 -07:00
scripts Char/Misc driver patches for 5.7-rc1 2020-04-03 13:22:40 -07:00
security Keyrings fixes 2020-04-04 12:24:47 -07:00
sound SPDX patches for 5.7-rc1. 2020-04-03 13:12:26 -07:00
tools perf updates all over the place: 2020-04-05 12:26:24 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS powerpc updates for 5.7 2020-04-05 11:12:59 -07:00
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.