Maciej Żenczykowski 4ff4433368 ANDROID: cuttlefish 4.19: enable CONFIG_CRYPTO_AES_NI_INTEL=y
This is a recommended configuration option and is listed in:
  android-4.{9,14,19}/android-recommended-x86.config

Generated via:
  echo 'CONFIG_CRYPTO_AES_NI_INTEL=y' >> arch/x86/configs/x86_64_cuttlefish_defconfig
  echo 'CONFIG_CRYPTO_AES_NI_INTEL=y' >> arch/arm64/configs/cuttlefish_defconfig
  make ARCH=x86_64 x86_64_cuttlefish_defconfig
  make ARCH=x86_64 savedefconfig
  cat defconfig > arch/x86/configs/x86_64_cuttlefish_defconfig
  make ARCH=arm64 cuttlefish_defconfig
  make ARCH=arm64 savedefconfig
  cat defconfig > arch/arm64/configs/cuttlefish_defconfig
  rm defconfig

Signed-off-by: Maciej Żenczykowski <maze@google.com>
Change-Id: I78113acbbe3874ae9bf2f47c2573a4fa40f9b978
2019-05-05 14:39:23 +00:00
2019-04-20 15:53:36 +02:00
2019-04-30 12:53:00 +02:00
2019-05-05 15:13:30 +02:00
2019-05-04 09:28:59 +02:00
2019-05-05 15:13:30 +02:00
2019-03-23 21:13:30 +01:00
2019-05-04 09:28:59 +02:00
2019-05-02 10:13:34 +02:00
2019-05-04 09:28:59 +02:00
2019-05-05 15:13:30 +02:00
2019-05-04 09:28:59 +02:00
2019-05-04 09:28:59 +02:00
2019-05-05 14:42:41 +02:00
2019-05-05 15:13:30 +02:00
2019-05-05 15:13:30 +02:00

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.
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.
Description
No description provided
Readme 7.9 GiB
Languages
C 97.7%
Assembly 1.6%
Makefile 0.3%
Perl 0.1%