![]() - Support --show-nr-samples in annotate's --stdio and --tui, using the existing 't' toggle to circulate 'percent', 'total-period' and 'nr-samples' as the first column (Taeung Song) - Support FCMask and PortMask in JSON vendor events (Andi Kleen) - Fix off by one string allocation problem in 'perf trace' (Arnaldo Carvalho de Melo) - Use just one parse events state struct in yyparse(), fixing one reported segfault when a routine received a different data struct, smaller than the one it expected to use (Arnaldo Carvalho de Melo) - Remove unused cpu_relax() macros, they stopped being used when tools/perf lived in Documentation/ (Arnaldo Carvalho de Melo) - Fix double file test in libbpf's Makefile (Daniel Díaz): Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEELb9bqkb7Te0zijNb1lAW81NSqkAFAlmbEu4ACgkQ1lAW81NS qkCSPg/+LYICSzJU46BJHACzaTRfs29Nc6V8Ih88zIO655LegKCnFYA4pKhu/Lu1 gf+uGnyood8EIVh9oziWR92OBvCW4FioGobnYDDpvQvCry8Cq7lEbIEDTn1JrRuZ D2A5gJ8VdT6jVSDmVQpirK/i5gITkU97cvVp53P2PSOJhFIvAwUuf02WCBUZ700g nZ1NdxrfhNpfeuOEg05yM/2cwbN8RRSnpET5CFRzeT9v+ROxjfVVO/25+NON2yfI l9H4QUe+5Wx1eAY422Zwrn8x+TR8ELGvX/AJzuW+aH4KLFMlsaQu0o3JxSXu7QIp sq2bonvLh5c0rx/EG1L26Kv0Xp6cArMSJnkb2i9tm5AviJWqS21o3xffK75rGf8B 2qZiRTmVwhWKpzkujrFBRBmNFjca0acr7g+xavRs2KTLOOcFh2F0f+muDQgFXE9U dSsiVjIBJhCLbGaIm11a/9tBHPyg8it7ghSDtu8YVCAmkP1SCdrvpz3JZnuL1quj TLoW7XVpdEWiRsnOrXofmQeSDerFv7uEk7/3f01p3lRE/j4K7eZH/WcmkjDRLWPK isyUcSC5EF9gsLVSS/Sg0Nco25RzkQv2Aa3NNPINooCVoTQfj0gP/EA5nthFlHbH C0nBmx1DRf5SwF1EHDJPLbxxM1FC5Pgd2cPf2zq5RnthWaH6kLM= =Oae/ -----END PGP SIGNATURE----- Merge tag 'perf-core-for-mingo-4.14-20170821' 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: - Support --show-nr-samples in annotate's --stdio and --tui, using the existing 't' toggle to circulate 'percent', 'total-period' and 'nr-samples' as the first column (Taeung Song) - Support FCMask and PortMask in JSON vendor events (Andi Kleen) - Fix off by one string allocation problem in 'perf trace' (Arnaldo Carvalho de Melo) - Use just one parse events state struct in yyparse(), fixing one reported segfault when a routine received a different data struct, smaller than the one it expected to use (Arnaldo Carvalho de Melo) - Remove unused cpu_relax() macros, they stopped being used when tools/perf lived in Documentation/ (Arnaldo Carvalho de Melo) - Fix double file test in libbpf's Makefile (Daniel Díaz): 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.