2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-11-30 05:25:20 +08:00
Mainline Linux tree for various devices, only for fun :)
Go to file
Xilin Wu f60e5a0d68 ha whatever
Signed-off-by: Xilin Wu <wuxilin123@gmail.com>
2024-09-12 14:45:50 +08:00
arch ha whatever 2024-09-12 14:45:50 +08:00
block Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git 2024-08-23 12:04:22 +10:00
certs kbuild: use $(src) instead of $(srctree)/$(src) for source directory 2024-05-10 04:34:52 +09:00
crypto crypto: rsa - Check MPI allocation errors 2024-08-17 13:55:50 +08:00
Documentation dt-bindings: arm: Add Samsung Galaxy Book4 Edge 2024-08-25 15:48:48 +08:00
drivers ha whatever 2024-09-12 14:45:50 +08:00
fs Merge branch 'for-next/execve' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git 2024-08-23 12:32:17 +10:00
include ha whatever 2024-09-12 14:45:50 +08:00
init Merge branch 'rust-next' of https://github.com/Rust-for-Linux/linux.git 2024-08-23 12:32:13 +10:00
io_uring Merge branch 'for-next' of git://git.kernel.dk/linux-block.git 2024-08-23 10:50:20 +10:00
ipc introduce fd_file(), convert all accessors to it. 2024-08-12 22:00:43 -04:00
kernel Merge branch 'for-next/execve' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git 2024-08-23 12:32:17 +10:00
lib Merge branch 'for-next/kspp' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git 2024-08-23 12:32:24 +10:00
LICENSES LICENSES: add 0BSD license text 2024-08-22 13:02:00 -07:00
mm Merge branch 'for-next/execve' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git 2024-08-23 12:32:17 +10:00
net Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git 2024-08-23 11:21:34 +10:00
Next Add linux-next specific files for 20240823 2024-08-23 13:36:18 +10:00
rust Merge branch 'rust-next' of https://github.com/Rust-for-Linux/linux.git 2024-08-23 12:32:13 +10:00
samples Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/mic/linux.git 2024-08-23 12:32:10 +10:00
scripts Merge branch 'for-next/kspp' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git 2024-08-23 12:32:24 +10:00
security Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/mic/linux.git 2024-08-23 12:32:10 +10:00
sound Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git 2024-08-23 10:46:20 +10:00
tools Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git 2024-08-23 12:32:32 +10:00
usr initramfs: shorten cmd_initfs in usr/Makefile 2024-07-16 01:07:52 +09:00
virt Merge branch 'bpf-next/master' into bpf-next/for-next 2024-08-22 11:38:07 -07:00
.clang-format clang-format: Update with v6.11-rc1's for_each macro list 2024-08-02 13:20:31 +02:00
.cocciconfig
.editorconfig .editorconfig: remove trim_trailing_whitespace option 2024-06-13 16:47:52 +02:00
.get_maintainer.ignore
.gitattributes
.gitignore .gitignore: add .gcda files 2024-08-09 13:18:46 +01:00
.mailmap Merge branch 'fs-next' of linux-next 2024-08-23 09:16:18 +10:00
.rustfmt.toml
COPYING
CREDITS MAINTAINERS: Mark powerpc spufs as orphaned 2024-08-19 21:27:56 +10:00
Kbuild
Kconfig
localversion-next Add linux-next specific files for 20240823 2024-08-23 13:36:18 +10:00
MAINTAINERS Merge branch 'pwrseq/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git 2024-08-23 12:32:36 +10:00
Makefile Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git 2024-08-23 08:15:07 +10: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 reStructuredText 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.