No description
Find a file
Dave Airlie c7eb7c12fd - JUst one cleanup which drops the use of drmP.h header file.
-----BEGIN PGP SIGNATURE-----
 
 iQGzBAABCgAdFiEEaNgt5qhas/jh16fIAgVwiH27uaUFAl1rs1YACgkQAgVwiH27
 uaUAYQv8DI25QZejGAbAng3wYLvoNmjSX4ii9PzLXkTrXKvm/oxHKkDuzl8QWV5p
 GW8rXEBEDUhToQKxsZhgnVE43tFMBaCgTZduL3snXnm/Q45AaAjIIYb4L8RVTX22
 7QI/+JQAYH82CkBcJsf5QjHw79lMVkSbKDm0bYGrL5c19jrA3WziK00Y6ZhJYSG+
 IwGp8n3UDjxSU86flxPxv1mg58Ert0rupFH2SK1Nt0C9Mgnl9vGJfw2cygvEQRMk
 y9ConwlmkgdvejXbQ/3ZfADLSdUED61D0kpqg5Rvk14TYqUJiOGX1EnTs6tNGTpY
 AijZ7AQtJJ5vUly6FVlwH0pESzEVQqfstURpUxf/KOkPh4Z7PHcamjtg6esrerm2
 lkAm9LB4Yv2jOOQgB++AFcBJdZogMOd1q7vh4K9bOMA0tITdgQ1FE4WdBxcwk0fc
 7jGaB8/9xELedswqKk9MY8ZMUFL/25VwJ7ppwzP3KoytLnwfgkoZcEazK6BYkGKf
 tGHPRz/K
 =TPzx
 -----END PGP SIGNATURE-----

Merge tag 'exynos-drm-next-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-next

- JUst one cleanup which drops the use of drmP.h header file.

Signed-off-by: Dave Airlie <airlied@redhat.com>

From: Inki Dae <daeinki@gmail.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190901120619.3992-1-daeinki@gmail.com
2019-09-03 16:06:26 +10:00
arch - More changes on simplifying locking mechanisms (Chris) 2019-08-06 12:49:12 +10:00
block
certs
crypto
Documentation drm-misc-next for 5.4: 2019-08-27 17:21:04 +10:00
drivers drm/exynos: drop use of drmP.h 2019-09-01 20:55:12 +09:00
fs Merge tag 'xfs-5.3-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux 2019-08-03 10:43:44 -07:00
include Merge tag 'drm-next-5.4-2019-08-23' of git://people.freedesktop.org/~agd5f/linux into drm-next 2019-08-27 17:22:15 +10:00
init
ipc
kernel memremap: move from kernel/ to mm/ 2019-08-03 07:02:01 -07:00
lib Kbuild fixes for v5.3 (2nd) 2019-08-04 10:16:30 -07:00
LICENSES
mm memremap: move from kernel/ to mm/ 2019-08-03 07:02:01 -07:00
net
samples
scripts kconfig: Clear "written" flag to avoid data loss 2019-08-04 12:44:15 +09:00
security selinux/stable-5.3 PR 20190801 2019-08-02 18:40:49 -07:00
sound sound fixes for 5.3-rc3 2019-08-02 08:53:34 -07:00
tools Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2019-08-03 10:58:46 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS drm-misc-next for 5.4: 2019-08-21 16:44:41 +10:00
Makefile Linux 5.3-rc3 2019-08-04 18:40:12 -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 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.