aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-sqlite.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-22arm64: Restrict undef hook for cpufeature registersRaphael Gault1-2/+2
2021-06-21arm64/mm: Rename ARM64_SWAPPER_USES_SECTION_MAPSAnshuman Khandual2-8/+8
2021-06-21arm64: insn: avoid circular include dependencyMark Rutland3-5/+11
2021-06-17arm64: smp: Bump debugging information print down to KERN_DEBUGLee Jones1-1/+1
2021-06-17drivers/perf: fix the missed ida_simple_remove() in ddr_perf_probe()Jing Xiangfeng1-2/+4
2021-06-17perf/arm-cmn: Fix invalid pointer when access dtc object sharing the same IRQ numberTuan Phan1-1/+1
2021-06-17arm64: suspend: Use cpuidle context helpers in cpu_suspend()Marc Zyngier1-1/+11
2021-06-17PSCI: Use cpuidle context helpers in psci_cpu_suspend_enter()Marc Zyngier1-2/+7
2021-06-17arm64: Convert cpu_do_idle() to using cpuidle context helpersMarc Zyngier1-32/+9
2021-06-17arm64: Add cpuidle context save/restore helpersMarc Zyngier2-0/+40
2021-06-15arm64: head: fix code comments in set_cpu_boot_mode_flagDong Aisheng1-1/+1
2021-06-15arm64: mm: drop unused __pa(__idmap_text_start)Dong Aisheng1-1/+0
2021-06-15arm64: mm: fix the count comments in compute_indicesDong Aisheng1-1/+1
2021-06-15arm64/mm: Fix ttbr0 values stored in struct thread_info for software-panAnshuman Khandual2-3/+3
2021-06-15arm64: mm: Pass original fault address to handle_mm_fault()Gavin Shan1-1/+1
2021-06-15arm64/mm: Drop SECTION_[SHIFT|SIZE|MASK]Anshuman Khandual3-10/+3
2021-06-15arm64/mm: Use CONT_PMD_SHIFT for ARM64_MEMSTART_SHIFTAnshuman Khandual1-1/+1
2021-06-15arm64/mm: Drop SWAPPER_INIT_MAP_SIZEAnshuman Khandual1-3/+0
2021-06-15arm64: Conditionally configure PTR_AUTH key of the kernel.Daniel Kiss5-47/+67
2021-06-15arm64: Add ARM64_PTR_AUTH_KERNEL config optionDaniel Kiss4-18/+25
2021-06-11arm64: Kill 32-bit applications scheduled on 64-bit-only CPUsWill Deacon2-1/+44
2021-06-11KVM: arm64: Kill 32-bit vCPUs on systems with mismatched EL0 supportWill Deacon1-1/+10
2021-06-11arm64: Allow mismatched 32-bit EL0 supportWill Deacon3-15/+110
2021-06-11arm64: cpuinfo: Split AArch32 registers out into a separate structWill Deacon3-81/+92
2021-06-11arm64: insn: move AARCH64_INSN_SIZE into <asm/insn.h>Mark Rutland7-3/+9
2021-06-11arm64: insn: decouple patching from insn codeMark Rutland8-11/+15
2021-06-11arm64: perf: Simplify EVENT ATTR macro in perf_event.cQi Liu1-4/+1
2021-06-11drivers/perf: Simplify EVENT ATTR macro in fsl_imx8_ddr_perf.cQi Liu1-5/+2
2021-06-11drivers/perf: Simplify EVENT ATTR macro in xgene_pmu.cQi Liu1-7/+4
2021-06-11drivers/perf: Simplify EVENT ATTR macro in qcom_l3_pmu.cQi Liu1-4/+1
2021-06-11drivers/perf: Simplify EVENT ATTR macro in qcom_l2_pmu.cQi Liu1-5/+2
2021-06-11drivers/perf: Simplify EVENT ATTR macro in SMMU PMU driverQi Liu1-5/+2
2021-06-11perf: Add EVENT_ATTR_ID to simplify event attributesQi Liu1-0/+6
2021-06-11perf/smmuv3: Don't trample existing events with global filterRobin Murphy1-8/+10
2021-06-08arm64: mm: decode xFSC in mem_abort_decode()Mark Rutland1-0/+2
2021-06-08Makefile: fix GDB warning with CONFIG_RELRNick Desaulniers2-2/+3
2021-06-08perf/hisi: Constify static attribute_group structsRikard Falkeborn2-2/+2
2021-06-08perf: qcom: Remove redundant dev_err call in qcom_l3_cache_pmu_probe()ChenXiaoSong1-3/+1
2021-06-07arm64: idle: don't instrument idle code with KCOVMark Rutland3-58/+71
2021-06-07arm64: entry: don't instrument entry code with KCOVMark Rutland1-0/+5
2021-06-07arm64: entry: make NMI entry/exit functions staticMark Rutland2-4/+2
2021-06-07arm64: entry: split SDEI entryMark Rutland3-45/+43
2021-06-07arm64: entry: split bad stack entryMark Rutland3-5/+16
2021-06-07arm64: entry: fold el1_inv() into el1h_64_sync_handler()Mark Rutland1-10/+1
2021-06-07arm64: entry: handle all vectors with CMark Rutland4-138/+93
2021-06-07arm64: entry: template the entry asm functionsMark Rutland1-86/+27
2021-06-07arm64: entry: improve bad_mode()Mark Rutland1-15/+16
2021-06-07arm64: entry: move bad_mode() to entry-common.cMark Rutland2-25/+27
2021-06-07arm64: entry: consolidate EL1 exception returnsMark Rutland1-4/+8
2021-06-07arm64: entry: organise entry vectors consistentlyMark Rutland1-21/+21