summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* perf bench: Add event synthesis benchmarkIan Rogers2020-04-165-2/+117
* perf script: Simplify auxiliary event printing functionsAdrian Hunter2020-04-161-238/+66
* doc/admin-guide: update kernel.rst with CAP_PERFMON informationAlexey Budankov2020-04-161-5/+11
* doc/admin-guide: Update perf-security.rst with CAP_PERFMON informationAlexey Budankov2020-04-161-25/+61
* drivers/oprofile: Open access for CAP_PERFMON privileged processAlexey Budankov2020-04-161-1/+1
* drivers/perf: Open access for CAP_PERFMON privileged processAlexey Budankov2020-04-161-2/+2
* parisc/perf: open access for CAP_PERFMON privileged processAlexey Budankov2020-04-161-1/+1
* powerpc/perf: open access for CAP_PERFMON privileged processAlexey Budankov2020-04-161-2/+2
* trace/bpf_trace: Open access for CAP_PERFMON privileged processAlexey Budankov2020-04-161-1/+1
* drm/i915/perf: Open access for CAP_PERFMON privileged processAlexey Budankov2020-04-161-7/+6
* perf tools: Support CAP_PERFMON capabilityAlexey Budankov2020-04-165-8/+15
* perf/core: open access to probes for CAP_PERFMON privileged processAlexey Budankov2020-04-161-2/+2
* perf/core: Open access to the core for CAP_PERFMON privileged processAlexey Budankov2020-04-162-4/+4
* capabilities: Introduce CAP_PERFMON to kernel and user spaceAlexey Budankov2020-04-163-3/+13
* perf annotate: Add basic support for bpf_imageJiri Olsa2020-04-165-0/+34
* perf machine: Set ksymbol dso as loaded on arrivalJiri Olsa2020-04-161-0/+1
* perf tools: Synthesize bpf_trampoline/dispatcher ksymbol eventJiri Olsa2020-04-161-0/+93
* perf stat: Honour --timeout for forked workloadsArnaldo Carvalho de Melo2020-04-161-1/+4
* Merge tag 'perf-urgent-for-mingo-5.7-20200414' of git://git.kernel.org/pub/sc...Ingo Molnar2020-04-1622-387/+646
|\
| * tools headers: Synchronize linux/bits.h with the kernel sourcesArnaldo Carvalho de Melo2020-04-145-6/+115
| * tools headers: Adopt verbatim copy of compiletime_assert() from kernel sourcesArnaldo Carvalho de Melo2020-04-141-0/+26
| * tools headers: Update x86's syscall_64.tbl with the kernel sourcesArnaldo Carvalho de Melo2020-04-141-370/+370
| * tools headers UAPI: Sync drm/i915_drm.h with the kernel sourcesArnaldo Carvalho de Melo2020-04-141-0/+21
| * tools headers UAPI: Update tools's copy of drm.h headersArnaldo Carvalho de Melo2020-04-141-0/+2
| * tools headers kvm: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo2020-04-141-2/+45
| * tools headers UAPI: Sync linux/fscrypt.h with the kernel sourcesArnaldo Carvalho de Melo2020-04-141-0/+1
| * tools include UAPI: Sync linux/vhost.h with the kernel sourcesArnaldo Carvalho de Melo2020-04-141-0/+24
| * tools arch x86: Sync asm/cpufeatures.h with the kernel sourcesArnaldo Carvalho de Melo2020-04-141-1/+4
| * tools headers UAPI: Sync linux/mman.h with the kernelArnaldo Carvalho de Melo2020-04-142-2/+4
| * tools headers UAPI: Sync sched.h with the kernelArnaldo Carvalho de Melo2020-04-142-0/+6
| * tools headers: Update linux/vdso.h and grab a copy of vdso/const.hArnaldo Carvalho de Melo2020-04-143-4/+12
| * perf stat: Fix no metric header if --per-socket and --metric-only setJin Yao2020-04-141-2/+5
| * perf python: Check if clang supports -fno-semantic-interpositionArnaldo Carvalho de Melo2020-04-141-0/+2
| * tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo2020-04-141-0/+9
* | Merge tag 'efi-urgent-2020-04-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-04-158-30/+61
|\ \
| * | efi/x86: Revert struct layout change to fix kexec boot regressionArd Biesheuvel2020-04-141-0/+2
| * | efi/x86: Don't remap text<->rodata gap read-only for mixed modeArd Biesheuvel2020-04-141-2/+10
| * | efi/x86: Fix the deletion of variables in mixed modeGary Lin2020-04-141-2/+2
| * | efi/libstub/file: Merge file name buffers to reduce stack usageArd Biesheuvel2020-04-141-13/+14
| * | Documentation/x86, efi/x86: Clarify EFI handover protocol and its requirementsArd Biesheuvel2020-04-141-3/+18
| * | efi/arm: Deal with ADR going out of range in efi_enter_kernel()Ard Biesheuvel2020-04-141-1/+2
| * | efi/x86: Always relocate the kernel for EFI handover entryArvind Sankar2020-04-141-4/+10
| * | efi/x86: Move efi stub globals from .bss to .dataArvind Sankar2020-04-142-2/+2
| * | efi/libstub/x86: Remove redundant assignment to pointer hdrColin Ian King2020-04-141-2/+0
| * | efi/cper: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-04-141-1/+1
| |/
* | Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-04-147-24/+67
|\ \
| * | x86/Hyper-V: Report crash data in die() when panic_on_oops is setTianyu Lan2020-04-113-4/+9
| * | x86/Hyper-V: Report crash register data when sysctl_record_panic_msg is not setTianyu Lan2020-04-111-9/+14
| * | x86/Hyper-V: Report crash register data or kmsg before running crash kernelTianyu Lan2020-04-111-0/+10
| * | x86/Hyper-V: Trigger crash enlightenment only once during system crash.Tianyu Lan2020-04-111-2/+14