Show patches with: Submitter = Deepak Gupta       |    Archived = No       |   247 patches
« 1 2 3 »
Patch Series S/W/F Date Submitter Delegate State
[v12,28/28] kselftest/riscv: kselftest for user mode cfi riscv control-flow integrity for usermode --- 2025-03-14 Deepak Gupta New
[v12,27/28] riscv: Documentation for shadow stack on riscv riscv control-flow integrity for usermode --- 2025-03-14 Deepak Gupta New
[v12,26/28] riscv: Documentation for landing pad / indirect branch tracking riscv control-flow integrity for usermode --- 2025-03-14 Deepak Gupta New
[v12,25/28] riscv: create a config for shadow stack and landing pad instr support riscv control-flow integrity for usermode --- 2025-03-14 Deepak Gupta New
[v12,24/28] arch/riscv: compile vdso with landing pad riscv control-flow integrity for usermode --- 2025-03-14 Deepak Gupta New
[v12,23/28] riscv: kernel command line option to opt out of user cfi riscv control-flow integrity for usermode --- 2025-03-14 Deepak Gupta New
[v12,22/28] riscv: enable kernel access to shadow stack memory via FWFT sbi call riscv control-flow integrity for usermode --- 2025-03-14 Deepak Gupta New
[v12,21/28] riscv: Add Firmware Feature SBI extensions definitions riscv control-flow integrity for usermode --- 2025-03-14 Deepak Gupta New
[v12,20/28] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe riscv control-flow integrity for usermode --- 2025-03-14 Deepak Gupta New
[v12,19/28] riscv/ptrace: riscv cfi status and state via ptrace and in core files riscv control-flow integrity for usermode --- 2025-03-14 Deepak Gupta New
[v12,18/28] riscv/kernel: update __show_regs to print shadow stack register riscv control-flow integrity for usermode --- 2025-03-14 Deepak Gupta New
[v12,17/28] riscv/signal: save and restore of shadow stack for signal riscv control-flow integrity for usermode --- 2025-03-14 Deepak Gupta New
[v12,16/28] riscv: signal: abstract header saving for setup_sigcontext riscv control-flow integrity for usermode --- 2025-03-14 Deepak Gupta New
[v12,15/28] riscv/traps: Introduce software check exception riscv control-flow integrity for usermode --- 2025-03-14 Deepak Gupta New
[v12,14/28] riscv: Implements arch agnostic indirect branch tracking prctls riscv control-flow integrity for usermode --- 2025-03-14 Deepak Gupta New
[v12,13/28] prctl: arch-agnostic prctl for indirect branch tracking riscv control-flow integrity for usermode --- 2025-03-14 Deepak Gupta New
[v12,12/28] riscv: Implements arch agnostic shadow stack prctls riscv control-flow integrity for usermode --- 2025-03-14 Deepak Gupta New
[v12,11/28] riscv/shstk: If needed allocate a new shadow stack on clone riscv control-flow integrity for usermode --- 2025-03-14 Deepak Gupta New
[v12,10/28] riscv/mm: Implement map_shadow_stack() syscall riscv control-flow integrity for usermode --- 2025-03-14 Deepak Gupta New
[v12,09/28] riscv mmu: write protect and shadow stack riscv control-flow integrity for usermode --- 2025-03-14 Deepak Gupta New
[v12,08/28] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs riscv control-flow integrity for usermode --- 2025-03-14 Deepak Gupta New
[v12,07/28] riscv mm: manufacture shadow stack pte riscv control-flow integrity for usermode --- 2025-03-14 Deepak Gupta New
[v12,06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE riscv control-flow integrity for usermode --- 2025-03-14 Deepak Gupta New
[v12,05/28] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit riscv control-flow integrity for usermode --- 2025-03-14 Deepak Gupta New
[v12,04/28] riscv: zicfiss / zicfilp extension csr and bit definitions riscv control-flow integrity for usermode --- 2025-03-14 Deepak Gupta New
[v12,03/28] riscv: zicfiss / zicfilp enumeration riscv control-flow integrity for usermode --- 2025-03-14 Deepak Gupta New
[v12,02/28] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml) riscv control-flow integrity for usermode --- 2025-03-14 Deepak Gupta New
[v12,01/28] mm: VM_SHADOW_STACK definition for riscv riscv control-flow integrity for usermode --- 2025-03-14 Deepak Gupta New
[v11,26/27] riscv: Documentation for shadow stack on riscv riscv control-flow integrity for usermode --- 2025-03-10 Deepak Gupta Superseded
[v11,24/27] riscv: create a config for shadow stack and landing pad instr support riscv control-flow integrity for usermode --- 2025-03-10 Deepak Gupta Superseded
[v11,22/27] riscv: kernel command line option to opt out of user cfi riscv control-flow integrity for usermode --- 2025-03-10 Deepak Gupta Superseded
[v11,20/27] riscv: Add Firmware Feature SBI extensions definitions riscv control-flow integrity for usermode --- 2025-03-10 Deepak Gupta Superseded
[v11,18/27] riscv/ptrace: riscv cfi status and state via ptrace and in core files riscv control-flow integrity for usermode --- 2025-03-10 Deepak Gupta Superseded
[v11,16/27] riscv/signal: save and restore of shadow stack for signal riscv control-flow integrity for usermode --- 2025-03-10 Deepak Gupta Superseded
[v11,14/27] riscv/traps: Introduce software check exception riscv control-flow integrity for usermode --- 2025-03-10 Deepak Gupta Superseded
[v11,12/27] riscv: Implements arch agnostic shadow stack prctls riscv control-flow integrity for usermode --- 2025-03-10 Deepak Gupta Superseded
[v11,10/27] riscv/mm: Implement map_shadow_stack() syscall riscv control-flow integrity for usermode --- 2025-03-10 Deepak Gupta Superseded
[v11,08/27] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs riscv control-flow integrity for usermode --- 2025-03-10 Deepak Gupta Superseded
[v11,06/27] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE riscv control-flow integrity for usermode --- 2025-03-10 Deepak Gupta Superseded
[v11,04/27] riscv: zicfiss / zicfilp extension csr and bit definitions riscv control-flow integrity for usermode --- 2025-03-10 Deepak Gupta Superseded
[v11,02/27] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml) riscv control-flow integrity for usermode --- 2025-03-10 Deepak Gupta Superseded
[v9,26/26] kselftest/riscv: kselftest for user mode cfi riscv control-flow integrity for usermode --- 2025-02-05 Deepak Gupta Superseded
[v9,25/26] riscv: Documentation for shadow stack on riscv riscv control-flow integrity for usermode --- 2025-02-05 Deepak Gupta Superseded
[v9,24/26] riscv: Documentation for landing pad / indirect branch tracking riscv control-flow integrity for usermode --- 2025-02-05 Deepak Gupta Superseded
[v9,23/26] riscv: create a config for shadow stack and landing pad instr support riscv control-flow integrity for usermode --- 2025-02-05 Deepak Gupta Superseded
[v9,22/26] riscv: kernel command line option to opt out of user cfi riscv control-flow integrity for usermode --- 2025-02-05 Deepak Gupta Superseded
[v9,21/26] riscv: enable kernel access to shadow stack memory via FWFT sbi call riscv control-flow integrity for usermode --- 2025-02-05 Deepak Gupta Superseded
[v9,20/26] riscv: Add Firmware Feature SBI extensions definitions riscv control-flow integrity for usermode --- 2025-02-05 Deepak Gupta Superseded
[v9,19/26] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe riscv control-flow integrity for usermode --- 2025-02-05 Deepak Gupta Superseded
[v9,18/26] riscv/ptrace: riscv cfi status and state via ptrace and in core files riscv control-flow integrity for usermode --- 2025-02-05 Deepak Gupta Superseded
[v9,17/26] riscv/kernel: update __show_regs to print shadow stack register riscv control-flow integrity for usermode --- 2025-02-05 Deepak Gupta Superseded
[v9,16/26] riscv/signal: save and restore of shadow stack for signal riscv control-flow integrity for usermode --- 2025-02-05 Deepak Gupta Superseded
[v9,15/26] riscv: signal: abstract header saving for setup_sigcontext riscv control-flow integrity for usermode --- 2025-02-05 Deepak Gupta Superseded
[v9,14/26] riscv/traps: Introduce software check exception riscv control-flow integrity for usermode --- 2025-02-05 Deepak Gupta Superseded
[v9,13/26] prctl: arch-agnostic prctl for indirect branch tracking riscv control-flow integrity for usermode --- 2025-02-05 Deepak Gupta New
[v9,12/26] riscv: Implements arch agnostic shadow stack prctls riscv control-flow integrity for usermode --- 2025-02-05 Deepak Gupta Superseded
[v9,11/26] riscv/shstk: If needed allocate a new shadow stack on clone riscv control-flow integrity for usermode --- 2025-02-05 Deepak Gupta Superseded
[v9,10/26] riscv/mm: Implement map_shadow_stack() syscall riscv control-flow integrity for usermode --- 2025-02-05 Deepak Gupta Superseded
[v9,09/26] riscv mmu: write protect and shadow stack riscv control-flow integrity for usermode --- 2025-02-05 Deepak Gupta Superseded
[v9,08/26] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs riscv control-flow integrity for usermode --- 2025-02-05 Deepak Gupta Superseded
[v9,07/26] riscv mm: manufacture shadow stack pte riscv control-flow integrity for usermode --- 2025-02-05 Deepak Gupta Superseded
[v9,06/26] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE riscv control-flow integrity for usermode --- 2025-02-05 Deepak Gupta Superseded
[v9,05/26] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit riscv control-flow integrity for usermode --- 2025-02-05 Deepak Gupta Superseded
[v9,04/26] riscv: zicfiss / zicfilp extension csr and bit definitions riscv control-flow integrity for usermode --- 2025-02-05 Deepak Gupta Superseded
[v9,03/26] riscv: zicfiss / zicfilp enumeration riscv control-flow integrity for usermode --- 2025-02-05 Deepak Gupta Superseded
[v9,02/26] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml) riscv control-flow integrity for usermode --- 2025-02-05 Deepak Gupta Superseded
[v9,01/26] mm: helper `is_shadow_stack_vma` to check shadow stack vma riscv control-flow integrity for usermode --- 2025-02-05 Deepak Gupta New
[v8,29/29] kselftest/riscv: kselftest for user mode cfi riscv control-flow integrity for usermode --- 2024-11-11 Deepak Gupta Superseded
[v8,28/29] riscv: Documentation for shadow stack on riscv riscv control-flow integrity for usermode --- 2024-11-11 Deepak Gupta Superseded
[v8,27/29] riscv: Documentation for landing pad / indirect branch tracking riscv control-flow integrity for usermode --- 2024-11-11 Deepak Gupta Superseded
[v8,26/29] riscv: create a config for shadow stack and landing pad instr support riscv control-flow integrity for usermode --- 2024-11-11 Deepak Gupta Superseded
[v8,25/29] riscv: kernel command line option to opt out of user cfi riscv control-flow integrity for usermode --- 2024-11-11 Deepak Gupta Superseded
[v8,24/29] riscv: enable kernel access to shadow stack memory via FWFT sbi call riscv control-flow integrity for usermode --- 2024-11-11 Deepak Gupta Superseded
[v8,23/29] riscv: Add Firmware Feature SBI extensions definitions riscv control-flow integrity for usermode --- 2024-11-11 Deepak Gupta New
[v8,22/29] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe riscv control-flow integrity for usermode --- 2024-11-11 Deepak Gupta Superseded
[v8,21/29] riscv/ptrace: riscv cfi status and state via ptrace and in core files riscv control-flow integrity for usermode --- 2024-11-11 Deepak Gupta Superseded
[v8,20/29] riscv/kernel: update __show_regs to print shadow stack register riscv control-flow integrity for usermode --- 2024-11-11 Deepak Gupta Superseded
[v8,19/29] riscv/signal: save and restore of shadow stack for signal riscv control-flow integrity for usermode --- 2024-11-11 Deepak Gupta Superseded
[v8,18/29] riscv: signal: abstract header saving for setup_sigcontext riscv control-flow integrity for usermode --- 2024-11-11 Deepak Gupta Superseded
[v8,17/29] riscv/traps: Introduce software check exception riscv control-flow integrity for usermode --- 2024-11-11 Deepak Gupta Superseded
[v8,16/29] riscv: Implements arch agnostic indirect branch tracking prctls riscv control-flow integrity for usermode --- 2024-11-11 Deepak Gupta Superseded
[v8,15/29] riscv: Implements arch agnostic shadow stack prctls riscv control-flow integrity for usermode --- 2024-11-11 Deepak Gupta Superseded
[v8,14/29] prctl: arch-agnostic prctl for indirect branch tracking riscv control-flow integrity for usermode --- 2024-11-11 Deepak Gupta Superseded
[v8,13/29] prctl: arch-agnostic prctl for shadow stack riscv control-flow integrity for usermode --- 2024-11-11 Deepak Gupta New
[v8,12/29] riscv/shstk: If needed allocate a new shadow stack on clone riscv control-flow integrity for usermode --- 2024-11-11 Deepak Gupta Superseded
[v8,11/29] riscv/mm: Implement map_shadow_stack() syscall riscv control-flow integrity for usermode --- 2024-11-11 Deepak Gupta Superseded
[v8,10/29] riscv mmu: write protect and shadow stack riscv control-flow integrity for usermode --- 2024-11-11 Deepak Gupta Superseded
[v8,09/29] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs riscv control-flow integrity for usermode --- 2024-11-11 Deepak Gupta Superseded
[v8,08/29] riscv mm: manufacture shadow stack pte riscv control-flow integrity for usermode --- 2024-11-11 Deepak Gupta Superseded
[v8,07/29] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE riscv control-flow integrity for usermode --- 2024-11-11 Deepak Gupta Superseded
[v8,06/29] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit riscv control-flow integrity for usermode --- 2024-11-11 Deepak Gupta Superseded
[v8,05/29] riscv: zicfiss / zicfilp extension csr and bit definitions riscv control-flow integrity for usermode --- 2024-11-11 Deepak Gupta Superseded
[v8,04/29] riscv: zicfiss / zicfilp enumeration riscv control-flow integrity for usermode --- 2024-11-11 Deepak Gupta Superseded
[v8,03/29] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml) riscv control-flow integrity for usermode --- 2024-11-11 Deepak Gupta Superseded
[v8,02/29] mm: helper `is_shadow_stack_vma` to check shadow stack vma riscv control-flow integrity for usermode --- 2024-11-11 Deepak Gupta New
[v8,01/29] mm: Introduce ARCH_HAS_USER_SHADOW_STACK riscv control-flow integrity for usermode --- 2024-11-11 Deepak Gupta New
[v7,32/32] kselftest/riscv: kselftest for user mode cfi riscv control-flow integrity for usermode --- 2024-10-29 Deepak Gupta Superseded
[v7,30/32] riscv: Documentation for landing pad / indirect branch tracking riscv control-flow integrity for usermode --- 2024-10-29 Deepak Gupta Superseded
[v7,28/32] riscv: kernel command line option to opt out of user cfi riscv control-flow integrity for usermode --- 2024-10-29 Deepak Gupta Superseded
[v7,26/32] riscv: Add Firmware Feature SBI extensions definitions riscv control-flow integrity for usermode --- 2024-10-29 Deepak Gupta Superseded
« 1 2 3 »