Sign in
android-kvm
/
linux
/
1202a442a31fd2e53cde1a9677d9f7005e48fd6e
/
drivers
/
firmware
/
efi
87ebc45
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 5 years ago
e16e65a
arm64: remove CONFIG_DEBUG_ALIGN_RODATA feature
by Ard Biesheuvel
· 5 years ago
9589351
Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
a776c27
Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
5983809
Merge tag 'driver-core-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 5 years ago
594e576
efi/libstub/arm: Fix spurious message that an initrd was loaded
by Ard Biesheuvel
· 5 years ago
c2136dce
efi/libstub/arm64: Avoid image_base value from efi_loaded_image
by Ard Biesheuvel
· 5 years ago
835e1b8
platform/x86: touchscreen_dmi: Add EFI embedded firmware info support
by Hans de Goede
· 5 years ago
4445eb6
Merge tag 'stable-shared-branch-for-driver-tree' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi into driver-core-next
by Greg Kroah-Hartman
· 5 years ago
9a2dd57
Merge 5.6-rc5 into driver-core-next
by Greg Kroah-Hartman
· 5 years ago
0347d8c2
efi/x86: Fix cast of image argument
by Arvind Sankar
· 5 years ago
ac82d35
efi/libstub/x86: Use ULONG_MAX as upper bound for all allocations
by Ard Biesheuvel
· 5 years ago
8d8ab66
efi: Fix a mistype in comments mentioning efivar_entry_iter_begin()
by Vladis Dronov
· 5 years ago
2fb2c17
efi/libstub: Avoid linking libstub/lib-ksyms.o into vmlinux
by Masahiro Yamada
· 5 years ago
dd09fad
efi/x86: Ignore the memory attributes table on i386
by Ard Biesheuvel
· 5 years ago
d5cdf4c
efi/x86: Don't relocate the kernel unless necessary
by Arvind Sankar
· 5 years ago
1887c9b
efi/x86: Decompress at start of PE image load address
by Arvind Sankar
· 5 years ago
f3fa0ef
efi/libstub/x86: Deal with exit() boot service returning
by Ard Biesheuvel
· 5 years ago
8acf63ef
efi/x86: Avoid using code32_start
by Arvind Sankar
· 5 years ago
6120681
Merge branch 'efi/urgent' into efi/core, to pick up fixes
by Ingo Molnar
· 5 years ago
d6c066f
efi: Add a sanity check to efivar_store_raw()
by Vladis Dronov
· 5 years ago
286d325
efi: Fix a race and a buffer overflow while reading efivars via sysfs
by Vladis Dronov
· 5 years ago
3be5f0d
Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi into efi/core
by Ingo Molnar
· 5 years ago
35223d1
efi/arm: Start using fw_devlink_get_flags()
by Saravana Kannan
· 5 years ago
f0df68d
efi: Add embedded peripheral firmware support
by Hans de Goede
· 5 years ago
0e72a6a
efi: Export boot-services code and data as debugfs-blobs
by Hans de Goede
· 5 years ago
3e03dca
efi: Mark all EFI runtime services as unsupported on non-EFI boot
by Ard Biesheuvel
· 5 years ago
9864936
efi: Don't shadow 'i' in efi_config_parse_tables()
by Heinrich Schuchardt
· 5 years ago
badc619
efi/x86: Add RNG seed EFI table to unencrypted mapping check
by Tom Lendacky
· 5 years ago
be36f9e
efi: READ_ONCE rng seed size before munmap
by Jason A. Donenfeld
· 5 years ago
003602a
x86/*/Makefile: Use -fno-asynchronous-unwind-tables to suppress .eh_frame sections
by Arvind Sankar
· 5 years ago
9b42f76
efi: Use EFI ResetSystem only when available
by Ard Biesheuvel
· 5 years ago
e5c3b1c
efi: Register EFI rtc platform device only when available
by Ard Biesheuvel
· 5 years ago
bf67fad
efi: Use more granular check for availability for variable services
by Ard Biesheuvel
· 5 years ago
fe4db90
efi: Add support for EFI_RT_PROPERTIES table
by Ard Biesheuvel
· 5 years ago
96a3dd3
efi: Store mask of supported runtime services in struct efi
by Ard Biesheuvel
· 5 years ago
e457ed5
efi/arm: Rewrite FDT param discovery routines
by Ard Biesheuvel
· 5 years ago
3b2e4b4
efi/arm: Move FDT specific definitions into fdtparams.c
by Ard Biesheuvel
· 5 years ago
ac5abc7
efi/arm: Move FDT param discovery code out of efi.c
by Ard Biesheuvel
· 5 years ago
17054f4
efi/x86: Implement mixed mode boot without the handover protocol
by Ard Biesheuvel
· 5 years ago
3b8f44f
efi/libstub/x86: Use Exit() boot service to exit the stub on errors
by Ard Biesheuvel
· 5 years ago
f7b85b3
efi/libstub/x86: Make loaded_image protocol handling mixed mode safe
by Ard Biesheuvel
· 5 years ago
8819ba3
efi/arm: Drop unnecessary references to efi.systab
by Ard Biesheuvel
· 5 years ago
59f2a61
efi: Add 'runtime' pointer to struct efi
by Ard Biesheuvel
· 5 years ago
9cd437a
efi/x86: Make fw_vendor, config_table and runtime sysfs nodes x86 specific
by Ard Biesheuvel
· 5 years ago
06c0bd9
efi: Clean up config_parse_tables()
by Ard Biesheuvel
· 5 years ago
3a0701d
efi: Make efi_config_init() x86 only
by Ard Biesheuvel
· 5 years ago
14fb420
efi: Merge EFI system table revision and vendor checks
by Ard Biesheuvel
· 5 years ago
b7846e6
efi: Make memreserve table handling local to efi.c
by Ard Biesheuvel
· 5 years ago
a17e809
efi: Move mem_attr_table out of struct efi
by Ard Biesheuvel
· 5 years ago
5d288db
efi: Make rng_seed table handling local to efi.c
by Ard Biesheuvel
· 5 years ago
fd506e0
efi: Move UGA and PROP table handling to x86 code
by Ard Biesheuvel
· 5 years ago
120540f
efi/ia64: Move HCDP and MPS table handling into IA64 arch code
by Ard Biesheuvel
· 5 years ago
50d53c5
efi: Drop handling of 'boot_info' configuration table
by Ard Biesheuvel
· 5 years ago
79d3219
efi/libstub: Take noinitrd cmdline argument into account for devpath initrd
by Ard Biesheuvel
· 5 years ago
ec93fc3
efi/libstub: Add support for loading the initrd from a device path
by Ard Biesheuvel
· 5 years ago
db8952e
efi/dev-path-parser: Add struct definition for vendor type device path nodes
by Ard Biesheuvel
· 5 years ago
e0dc26c
efi/capsule-loader: Drop superfluous assignment
by Heinrich Schuchardt
· 5 years ago
6d2576e
efi/esrt: Clean up efi_esrt_init
by Heinrich Schuchardt
· 5 years ago
f01dd5b
efi/libstub: Fix error message in handle_cmdline_files()
by Heinrich Schuchardt
· 5 years ago
ba832f6
efi/libstub: Describe RNG functions
by Heinrich Schuchardt
· 5 years ago
0255973
efi/libstub: Describe efi_relocate_kernel()
by Heinrich Schuchardt
· 5 years ago
1d9b176
efi/libstub: Describe memory functions
by Heinrich Schuchardt
· 5 years ago
e7ea37b
efi/libstub: Simplify efi_get_memory_map()
by Heinrich Schuchardt
· 5 years ago
eaa6fc6
efi/libstub: Add function description of efi_allocate_pages()
by Heinrich Schuchardt
· 5 years ago
2931d52
efi/libstub: Make the LoadFile EFI protocol accessible
by Ard Biesheuvel
· 5 years ago
abd2686
efi/libstub: Expose LocateDevicePath boot service
by Ard Biesheuvel
· 5 years ago
91d150c
efi/libstub: Clean up command line parsing routine
by Ard Biesheuvel
· 5 years ago
31f5e54
efi/libstub: Take soft and hard memory limits into account for initrd loading
by Ard Biesheuvel
· 5 years ago
9302c1b
efi/libstub: Rewrite file I/O routine
by Ard Biesheuvel
· 5 years ago
5193a33
efi/libstub: Move file I/O support code into separate file
by Ard Biesheuvel
· 5 years ago
b871745
efi/libstub: Move get_dram_base() into arm-stub.c
by Ard Biesheuvel
· 5 years ago
0ed02bd
efi/libstub: Move efi_random_alloc() into separate source file
by Ard Biesheuvel
· 5 years ago
1e45bf7
efi/libstub/x86: Permit cmdline data to be allocated above 4 GB
by Ard Biesheuvel
· 5 years ago
8166ec0
efi/libstub: Move stub specific declarations into efistub.h
by Ard Biesheuvel
· 5 years ago
6a4db9b
efi/libstub/x86: Permit bootparams struct to be allocated above 4 GB
by Ard Biesheuvel
· 5 years ago
a46a290
efi/libstub: Use consistent type names for file I/O protocols
by Ard Biesheuvel
· 5 years ago
c2d0b47
efi/libstub/x86: Incorporate eboot.c into libstub
by Ard Biesheuvel
· 5 years ago
a7495c2
efi/libstub: Simplify efi_high_alloc() and rename to efi_allocate_pages()
by Ard Biesheuvel
· 5 years ago
f57db62
efi/libstub: Move memory map handling and allocation routines to mem.c
by Ard Biesheuvel
· 5 years ago
184d7e0
efi/libstub/arm: Relax FDT alignment requirement
by Ard Biesheuvel
· 5 years ago
6f05106e
efi/libstub: Use hidden visibility for all source files
by Ard Biesheuvel
· 5 years ago
3b9274e
efi/apple-properties: Replace zero-length array with flexible-array member
by Gustavo A. R. Silva
· 5 years ago
b92165d
efi/libstub/arm64: Use 1:1 mapping of RT services if property table exists
by Ard Biesheuvel
· 5 years ago
55087c5
efi/bgrt: Accept BGRT tables with a version of 0
by Hans de Goede
· 5 years ago
9f922377
efi/libstub/arm: Make efi_entry() an ordinary PE/COFF entrypoint
by Ard Biesheuvel
· 5 years ago
102f45f
arm64: mm: convert mm/dump.c to use walk_page_range()
by Steven Price
· 5 years ago
634cd4b
Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
9f2a430
Merge branch 'core-headers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
484a418
efi: Fix handling of multiple efi_fake_mem= entries
by Dan Williams
· 5 years ago
f0ef652
efi: Fix efi_memmap_alloc() leaks
by Dan Williams
· 5 years ago
1db9103
efi: Add tracking for dynamically allocated memmaps
by Dan Williams
· 5 years ago
26c0e44
efi: Add a flags parameter to efi_memory_map
by Dan Williams
· 5 years ago
62b605b
efi: Fix comment for efi_mem_type() wrt absent physical addresses
by Anshuman Khandual
· 5 years ago
64c8a0c
efi/arm: Defer probe of PCIe backed efifb on DT systems
by Ard Biesheuvel
· 5 years ago
4444f85
efi: Allow disabling PCI busmastering on bridges during boot
by Matthew Garrett
· 5 years ago
ea7d87f
efi/x86: Allow translating 64-bit arguments for mixed mode calls
by Arvind Sankar
· 5 years ago
7d4e323
efi/libstub: Tidy up types and names of global cmdline variables
by Ard Biesheuvel
· 5 years ago
966291f
efi/libstub: Rename efi_call_early/_runtime macros to be more intuitive
by Ard Biesheuvel
· 5 years ago
99ea8b1
efi/libstub: Drop 'table' argument from efi_table_attr() macro
by Ard Biesheuvel
· 5 years ago
Next »