1
0
Fork 0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-01-26 02:15:46 -05:00
No description
Find a file
Linus Torvalds 35d5788480 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull early_ioremap fix from Ingo Molnar:
 "A boot hang fix when the EFI earlyprintk driver is enabled"

* 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  mm/early_ioremap: Fix boot hang with earlyprintk=efi,keep
2017-12-15 11:34:29 -08:00
arch xen: fixes for 4.15-rc4 2017-12-15 11:32:09 -08:00
block
certs
crypto
Documentation Documentation/vm/zswap.txt: update with same-value filled page feature 2017-12-14 16:00:48 -08:00
drivers xen: fixes for 4.15-rc4 2017-12-15 11:32:09 -08:00
firmware
fs Merge branch 'akpm' (patches from Andrew) 2017-12-14 16:35:20 -08:00
include Power management fix for v4.15-rc4 2017-12-14 18:25:03 -08:00
init
ipc
kernel Various fix ups. 2017-12-14 18:21:33 -08:00
lib lib/rbtree,drm/mm: add rbtree_replace_node_cached() 2017-12-14 16:00:48 -08:00
mm Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2017-12-15 11:34:29 -08:00
net kernel: make groups_sort calling a responsibility group_info allocators 2017-12-14 16:00:49 -08:00
samples
scripts scripts/faddr2line: fix CROSS_COMPILE unset error 2017-12-14 16:00:48 -08:00
security
sound
tools tools/slabinfo-gnuplot: force to use bash shell 2017-12-14 16:00:48 -08:00
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README

Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

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.