Research Interests

My research interests broadly include confidential computing, computer systems and computer architecture. Recently, during my PhD, my interests revolve around building trustworthy systems (confidential computing environments, isolation monitors, root of trust, trusted runtimes) and RISC-V. During my masters, I worked on the microarchitectural side of things such as optimising the performance of micro-op caches (at Intel Labs) and optimising energy and performance of hardware cache prefetchers.

Building Trustworthy Systems

Traditionally, cloud service providers (CSP) have been bestowed with immense control over their customer’s data. The purpose of confidential cloud computing is to take this control from the CSP and grant it to customers instead. Though the design space in this field has been widely explored in the last decade, there are obstacles in the form of prioprietary and specialised designs which can keep confidential cloud computing from reach its potential. With my advisor (Prof. Edouard Bugnion), colleagues at EPFL and collaborators at Microsoft Research Cambridge, we are trying to rethink the solution by keeping the entire systems stack in perspective. To this end, we are building a versatile isolation monitor which provides a new system abstraction of trust domains. Trust domains are isolated orthogonally to existing system abstractions and privilege hierarchies. The isolation monitor, called Tyche (the Greek goddess of fate, some say Tyche lets “good things happen”), leverages existing hardware security primitives to isolate trust domains. For instance, Intel VT-x on x86 and PMPs on RISC-V. I am personally responsible for the development of Tyche on RISC-V for QEMU and StarFive VisionFive2. If you find this interesting, check out our HotOS 2023 paper.

A root of trust (RoT) is needed to establish trust in a privileged isolation monitor like Tyche. A dynamic RoT can help exclude the platform firmware, that runs in the same privileged mode as the monitor, from the trusted compute base (TCB). Unfortunately, existing solutions still include such firmware in the static root of trust chain, because there is no way to isolate the software executing in privileged modes like EL3/M-mode/SMM/etc. Instead of falling down the same rabbit hole of introducing a new privilege mode, we are designing ISA extensions to isolate M-mode software which can enable DRoT in RISC-V with a minimal TCB. If root of trust also interests you, I summarize the existing work and discuss the future trends in this field in my SOSP 2023 doctoral workshop paper.

Trusted runtimes are often overprivileged which can lead to Iago attacks. We worked on minimizing their privileges to harden the security guarantees towards the security sensitive applications, essentially enforcing the least privilege principle. To do this, we proposed an extension to RISC-V PMP; and evaluated it using the Keystone TEE framework. Check out our paper at SysTEX 2023 for more details.


Internship at Intel Labs

During my internship at Intel Labs, Bangalore, with my manager Dr. Niranjan Soundararajan, I worked on optimising different parts of the processor pipeline. We improved front-end throughput with enhancements to the micro-op cache. Check out our patent for more details. We also worked on optimising the performance of loads and stores in the processor pipeline.


Hardware Cache Prefetching

My master’s thesis, supervised by Dr. Biswabandan Panda, revolved around hardware cache prefetching. It was funded by the semiconductor research corporation (SRC) and liaisoned by Intel Labs, Bangalore. We proposed a novel mechanism to identify critical instructions using ROB occupancy and prefetch only for those to reduce energy consumption in the memory subsystem while retaining performance. Check out our IEEE CAL paper for more details.

We also participated in the instruction prefetching championship colocated with ISCA 2020 and our paper had the 5th best performing instruction prefetcher.