66534fe2
Name Last commit Last update
Documentation ext4: limit the length of per-inode prealloc list
LICENSES LICENSES: Rename other to deprecated
arch x86/hotplug: Silence APIC only after all interrupts are migrated
block blk-mq: order adding requests to hctx->dispatch and checking SCHED_RESTART
certs .gitignore: add SPDX License Identifier
crypto crypto: af_alg - Work around empty control messages without MSG_MORE
drivers drm/vmwgfx/ldu: Use drm_mode_config_reset
fs io_uring: make offset == -1 consistent with preadv2/pwritev2
include fbmem: pull fbcon_update_vcs() out of fb_set_var()
init bootconfig: Fix to find the initargs correctly
ipc mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
kernel dma-pool: Fix an uninitialized variable bug in atomic_pool_expand()
lib test_kmod: avoid potential double free in trigger_config_run_type()
mm mm/page_counter: fix various data races at memsw
net can: j1939: transport: j1939_xtp_rx_dat_one(): compare own packets to detect corruptions
samples samples: bpf: Fix bpf programs with kprobe/sys_connect event
scripts kconfig: qconf: remove qInfo() to get back Qt4 support
security ima: Fail rule parsing when appraise_flag=blacklist is unsupportable
sound ALSA: usb-audio: Update documentation comment for MS2109 quirk
tools bpf: selftests: global_funcs: Check err_str before strstr
usr bpfilter: match bit size of bpfilter_umh to that of the kernel
virt KVM: Pass MMU notifier range flags to kvm_unmap_hva_range()
.clang-format block: add bio_for_each_bvec_all()
.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.