summaryrefslogtreecommitdiffstats
path: root/arch/x86/platform/efi/efi.c
Commit message (Expand)AuthorAgeFilesLines
* x86,efi: Implement efi_no_storage_paranoia parameterRichard Weinberger2013-04-171-1/+13
* efi: Export efi_query_variable_store() for efivars.koSergey Vlasov2013-04-161-0/+1
* efi: Distinguish between "remaining space" and actually used spaceMatthew Garrett2013-04-151-6/+100
* efi: Pass boot services variable info to runtime codeMatthew Garrett2013-04-151-0/+21
* x86,efi: Check max_size only if it is non-zero.Richard Weinberger2013-04-111-1/+6
* x86, efivars: firmware bug workarounds should be in platform codeMatt Fleming2013-04-091-0/+25
* Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-02-271-5/+0
|\
| * x86, efi: remove duplicate code in setup_arch() by using, efi_is_native()Satoru Takeuchi2013-02-141-5/+0
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-02-271-1/+1
|\ \
| * | x86, efi: Mark disable_runtime as __initdataMatt Fleming2013-02-251-1/+1
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-02-261-2/+3
|\| |
| * | x86, efi: Make "noefi" really disable EFI runtime serivcesMatt Fleming2013-02-201-2/+3
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-211-6/+5
|\ \ \ | |/ / |/| |
| * | Merge remote-tracking branch 'origin/x86/mm' into x86/mm2H. Peter Anvin2013-02-011-2/+2
| |\ \
| | * | x86: Use __pa_symbol instead of __pa on C visible symbolsAlexander Duyck2012-11-161-2/+2
| * | | x86, mm: Fixup code testing if a pfn is direct mappedJacob Shin2012-11-171-4/+3
| |/ /
* | / efi: Clear EFI_RUNTIME_SERVICES rather than EFI_BOOT by "noefi" boot parameterSatoru Takeuchi2013-02-131-1/+1
| |/ |/|
* | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-01-311-1/+1
|\ \
| * | x86, efi: Set runtime_version to the EFI spec revisionMatt Fleming2013-01-251-1/+1
* | | efi: Make 'efi_enabled' a function to query EFI facilitiesMatt Fleming2013-01-301-23/+34
|/ /
* | Revert "x86-64/efi: Use EFI to deal with platform wall clock (again)"Linus Torvalds2012-12-151-4/+26
* | Merge branch 'core-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-12-141-26/+4
|\ \ | |/ |/|
| * x86-64/efi: Use EFI to deal with platform wall clock (again)Jan Beulich2012-10-301-26/+4
* | Merge tag 'efi-for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mfle...Ingo Molnar2012-10-261-8/+10
|\ \
| * | x86: efi: Turn off efi_enabled after setup on mixed fw/kernelOlof Johansson2012-10-251-8/+10
| |/
* / x86/efi: Fix oops caused by incorrect set_memory_uc() usageMatt Fleming2012-10-241-11/+18
|/
* efi: Fix the ACPI BGRT driver for images located in EFI boot services memoryJosh Triplett2012-09-291-0/+6
* efi: Add a function to look up existing IO memory mappingsJosh Triplett2012-09-291-0/+28
* efi: Defer freeing boot services memory until after ACPI initJosh Triplett2012-09-291-13/+18
* efi: initialize efi.runtime_version to make query_variable_info/update_capsul...Seiji Aguchi2012-09-171-0/+1
* Revert "x86-64/efi: Use EFI to deal with platform wall clock"H. Peter Anvin2012-08-141-4/+26
* x86-64/efi: Use EFI to deal with platform wall clockJan Beulich2012-06-061-26/+4
* x86, efi: Allow basic init with mixed 32/64-bit efi/kernelOlof Johansson2012-02-231-22/+142
* x86, efi: Add basic error handlingOlof Johansson2012-02-231-28/+57
* x86, efi: Cleanup config table walkingOlof Johansson2012-02-231-33/+28
* x86, efi: Convert printk to pr_*()Olof Johansson2012-02-231-29/+29
* x86, efi: Refactor efi_init() a bitOlof Johansson2012-02-231-35/+54
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-01-061-1/+2
|\
| * x86, efi: Convert efi_phys_get_time() args to physical addressesMaurice Ma2011-12-051-1/+2
* | Merge branch 'master' into x86/memblockTejun Heo2011-11-281-8/+83
|\|
| * x86: Fix files explicitly requiring export.h for EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-10-311-0/+1
| * Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-07-221-2/+49
| |\
| | * x86, efi: Properly pre-initialize table pointersJan Beulich2011-07-051-1/+11
| | * x86, efi: Add infrastructure for UEFI 2.0 runtime servicesMatthew Garrett2011-06-061-0/+37
| | * x86, efi: Fix argument types for SetVariable()Matthew Garrett2011-06-061-1/+1
| * | Merge branch 'timers-rtc-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-07-221-6/+33
| |\ \
| | * | x86: Serialize EFI time accesses on rtc_lockJan Beulich2011-07-211-6/+33
* | | | memblock, x86: Replace memblock_x86_reserve/free_range() with generic onesTejun Heo2011-07-141-4/+2
* | | | x86: Fix memblock_x86_check_reserved_size() use in efi_reserve_boot_services()Tejun Heo2011-07-131-2/+1
|/ / /
* / / x86: Don't use the EFI reboot method by defaultMatthew Garrett2011-07-071-3/+0
|/ /