summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/perf (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2024-11-232-0/+205
|\
| * powerpc/perf: Add per-task/process monitoring to vpa_pmu driverKajol Jain2024-11-191-3/+12
| * powerpc/perf: Add perf interface to expose vpa countersKajol Jain2024-11-192-0/+196
* | Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-11-232-2/+2
|\ \
| * | asm-generic: introduce text-patching.hMike Rapoport (Microsoft)2024-11-072-2/+2
| |/
* | perf/powerpc: Use perf_arch_instruction_pointer()Colton Lewis2024-11-143-3/+3
* | perf/core: Hoist perf_instruction_pointer() and perf_misc_flags()Colton Lewis2024-11-141-2/+2
|/
* powerpc/perf: Set cpumode flags using sample addressAnjali K2024-06-172-27/+21
* driver core: Add device_show_string() helper for sysfs attributesLukas Wunner2024-05-041-10/+0
* powerpc/hv-gpci: Fix the H_GET_PERF_COUNTER_INFO hcall return value checksKajol Jain2024-03-031-2/+27
* powerpc: Use user_mode() macro when possibleChristophe Leroy2024-02-221-1/+1
* powerpc/perf: Power11 Performance Monitoring supportMadhavan Srinivasan2024-02-213-0/+30
* Merge tag 'perf-core-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-01-091-1/+1
|\
| * Merge branch 'tip/perf/urgent'Peter Zijlstra2023-11-154-27/+39
| |\
| * | perf: Add branch stack countersKan Liang2023-10-271-1/+1
* | | powerpc/imc-pmu: Add a null pointer check in update_events_in_group()Kunwu Chan2023-12-131-0/+6
* | | powerpc/hv-gpci: Add return value check in affinity_domain_via_partition_show...Kajol Jain2023-12-131-0/+3
| |/ |/|
* | powerpc/perf: Fix disabling BHRB and instruction samplingNicholas Piggin2023-10-201-3/+2
* | powerpc/imc-pmu: Use the correct spinlock initializer.Sebastian Andrzej Siewior2023-10-201-1/+1
* | powerpc/perf: Optimize find_alternatives_list() using binary searchKuan-Wei Chiu2023-10-191-17/+29
* | powerpc: Annotate endianness of various variables and functionsBenjamin Gray2023-10-192-5/+6
* | powerpc: Use NULL instead of 0 for null pointersBenjamin Gray2023-10-191-1/+1
|/
* powerpc/perf/hv-24x7: Update domain value checkKajol Jain2023-09-181-1/+1
* powerpc/perf: Convert fsl_emb notifier to state machine callbacksChristophe Leroy2023-08-181-3/+5
* powerpc/hv_gpci: Add sysfs file inside hv_gpci device to show affinity domain...Kajol Jain2023-08-161-1/+159
* powerpc/hv_gpci: Add sysfs file inside hv_gpci device to show affinity domain...Kajol Jain2023-08-161-1/+79
* powerpc/hv_gpci: Add sysfs file inside hv_gpci device to show affinity domain...Kajol Jain2023-08-161-2/+84
* powerpc/hv_gpci: Add sysfs file inside hv_gpci device to show processor confi...Kajol Jain2023-08-161-14/+152
* powerpc/hv_gpci: Add sysfs file inside hv_gpci device to show processor bus t...Kajol Jain2023-08-161-2/+179
* powerpc/perf: Properly detect mpc7450 familyChristophe Leroy2023-03-301-3/+3
* Merge tag 'powerpc-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-02-251-28/+16
|\
| * powerpc/pseries/hv-24x7: convert to papr_sysparm APINathan Lynch2023-02-131-23/+16
| * powerpc/perf/hv-24x7: add missing RTAS retry status handlingNathan Lynch2023-02-131-24/+18
| * Merge branch 'fixes' into nextMichael Ellerman2023-02-121-63/+59
| |\
| * | powerpc/hv-24x7: Fix pvr check when setting interface versionKajol Jain2023-02-101-1/+2
* | | Merge tag 'perf-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-02-211-2/+1
|\ \ \ | |_|/ |/| |
| * | perf/core: Add perf_sample_save_brstack() helperNamhyung Kim2023-01-181-2/+1
* | | powerpc/imc-pmu: Revert nest_init_lock to being a mutexMichael Ellerman2023-01-311-7/+7
|/ /
* / powerpc/imc-pmu: Fix use of mutex in IRQs disabled sectionKajol Jain2023-01-111-70/+66
|/
* Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-12-195-6/+63
|\
| * powerpc/hv-gpci: Fix hv_gpci event listKajol Jain2022-12-024-2/+58
| * powerpc: split validate_sp into two functionsNicholas Piggin2022-12-021-3/+3
| * powerpc: Rename STACK_FRAME_MARKER and derive it from frame offsetNicholas Piggin2022-12-021-1/+1
| * powerpc: add definition for pt_regs offset within an interrupt frameNicholas Piggin2022-12-021-1/+1
| * powerpc/perf: callchain validate kernel stack pointer boundsNicholas Piggin2022-12-021-0/+1
* | perf: Rewrite core context handlingPeter Zijlstra2022-10-271-4/+4
|/
* Merge tag 'perf-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-3/+7
|\
| * perf: Use sample_flags for data_srcKan Liang2022-09-061-1/+3
| * perf: Use sample_flags for weightKan Liang2022-09-061-2/+3
| * perf: Use sample_flags for branch stackKan Liang2022-09-061-0/+1