aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/runtime-wrappers.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-09efi: Replace runtime services spinlock with semaphoreArd Biesheuvel1-32/+49
2016-06-27efi: Convert efi_call_virt() to efi_call_virt_pointer()Alex Thorlton1-43/+10
2016-04-28efi/runtime-wrappers: Remove ARCH_EFI_IRQ_FLAGS_MASK #ifdefMark Rutland1-7/+0
2016-04-28efi/runtime-wrappers: Detect firmware IRQ flag corruptionMark Rutland1-0/+31
2016-04-28efi/runtime-wrappers: Remove redundant #ifdefsMark Rutland1-4/+0
2016-04-28efi/runtime-wrappers: Add {__,}efi_call_virt() templatesMark Rutland1-0/+40
2016-02-22efi/runtime-wrappers: Run UEFI Runtime Services with interrupts enabledArd Biesheuvel1-43/+28
2016-02-03efi: Runtime-wrapper: Get rid of the rtc_lock spinlockArd Biesheuvel1-24/+8
2016-02-03efi/runtime-wrappers: Remove out of date comment regarding in_nmi()Ard Biesheuvel1-26/+0
2016-02-03efi/runtime-wrappers: Add a nonblocking version of QueryVariableInfo()Ard Biesheuvel1-0/+22
2014-10-03efi: Delete the in_nmi() conditional runtime lockingMatt Fleming1-13/+4
2014-10-03efi: Provide a non-blocking SetVariable() operationMatt Fleming1-0/+19
2014-10-03efi: Implement mandatory locking for UEFI Runtime ServicesArd Biesheuvel1-10/+144
2014-07-07efi/x86: Move UEFI Runtime Services wrappers to generic codeArd Biesheuvel1-0/+161