Go to file
LiQian 103f6b4790 anolis:gpio:GPIO driver support for Phytium desktop and embedded CPUs
ANBZ: #5843

GPIO dirver fix patch. Support Phytiumm Desktop and Embedded CPUs, such as D2000 and E2000.

Signed-off-by: Chen Baozi <chenbaozi@phytium.com.cn>
Signed-off-by: LiQian <liqian1556@phytium.com.cn>
Reviewed-by: Baolin Wang <baolin.wang@linux.alibaba.com>
Link: https://gitee.com/anolis/cloud-kernel/pulls/1892
2024-03-25 10:14:13 +00:00
Documentation anolis:gpio:GPIO driver support for Phytium desktop and embedded CPUs 2024-03-25 10:14:13 +00:00
LICENSES LICENSES: Remove CC-BY-SA-4.0 license text 2018-10-18 11:28:50 +02:00
arch anolis:gpio:GPIO driver support for Phytium desktop and embedded CPUs 2024-03-25 10:14:13 +00:00
block anolis: blk-iocost: fix ABBA deadlock when writing blkio.cost.qos 2024-02-08 12:25:47 +00:00
certs .gitignore: add SPDX License Identifier 2020-09-02 17:52:15 +08:00
crypto X.509: Support parsing certificate using SM2 algorithm 2022-10-20 02:44:20 +00:00
drivers anolis:gpio:GPIO driver support for Phytium desktop and embedded CPUs 2024-03-25 10:14:13 +00:00
firmware .gitignore: add SPDX License Identifier 2020-09-02 17:52:15 +08:00
fs erofs: fix fsdax unavailability for chunk-based regular files 2024-03-25 02:10:34 +00:00
include bpf: Disallow BPF_LOG_KERNEL log level for bpf(BPF_BTF_LOAD) 2024-03-25 03:47:25 +00:00
init bpf, x86, arm64: Enable jit by default when not built as always-on 2024-02-29 20:47:29 +08:00
ipc memcg: enable accounting of ipc resources 2023-03-18 02:22:30 +00:00
kernel bpf: Fix incorrect verifier pruning due to missing register precision taints 2024-03-25 03:47:25 +00:00
lib lib/xz, lib/decompress_unxz.c: Fix spelling in comments 2024-03-18 18:03:46 +08:00
mm anolis: notify the victim's memcg's oom event when system OOM occur 2024-03-08 09:22:28 +00:00
net bpf: Fix race in btf_resolve_helper_id() 2024-03-25 03:47:25 +00:00
samples anolis: add ./ to the executable file in test_cgrp2_sock.sh 2024-03-15 16:34:22 +08:00
scripts bpf: Support llvm-objcopy for vmlinux BTF 2024-03-25 03:47:25 +00:00
security tpm: use u32 instead of int for PCR index 2023-09-05 16:55:06 +08:00
sound anolis: ALSA: hda: Not use MSI for Hygon family 18h model 5h HD-Audio 2024-02-02 02:28:46 +00:00
tools selftest/bpf: Verifier tests for var-off access 2024-03-25 03:47:25 +00:00
usr .gitignore: add SPDX License Identifier 2020-09-02 17:52:15 +08:00
virt KVM: x86: Fix APIC page invalidation race 2024-01-25 02:10:56 +00:00
.clang-format clang-format: Set IndentWrappedFunctionNames false 2018-08-01 18:38:51 +02:00
.cocciconfig
.get_maintainer.ignore
.gitattributes .gitattributes: set git diff driver for C source code files 2016-10-07 18:46:30 -07:00
.gitignore .gitignore: add SPDX License Identifier 2020-09-02 17:52:15 +08:00
.mailmap libnvdimm-for-4.19_misc 2018-08-25 18:13:10 -07:00
COPYING COPYING: use the new text with points to the license files 2018-03-23 12:41:45 -06:00
CREDITS open: introduce openat2(2) syscall 2020-05-28 14:39:52 +08:00
Kbuild Kbuild updates for v4.15 2017-11-17 17:45:29 -08:00
Kconfig kconfig: move the "Executable file formats" menu to fs/Kconfig.binfmt 2018-08-02 08:06:55 +09:00
MAINTAINERS nbd: trace sending nbd requests 2024-01-10 22:24:53 +08:00
Makefile kbuild: Unify options for BTF generation for vmlinux and modules 2024-02-01 16:16:31 +08:00
README Docs: Added a pointer to the formatted docs to README 2018-03-21 09:02:53 -06: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.