#!/bin/bash (perf record -e raw_syscalls:sys_enter $@ || \ perf record -e syscalls:sys_enter $@) 2> /dev/null '/>
summaryrefslogtreecommitdiff
path: root/virt/lib
AgeCommit message (Expand)Author
2025-06-20irqbypass: Require producers to pass in Linux IRQ number during registrationSean Christopherson
2025-06-20irqbypass: Use xarray to track producers and consumersSean Christopherson
2025-06-20irqbypass: Use guard(mutex) in lieu of manual lock+unlockSean Christopherson
2025-06-20irqbypass: Use paired consumer/producer to disconnect during unregisterSean Christopherson
2025-06-20irqbypass: Explicitly track producer and consumer bindingsSean Christopherson
2025-06-20irqbypass: Take ownership of producer/consumer token trackingSean Christopherson
2025-06-20irqbypass: Drop superfluous might_sleep() annotationsSean Christopherson
2025-06-20irqbypass: Drop pointless and misleading THIS_MODULE get/putSean Christopherson