Linux 5.3
Linus Torvalds authored
4d856f72
Name Last commit Last update
Documentation riscv: modify the Image header to improve compatibility with the ARM64 header
LICENSES LICENSES: Rename other to deprecated
arch Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
block block: remove REQ_NOWAIT_INLINE
certs Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs"
crypto Merge tag 'usb-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
drivers Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
fs Revert "ext4: make __ext4_get_inode_loc plug"
include Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
init Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
ipc ipc: fix sparc64 ipc() wrapper
kernel Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
lib lib/Kconfig: fix OBJAGG in lib/ menu structure
mm mm/balloon_compaction: suppress allocation warnings
net sctp: destroy bucket if failed to bind addr
samples auxdisplay: Fix a typo in cfag12864b-example.c
scripts Merge tag 'spdx-5.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx
security keys: Fix missing null pointer check in request_key_auth_describe()
sound Merge tag 'sound-5.3-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
tools Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
usr kbuild: enable arch/s390/include/uapi/asm/zcrypt.h for uapi header test
virt Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
.clang-format clang-format: Update with the latest for_each macro list
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Opt out of scripts/get_maintainer.pl
.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.

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.