Go to file
Arnaldo Carvalho de Melo 56e2e05644 perf callchain: Move callchain specific routines from util.[ch]
Where they belong, no point in leaving those in the generic "util"
files.

Link: http://lkml.kernel.org/n/tip-ljx3iiip1hlfa7a7apjem7ph@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2017-04-24 13:43:26 -03:00
arch Merge branch 'WIP.x86/process' into perf/core 2017-04-20 10:07:12 +02:00
block blk-mq: Restart a single queue if tag sets are shared 2017-04-07 12:40:09 -06:00
certs
crypto
Documentation Linux 4.11-rc6 2017-04-11 08:42:47 +02:00
drivers Merge branch 'perf/urgent' into perf/core, to pick up fixes 2017-04-12 07:28:25 +02:00
firmware
fs Merge branch 'WIP.x86/process' into perf/core 2017-04-20 10:07:12 +02:00
include Merge branch 'WIP.x86/process' into perf/core 2017-04-20 10:07:12 +02:00
init
ipc
kernel Linux 4.11-rc6 2017-04-11 08:42:47 +02:00
lib
mm mm/mempolicy.c: fix error handling in set_mempolicy and mbind. 2017-04-08 10:57:55 -07:00
net Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2017-04-05 20:17:38 -07:00
samples
scripts Kbuild fixes for v4.11 2017-04-05 08:37:28 -07:00
security
sound
tools perf callchain: Move callchain specific routines from util.[ch] 2017-04-24 13:43:26 -03:00
usr
virt KVM/ARM Fixes for v4.11-rc6 2017-04-05 16:27:47 +02:00
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap mailmap: update Yakir Yang email address 2017-04-08 00:47:49 -07:00
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Driver core fixes for 4.11-rc6 2017-04-09 09:03:51 -07:00
Makefile Linux 4.11-rc6 2017-04-09 09:49:44 -07: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.