| Commit message (Expand) | Author | Age | Files | Lines |
* | powerpc/hv-gpci: Fix the H_GET_PERF_COUNTER_INFO hcall return value checks | Kajol Jain | 2024-03-03 | 1 | -2/+27 |
* | powerpc: Use user_mode() macro when possible | Christophe Leroy | 2024-02-22 | 1 | -1/+1 |
* | powerpc/perf: Power11 Performance Monitoring support | Madhavan Srinivasan | 2024-02-21 | 3 | -0/+30 |
* | Merge tag 'perf-core-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2024-01-08 | 1 | -1/+1 |
|\ |
|
| * | Merge branch 'tip/perf/urgent' | Peter Zijlstra | 2023-11-15 | 4 | -27/+39 |
| |\ |
|
| * | | perf: Add branch stack counters | Kan Liang | 2023-10-27 | 1 | -1/+1 |
* | | | powerpc/imc-pmu: Add a null pointer check in update_events_in_group() | Kunwu Chan | 2023-12-13 | 1 | -0/+6 |
* | | | powerpc/hv-gpci: Add return value check in affinity_domain_via_partition_show... | Kajol Jain | 2023-12-13 | 1 | -0/+3 |
| |/
|/| |
|
* | | powerpc/perf: Fix disabling BHRB and instruction sampling | Nicholas Piggin | 2023-10-20 | 1 | -3/+2 |
* | | powerpc/imc-pmu: Use the correct spinlock initializer. | Sebastian Andrzej Siewior | 2023-10-20 | 1 | -1/+1 |
* | | powerpc/perf: Optimize find_alternatives_list() using binary search | Kuan-Wei Chiu | 2023-10-19 | 1 | -17/+29 |
* | | powerpc: Annotate endianness of various variables and functions | Benjamin Gray | 2023-10-19 | 2 | -5/+6 |
* | | powerpc: Use NULL instead of 0 for null pointers | Benjamin Gray | 2023-10-19 | 1 | -1/+1 |
|/ |
|
* | powerpc/perf/hv-24x7: Update domain value check | Kajol Jain | 2023-09-18 | 1 | -1/+1 |
* | powerpc/perf: Convert fsl_emb notifier to state machine callbacks | Christophe Leroy | 2023-08-18 | 1 | -3/+5 |
* | powerpc/hv_gpci: Add sysfs file inside hv_gpci device to show affinity domain... | Kajol Jain | 2023-08-16 | 1 | -1/+159 |
* | powerpc/hv_gpci: Add sysfs file inside hv_gpci device to show affinity domain... | Kajol Jain | 2023-08-16 | 1 | -1/+79 |
* | powerpc/hv_gpci: Add sysfs file inside hv_gpci device to show affinity domain... | Kajol Jain | 2023-08-16 | 1 | -2/+84 |
* | powerpc/hv_gpci: Add sysfs file inside hv_gpci device to show processor confi... | Kajol Jain | 2023-08-16 | 1 | -14/+152 |
* | powerpc/hv_gpci: Add sysfs file inside hv_gpci device to show processor bus t... | Kajol Jain | 2023-08-16 | 1 | -2/+179 |
* | powerpc/perf: Properly detect mpc7450 family | Christophe Leroy | 2023-03-30 | 1 | -3/+3 |
* | Merge tag 'powerpc-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2023-02-25 | 1 | -28/+16 |
|\ |
|
| * | powerpc/pseries/hv-24x7: convert to papr_sysparm API | Nathan Lynch | 2023-02-13 | 1 | -23/+16 |
| * | powerpc/perf/hv-24x7: add missing RTAS retry status handling | Nathan Lynch | 2023-02-13 | 1 | -24/+18 |
| * | Merge branch 'fixes' into next | Michael Ellerman | 2023-02-12 | 1 | -63/+59 |
| |\ |
|
| * | | powerpc/hv-24x7: Fix pvr check when setting interface version | Kajol Jain | 2023-02-10 | 1 | -1/+2 |
* | | | Merge tag 'perf-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2023-02-20 | 1 | -2/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | perf/core: Add perf_sample_save_brstack() helper | Namhyung Kim | 2023-01-18 | 1 | -2/+1 |
* | | | powerpc/imc-pmu: Revert nest_init_lock to being a mutex | Michael Ellerman | 2023-01-31 | 1 | -7/+7 |
|/ / |
|
* / | powerpc/imc-pmu: Fix use of mutex in IRQs disabled section | Kajol Jain | 2023-01-11 | 1 | -70/+66 |
|/ |
|
* | Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2022-12-19 | 5 | -6/+63 |
|\ |
|
| * | powerpc/hv-gpci: Fix hv_gpci event list | Kajol Jain | 2022-12-02 | 4 | -2/+58 |
| * | powerpc: split validate_sp into two functions | Nicholas Piggin | 2022-12-02 | 1 | -3/+3 |
| * | powerpc: Rename STACK_FRAME_MARKER and derive it from frame offset | Nicholas Piggin | 2022-12-02 | 1 | -1/+1 |
| * | powerpc: add definition for pt_regs offset within an interrupt frame | Nicholas Piggin | 2022-12-02 | 1 | -1/+1 |
| * | powerpc/perf: callchain validate kernel stack pointer bounds | Nicholas Piggin | 2022-12-02 | 1 | -0/+1 |
* | | perf: Rewrite core context handling | Peter Zijlstra | 2022-10-27 | 1 | -4/+4 |
|/ |
|
* | Merge tag 'perf-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2022-10-10 | 1 | -3/+7 |
|\ |
|
| * | perf: Use sample_flags for data_src | Kan Liang | 2022-09-06 | 1 | -1/+3 |
| * | perf: Use sample_flags for weight | Kan Liang | 2022-09-06 | 1 | -2/+3 |
| * | perf: Use sample_flags for branch stack | Kan Liang | 2022-09-06 | 1 | -0/+1 |
* | | powerpc/perf: Fix branch_filter support for multiple filters | Athira Rajeev | 2022-09-28 | 1 | -0/+17 |
* | | powerpc/64: asm use consistent global variable declaration and access | Nicholas Piggin | 2022-09-28 | 1 | -1/+1 |
* | | powerpc: Include all arch-specific syscall prototypes | Rohan McLure | 2022-09-28 | 1 | -1/+1 |
* | | powerpc/perf: Add missing of_node_put()s in imc-pmu.c | Liang He | 2022-09-05 | 1 | -2/+8 |
|/ |
|
* | powerpc/perf: Include caps feature for power10 DD1 version | Athira Rajeev | 2022-08-01 | 1 | -0/+1 |
* | powerpc/perf: Use PVR rather than oprofile field to determine CPU version | Rashmica Gupta | 2022-07-27 | 12 | -33/+37 |
* | powerpc/perf: Add support for caps under sysfs in powerpc | Athira Rajeev | 2022-07-18 | 5 | -0/+71 |
* | powerpc/perf: Give generic PMU a nice name | Joel Stanley | 2022-07-18 | 1 | -1/+1 |
* | powerpc/perf: Update MMCR2 to support event exclude_idle | Madhavan Srinivasan | 2022-06-29 | 2 | -0/+4 |