summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/runtime-wrappers.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner2019-06-051-2/+1Star
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-03-101-2/+15
|\
| * efi: Let architectures decide the flags that should be saved/restoredJulien Thierry2019-02-061-2/+15
* | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-03-061-24/+24
|\ \
| * | efi: Fix build error due to enum collision between efi.h and ima.hAnders Roxell2019-02-161-24/+24
| |/
* / x86/platform/UV: Use efi_runtime_lock to serialise BIOS callsHedi Berriche2019-02-151-0/+7
|/
* efi: Fix debugobjects warning on 'efi_rts_work'Waiman Long2018-11-151-1/+1
* efi/x86: Handle page faults occurring while running EFI runtime servicesSai Praneeth2018-09-261-0/+8
* efi: Make efi_rts_work accessible to efi page fault handlerSai Praneeth2018-09-261-44/+9Star
* efi: Use a work queue to invoke EFI Runtime ServicesSai Praneeth2018-07-161-15/+187
* efi: Replace runtime services spinlock with semaphoreArd Biesheuvel2016-09-091-32/+49
* efi: Convert efi_call_virt() to efi_call_virt_pointer()Alex Thorlton2016-06-271-43/+10Star
* efi/runtime-wrappers: Remove ARCH_EFI_IRQ_FLAGS_MASK #ifdefMark Rutland2016-04-281-7/+0Star
* efi/runtime-wrappers: Detect firmware IRQ flag corruptionMark Rutland2016-04-281-0/+31
* efi/runtime-wrappers: Remove redundant #ifdefsMark Rutland2016-04-281-4/+0Star
* efi/runtime-wrappers: Add {__,}efi_call_virt() templatesMark Rutland2016-04-281-0/+40
* efi/runtime-wrappers: Run UEFI Runtime Services with interrupts enabledArd Biesheuvel2016-02-221-43/+28Star
* efi: Runtime-wrapper: Get rid of the rtc_lock spinlockArd Biesheuvel2016-02-031-24/+8Star
* efi/runtime-wrappers: Remove out of date comment regarding in_nmi()Ard Biesheuvel2016-02-031-26/+0Star
* efi/runtime-wrappers: Add a nonblocking version of QueryVariableInfo()Ard Biesheuvel2016-02-031-0/+22
* efi: Delete the in_nmi() conditional runtime lockingMatt Fleming2014-10-031-13/+4Star
* efi: Provide a non-blocking SetVariable() operationMatt Fleming2014-10-031-0/+19
* efi: Implement mandatory locking for UEFI Runtime ServicesArd Biesheuvel2014-10-031-10/+144
* efi/x86: Move UEFI Runtime Services wrappers to generic codeArd Biesheuvel2014-07-071-0/+161