summaryrefslogtreecommitdiffstats
path: root/Documentation/admin-guide/blockdev (unfollow)
Commit message (Expand)AuthorFilesLines
2020-03-03efi: Export boot-services code and data as debugfs-blobsHans de Goede4-0/+63
2020-02-29x86/boot/compressed: Fix reloading of GDTR post-relocationArvind Sankar2-7/+6
2020-02-29efi: Mark all EFI runtime services as unsupported on non-EFI bootArd Biesheuvel1-3/+3
2020-02-29efi/arm64: Clean EFI stub exit code from cache instead of avoiding itArd Biesheuvel2-15/+15
2020-02-29efi/arm: Clean EFI stub exit code from cache instead of avoiding itArd Biesheuvel1-10/+8
2020-02-29efi: Don't shadow 'i' in efi_config_parse_tables()Heinrich Schuchardt1-1/+0
2020-02-29efi/x86: Add RNG seed EFI table to unencrypted mapping checkTom Lendacky3-8/+13
2020-02-29efi/x86: Add TPM related EFI tables to unencrypted mapping checksTom Lendacky1-0/+2
2020-02-25MAINTAINERS: Hand MIPS over to ThomasPaul Burton2-4/+7
2020-02-24riscv: adjust the indentZong Li1-11/+15
2020-02-24riscv: allocate a complete page size for each page tableZong Li1-11/+16
2020-02-24floppy: check FDC index for errors before assigning itLinus Torvalds1-2/+5
2020-02-24KVM: s390: rstify new ioctls in api.rstChristian Borntraeger1-15/+18
2020-02-24Linux 5.6-rc3v5.6-rc3Linus Torvalds1-1/+1
2020-02-23efi: Bump the Linux EFI stub major version number to #1Ard Biesheuvel1-1/+19
2020-02-23efi/libstub: Introduce symbolic constants for the stub major/minor versionArd Biesheuvel4-6/+9
2020-02-23efi/x86: Use symbolic constants in PE header instead of bare numbersArd Biesheuvel1-30/+32
2020-02-23integrity: Check properly whether EFI GetVariable() is availableArd Biesheuvel1-1/+1
2020-02-23x86/ima: Use EFI GetVariable only when availableArd Biesheuvel1-1/+1
2020-02-23efi: Use EFI ResetSystem only when availableArd Biesheuvel1-2/+2
2020-02-23scsi: iscsi: Use EFI GetVariable only when availableArd Biesheuvel1-1/+1
2020-02-23infiniband: hfi1: Use EFI GetVariable only when availableArd Biesheuvel1-1/+1
2020-02-23efi: Register EFI rtc platform device only when availableArd Biesheuvel3-39/+3
2020-02-23efi: Use more granular check for availability for variable servicesArd Biesheuvel4-23/+11
2020-02-23efi: Add support for EFI_RT_PROPERTIES tableArd Biesheuvel2-0/+21
2020-02-23efi: Store mask of supported runtime services in struct efiArd Biesheuvel2-10/+48
2020-02-23efi/arm: Rewrite FDT param discovery routinesArd Biesheuvel1-121/+89
2020-02-23efi/arm: Move FDT specific definitions into fdtparams.cArd Biesheuvel3-27/+30
2020-02-23efi/arm: Move FDT param discovery code out of efi.cArd Biesheuvel3-135/+143
2020-02-23efi/x86: Add true mixed mode entry point into .compat sectionArd Biesheuvel3-3/+69
2020-02-23efi/x86: Implement mixed mode boot without the handover protocolArd Biesheuvel2-15/+73
2020-02-23efi/libstub/x86: Use Exit() boot service to exit the stub on errorsArd Biesheuvel3-8/+25
2020-02-23efi/libstub/x86: Make loaded_image protocol handling mixed mode safeArd Biesheuvel3-18/+35
2020-02-23efi/x86: Drop redundant .bss sectionArd Biesheuvel2-44/+13
2020-02-23efi/x86: add headroom to decompressor BSS to account for setup blockArd Biesheuvel1-1/+1
2020-02-23efi/x86: Drop 'systab' member from struct efiArd Biesheuvel2-98/+41
2020-02-23efi/arm: Drop unnecessary references to efi.systabArd Biesheuvel2-37/+14
2020-02-23efi: Add 'runtime' pointer to struct efiArd Biesheuvel9-22/+49
2020-02-23efi/x86: Merge assignments of efi.runtime_versionArd Biesheuvel1-17/+2
2020-02-23efi/x86: Make fw_vendor, config_table and runtime sysfs nodes x86 specificArd Biesheuvel7-55/+59
2020-02-23efi/x86: Remove runtime table address from kexec EFI setup dataArd Biesheuvel3-5/+1
2020-02-23efi: Clean up config_parse_tables()Ard Biesheuvel5-34/+32
2020-02-23efi: Make efi_config_init() x86 onlyArd Biesheuvel3-32/+30
2020-02-23efi/ia64: Switch to efi_config_parse_tables()Ard Biesheuvel1-1/+4
2020-02-23efi/ia64: Use local variable for EFI system table addressArd Biesheuvel1-5/+6
2020-02-23efi/ia64: Use existing helpers to locate ESI tableArd Biesheuvel2-17/+10
2020-02-23efi: Merge EFI system table revision and vendor checksArd Biesheuvel5-83/+83
2020-02-23efi: Make memreserve table handling local to efi.cArd Biesheuvel2-7/+6
2020-02-23efi: Move mem_attr_table out of struct efiArd Biesheuvel4-10/+11
2020-02-23efi: Make rng_seed table handling local to efi.cArd Biesheuvel2-12/+10