No description
Find a file
Anshuman Gupta f5e92d23f5 drm/i915: Refactor userfault_wakeref to re-use
Refactor userfault_wakeref to re-use for discrete lmem mmap mapping
as well, as on discrete GTT mmap are not supported. Moving
userfault_wakeref from ggtt to gt structure.

Signed-off-by: Anshuman Gupta <anshuman.gupta@intel.com>
Reviewed-by: Andi Shyti <andi.shyti@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220913152714.16541-2-anshuman.gupta@intel.com
2022-09-14 18:18:55 +05:30
arch Merge drm/drm-next into drm-intel-next 2022-04-26 16:44:31 +03:00
block
certs
crypto
Documentation drm/doc/rfc: VM_BIND uapi definition 2022-07-01 16:47:07 -07:00
drivers drm/i915: Refactor userfault_wakeref to re-use 2022-09-14 18:18:55 +05:30
fs Driver core changes for 5.18-rc2 2022-04-10 09:55:09 -10:00
include mei: gsc: setup gsc extended operational memory 2022-09-12 15:23:11 +03:00
init
ipc
kernel Merge drm/drm-next into drm-misc-next 2022-04-18 20:46:55 +01:00
lib Driver core changes for 5.18-rc2 2022-04-10 09:55:09 -10:00
LICENSES
mm - Allow the compiler to optimize away unused percpu accesses and change 2022-04-10 06:56:46 -10:00
net NFS client bugfixes for Linux 5.18 2022-04-08 07:39:17 -10:00
samples vfio/mdev: Remove mdev_parent_ops 2022-04-21 07:36:56 -04:00
scripts modpost: restore the warning message for missing symbol versions 2022-04-03 03:11:51 +09:00
security
sound
tools - Fix the MSI message data struct definition 2022-04-10 07:12:27 -10:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap mailmap: update Vasily Averin's email address 2022-04-08 14:20:36 -10:00
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS drm/i915/gsc: add gsc as a mei auxiliary device 2022-04-21 11:33:56 -07:00
Makefile Linux 5.18-rc2 2022-04-10 14:21:36 -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 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.