Linux kernel source tree
Go to file
Huibin Hong e480347688 serial: 8250: enable Programmable THRE Interrupt for tx
Programmable THRE Interrupt mode in order to increase system
performance.

Change-Id: Ic1ef9ecae0c6feb00170ad97ee3c6245ca3bf068
Signed-off-by: Huibin Hong <huibin.hong@rock-chips.com>
2019-02-22 14:31:44 +08:00
arch ARM: fiq_glue: fix compilation error for THUMB2_KERNEL 2019-02-19 15:45:11 +08:00
block Merge remote branch 'android-4.19' of https://android.googlesource.com/kernel/common 2019-02-14 11:48:20 +08:00
certs rk: revert to v4.4 2019-02-10 00:33:21 +08:00
crypto rk: revert to v4.4 2019-02-10 00:33:21 +08:00
Documentation serial: 8250_dw: uart wake up 2019-02-22 14:31:44 +08:00
drivers serial: 8250: enable Programmable THRE Interrupt for tx 2019-02-22 14:31:44 +08:00
firmware
fs rk: revert to v4.4 2019-02-10 00:33:21 +08:00
include serial: 8250: enable Programmable THRE Interrupt for tx 2019-02-22 14:31:44 +08:00
init rk: revert to v4.4 2019-02-10 00:33:21 +08:00
ipc rk: revert to v4.4 2019-02-10 00:33:21 +08:00
kernel rk: revert to v4.4 2019-02-10 00:33:21 +08:00
lib rk: revert to v4.4 2019-02-10 00:33:21 +08:00
LICENSES LICENSES: Remove CC-BY-SA-4.0 license text 2018-10-18 11:28:50 +02:00
mm rk: revert to v4.4 2019-02-10 00:33:21 +08:00
net Merge remote branch 'android-4.19' of https://android.googlesource.com/kernel/common 2019-02-14 11:48:20 +08:00
samples rk: revert to v4.4 2019-02-10 00:33:21 +08:00
scripts ANDROID: rk: kbuild: dtc generation of symbols 2019-02-15 19:57:37 +08:00
security Merge remote branch 'android-4.19' of https://android.googlesource.com/kernel/common 2019-02-14 11:48:20 +08:00
sound Merge remote branch 'android-4.19' of https://android.googlesource.com/kernel/common 2019-02-14 11:48:20 +08:00
tools rk: revert to v4.4 2019-02-10 00:33:21 +08:00
usr initramfs: move gen_initramfs_list.sh from scripts/ to usr/ 2018-08-22 23:21:44 +09:00
virt rk: revert to v4.4 2019-02-10 00:33:21 +08:00
.checkpatch.conf
.clang-format clang-format: Set IndentWrappedFunctionNames false 2018-08-01 18:38:51 +02:00
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore rk: .gitignore: ignore boot.img/kernel.img/resource.img/zboot.mg 2019-02-15 18:31:05 +08:00
.mailmap rk: revert to v4.4 2019-02-10 00:33:21 +08:00
.scmversion
build.config.cuttlefish.aarch64 rk: revert to v4.4 2019-02-10 00:33:21 +08:00
build.config.cuttlefish.x86_64 rk: revert to v4.4 2019-02-10 00:33:21 +08:00
COPYING
CREDITS 9p: remove Ron Minnich from MAINTAINERS 2018-08-17 16:20:26 -07:00
Kbuild rk: revert to v4.4 2019-02-10 00:33:21 +08:00
Kconfig kconfig: move the "Executable file formats" menu to fs/Kconfig.binfmt 2018-08-02 08:06:55 +09:00
logo_kernel.bmp
logo.bmp
MAINTAINERS rk: revert to v4.4 2019-02-10 00:33:21 +08:00
Makefile rk: Makefile: fix Revert "x86: Force asm-goto" 2019-02-14 18:26:48 +08:00
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.
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.