summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* perf cpumap: Refactor cpu_map__build_map()Ian Rogers2022-01-123-132/+130
* perf cpumap: Remove cpu_map__cpu(), use libperf functionIan Rogers2022-01-124-10/+4
* perf cpumap: Remove map from function names that don't use a mapIan Rogers2022-01-124-14/+27
* perf cpumap: Document cpu__get_node() and remove redundant functionIan Rogers2022-01-122-7/+9
* perf cpumap: Rename empty functionsIan Rogers2022-01-124-25/+25
* perf cpumap: Simplify equal function nameIan Rogers2022-01-123-16/+18
* perf cpumap: Remove unused cpu_map__socket()Ian Rogers2022-01-121-7/+0
* perf cpumap: Add comments to aggr_cpu_id()Ian Rogers2022-01-121-0/+9
* perf cpumap: Remove map+index get_node()Ian Rogers2022-01-123-10/+1
* perf cpumap: Remove map+index get_core()Ian Rogers2022-01-123-10/+1
* perf cpumap: Remove map+index get_die()Ian Rogers2022-01-124-12/+2
* perf cpumap: Remove map+index get_socket()Ian Rogers2022-01-124-12/+2
* perf cpumap: Switch cpu_map__build_map() to cpu functionIan Rogers2022-01-123-47/+11
* perf stat: Switch to cpu version of cpu_map__get()Ian Rogers2022-01-123-50/+57
* perf stat: Switch aggregation to use for_each loopIan Rogers2022-01-121-21/+27
* perf stat: Correct aggregation CPU mapIan Rogers2022-01-121-1/+1
* perf stat: Add aggr creators that are passed a cpuIan Rogers2022-01-122-34/+51
* libperf: Add comments to 'struct perf_cpu_map'Ian Rogers2022-01-121-0/+9
* perf evsel: Improve error message for uncore eventsIan Rogers2022-01-121-0/+4
* Revert "perf powerpc: Add data source encodings for power10 platform"Arnaldo Carvalho de Melo2022-01-121-42/+12
* Revert "perf powerpc: Add encodings to represent data based on newer composit...Arnaldo Carvalho de Melo2022-01-121-3/+3
* perf script: Fix hex dump character outputAdrian Hunter2022-01-121-1/+1
* perf test: Enable system wide for metricgroups testIan Rogers2022-01-111-1/+1
* perf annotate: Avoid TUI crash when navigating in the annotation of recursive...Dario Petrillo2022-01-101-9/+14
* perf powerpc: Update global/local variants for p_stage_cycAthira Rajeev2022-01-101-1/+7
* perf sort: Include global and local variants for p_stage_cyc sort keyAthira Rajeev2022-01-104-12/+32
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2022-01-101013-12421/+64357
|\
| * Merge tag 'x86_vdso_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-01-102-2/+2
| |\
| | * x86/purgatory: Remove -nostdlib compiler flagMasahiro Yamada2021-12-301-1/+1
| | * x86/vdso: Remove -nostdlib compiler flagMasahiro Yamada2021-12-301-1/+1
| * | Merge tag 'x86_build_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-01-101-2/+5
| |\ \
| | * | x86/boot/compressed: Move CLANG_FLAGS to beginning of KBUILD_CFLAGSNathan Chancellor2021-12-231-2/+5
| * | | Merge tag 'x86_cpu_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-01-102-4/+15
| |\ \ \
| | * | | x86/lib: Add fast-short-rep-movs check to copy_user_enhanced_fast_string()Tony Luck2021-12-291-2/+2
| | * | | x86/cpu: Don't write CSTAR MSR on Intel CPUsAndi Kleen2021-11-251-2/+13
| * | | | Merge tag 'x86_cleanups_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-01-104-6/+7
| |\ \ \ \
| | * | | | x86/events/amd/iommu: Remove redundant assignment to variable shiftColin Ian King2021-12-281-1/+1
| | * | | | x86/boot/string: Add missing function prototypesKees Cook2021-12-101-0/+3
| | * | | | x86/fpu: Remove duplicate copy_fpstate_to_sigframe() prototypeShaokun Zhang2021-12-101-3/+0
| | * | | | x86/uaccess: Move variable into switch case statementKees Cook2021-12-101-2/+3
| * | | | | Merge tag 'x86_misc_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-01-106-141/+169
| |\ \ \ \ \
| | * | | | | x86/mtrr: Remove the mtrr_bp_init() stubChristoph Hellwig2021-12-223-8/+8
| | * | | | | x86/sev-es: Use insn_decode_mmio() for MMIO implementationKirill A. Shutemov2021-11-301-131/+41
| | * | | | | x86/insn-eval: Introduce insn_decode_mmio()Kirill A. Shutemov2021-11-302-0/+96
| | * | | | | x86/insn-eval: Introduce insn_get_modrm_reg_ptr()Kirill A. Shutemov2021-11-302-0/+21
| | * | | | | x86/insn-eval: Handle insn_get_opcode() failureKirill A. Shutemov2021-11-301-2/+3
| * | | | | | Merge tag 'x86_mm_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-01-1011-18/+76
| |\ \ \ \ \ \
| | * | | | | | x86/mm: Prevent early boot triple-faults with instrumentationBorislav Petkov2021-12-222-3/+15
| | * | | | | | x86/mm: Include spinlock_t definition in pgtable.Sebastian Andrzej Siewior2021-12-091-0/+1
| | * | | | | | x86/mm: Flush global TLB when switching to trampoline page-tableJoerg Roedel2021-12-063-10/+29