Show patches with: Submitter = Ravi Bangoria       |    Archived = No       |   275 patches
« 1 2 3 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
Powerpc/Watchpoint: Restore nvgprs while returning from exception Powerpc/Watchpoint: Restore nvgprs while returning from exception - 1 1 - 6-- 2019-06-06 Ravi Bangoria Superseded
Powerpc/perf: Wire up PMI throttling Powerpc/perf: Wire up PMI throttling - - - - 6-- 2018-11-14 Ravi Bangoria Changes Requested
[01/15] powerpc/watchpoint: Rename current DAWR macros powerpc/watchpoint: Preparation for more than one watchpoint - - - - 3-- 2020-03-09 Ravi Bangoria Changes Requested
[02/15] powerpc/watchpoint: Add SPRN macros for second DAWR powerpc/watchpoint: Preparation for more than one watchpoint - - - - 3-- 2020-03-09 Ravi Bangoria Changes Requested
[03/15] powerpc/watchpoint: Introduce function to get nr watchpoints dynamically powerpc/watchpoint: Preparation for more than one watchpoint - - - - 21- 2020-03-09 Ravi Bangoria Changes Requested
[04/15] powerpc/watchpoint/ptrace: Return actual num of available watchpoints powerpc/watchpoint: Preparation for more than one watchpoint - - - - 3-- 2020-03-09 Ravi Bangoria Changes Requested
[05/15] powerpc/watchpoint: Provide DAWR number to set_dawr powerpc/watchpoint: Preparation for more than one watchpoint - - - - 3-- 2020-03-09 Ravi Bangoria Changes Requested
[06/15] powerpc/watchpoint: Provide DAWR number to __set_breakpoint powerpc/watchpoint: Preparation for more than one watchpoint - - - - 3-- 2020-03-09 Ravi Bangoria Changes Requested
[07/15] powerpc/watchpoint: Get watchpoint count dynamically while disabling them powerpc/watchpoint: Preparation for more than one watchpoint - - - - 3-- 2020-03-09 Ravi Bangoria Changes Requested
[08/15] powerpc/watchpoint: Disable all available watchpoints when !dawr_force_enable powerpc/watchpoint: Preparation for more than one watchpoint - - - - 3-- 2020-03-09 Ravi Bangoria Changes Requested
[09/15] powerpc/watchpoint: Convert thread_struct->hw_brk to an array powerpc/watchpoint: Preparation for more than one watchpoint - - - - 3-- 2020-03-09 Ravi Bangoria Changes Requested
[1/2] perf ioctl: Add check for the sample_period value [1/2] perf ioctl: Add check for the sample_period value - - - - 2-- 2019-05-11 Ravi Bangoria Superseded
[1/2] perf powerpc: Rework syscall table generation [1/2] perf powerpc: Rework syscall table generation - - - - 2-- 2019-01-10 Ravi Bangoria Not Applicable
[1/2] powerpc/hw_breakpoint: move instruction stepping out of hw_breakpoint_handler() powerpc/watchpoint: Disable watchpoint hit by larx/stcx instruction - - 1 - 2-- 2019-09-10 Ravi Bangoria Superseded
[1/2] powerpc: Introduce POWER10_DD1 feature [1/2] powerpc: Introduce POWER10_DD1 feature - - - - 3-- 2020-10-20 Ravi Bangoria Superseded
[1/3] powerpc/sstep: Introduce GETTYPE macro powerpc/sstep: Fix kernel crash if VSX is not present - - - - --- 2018-05-21 Ravi Bangoria Accepted
[1/4] bpf powerpc: Remove unused SEEN_STACK bpf powerpc: Add BPF_PROBE_MEM support for 64bit JIT - - - - 3-- 2021-07-06 Ravi Bangoria Changes Requested
[1/5] Powerpc/hw-breakpoint: Replace stale do_dabr() with do_break() Powerpc/hw-breakpoint: Fixes plus Code refactor - - - - 2-- 2019-06-18 Ravi Bangoria Superseded
[1/7] powerpc/watchpoint/kvm: Rename current DAWR macros and variables powerpc/watchpoint: 2nd DAWR kvm enablement + selftests - - - - 3-- 2020-07-23 Ravi Bangoria Changes Requested
[1/7] powerpc/watchpoint: Enable watchpoint functionality on power10 guest powerpc/watchpoint: Enable 2nd DAWR on baremetal and powervm - - - - --1 2020-06-02 Ravi Bangoria Superseded
[10/15] powerpc/watchpoint: Use loop for thread_struct->ptrace_bps powerpc/watchpoint: Preparation for more than one watchpoint - - - - 3-- 2020-03-09 Ravi Bangoria Changes Requested
[11/15] powerpc/watchpoint: Introduce is_ptrace_bp() function powerpc/watchpoint: Preparation for more than one watchpoint - - - - 3-- 2020-03-09 Ravi Bangoria Changes Requested
[12/15] powerpc/watchpoint: Prepare handler to handle more than one watcnhpoint powerpc/watchpoint: Preparation for more than one watchpoint - - - - 21- 2020-03-09 Ravi Bangoria Changes Requested
[13/15] powerpc/watchpoint: Don't allow concurrent perf and ptrace events powerpc/watchpoint: Preparation for more than one watchpoint - - - - 21- 2020-03-09 Ravi Bangoria Changes Requested
[14/15] powerpc/watchpoint/xmon: Don't allow breakpoint overwriting powerpc/watchpoint: Preparation for more than one watchpoint - - - - 3-- 2020-03-09 Ravi Bangoria Changes Requested
[15/15] powerpc/watchpoint/xmon: Support 2nd dawr powerpc/watchpoint: Preparation for more than one watchpoint - - - - 241 2020-03-09 Ravi Bangoria Changes Requested
[2/2] perf powerpc: Remove unistd.h [1/2] perf powerpc: Rework syscall table generation - - - - 6-- 2019-01-10 Ravi Bangoria Not Applicable
[2/2] powerpc/perf: Fix mmcra corruption by bhrb_filter [1/2] perf ioctl: Add check for the sample_period value - 1 1 - 51- 2019-05-11 Ravi Bangoria Accepted
[2/2] powerpc/watchpoint: Disable watchpoint hit by larx/stcx instructions powerpc/watchpoint: Disable watchpoint hit by larx/stcx instruction 1 - - - 24- 2019-09-10 Ravi Bangoria Superseded
[2/2] powerpc/watchpoint: Workaround P10 DD1 issue with VSX-32 byte instructions [1/2] powerpc: Introduce POWER10_DD1 feature - - - - 34- 2020-10-20 Ravi Bangoria Superseded
[2/3] powerpc/sstep: Fix kernel crash if VSX is not present powerpc/sstep: Fix kernel crash if VSX is not present - 1 - - --- 2018-05-21 Ravi Bangoria Accepted
[2/4] bpf powerpc: Remove extra_pass from bpf_jit_build_body() bpf powerpc: Add BPF_PROBE_MEM support for 64bit JIT - - - - 3-- 2021-07-06 Ravi Bangoria Changes Requested
[2/5] Powerpc/hw-breakpoint: Refactor hw_breakpoint_arch_parse() Powerpc/hw-breakpoint: Fixes plus Code refactor - - - - 2-- 2019-06-18 Ravi Bangoria Superseded
[2/7] powerpc/dt_cpu_ftrs: Add feature for 2nd DAWR powerpc/watchpoint: Enable 2nd DAWR on baremetal and powervm - - - - --1 2020-06-02 Ravi Bangoria Superseded
[2/7] powerpc/watchpoint/kvm: Add infrastructure to support 2nd DAWR powerpc/watchpoint: 2nd DAWR kvm enablement + selftests - - - - 3-- 2020-07-23 Ravi Bangoria Changes Requested
[3/3] powerpc/sstep: Fix emulate_step test if VSX not present powerpc/sstep: Fix kernel crash if VSX is not present - - - - --- 2018-05-21 Ravi Bangoria Accepted
[3/4] bpf powerpc: Add BPF_PROBE_MEM support for 64bit JIT bpf powerpc: Add BPF_PROBE_MEM support for 64bit JIT - - - - 3-- 2021-07-06 Ravi Bangoria Changes Requested
[3/5] Powerpc/hw-breakpoint: Refactor set_dawr() Powerpc/hw-breakpoint: Fixes plus Code refactor - - - - 2-- 2019-06-18 Ravi Bangoria Superseded
[3/7] powerpc/watchpoint/kvm: Introduce new capability for 2nd DAWR powerpc/watchpoint: 2nd DAWR kvm enablement + selftests - - - - 3-- 2020-07-23 Ravi Bangoria Changes Requested
[3/7] powerpc/watchpoint: Set CPU_FTR_DAWR1 based on pa-features bit powerpc/watchpoint: Enable 2nd DAWR on baremetal and powervm - - - - --1 2020-06-02 Ravi Bangoria Superseded
[4/4] bpf powerpc: Add addr > TASK_SIZE_MAX explicit check bpf powerpc: Add BPF_PROBE_MEM support for 64bit JIT - - - - 52- 2021-07-06 Ravi Bangoria Changes Requested
[4/5] Powerpc/hw-breakpoint: Optimize disable path Powerpc/hw-breakpoint: Fixes plus Code refactor - - - - 2-- 2019-06-18 Ravi Bangoria Superseded
[4/7] powerpc/selftests/ptrace-hwbreak: Add testcases for 2nd DAWR powerpc/watchpoint: 2nd DAWR kvm enablement + selftests - - - - 3-- 2020-07-23 Ravi Bangoria Changes Requested
[4/7] powerpc/watchpoint: Rename current H_SET_MODE DAWR macro powerpc/watchpoint: Enable 2nd DAWR on baremetal and powervm - - - - --1 2020-06-02 Ravi Bangoria Superseded
[5/5] Powerpc/Watchpoint: Fix length calculation for unaligned target Powerpc/hw-breakpoint: Fixes plus Code refactor - - - - 42- 2019-06-18 Ravi Bangoria Superseded
[5/7] powerpc/selftests/perf-hwbreak: Coalesce event creation code powerpc/watchpoint: 2nd DAWR kvm enablement + selftests - - - - 21- 2020-07-23 Ravi Bangoria Changes Requested
[5/7] powerpc/watchpoint: Guest support for 2nd DAWR hcall powerpc/watchpoint: Enable 2nd DAWR on baremetal and powervm - - - - --1 2020-06-02 Ravi Bangoria Superseded
[6/7] powerpc/selftests/perf-hwbreak: Add testcases for 2nd DAWR powerpc/watchpoint: 2nd DAWR kvm enablement + selftests - - - - 21- 2020-07-23 Ravi Bangoria Changes Requested
[6/7] powerpc/watchpoint: Return available watchpoints dynamically powerpc/watchpoint: Enable 2nd DAWR on baremetal and powervm - - - - --1 2020-06-02 Ravi Bangoria Superseded
[7/7] powerpc/selftests: Add selftest to test concurrent perf/ptrace events powerpc/watchpoint: 2nd DAWR kvm enablement + selftests - - - - 412 2020-07-23 Ravi Bangoria Changes Requested
[7/7] powerpc/watchpoint: Remove 512 byte boundary powerpc/watchpoint: Enable 2nd DAWR on baremetal and powervm - - - - --1 2020-06-02 Ravi Bangoria Superseded
[RESEND] Powerpc/Watchpoint: Restore nvgprs while returning from exception [RESEND] Powerpc/Watchpoint: Restore nvgprs while returning from exception - 1 1 - 51- 2019-06-11 Ravi Bangoria Superseded
[RFC,01/11] powerpc/perf: Simplify ISA207_SIER macros perf: Enhancing perf to export processor hazard information - - - - 3-- 2020-03-02 Ravi Bangoria Not Applicable
[RFC,02/11] perf/core: Data structure to present hazard data perf: Enhancing perf to export processor hazard information - - - - 3-- 2020-03-02 Ravi Bangoria Not Applicable
[RFC,03/11] powerpc/perf: Arch specific definitions for pipeline perf: Enhancing perf to export processor hazard information - - - - 21- 2020-03-02 Ravi Bangoria Not Applicable
[RFC,04/11] powerpc/perf: Arch support to expose Hazard data perf: Enhancing perf to export processor hazard information - - - - 21- 2020-03-02 Ravi Bangoria Not Applicable
[RFC,05/11] perf tools: Enable record and script to record and show hazard data perf: Enhancing perf to export processor hazard information - - - - 21- 2020-03-02 Ravi Bangoria Not Applicable
[RFC,06/11] perf hists: Make a room for hazard info in struct hist_entry perf: Enhancing perf to export processor hazard information - - - - 21- 2020-03-02 Ravi Bangoria Not Applicable
[RFC,07/11] perf hazard: Functions to convert generic hazard data to arch specific string perf: Enhancing perf to export processor hazard information - - - - 21- 2020-03-02 Ravi Bangoria Not Applicable
[RFC,08/11] perf report: Enable hazard mode perf: Enhancing perf to export processor hazard information - - - - 21- 2020-03-02 Ravi Bangoria Not Applicable
[RFC,09/11] perf annotate: Introduce type for annotation_line perf: Enhancing perf to export processor hazard information - - - - --1 2020-03-02 Ravi Bangoria Not Applicable
[RFC,10/11] perf annotate: Preparation for hazard perf: Enhancing perf to export processor hazard information - - - - --1 2020-03-02 Ravi Bangoria Not Applicable
[RFC,11/11] perf annotate: Show hazard data in tui mode perf: Enhancing perf to export processor hazard information - - - - --1 2020-03-02 Ravi Bangoria Not Applicable
[RFC] powerpc/emulate_step: Fix kernel crash when VSX is not present [RFC] powerpc/emulate_step: Fix kernel crash when VSX is not present - 1 - - --- 2018-05-16 Ravi Bangoria Superseded
[v2,01/16] powerpc/watchpoint: Rename current DAWR macros powerpc/watchpoint: Preparation for more than one watchpoint - - - - 3-- 2020-04-01 Ravi Bangoria Superseded
[v2,02/16] powerpc/watchpoint: Add SPRN macros for second DAWR powerpc/watchpoint: Preparation for more than one watchpoint - - - - 3-- 2020-04-01 Ravi Bangoria Superseded
[v2,03/16] powerpc/watchpoint: Introduce function to get nr watchpoints dynamically powerpc/watchpoint: Preparation for more than one watchpoint - - - - 3-- 2020-04-01 Ravi Bangoria Superseded
[v2,04/16] powerpc/watchpoint/ptrace: Return actual num of available watchpoints powerpc/watchpoint: Preparation for more than one watchpoint - - - - --1 2020-04-01 Ravi Bangoria Superseded
[v2,05/16] powerpc/watchpoint: Provide DAWR number to set_dawr powerpc/watchpoint: Preparation for more than one watchpoint - - - - --1 2020-04-01 Ravi Bangoria Superseded
[v2,06/16] powerpc/watchpoint: Provide DAWR number to __set_breakpoint powerpc/watchpoint: Preparation for more than one watchpoint - - - - --1 2020-04-01 Ravi Bangoria Superseded
[v2,07/16] powerpc/watchpoint: Get watchpoint count dynamically while disabling them powerpc/watchpoint: Preparation for more than one watchpoint - - - - --1 2020-04-01 Ravi Bangoria Superseded
[v2,08/16] powerpc/watchpoint: Disable all available watchpoints when !dawr_force_enable powerpc/watchpoint: Preparation for more than one watchpoint - - - - --1 2020-04-01 Ravi Bangoria Superseded
[v2,09/16] powerpc/watchpoint: Convert thread_struct->hw_brk to an array powerpc/watchpoint: Preparation for more than one watchpoint - - - - --1 2020-04-01 Ravi Bangoria Superseded
[v2,1/2] Powerpc/Watchpoint: Fix length calculation for unaligned target [v2,1/2] Powerpc/Watchpoint: Fix length calculation for unaligned target - - - - 2-- 2019-07-02 Ravi Bangoria Superseded
[v2,1/2] powerpc: Introduce POWER10_DD1 feature [v2,1/2] powerpc: Introduce POWER10_DD1 feature - - - - 3-- 2020-10-22 Ravi Bangoria Superseded
[v2,1/4] KVM: PPC: Allow nested guest creation when L0 hv_guest_state > L1 KVM: PPC: Power10 2nd DAWR enablement - - 1 - --1 2020-11-24 Ravi Bangoria Not Applicable
[v2,1/4] powerpc/selftests/ptrace-hwbreak: Add testcases for 2nd DAWR powerpc/selftests: Add Power10 2nd DAWR selftests - - 1 - 3-- 2021-04-07 Ravi Bangoria Changes Requested
[v2,1/8] powerpc/watchpoint: Fix 512 byte boundary limit powerpc/watchpoint: Enable 2nd DAWR on baremetal and powervm - 1 - - 3-- 2020-06-04 Ravi Bangoria Superseded
[v2,10/16] powerpc/watchpoint: Use loop for thread_struct->ptrace_bps powerpc/watchpoint: Preparation for more than one watchpoint - - - - --1 2020-04-01 Ravi Bangoria Superseded
[v2,11/16] powerpc/watchpoint: Introduce is_ptrace_bp() function powerpc/watchpoint: Preparation for more than one watchpoint - - - - --1 2020-04-01 Ravi Bangoria Superseded
[v2,12/16] powerpc/watchpoint: Use builtin ALIGN*() macros powerpc/watchpoint: Preparation for more than one watchpoint - - - - --1 2020-04-01 Ravi Bangoria Superseded
[v2,13/16] powerpc/watchpoint: Prepare handler to handle more than one watcnhpoint powerpc/watchpoint: Preparation for more than one watchpoint - - - - --1 2020-04-01 Ravi Bangoria Superseded
[v2,14/16] powerpc/watchpoint: Don't allow concurrent perf and ptrace events powerpc/watchpoint: Preparation for more than one watchpoint - - - - --1 2020-04-01 Ravi Bangoria Superseded
[v2,15/16] powerpc/watchpoint/xmon: Don't allow breakpoint overwriting powerpc/watchpoint: Preparation for more than one watchpoint - - - - --1 2020-04-01 Ravi Bangoria Superseded
[v2,16/16] powerpc/watchpoint/xmon: Support 2nd dawr powerpc/watchpoint: Preparation for more than one watchpoint - - - - --1 2020-04-01 Ravi Bangoria Superseded
[v2,2/2] Powerpc/Watchpoint: Rewrite ptrace-hwbreak.c selftest [v2,1/2] Powerpc/Watchpoint: Fix length calculation for unaligned target - - - - 51- 2019-07-02 Ravi Bangoria Superseded
[v2,2/2] powerpc/watchpoint: Workaround P10 DD1 issue with VSX-32 byte instructions [v2,1/2] powerpc: Introduce POWER10_DD1 feature - - - - 34- 2020-10-22 Ravi Bangoria Superseded
[v2,2/4] KVM: PPC: Rename current DAWR macros and variables KVM: PPC: Power10 2nd DAWR enablement - - - - --1 2020-11-24 Ravi Bangoria Not Applicable
[v2,2/4] powerpc/selftests/perf-hwbreak: Coalesce event creation code powerpc/selftests: Add Power10 2nd DAWR selftests - - - - 21- 2021-04-07 Ravi Bangoria Changes Requested
[v2,2/8] powerpc/watchpoint: Enable watchpoint functionality on power10 guest powerpc/watchpoint: Enable 2nd DAWR on baremetal and powervm - - - - 3-- 2020-06-04 Ravi Bangoria Superseded
[v2,3/4] KVM: PPC: Add infrastructure to support 2nd DAWR KVM: PPC: Power10 2nd DAWR enablement - - - - --1 2020-11-24 Ravi Bangoria Not Applicable
[v2,3/4] powerpc/selftests/perf-hwbreak: Add testcases for 2nd DAWR powerpc/selftests: Add Power10 2nd DAWR selftests - - - - 21- 2021-04-07 Ravi Bangoria Changes Requested
[v2,3/8] powerpc/dt_cpu_ftrs: Add feature for 2nd DAWR powerpc/watchpoint: Enable 2nd DAWR on baremetal and powervm - - - - 3-- 2020-06-04 Ravi Bangoria Superseded
[v2,4/4] KVM: PPC: Introduce new capability for 2nd DAWR KVM: PPC: Power10 2nd DAWR enablement - - - - --1 2020-11-24 Ravi Bangoria Not Applicable
[v2,4/4] powerpc/selftests: Add selftest to test concurrent perf/ptrace events powerpc/selftests: Add Power10 2nd DAWR selftests - - - - 61- 2021-04-07 Ravi Bangoria Changes Requested
[v2,4/8] powerpc/watchpoint: Set CPU_FTR_DAWR1 based on pa-features bit powerpc/watchpoint: Enable 2nd DAWR on baremetal and powervm - - - - 3-- 2020-06-04 Ravi Bangoria Superseded
[v2,5/8] powerpc/watchpoint: Rename current H_SET_MODE DAWR macro powerpc/watchpoint: Enable 2nd DAWR on baremetal and powervm - - - - 3-- 2020-06-04 Ravi Bangoria Superseded
[v2,6/8] powerpc/watchpoint: Guest support for 2nd DAWR hcall powerpc/watchpoint: Enable 2nd DAWR on baremetal and powervm - - - - 3-- 2020-06-04 Ravi Bangoria Superseded
[v2,7/8] powerpc/watchpoint: Return available watchpoints dynamically powerpc/watchpoint: Enable 2nd DAWR on baremetal and powervm - - - - 3-- 2020-06-04 Ravi Bangoria Superseded
[v2,8/8] powerpc/watchpoint: Remove 512 byte boundary powerpc/watchpoint: Enable 2nd DAWR on baremetal and powervm - - - - 61- 2020-06-04 Ravi Bangoria Superseded
« 1 2 3 »