Go to file
Madhavan Srinivasan 356d8ce3d0 powerpc/perf: Use Instruction Counter value
Since PM_INST_DISP include speculative instruction,
based on the workload the dispatch count could vary
considerably. Hence as an alternative, for completed
instruction counting, program the PM_INST_DISP event
to the MMCR* but use Instruction Counter register value.

Signed-off-by: Madhavan Srinivasan <maddy@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
2017-02-17 21:48:54 +11:00
arch powerpc/perf: Use Instruction Counter value 2017-02-17 21:48:54 +11:00
block
certs
crypto
Documentation Merge branch 'topic/ppc-kvm' into next 2017-02-14 17:18:29 +11:00
drivers drivers/pci/hotplug: Mask PDC interrupt if required 2017-02-15 20:02:43 +11:00
firmware
fs
include Merge branch 'topic/ppc-kvm' into next 2017-02-14 17:18:29 +11:00
init
ipc
kernel kprobes: Introduce weak variant of kprobe_exceptions_notify() 2017-02-10 14:42:49 +11:00
lib
mm
net
samples
scripts powerpc: Enable support for GCC plugins 2017-02-03 21:59:28 +11:00
security
sound
tools
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: Remove powerpc's "opal" pattern match 2017-02-17 10:58:40 +11:00
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.