Age | Commit message (Expand) | Author |
2021-07-02 | Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds |
2021-06-25 | powerpc/pmu: Make the generic compat PMU use the architected events | Paul Mackerras |
2021-06-18 | powerpc/perf: Fix crash in perf_instruction_pointer() when ppmu is not set | Athira Rajeev |
2021-06-17 | powerpc: make stack walking KASAN-safe | Daniel Axtens |
2021-06-17 | powerpc: Don't use 'struct ppc_inst' to reference instruction location | Christophe Leroy |
2021-06-15 | powerpc/perf: Simplify Makefile | Christophe Leroy |
2021-04-23 | powerpc/perf: Fix the threshold event selection for memory events in power10 | Athira Rajeev |
2021-04-23 | powerpc/perf: Fix sampled instruction type for larx/stcx | Athira Rajeev |
2021-04-20 | powerpc/perf: Expose processor pipeline stage cycles using PERF_SAMPLE_WEIGHT... | Athira Rajeev |
2021-04-19 | powerpc/perf: Add platform specific check_attr_config | Madhavan Srinivasan |
2021-04-17 | powerpc/traps: Enhance readability for trap types | Xiongwei Song |
2021-04-14 | powerpc/perf: Infrastructure to support checking of attr.config* | Madhavan Srinivasan |
2021-04-14 | powerpc/perf/hv-24x7: Make some symbols static | Bixuan Cui |
2021-04-14 | powerpc/perf: Make symbol 'isa207_pmu_format_attr' static | Bixuan Cui |
2021-04-08 | powerpc/perf: Fix PMU constraint check for EBB events | Athira Rajeev |
2021-03-02 | powerpc/perf: Fix handling of privilege level checks in perf interrupt context | Athira Rajeev |
2021-02-22 | Merge tag 'powerpc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds |
2021-02-11 | powerpc/perf: Adds support for programming of Thresholding in P10 | Kajol Jain |
2021-02-09 | powerpc/perf: Record counter overflow always if SAMPLE_IP is unset | Athira Rajeev |
2021-02-09 | powerpc/perf: Expose Performance Monitor Counter SPR's as part of extended regs | Athira Rajeev |
2021-02-09 | powerpc/perf: Include PMCs as part of per-cpu cpuhw_events struct | Athira Rajeev |
2021-02-09 | powerpc/perf: move perf irq/nmi handling details into traps.c | Nicholas Piggin |
2021-02-01 | perf/core: Add PERF_SAMPLE_WEIGHT_STRUCT | Kan Liang |
2021-01-30 | powerpc/perf/hv-24x7: Dont create sysfs event files for dummy events | Kajol Jain |
2020-12-17 | Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds |
2020-12-16 | Merge tag 'fallthrough-fixes-clang-5.11-rc1' of git://git.kernel.org/pub/scm/... | Linus Torvalds |
2020-12-15 | powerpc/perf: Fix Threshold Event Counter Multiplier width for P10 | Madhavan Srinivasan |
2020-12-10 | powerpc/perf: Exclude kernel samples while counting events in user space. | Athira Rajeev |
2020-12-09 | powerpc/ppc-opcode: Add PPC_RAW_MFSPR() | Christophe Leroy |
2020-12-09 | powerpc/8xx: Use SPRN_SPRG_SCRATCH2 in DTLB miss exception | Christophe Leroy |
2020-12-09 | powerpc/8xx: Use SPRN_SPRG_SCRATCH2 in ITLB miss exception | Christophe Leroy |
2020-12-04 | powerpc/perf: MMCR0 control for PMU registers under PMCC=00 | Athira Rajeev |
2020-12-04 | powerpc/perf: Fix to update cache events with l2l3 events in power10 | Athira Rajeev |
2020-12-04 | powerpc/perf: Fix to update generic event codes for power10 | Athira Rajeev |
2020-12-04 | powerpc/perf: Add generic and cache event list for power10 DD1 | Athira Rajeev |
2020-12-04 | powerpc/perf: Fix the PMU group constraints for threshold events in power10 | Athira Rajeev |
2020-12-04 | powerpc/perf: Update the PMU group constraints for l2l3 events in power10 | Athira Rajeev |
2020-12-04 | powerpc/perf: Fix to update radix_scope_qual in power10 | Athira Rajeev |
2020-12-04 | powerpc/perf: Invoke per-CPU variable access with disabled interrupts | Athira Rajeev |
2020-12-04 | powerpc/vdso: Retrieve sigtramp offsets at buildtime | Christophe Leroy |
2020-12-04 | powerpc/vdso: Replace vdso_base by vdso | Christophe Leroy |
2020-12-04 | powerpc/perf: Fix crash with is_sier_available when pmu is not set | Athira Rajeev |
2020-11-26 | Merge remote-tracking branch 'origin/master' into perf/core | Peter Zijlstra |
2020-11-19 | powerpc/perf: Use regs->nip when SIAR is zero | Madhavan Srinivasan |
2020-11-19 | powerpc/perf: Use the address from SIAR register to set cpumode flags | Athira Rajeev |
2020-11-19 | powerpc/perf: Drop the check for SIAR_VALID | Athira Rajeev |
2020-11-19 | powerpc/perf: Add new power PMU flag "PPMU_P10_DD1" for power10 DD1 | Athira Rajeev |
2020-11-19 | powerpc/64s/perf: perf interrupt does not have to get_user_pages to access us... | Nicholas Piggin |
2020-11-18 | powerpc: fix -Wimplicit-fallthrough | Nick Desaulniers |
2020-11-09 | perf/arch: Remove perf_sample_data::regs_user_copy | Peter Zijlstra |