mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-01 10:13:58 +08:00
Mainline Linux tree for various devices, only for fun :)
4392ec1a6c
-----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEdrbJNaO+IJqU8IdIUa+KL4f8d2EFAluX4gMACgkQUa+KL4f8 d2HwYRAAsGLUUQZNVErTzDapLBEKkSCJxTBdcCLhfG4/vo75XAsVqepVpsMXtSQV j+OdvZYDI6VNz2F9+9DU7tElOQdEwbHUq3BT9176LIgFYYpwxgu0Zly295to6zAd IFdSo0QoEDFzYg143S+nNvdecElAVuem7tg19M5xO9SThrcggHKUHj+3fkkwB86A mV3RzREs+EYDXnVvywxIAMLz8Ect+4pW8wI6+xGIlprJB9UCxUjQCHG+K3KJDQnK bnbzKWGwt4zw66XjnEn4lGQoITnSLLSfxw34FxXLiMD+gexBCktYQYMG0GVYiNoG zAGgOj18uALmr1M+v9szZUtQOomvHR+hR8dIfKbc4Pk+ypZz1M0zm/g8VnEDJCDt sPGFrACenWfU27THSZKR6+rUAnLD/dPeg/epHFKleCIF43SJjyEb9Oev4DgrdfVe 9nvzMKVcMsu3B/zW94nNz7ZF/28/sYvsImnncmhyz4JPMO96RvIkunEEdQ/uucWf 89fLhbniI4FGQ/NlIVqUir9VHhtOq7ayyAzeiVV5m8F2NaVBOlbXb4fpnHWcP3zC 241UYS6mvR79CvieivLz91DhJ2JR4ZPIS2gauZPbgkNf6EZFYfIykIA/lwBTx/h0 cb+4+7BK1GjC0ZE8edD/evQVtvXUoAW1vqpuqPTFOUb7gLNqSHM= =GypE -----END PGP SIGNATURE----- Merge tag 'ib-mfd-rtc-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into rtc-next Immutable branch between MFD and RTC due for the v4.20 merge window Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> |
||
---|---|---|
arch | ||
block | ||
certs | ||
crypto | ||
Documentation | ||
drivers | ||
firmware | ||
fs | ||
include | ||
init | ||
ipc | ||
kernel | ||
lib | ||
LICENSES | ||
mm | ||
net | ||
samples | ||
scripts | ||
security | ||
sound | ||
tools | ||
usr | ||
virt | ||
.clang-format | ||
.cocciconfig | ||
.get_maintainer.ignore | ||
.gitattributes | ||
.gitignore | ||
.mailmap | ||
COPYING | ||
CREDITS | ||
Kbuild | ||
Kconfig | ||
MAINTAINERS | ||
Makefile | ||
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.