A mirror of the official Linux kernel repository just in case
Go to file
Stanislav Lisovskiy da8c3cdb01 drm/i915: Rename bigjoiner master/slave to bigjoiner primary/secondary
According to BSpec we now should call "master" pipes, "primary" pipes
and "slave" pipes, should be "secondary" pipes.

Signed-off-by: Stanislav Lisovskiy <stanislav.lisovskiy@intel.com>
[vsyrjala: Don't rename port sync stuff, catch a few more things]
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240603112551.6481-3-stanislav.lisovskiy@intel.com
2024-06-12 22:20:23 +03:00
arch drm: move i915_pciids.h under include/drm/intel 2024-05-31 16:11:29 +03:00
block vfs-6.9-rc6.fixes 2024-04-26 11:01:28 -07:00
certs
crypto
Documentation drm: move i915_component.h under include/drm/intel 2024-05-31 16:11:00 +03:00
drivers drm/i915: Rename bigjoiner master/slave to bigjoiner primary/secondary 2024-06-12 22:20:23 +03:00
fs three smb3 client fixes, all also for stable 2024-04-27 11:35:40 -07:00
include drm/display: Add missing Panel Replay Enable SU Region ET bit 2024-06-11 12:59:35 +03:00
init Rust fixes for v6.9 2024-04-27 12:11:55 -07:00
io_uring io_uring/net: restore msg_control on sendzc retry 2024-04-08 21:48:41 -06:00
ipc
kernel Misc fixes: 2024-04-28 12:11:26 -07:00
lib 11 hotfixes. 8 are cc:stable and the remaining 3 (nice ratio!) address 2024-04-26 13:48:03 -07:00
LICENSES
mm mm/hugetlb: fix DEBUG_LOCKS_WARN_ON(1) when dissolve_free_hugetlb_folio() 2024-04-25 10:07:27 -07:00
net Including fixes from netfilter, wireless and bluetooth. 2024-04-25 11:19:38 -07:00
rust rust: remove params from module macro example 2024-04-25 17:34:33 +02:00
samples
scripts Rust fixes for v6.9 2024-04-27 12:11:55 -07:00
security
sound drm: move intel_lpe_audio.h under include/drm/intel 2024-05-31 16:11:05 +03:00
tools RISC-V Fixes for 6.9-rc6 2024-04-27 12:02:55 -07:00
usr
virt KVM: Drop unused @may_block param from gfn_to_pfn_cache_invalidate_start() 2024-04-11 12:58:53 -07:00
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap Including fixes from netfilter, wireless and bluetooth. 2024-04-25 11:19:38 -07:00
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: update i915 and xe entries for include/drm/intel 2024-05-31 16:11:39 +03:00
Makefile Linux 6.9-rc6 2024-04-28 13:47:24 -07: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.