Linux kernel source tree
Go to file
Ingo Molnar f2cb13609d sched/topology: Split out scheduler topology code from core.c into topology.c
Cc: Mike Galbraith <efault@gmx.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
2017-02-07 10:58:12 +01:00
arch sched/cputime: Remove generic asm headers 2017-02-01 09:14:07 +01:00
block
certs
crypto
Documentation Merge branch 'linus' into sched/core, to pick up fixes and refresh the branch 2017-02-01 09:12:25 +01:00
drivers isdn: Convert obsolete cputime type to nsecs 2017-02-01 09:13:50 +01:00
firmware
fs s390, sched/cputime: Make arch_cpu_idle_time() to return nsecs 2017-02-01 09:14:03 +01:00
include delayacct: Include <uapi/linux/taskstats.h> 2017-02-07 10:57:47 +01:00
init
ipc
kernel sched/topology: Split out scheduler topology code from core.c into topology.c 2017-02-07 10:58:12 +01:00
lib
mm
net NFS client bugfixes for Linux 4.10 2017-01-28 11:50:17 -08:00
samples
scripts
security
sound
tools Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2017-01-27 12:54:16 -08:00
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2017-01-27 12:54:16 -08:00
Makefile Linux 4.10-rc6 2017-01-29 14:25:17 -08:00
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.