summaryrefslogtreecommitdiff
path: root/drivers/firmware/efi/runtime-wrappers.c
AgeCommit message (Expand)Author
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner
2019-03-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2019-03-06Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-02-16efi: Fix build error due to enum collision between efi.h and ima.hAnders Roxell
2019-02-15x86/platform/UV: Use efi_runtime_lock to serialise BIOS callsHedi Berriche
2019-02-06efi: Let architectures decide the flags that should be saved/restoredJulien Thierry
2018-11-15efi: Fix debugobjects warning on 'efi_rts_work'Waiman Long
2018-09-26efi/x86: Handle page faults occurring while running EFI runtime servicesSai Praneeth
2018-09-26efi: Make efi_rts_work accessible to efi page fault handlerSai Praneeth
2018-07-16efi: Use a work queue to invoke EFI Runtime ServicesSai Praneeth
2016-09-09efi: Replace runtime services spinlock with semaphoreArd Biesheuvel
2016-06-27efi: Convert efi_call_virt() to efi_call_virt_pointer()Alex Thorlton
2016-04-28efi/runtime-wrappers: Remove ARCH_EFI_IRQ_FLAGS_MASK #ifdefMark Rutland
2016-04-28efi/runtime-wrappers: Detect firmware IRQ flag corruptionMark Rutland
2016-04-28efi/runtime-wrappers: Remove redundant #ifdefsMark Rutland
2016-04-28efi/runtime-wrappers: Add {__,}efi_call_virt() templatesMark Rutland
2016-02-22efi/runtime-wrappers: Run UEFI Runtime Services with interrupts enabledArd Biesheuvel
2016-02-03efi: Runtime-wrapper: Get rid of the rtc_lock spinlockArd Biesheuvel
2016-02-03efi/runtime-wrappers: Remove out of date comment regarding in_nmi()Ard Biesheuvel
2016-02-03efi/runtime-wrappers: Add a nonblocking version of QueryVariableInfo()Ard Biesheuvel
2014-10-03efi: Delete the in_nmi() conditional runtime lockingMatt Fleming
2014-10-03efi: Provide a non-blocking SetVariable() operationMatt Fleming
2014-10-03efi: Implement mandatory locking for UEFI Runtime ServicesArd Biesheuvel
2014-07-07efi/x86: Move UEFI Runtime Services wrappers to generic codeArd Biesheuvel