Ravi Bangoria ([email protected])

Number of posts: 625 (0.53 per day)
First post: 2018-04-17 07:01:52
Last post: 2021-07-07 04:09:01

Date List Subject
2020-08-25 11:13:04 linux-kernel Re: [PATCH v5 4/8] powerpc/watchpoint: Move DAWR detection logic outside of hw_breakpoint.c
2020-08-25 11:10:35 linux-kernel Re: [PATCH v5 5/8] powerpc/watchpoint: Fix exception handling for CONFIG_HAVE_HW_BREAKPOINT=N
2020-08-25 04:42:47 linux-kernel [PATCH v5 1/8] powerpc/watchpoint: Fix quarword instruction handling on p10 predecessors
2020-08-25 04:42:00 linux-kernel [PATCH v5 4/8] powerpc/watchpoint: Move DAWR detection logic outside of hw_breakpoint.c
2020-08-25 04:41:45 linux-kernel [PATCH v5 7/8] powerpc/watchpoint/ptrace: Introduce PPC_DEBUG_FEATURE_DATA_BP_ARCH_31
2020-08-25 04:40:58 linux-kernel [PATCH v5 3/8] powerpc/watchpoint/ptrace: Fix SETHWDEBUG when CONFIG_HAVE_HW_BREAKPOINT=N
2020-08-25 04:40:15 linux-kernel [PATCH v5 5/8] powerpc/watchpoint: Fix exception handling for CONFIG_HAVE_HW_BREAKPOINT=N
2020-08-25 04:40:02 linux-kernel [PATCH v5 8/8] powerpc/watchpoint/selftests: Tests for kernel accessing user memory
2020-08-25 04:39:49 linux-kernel [PATCH v5 6/8] powerpc/watchpoint: Add hw_len wherever missing
2020-08-25 04:39:35 linux-kernel [PATCH v5 2/8] powerpc/watchpoint: Fix handling of vector instructions
2020-08-25 04:39:03 linux-kernel [PATCH v5 0/8] powerpc/watchpoint: Bug fixes plus new feature flag
2020-08-17 10:54:14 linux-kernel [PATCH v4 0/6] powerpc/watchpoint: Bug fixes plus new feature flag
2020-08-17 10:27:31 linux-kernel [PATCH v4 1/6] powerpc/watchpoint/ptrace: Fix SETHWDEBUG when CONFIG_HAVE_HW_BREAKPOINT=N
2020-08-17 10:27:05 linux-kernel [PATCH v4 2/6] powerpc/watchpoint: Move DAWR detection logic outside of hw_breakpoint.c
2020-08-17 10:26:43 linux-kernel [PATCH v4 5/6] powerpc/watchpoint/ptrace: Introduce PPC_DEBUG_FEATURE_DATA_BP_ARCH_31
2020-08-17 10:26:31 linux-kernel [PATCH v4 3/6] powerpc/watchpoint: Fix exception handling for CONFIG_HAVE_HW_BREAKPOINT=N
2020-08-17 10:25:55 linux-kernel [PATCH v4 6/6] powerpc/watchpoint/selftests: Tests for kernel accessing user memory
2020-08-17 10:25:50 linux-kernel [PATCH v4 4/6] powerpc/watchpoint: Add hw_len wherever missing
2020-08-05 06:30:35 linux-kernel [PATCH v3 1/2] powerpc/watchpoint/ptrace: Fix SETHWDEBUG when CONFIG_HAVE_HW_BREAKPOINT=N
2020-08-05 06:29:40 linux-kernel [PATCH v3 2/2] powerpc/watchpoint/ptrace: Introduce PPC_DEBUG_FEATURE_DATA_BP_ARCH_31
2020-08-05 06:29:12 linux-kernel [PATCH v3 0/2] powerpc/watchpoint/ptrace: Buf fix plus new feature flag
2020-07-23 10:49:48 linux-kernel Re: [PATCH 0/7] powerpc/watchpoint: 2nd DAWR kvm enablement + selftests
2020-07-23 10:26:23 linux-kernel [PATCH 7/7] powerpc/selftests: Add selftest to test concurrent perf/ptrace events
2020-07-23 10:25:20 linux-kernel [PATCH 5/7] powerpc/selftests/perf-hwbreak: Coalesce event creation code
2020-07-23 10:25:16 linux-kernel [PATCH 4/7] powerpc/selftests/ptrace-hwbreak: Add testcases for 2nd DAWR
2020-07-23 10:23:56 linux-kernel [PATCH 6/7] powerpc/selftests/perf-hwbreak: Add testcases for 2nd DAWR
2020-07-23 10:23:43 linux-kernel [PATCH 1/7] powerpc/watchpoint/kvm: Rename current DAWR macros and variables
2020-07-23 10:23:25 linux-kernel [PATCH 3/7] powerpc/watchpoint/kvm: Introduce new capability for 2nd DAWR
2020-07-23 10:23:17 linux-kernel [PATCH 0/7] powerpc/watchpoint: 2nd DAWR kvm enablement + selftests
2020-07-23 10:23:12 linux-kernel [PATCH 2/7] powerpc/watchpoint/kvm: Add infrastructure to support 2nd DAWR
2020-07-23 09:37:33 linux-kernel [PATCH v2] powerpc/watchpoint/ptrace: Introduce PPC_DEBUG_FEATURE_DATA_BP_DAWR_ARCH_31
2020-07-23 09:13:27 linux-kernel [PATCH v5 06/10] powerpc/watchpoint: Set CPU_FTR_DAWR1 based on pa-features bit
2020-07-23 09:13:14 linux-kernel [PATCH v5 10/10] powerpc/watchpoint: Remove 512 byte boundary
2020-07-23 09:12:52 linux-kernel [PATCH v5 05/10] powerpc/dt_cpu_ftrs: Add feature for 2nd DAWR
2020-07-23 09:12:24 linux-kernel [PATCH v5 03/10] powerpc/watchpoint: Fix DAWR exception for CACHEOP
2020-07-23 09:12:12 linux-kernel [PATCH v5 09/10] powerpc/watchpoint: Return available watchpoints dynamically
2020-07-23 09:12:10 linux-kernel [PATCH v5 08/10] powerpc/watchpoint: Guest support for 2nd DAWR hcall
2020-07-23 09:12:09 linux-kernel [PATCH v5 07/10] powerpc/watchpoint: Rename current H_SET_MODE DAWR macro
2020-07-23 09:12:05 linux-kernel [PATCH v5 00/10] powerpc/watchpoint: Enable 2nd DAWR on baremetal and powervm
2020-07-23 09:10:32 linux-kernel [PATCH v5 04/10] powerpc/watchpoint: Enable watchpoint functionality on power10 guest
2020-07-23 09:10:16 linux-kernel [PATCH v5 02/10] powerpc/watchpoint: Fix DAWR exception constraint
2020-07-23 09:10:12 linux-kernel [PATCH v5 01/10] powerpc/watchpoint: Fix 512 byte boundary limit
2020-07-21 14:20:14 linux-kernel Re: [PATCH v4 05/10] powerpc/dt_cpu_ftrs: Add feature for 2nd DAWR
2020-07-21 13:45:07 linux-kernel Re: [PATCH v4 05/10] powerpc/dt_cpu_ftrs: Add feature for 2nd DAWR
2020-07-21 13:34:48 linux-kernel Re: [PATCH v4 09/10] powerpc/watchpoint: Return available watchpoints dynamically
2020-07-21 08:17:45 linux-kernel Re: [PATCH v4 09/10] powerpc/watchpoint: Return available watchpoints dynamically
2020-07-21 07:54:29 linux-kernel Re: [PATCH v4 05/10] powerpc/dt_cpu_ftrs: Add feature for 2nd DAWR
2020-07-21 03:59:48 linux-kernel Re: [PATCH v4 09/10] powerpc/watchpoint: Return available watchpoints dynamically
2020-07-21 03:26:07 linux-kernel Re: [PATCH v4 10/10] powerpc/watchpoint: Remove 512 byte boundary
2020-07-20 04:32:49 linux-kernel Re: [PATCH v2 2/3] powerpc/powernv/idle: save-restore DAWR0, DAWRX0 for P10
2020-07-20 04:27:35 linux-kernel Re: [PATCH v2 2/3] powerpc/powernv/idle: save-restore DAWR0,DAWRX0 for P10