2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-11-26 19:44:21 +08:00
Mainline Linux tree for various devices, only for fun :)
Go to file
Xilin Wu 18bde0b4b7 arm64: configs: Update odin2_defconfig
Signed-off-by: Xilin Wu <wuxilin123@gmail.com>
2024-03-01 12:36:08 +08:00
arch arm64: configs: Update odin2_defconfig 2024-03-01 12:36:08 +08:00
block Merge branch 'for-next' of git://git.kernel.dk/linux-block.git 2024-01-02 11:20:53 +11:00
certs This update includes the following changes: 2023-11-02 16:15:30 -10:00
crypto crypto: scomp - fix req->dst buffer overflow 2023-12-29 11:25:56 +08:00
Documentation dt-bindings: leds: leds-qcom-lpg: Add support for LPG PPG 2024-01-02 22:05:56 +08:00
drivers drm/panel: Update panel driver for AYN Odin 2 2024-03-01 12:06:00 +08:00
fs Merge branch 'header_cleanup' of https://evilpiepirate.org/git/bcachefs.git 2024-01-02 15:53:05 +11:00
include soc: qcom: Add qcom_pbs_trigger_single_event() function 2024-01-02 22:05:56 +08:00
init Merge branch 'header_cleanup' of https://evilpiepirate.org/git/bcachefs.git 2024-01-02 15:53:05 +11:00
io_uring Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm.git 2024-01-02 12:51:56 +11:00
ipc Merge branch 'header_cleanup' of https://evilpiepirate.org/git/bcachefs.git 2024-01-02 15:53:05 +11:00
kernel Merge branch 'header_cleanup' of https://evilpiepirate.org/git/bcachefs.git 2024-01-02 15:53:05 +11:00
lib Merge branch 'header_cleanup' of https://evilpiepirate.org/git/bcachefs.git 2024-01-02 15:53:05 +11:00
LICENSES LICENSES: Add the copyleft-next-0.3.1 license 2022-11-08 15:44:01 +01:00
mm Merge branch 'header_cleanup' of https://evilpiepirate.org/git/bcachefs.git 2024-01-02 15:53:05 +11:00
net Merge branch 'header_cleanup' of https://evilpiepirate.org/git/bcachefs.git 2024-01-02 15:53:05 +11:00
Next Add linux-next specific files for 20240102 2024-01-02 16:54:55 +11:00
rust Merge branch 'rust-next' of https://github.com/Rust-for-Linux/linux.git 2024-01-02 15:31:22 +11:00
samples Merge branch 'for-next/kspp' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git 2024-01-02 15:31:41 +11:00
scripts Merge branch 'for-next/kspp' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux.git 2024-01-02 15:31:44 +11:00
security Merge branch 'header_cleanup' of https://evilpiepirate.org/git/bcachefs.git 2024-01-02 15:53:05 +11:00
sound ASoC: q6apm-dai: fix period size to be algined to 64 bytes 2024-01-02 22:05:56 +08:00
tools Merge branch 'nolibc' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest.git 2024-01-02 15:31:48 +11:00
usr Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git 2024-01-02 08:45:54 +11:00
virt Merge branch 'next' of https://github.com/kvm-x86/linux.git 2024-01-02 12:58:52 +11:00
.clang-format clang-format: Update with v6.7-rc4's for_each macro list 2023-12-08 23:54:38 +01:00
.cocciconfig
.editorconfig Add .editorconfig file for basic formatting 2023-12-28 16:22:47 +09:00
.get_maintainer.ignore get_maintainer: add Alan to .get_maintainer.ignore 2022-08-20 15:17:44 -07:00
.gitattributes .gitattributes: set diff driver for Rust source code files 2023-05-31 17:48:25 +02:00
.gitignore Add .editorconfig file for basic formatting 2023-12-28 16:22:47 +09:00
.mailmap Merge branch 'char-misc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git 2024-01-02 13:41:56 +11:00
.rustfmt.toml rust: add .rustfmt.toml 2022-09-28 09:02:20 +02:00
COPYING COPYING: state that all contributions really are covered by this file 2020-02-10 13:32:20 -08:00
CREDITS Merge branch 'slab/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab.git 2024-01-02 15:23:25 +11:00
Kbuild Kbuild updates for v6.1 2022-10-10 12:00:45 -07:00
Kconfig kbuild: ensure full rebuild when the compiler is updated 2020-05-12 13:28:33 +09:00
localversion-next Add linux-next specific files for 20240102 2024-01-02 16:54:55 +11:00
MAINTAINERS Merge branch 'bitmap-for-next' of https://github.com/norov/linux.git 2024-01-02 15:31:37 +11:00
Makefile Merge branch 'for-next/kspp' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux.git 2024-01-02 15:31:44 +11:00
README Drop all 00-INDEX files from Documentation/ 2018-09-09 15:08:58 -06:00

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.

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.