summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2020-02-26Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi...Ingo Molnar27-1382/+543
2020-02-25Merge tag 'riscv-for-linux-5.6-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-24/+53
2020-02-25Merge branch 'mips-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mi...Linus Torvalds6-25/+49
2020-02-25riscv: adjust the indentZong Li1-11/+15
2020-02-25riscv: allocate a complete page size for each page tableZong Li1-11/+16
2020-02-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds17-106/+264
2020-02-23efi/libstub: Introduce symbolic constants for the stub major/minor versionArd Biesheuvel3-6/+6
2020-02-23efi/x86: Use symbolic constants in PE header instead of bare numbersArd Biesheuvel1-30/+32
2020-02-23x86/ima: Use EFI GetVariable only when availableArd Biesheuvel1-1/+1
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 Biesheuvel1-2/+57
2020-02-23efi/libstub/x86: Use Exit() boot service to exit the stub on errorsArd Biesheuvel1-0/+8
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 Biesheuvel1-73/+14
2020-02-23efi: Add 'runtime' pointer to struct efiArd Biesheuvel6-20/+45
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 Biesheuvel4-15/+53
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 Biesheuvel2-5/+4
2020-02-23efi: Make efi_config_init() x86 onlyArd Biesheuvel1-0/+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 Biesheuvel2-56/+13
2020-02-23efi: Move mem_attr_table out of struct efiArd Biesheuvel1-1/+1
2020-02-23efi: Move UGA and PROP table handling to x86 codeArd Biesheuvel1-2/+30
2020-02-23efi/ia64: Move HCDP and MPS table handling into IA64 arch codeArd Biesheuvel2-2/+13
2020-02-23efi: Drop handling of 'boot_info' configuration tableArd Biesheuvel1-1/+0
2020-02-23efi/x86: Replace #ifdefs with IS_ENABLED() checksArd Biesheuvel1-7/+4
2020-02-23efi/x86: Reindent struct initializer for legibilityArd Biesheuvel1-5/+5
2020-02-23efi/libstub: Make the LoadFile EFI protocol accessibleArd Biesheuvel1-0/+4
2020-02-23efi/libstub: Expose LocateDevicePath boot serviceArd Biesheuvel1-0/+3
2020-02-23efi/libstub: Clean up command line parsing routineArd Biesheuvel1-0/+1
2020-02-23efi/libstub/x86: Permit cmdline data to be allocated above 4 GBArd Biesheuvel1-2/+0
2020-02-23efi/libstub/x86: Incorporate eboot.c into libstubArd Biesheuvel3-812/+1
2020-02-23efi/libstub/arm: Relax FDT alignment requirementArd Biesheuvel1-7/+0
2020-02-23efi/libstub: Use hidden visibility for all source filesArd Biesheuvel1-3/+0
2020-02-23Merge tag 'csky-for-linus-5.6-rc3' of git://github.com/c-sky/csky-linuxLinus Torvalds33-164/+662
2020-02-23KVM: nVMX: Check IO instruction VM-exit conditionsOliver Upton2-7/+52
2020-02-23KVM: nVMX: Refactor IO bitmap checks into helper functionOliver Upton2-14/+27
2020-02-23KVM: nVMX: Don't emulate instructions in guest modePaolo Bonzini1-1/+1
2020-02-23KVM: nVMX: Emulate MTF when performing instruction emulationOliver Upton8-2/+83
2020-02-23KVM: fix error handling in svm_hardware_setupLi RongQing1-21/+20
2020-02-23csky: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven1-1/+1
2020-02-23Merge tag 'ras-urgent-2020-02-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-23/+27
2020-02-23Merge tag 'x86-urgent-2020-02-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-3/+16
2020-02-23efi/libstub/x86: Avoid overflowing code32_start on PE entryArd Biesheuvel1-22/+18
2020-02-23efi/libstub/x86: Remove pointless zeroing of apm_bios_infoArd Biesheuvel1-5/+0
2020-02-23efi/x86: Mark setup_graphics staticArvind Sankar1-1/+1