linux-2.6-microblaze.git
2020-02-29 Tom Lendackyefi/x86: Add RNG seed EFI table to unencrypted mapping...
2020-02-29 Tom Lendackyefi/x86: Add TPM related EFI tables to unencrypted...
2020-02-26 Ingo MolnarMerge tag 'efi-next' of git://git./linux/kernel/git...
2020-02-25 Linus TorvaldsMerge tag 'riscv-for-linux-5.6-rc4' of git://git./linux...
2020-02-25 Linus TorvaldsMerge branch 'mips-fixes' of git://git./linux/kernel...
2020-02-25 Paul BurtonMAINTAINERS: Hand MIPS over to Thomas
2020-02-24 Zong Liriscv: adjust the indent
2020-02-24 Zong Liriscv: allocate a complete page size for each page...
2020-02-24 Linus TorvaldsMerge tag 'for-linus' of git://git./virt/kvm/kvm
2020-02-24 Linus TorvaldsMerge branch 'linus' of git://git./linux/kernel/git...
2020-02-24 Linus TorvaldsMerge branch 'fixes' of git://git./linux/kernel/git...
2020-02-24 Linus Torvaldsfloppy: check FDC index for errors before assigning it
2020-02-24 Christian BorntraegerKVM: s390: rstify new ioctls in api.rst
2020-02-24 Linus TorvaldsLinux 5.6-rc3
2020-02-23 Ard Biesheuvelefi: Bump the Linux EFI stub major version number to #1
2020-02-23 Ard Biesheuvelefi/libstub: Introduce symbolic constants for the stub...
2020-02-23 Ard Biesheuvelefi/x86: Use symbolic constants in PE header instead...
2020-02-23 Ard Biesheuvelintegrity: Check properly whether EFI GetVariable(...
2020-02-23 Ard Biesheuvelx86/ima: Use EFI GetVariable only when available
2020-02-23 Ard Biesheuvelefi: Use EFI ResetSystem only when available
2020-02-23 Ard Biesheuvelscsi: iscsi: Use EFI GetVariable only when available
2020-02-23 Ard Biesheuvelinfiniband: hfi1: Use EFI GetVariable only when available
2020-02-23 Ard Biesheuvelefi: Register EFI rtc platform device only when available
2020-02-23 Ard Biesheuvelefi: Use more granular check for availability for varia...
2020-02-23 Ard Biesheuvelefi: Add support for EFI_RT_PROPERTIES table
2020-02-23 Ard Biesheuvelefi: Store mask of supported runtime services in struct efi
2020-02-23 Ard Biesheuvelefi/arm: Rewrite FDT param discovery routines
2020-02-23 Ard Biesheuvelefi/arm: Move FDT specific definitions into fdtparams.c
2020-02-23 Ard Biesheuvelefi/arm: Move FDT param discovery code out of efi.c
2020-02-23 Ard Biesheuvelefi/x86: Add true mixed mode entry point into .compat...
2020-02-23 Ard Biesheuvelefi/x86: Implement mixed mode boot without the handover...
2020-02-23 Ard Biesheuvelefi/libstub/x86: Use Exit() boot service to exit the...
2020-02-23 Ard Biesheuvelefi/libstub/x86: Make loaded_image protocol handling...
2020-02-23 Ard Biesheuvelefi/x86: Drop redundant .bss section
2020-02-23 Ard Biesheuvelefi/x86: add headroom to decompressor BSS to account...
2020-02-23 Ard Biesheuvelefi/x86: Drop 'systab' member from struct efi
2020-02-23 Ard Biesheuvelefi/arm: Drop unnecessary references to efi.systab
2020-02-23 Ard Biesheuvelefi: Add 'runtime' pointer to struct efi
2020-02-23 Ard Biesheuvelefi/x86: Merge assignments of efi.runtime_version
2020-02-23 Ard Biesheuvelefi/x86: Make fw_vendor, config_table and runtime sysfs...
2020-02-23 Ard Biesheuvelefi/x86: Remove runtime table address from kexec EFI...
2020-02-23 Ard Biesheuvelefi: Clean up config_parse_tables()
2020-02-23 Ard Biesheuvelefi: Make efi_config_init() x86 only
2020-02-23 Ard Biesheuvelefi/ia64: Switch to efi_config_parse_tables()
2020-02-23 Ard Biesheuvelefi/ia64: Use local variable for EFI system table address
2020-02-23 Ard Biesheuvelefi/ia64: Use existing helpers to locate ESI table
2020-02-23 Ard Biesheuvelefi: Merge EFI system table revision and vendor checks
2020-02-23 Ard Biesheuvelefi: Make memreserve table handling local to efi.c
2020-02-23 Ard Biesheuvelefi: Move mem_attr_table out of struct efi
2020-02-23 Ard Biesheuvelefi: Make rng_seed table handling local to efi.c
2020-02-23 Ard Biesheuvelefi: Move UGA and PROP table handling to x86 code
2020-02-23 Ard Biesheuvelefi/ia64: Move HCDP and MPS table handling into IA64...
2020-02-23 Ard Biesheuvelefi: Drop handling of 'boot_info' configuration table
2020-02-23 Ard Biesheuvelefi/libstub: Take noinitrd cmdline argument into accoun...
2020-02-23 Ard Biesheuvelefi/libstub: Add support for loading the initrd from...
2020-02-23 Ard Biesheuvelefi/dev-path-parser: Add struct definition for vendor...
2020-02-23 Ard Biesheuvelefi/x86: Replace #ifdefs with IS_ENABLED() checks
2020-02-23 Ard Biesheuvelefi/x86: Reindent struct initializer for legibility
2020-02-23 Heinrich Schuchardtefi/capsule-loader: Drop superfluous assignment
2020-02-23 Heinrich Schuchardtefi/esrt: Clean up efi_esrt_init
2020-02-23 Heinrich Schuchardtefi/libstub: Fix error message in handle_cmdline_files()
2020-02-23 Heinrich Schuchardtefi/libstub: Describe RNG functions
2020-02-23 Heinrich Schuchardtefi/libstub: Describe efi_relocate_kernel()
2020-02-23 Heinrich Schuchardtefi/libstub: Describe memory functions
2020-02-23 Heinrich Schuchardtefi/libstub: Simplify efi_get_memory_map()
2020-02-23 Heinrich Schuchardtefi/libstub: Add function description of efi_allocate_p...
2020-02-23 Ard Biesheuvelefi/libstub: Make the LoadFile EFI protocol accessible
2020-02-23 Ard Biesheuvelefi/libstub: Expose LocateDevicePath boot service
2020-02-23 Ard Biesheuvelefi/libstub: Clean up command line parsing routine
2020-02-23 Ard Biesheuvelefi/libstub: Take soft and hard memory limits into...
2020-02-23 Ard Biesheuvelefi/libstub: Rewrite file I/O routine
2020-02-23 Ard Biesheuvelefi/libstub: Move file I/O support code into separate...
2020-02-23 Ard Biesheuvelefi/libstub: Move get_dram_base() into arm-stub.c
2020-02-23 Ard Biesheuvelefi/libstub: Move efi_random_alloc() into separate...
2020-02-23 Ard Biesheuvelefi/libstub/x86: Permit cmdline data to be allocated...
2020-02-23 Ard Biesheuvelefi/libstub: Move stub specific declarations into efistub.h
2020-02-23 Ard Biesheuvelefi/libstub/x86: Permit bootparams struct to be allocat...
2020-02-23 Ard Biesheuvelefi/libstub: Use consistent type names for file I/O...
2020-02-23 Ard Biesheuvelefi/libstub/x86: Incorporate eboot.c into libstub
2020-02-23 Ard Biesheuvelefi/libstub: Simplify efi_high_alloc() and rename to...
2020-02-23 Ard Biesheuvelefi/libstub: Move memory map handling and allocation...
2020-02-23 Ard Biesheuvelefi/libstub/arm: Relax FDT alignment requirement
2020-02-23 Ard Biesheuvelefi/libstub: Use hidden visibility for all source files
2020-02-23 Linus TorvaldsMerge tag 'for-5.6-rc2-tag' of git://git./linux/kernel...
2020-02-23 Linus TorvaldsMerge tag 'ext4_for_linus_stable' of git://git./linux...
2020-02-23 Linus TorvaldsMerge tag 'csky-for-linus-5.6-rc3' of git://github...
2020-02-23 Oliver UptonKVM: nVMX: Check IO instruction VM-exit conditions
2020-02-23 Oliver UptonKVM: nVMX: Refactor IO bitmap checks into helper function
2020-02-23 Paolo BonziniKVM: nVMX: Don't emulate instructions in guest mode
2020-02-23 Oliver UptonKVM: nVMX: Emulate MTF when performing instruction...
2020-02-23 Li RongQingKVM: fix error handling in svm_hardware_setup
2020-02-23 Geert Uytterhoevencsky: Replace <linux/clk-provider.h> by <linux/of_clk.h>
2020-02-23 Linus TorvaldsMerge tag 'ras-urgent-2020-02-22' of git://git./linux...
2020-02-23 Linus TorvaldsMerge tag 'irq-urgent-2020-02-22' of git://git./linux...
2020-02-23 Linus TorvaldsMerge tag 'x86-urgent-2020-02-22' of git://git./linux...
2020-02-22 Ard Biesheuvelefi/libstub/x86: Avoid overflowing code32_start on...
2020-02-22 Ard Biesheuvelefi/libstub/x86: Remove pointless zeroing of apm_bios_info
2020-02-22 Gustavo A.... efi/apple-properties: Replace zero-length array with...
2020-02-22 Ard Biesheuvelefi/libstub/arm64: Use 1:1 mapping of RT services if...
2020-02-22 Hans de Goedeefi/bgrt: Accept BGRT tables with a version of 0
next