Age | Commit message (Expand) | Author |
2019-05-19 | efi_loader: parameter check OutputString | Heinrich Schuchardt |
2019-05-19 | efi_loader: EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL.SetState() correct parameter | Heinrich Schuchardt |
2019-05-19 | efi_loader: GetNextMonotonicCount() check parameter | Heinrich Schuchardt |
2019-05-19 | efi_loader: parameter checks CalculateCrc32() | Heinrich Schuchardt |
2019-05-19 | efi_loader: check device path in InstallMultipleProtocolInterfaces | Heinrich Schuchardt |
2019-05-19 | efi_loader: implement deprecated Unicode collation protocol | Heinrich Schuchardt |
2019-05-19 | efi_loader: rename Unicode collation protocol 2 variables | Heinrich Schuchardt |
2019-05-19 | efi_loader: merge adjacent sprintf() | Heinrich Schuchardt |
2019-05-19 | efi_loader: parameter checks simple network protocol | Heinrich Schuchardt |
2019-05-19 | efi_loader: GetVariable set attributes for EFI_BUFFER_TOO_SMALL | Heinrich Schuchardt |
2019-05-12 | efi_loader: ACPI device node to text | Heinrich Schuchardt |
2019-05-12 | efi_loader: infinite recursion notifying events | Heinrich Schuchardt |
2019-05-12 | efi_loader: simplify efi_allocate_pages() | Heinrich Schuchardt |
2019-05-12 | efi_loader: AllocateAdress error handling | Heinrich Schuchardt |
2019-05-12 | efi_loader: out of resources in AllocatePages() | Heinrich Schuchardt |
2019-05-12 | efi_loader: check memory address before freeing | Heinrich Schuchardt |
2019-05-12 | efi_loader: error code in UninstallProtocolInterface() | Heinrich Schuchardt |
2019-05-12 | efi_loader: superfluous check in efi_remove_protocol() | Heinrich Schuchardt |
2019-05-12 | efi_loader: LocateDevicePath() incorrect parameter check | Heinrich Schuchardt |
2019-05-12 | efi_loader: fix typo in efi_locate_handle() comment | Heinrich Schuchardt |
2019-05-12 | efi_loader: make device path to text protocol customizable | Heinrich Schuchardt |
2019-05-12 | efi_loader: make Unicode collation protocol customizable | Heinrich Schuchardt |
2019-05-12 | efi_loader: reword the EFI_LOADER config option | Heinrich Schuchardt |
2019-05-12 | efi_loader: format Kconfig | Heinrich Schuchardt |
2019-05-12 | efi_loader: observe CONFIG_EFI_LOADER_HII | Heinrich Schuchardt |
2019-05-07 | efi_loader: signature of ExitBootServices() | Heinrich Schuchardt |
2019-05-07 | efi_loader: LoadImage() check source size | Heinrich Schuchardt |
2019-05-07 | efi_loader: LoadImage() check parent image | Heinrich Schuchardt |
2019-05-07 | efi_loader: HandleProtocol parameter checks | Heinrich Schuchardt |
2019-05-07 | efi_loader: use EFI_PRINT instead of debug | Heinrich Schuchardt |
2019-05-07 | efi_loader: CloseProtocol() requires valid agent handle | Heinrich Schuchardt |
2019-05-07 | efi_selftest: unit test for RegisterProtocolNotify() | Heinrich Schuchardt |
2019-05-07 | efi_loader: implement RegisterProtocolNotify() | Heinrich Schuchardt |
2019-05-07 | efi_loader: EVT_NOTIFY_SIGNAL events | Heinrich Schuchardt |
2019-05-07 | efi_selftest: remove redundant function efi_st_memcmp() | Heinrich Schuchardt |
2019-05-07 | efi_loader: unload applications upon Exit() | Heinrich Schuchardt |
2019-05-07 | efi_loader: implement UnloadImage() | Heinrich Schuchardt |
2019-05-07 | efi_loader: move efi_unload_image() down in source | Heinrich Schuchardt |
2019-05-07 | efi_loader: mark started images | Heinrich Schuchardt |
2019-05-07 | efi_loader: correct parameter check in LocateHandle() | Heinrich Schuchardt |
2019-05-07 | efi_loader: allowable event types in CreateEventEx() | Heinrich Schuchardt |
2019-05-07 | efi_loader: clean up UEFI sub-system initialization | Heinrich Schuchardt |
2019-05-05 | lib: add Zstandard decompression support | Marek BehĂșn |
2019-05-05 | lib: Add xxhash support | Marek BehĂșn |
2019-05-05 | lib/display_options: avoid illegal memory access | Heinrich Schuchardt |
2019-05-03 | Merge branch '2019-05-03-master-imports' | Tom Rini |
2019-05-03 | lib: Kconfig: fix help text for GZIP | Heiko Schocher |
2019-05-03 | lib/vsprintf: remove #include <uuid.h> from vsprintf.c | Heinrich Schuchardt |
2019-05-02 | lib: uuid: Fix unseeded PRNG on RANDOM_UUID=y | Eugeniu Rosca |
2019-05-02 | efi_loader: description of efi_add_handle() | Heinrich Schuchardt |