Go to file
Maulik Shah 02d07ab85f cpuidle: lpm-levels: Enable ipi prediction
Keep ipi prediction enabled.

Change-Id: Ia0015a5c847f474390096235374212a3513a0374
Signed-off-by: Maulik Shah <mkshah@codeaurora.org>
2019-12-24 16:34:34 +05:30
arch cpuidle: lpm-levels: Track and predict next rescheduling ipi 2019-12-19 10:42:22 +05:30
block bfq-iosched: Make BFQ default to IOPS mode on SSDs 2019-11-12 10:59:29 +05:30
certs
crypto Merge android-4.19-q.79 (40321f2) into msm-4.19 2019-10-21 05:07:30 -07:00
Documentation Merge android-4.19-q.80 (fd673e8) into msm-4.19 2019-10-21 05:33:39 -07:00
drivers cpuidle: lpm-levels: Enable ipi prediction 2019-12-24 16:34:34 +05:30
firmware
fs f2fs: call f2fs_balance_fs outside of locked page 2019-12-11 10:13:22 +05:30
include cpuidle: lpm-levels: Track and predict next rescheduling ipi 2019-12-19 10:42:22 +05:30
init Merge android-4.19-q.76 (8ed9c66) into msm-4.19 2019-10-10 22:08:02 -07:00
ipc This is the 4.19.65 stable release 2019-08-06 20:09:06 +02:00
kernel Merge "mm: reorder oom kill logic in should_ulmk_retry()" 2019-12-17 01:32:03 -08:00
lib Merge "Merge android-4.19-q.81 (9045ee1) into msm-4.19" 2019-11-06 06:40:33 -08:00
LICENSES
mm Merge "mm: release the spinlock on zap_pte_range" 2019-12-17 05:15:52 -08:00
net net: qrtr: free flow structure after radix tree node delete 2019-12-04 20:18:17 +05:30
samples samples, bpf: suppress compiler warning 2019-07-14 08:11:04 +02:00
scripts kbuild: modpost: Replace call to xargs 2019-12-11 12:33:03 -08:00
security selinux: ensure we cleanup the internal AVC counters on error in avc_insert() 2019-12-18 00:42:32 -08:00
sound sound: usb: Don't bail out if qmi_send_indication fails 2019-11-21 19:42:13 +05:30
techpack Revert "techpack: replace type with xtype while searching for sub-dirs" 2019-11-19 07:06:17 -08:00
tools This is the 4.19.80 stable release 2019-10-17 15:33:53 -07:00
usr kbuild: clean compressed initramfs image 2019-10-07 18:57:16 +02:00
virt KVM: coalesced_mmio: add bounds checking 2019-09-21 07:16:44 +02:00
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
Android.bp kernel: Create and export kernel headers 2019-11-15 11:16:07 -08:00
AndroidKernel.mk AndroidKernel: add TARGET_PREBUILT_INT_KERNEL_IMAGE 2019-08-02 20:31:09 +08:00
build.config.aarch64 ANDROID: refactor build.config files to remove duplication 2019-10-22 17:52:56 -07:00
build.config.common ANDROID: clang: update to 9.0.8 based on r365631c 2019-10-23 21:25:17 +00:00
build.config.cuttlefish.aarch64 ANDROID: refactor build.config files to remove duplication 2019-10-22 17:52:56 -07:00
build.config.cuttlefish.x86_64 ANDROID: refactor build.config files to remove duplication 2019-10-22 17:52:56 -07:00
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
build.config.x86_64 ANDROID: refactor build.config files to remove duplication 2019-10-22 17:52:56 -07:00
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Merge android-4.19-q.80 (fd673e8) into msm-4.19 2019-10-21 05:33:39 -07:00
Makefile Merge android-4.19-q.81 (9045ee1) into msm-4.19 2019-10-29 04:52:53 -07:00
README
verity_dev_keys.x509

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.