Linux kernel for uConsole
  • C 97.1%
  • Assembly 1.8%
  • Shell 0.4%
  • Makefile 0.3%
  • Python 0.2%
Find a file
Finley Xiao 32948d8b86 PM / devfreq: Add new device link for sysfs
As the device name has been changed to devfreq(X), but user should find
devfreq driver with their parent device name, so add a new link named
with parent name.

Change-Id: I5077ddecbcc8db8d59cb6f16f2be5107b391677d
Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
2019-10-17 08:52:12 +08:00
arch arm: rockchip_defconfig: enable CONFIG_HW_RANDOM_ROCKCHIP 2019-10-16 19:20:59 +08:00
block Merge remote branch 'android-4.19' of https://android.googlesource.com/kernel/common 2019-06-22 22:26:14 +08:00
certs rk: revert to v4.4 2019-02-10 00:33:21 +08:00
crypto This is the 4.19.45 stable release 2019-05-22 08:00:39 +02:00
Documentation dt-bindings: rng: Document the Rockchip CRYPTO V1 HW RNG bindings 2019-10-16 15:28:55 +08:00
drivers PM / devfreq: Add new device link for sysfs 2019-10-17 08:52:12 +08:00
firmware
fs Merge remote branch 'android-4.19' of https://android.googlesource.com/kernel/common 2019-06-22 22:26:14 +08:00
include phy: add cp_test callback 2019-10-16 17:35:55 +08:00
init mm: slub: Add SLUB_SYSFS 2019-09-24 16:01:42 +08:00
ipc This is the 4.19.51 stable release 2019-06-15 16:12:59 +02:00
kernel Revert "FROMLIST: sched/topology: Make Energy Aware Scheduling depend on schedutil" 2019-10-15 11:14:27 +08:00
lib Merge remote branch 'android-4.19' of https://android.googlesource.com/kernel/common 2019-06-22 22:26:14 +08:00
LICENSES LICENSES: Remove CC-BY-SA-4.0 license text 2018-10-18 11:28:50 +02:00
mm mm: slub: Add SLUB_SYSFS 2019-09-24 16:01:42 +08:00
net ipv6: ip6_output: fix for Android 7.1 CTS 2019-09-26 18:54:17 +08:00
samples samples: mei: use /dev/mei0 instead of /dev/mei 2019-02-15 08:10:11 +01:00
scripts scripts/bmpconvert: add bmpconvert for auto convert bmpfile 2019-08-29 18:38:49 +08:00
security OP-TEE: fix clang warning 2019-08-19 08:52:08 +08:00
sound ASoC: rockchip: pdm: Fix compile warning 2019-09-30 18:17:14 +08:00
tools This is the 4.19.53 stable release 2019-06-19 10:10:24 +02:00
usr initramfs: move gen_initramfs_list.sh from scripts/ to usr/ 2018-08-22 23:21:44 +09:00
virt KVM: arm/arm64: Move cc/it checks under hyp's Makefile to avoid instrumentation 2019-06-19 08:18:04 +02:00
.checkpatch.conf
.clang-format
.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 ANDROID: Enable LTO and CFI 2019-05-22 17:25:23 +00:00
build.config.cuttlefish.x86_64 ANDROID: Enable LTO and CFI 2019-05-22 17:25:23 +00: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.bmp rk: logo: update logo file 2019-08-29 19:45:37 +08:00
logo_kernel.bmp rk: logo: update logo file 2019-08-29 19:45:37 +08:00
MAINTAINERS platform/x86: Add Intel AtomISP2 dummy / power-management driver 2019-04-20 09:16:02 +02:00
Makefile rk: use gcc-wrapper.py only when CC is gcc 2019-10-11 19:19:24 +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.