No description
Find a file
Andi Kleen d74be47673 perf xyarray: Save max_x, max_y
Save the original array dimensions in xyarrays, so that users can
retrieve them later. Add some inline functions to access these fields.

Signed-off-by: Andi Kleen <ak@linux.intel.com>
Acked-by: Jiri Olsa <jolsa@kernel.org>
Link: http://lkml.kernel.org/r/20170811232634.30465-1-andi@firstfloor.org
[ As noticed by Jiri, fix up namespacing: xy__method() -> xyarray__method() ]
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2017-08-22 11:51:28 -03:00
arch Merge branch 'linus' into perf/core, to pick up fixes 2017-08-17 09:41:41 +02:00
block
certs
crypto
Documentation
drivers SCSI fixes on 20170816 2017-08-16 17:21:20 -07:00
firmware
fs
include Merge branch 'linus' into perf/core, to pick up fixes 2017-08-17 09:41:41 +02:00
init
ipc
kernel Merge branch 'linus' into perf/core, to pick up fixes 2017-08-17 09:41:41 +02:00
lib
mm
net net_sched: remove warning from qdisc_hash_add 2017-08-15 17:16:39 -07:00
samples
scripts
security
sound
tools perf xyarray: Save max_x, max_y 2017-08-22 11:51:28 -03:00
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 4.13-rc5 2017-08-13 16:01:32 -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.