11e445e9b4
User visible: - Add missing number of samples in 'perf annotate --stdio -l --show-total-period' (Taeung Song) Vendor events updates: - Add uncore_arb Intel vendor events in JSON format (Andi Kleen) - Add uncore vendor events for Intel's Sandy Bridge, Ivy Bridge, Haswell, Broadwell and Skylake architectures (Andi Kleen) - Add missing UNC_M_DCLOCKTICKS Intel Broadwell DE uncore vendor event (Andi Kleen) Infrastructure: - Remove some more die() calls, avoiding sudden death in library code (Arnaldo Carvalho de Melo) - Add argument support for SDT events in powerpc (Ravi Bangoria) Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAABCAAGBQJY5Da/AAoJENZQFvNTUqpApG0P/jt4ZhAvCWGek/9aspP9mecc afb84XMvdxiZ/54fFNbch9AbX2I9F6q0HUpfb5nlrd78wjU7mb1ZLL3nT3ChEqZ1 2WYUU+INMalxvMRDnvheT4fR3ZGJtOfhn5vCWTO8IWfAzBPEkcVzNvwbKgKbur5u FImUcN4+bMuZOrpawiPgQahrsRAjkwjoBgCtPXLy5OZJAU2SFwHZla5eTapFFu7S 7W3AK55Wod/EV1PLd9SURcvqV1lGZNa4Bzo2yw12NyOp/U8vT1h3N8DxZJuju9RJ 1CdQAssv1EcH5pAB8Q3WXkqTynphioivvdXdzKn9pgUSHCUSd19EtquzK1nH2T04 Hu8Yn//3zdvpdmg1prz4oifQMDP18YdkOY0n+9OwT5KK+3HPY7Ii9W5Fw+DkPNfw JivJqfkra/H8BvShYhmQ4qLcPoNAb9kBrZI+ZPnjsJHl3ktmn3RtpdwPlUAwPb2/ OcAnHcQQASAxAW/iDRTZaC8GkSfi6F61hMlTy+ryNl7Adp+1tELStPaKqTo3CRXQ HsrBQPwPH1fIdvtgk+kd7bfsjbMeOYu0t/moWfWwzu4AbrUcEFbpfZxH7fYChjdz pmYqYsXigwlNIA0ATgSkxVVtSxbUyrgpzgl+IFaRx5sM0GUt3MABdG6bjH1tupdg yCC1g/SEVE3EFvcZGrUW =vSTJ -----END PGP SIGNATURE----- Merge tag 'perf-core-for-mingo-4.12-20170404' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core Pull perf/core improvements and fixes from Arnaldo Carvalho de Melo: User visible changes: - Add missing number of samples in 'perf annotate --stdio -l --show-total-period' (Taeung Song) Vendor events updates: - Add uncore_arb Intel vendor events in JSON format (Andi Kleen) - Add uncore vendor events for Intel's Sandy Bridge, Ivy Bridge, Haswell, Broadwell and Skylake architectures (Andi Kleen) - Add missing UNC_M_DCLOCKTICKS Intel Broadwell DE uncore vendor event (Andi Kleen) Infrastructure changes: - Remove some more die() calls, avoiding sudden death in library code (Arnaldo Carvalho de Melo) - Add argument support for SDT events in powerpc (Ravi Bangoria) Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: Ingo Molnar <mingo@kernel.org> |
||
---|---|---|
Documentation | ||
arch | ||
block | ||
certs | ||
crypto | ||
drivers | ||
firmware | ||
fs | ||
include | ||
init | ||
ipc | ||
kernel | ||
lib | ||
mm | ||
net | ||
samples | ||
scripts | ||
security | ||
sound | ||
tools | ||
usr | ||
virt | ||
.cocciconfig | ||
.get_maintainer.ignore | ||
.gitattributes | ||
.gitignore | ||
.mailmap | ||
COPYING | ||
CREDITS | ||
Kbuild | ||
Kconfig | ||
MAINTAINERS | ||
Makefile | ||
README |
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.