Alex Deucher linux repository
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Felix Kuehling 716a4d9957
drm/amdgpu: Don't resume IOMMU after incomplete init
5 days ago
Documentation drm/amd/display: add prefix to amdgpu_dm_plane.h functions 2 weeks ago
LICENSES LICENSES/LGPL-2.1: Add LGPL-2.1-or-later as valid identifiers 1 year ago
arch x86/configs: Update defconfig with peer-to-peer configs 4 months ago
block block-6.0-2022-09-22 6 months ago
certs certs: make system keyring depend on built-in x509 parser 6 months ago
crypto crypto: blake2b: effectively disable frame size warning 7 months ago
drivers drm/amdgpu: Don't resume IOMMU after incomplete init 5 days ago
fs pstore revert for v6.0-rc8 6 months ago
include drm/amdkfd: Implement DMA buf fd export from KFD 3 weeks ago
init arm64 fixes for -rc3 7 months ago
io_uring io_uring-6.0-2022-09-29 6 months ago
ipc Updates to various subsystems which I help look after. lib, ocfs2, 7 months ago
kernel kernel/module: add __dyndbg_classes section 4 months ago
lib dyndbg: add drm.debug style (drm/parameters/debug) bitmap support 4 months ago
mm One MAINTAINERS update, two MM fixes, both cc:stable 6 months ago
net Networking fixes for 6.0-rc8, including fixes from wifi and can. 6 months ago
samples Tracing updates for 5.20 / 6.0 8 months ago
scripts Makefile.debug: re-enable debug info for .S files 6 months ago
security Landlock fix for v6.0-rc4 7 months ago
sound ALSA: hda: intel-dsp-config: add missing RaptorLake PCI IDs 6 months ago
tools perf tools fixes for v6.0: 5th batch 6 months ago
usr Not a lot of material this cycle. Many singleton patches against various 10 months ago
virt KVM: Drop unnecessary initialization of "ops" in kvm_ioctl_create_device() 7 months ago
.clang-format PCI/DOE: Add DOE mailbox support functions 8 months ago
.cocciconfig
.get_maintainer.ignore get_maintainer: add Alan to .get_maintainer.ignore 7 months ago
.gitattributes .gitattributes: use 'dts' diff driver for dts files 3 years ago
.gitignore kbuild: split the second line of *.mod into *.usyms 11 months ago
.mailmap Qualcomm ARM64 DTS fixes for 6.0 6 months ago
COPYING COPYING: state that all contributions really are covered by this file 3 years ago
CREDITS drm for 5.20/6.0 8 months ago
Kbuild kbuild: rename hostprogs-y/always to hostprogs/always-y 3 years ago
Kconfig kbuild: ensure full rebuild when the compiler is updated 3 years ago
MAINTAINERS cpufreq: amd-pstate: Expose struct amd_cpudata 1 month ago
Makefile Linux 6.0 6 months ago
README Drop all 00-INDEX files from Documentation/ 5 years ago

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.