forked from luck/tmp_suning_uos_patched
4b50239a76
- Multithread the synthesizing of PERF_RECORD_ events for pre-existing threads in 'perf top', speeding up that phase, greatly improving the user experience in systems such as Intel's Knights Mill (Kan Liang) - 'perf test' fixes for the perf_event_attr test case (Jiri Olsa, Thomas Richter) Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEELb9bqkb7Te0zijNb1lAW81NSqkAFAlnTh9QACgkQ1lAW81NS qkBsKA/+O2lTYuCvCzeANkn/jK1hHhQkRNLCpdxUiosQfYXu3YnOy7U26c2bZfHD IgFWcIBJs7/vAwL+53ZVvDEAHEzXeWAIg3VCYhAX6vjfwLZ4KmciewEuH8/uXoNq eunXdHalZg0Df3nZ5h6fr9tZ8GOqlBUjVkjMaW5uEqWFw5KDiXhRrFRAf2oGiDUC fbx5IucSq3YO7oUQQmForj0kRKxC9pauudKcxzFTCFYC7uGpPqdXYIjRteoW9RyN 3r6rCMdXgnJNgO+D5NrR7wZGEU/0s+0iShh6HY0EVQQ6ymgGDOi5aPq8bL0ma+ds ONUv66wRXgfcsacGTzas8JPfj4fOBvowZFlevi/XB4RAwJSLt9F7iUUOVx7B5je9 kd25YLfY3FDW9Bt+XILuZ+CKZAuYE8aH78Bvt/yWBnyjgtrCeBNKqWjF04DUsqf0 mBwZ6nW2j+1834TS/0KcBkUB4gROHIVwAqHJynHLvcVDQdjC4ufEguJs7oWFA7id j4pPUvWW+ASRpKgpMNzh9/HOerXlggdJ5IGZ1RmL/4AEKxSSeN48sRlkMLEGxva4 bdcRFwUuKz0ThcDA8BPj8IEolbc88j419VrDVN79hV3AZ7MFW+59gznRmLTIg5XH giOgrZTU/heDkgEAmaJx/nc/v0lPqrJ5Y+lcPsq5RxxEVsonkFM= =vWlT -----END PGP SIGNATURE----- Merge tag 'perf-core-for-mingo-4.15-20171003' 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: - Multithread the synthesizing of PERF_RECORD_ events for pre-existing threads in 'perf top', speeding up that phase, greatly improving the user experience in systems such as Intel's Knights Mill (Kan Liang) - 'perf test' fixes for the perf_event_attr test case (Jiri Olsa, Thomas Richter) Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: Ingo Molnar <mingo@kernel.org> |
||
---|---|---|
arch | ||
block | ||
certs | ||
crypto | ||
Documentation | ||
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 |
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.