summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* efi: Put Linux specific magic number in the DOS headerArd Biesheuvel2022-12-054-3/+13
* efi: libstub: Always enable initrd command line loader and bump versionArd Biesheuvel2022-12-013-18/+2
* efi: stub: use random seed from EFI variableJason A. Donenfeld2022-12-011-16/+52
* efi: vars: prohibit reading random seed variablesJason A. Donenfeld2022-12-012-0/+7
* efi: random: combine bootloader provided RNG seed with RNG protocol outputArd Biesheuvel2022-11-184-10/+40
* efi/cper, cxl: Decode CXL Error LogSmita Koralahalli2022-11-182-0/+49
* efi/cper, cxl: Decode CXL Protocol Error SectionSmita Koralahalli2022-11-184-1/+228
* efi: libstub: fix efi_load_initrd_dev_path() kernel-doc commentJialin Zhang2022-11-181-2/+2
* efi: x86: Move EFI runtime map sysfs code to arch/x86Ard Biesheuvel2022-11-188-47/+39
* efi: runtime-maps: Clarify purpose and enable by default for kexecArd Biesheuvel2022-11-181-6/+6
* efi: pstore: Add module parameter for setting the record sizeGuilherme G. Piccoli2022-11-181-6/+17
* efi: xen: Set EFI_PARAVIRT for Xen dom0 boot on all architecturesArd Biesheuvel2022-11-184-6/+12
* efi: memmap: Move manipulation routines into x86 arch treeArd Biesheuvel2022-11-185-240/+261
* efi: memmap: Move EFI fake memmap support into x86 arch treeArd Biesheuvel2022-11-1810-120/+103
* efi: libstub: Undeprecate the command line initrd loaderArd Biesheuvel2022-11-181-5/+8
* efi: libstub: Add mixed mode support to command line initrd loaderArd Biesheuvel2022-11-184-43/+83
* efi: libstub: Permit mixed mode return types other than efi_status_tArd Biesheuvel2022-11-183-47/+44
* efi: libstub: Implement devicepath support for initrd commandline loaderArd Biesheuvel2022-11-183-12/+87
* efi: libstub: use EFI_LOADER_CODE region when moving the kernel in memoryArd Biesheuvel2022-11-185-9/+16
* Merge tag 'efi-zboot-direct-for-v6.2' into efi/nextArd Biesheuvel2022-11-1836-923/+983
|\
| * efi: libstub: Merge zboot decompressor with the ordinary stubArd Biesheuvel2022-11-093-229/+74
| * efi/loongarch: libstub: Split off kernel image relocation for builtin stubArd Biesheuvel2022-11-093-67/+82
| * efi/loongarch: Don't jump to kernel entry via the old imageArd Biesheuvel2022-11-092-9/+26
| * efi/arm64: libstub: Split off kernel image relocation for builtin stubArd Biesheuvel2022-11-095-29/+76
| * efi/riscv: libstub: Split off kernel image relocation for builtin stubArd Biesheuvel2022-11-094-75/+108
| * efi: libstub: Factor out min alignment and preferred kernel load addressArd Biesheuvel2022-11-096-23/+39
| * efi: libstub: Add image code and data size to the zimage metadataArd Biesheuvel2022-11-092-13/+11
| * efi: libstub: Factor out EFI stub entrypoint into separate fileArd Biesheuvel2022-11-094-64/+100
| * efi: libstub: Provide local implementations of strrchr() and memchr()Ard Biesheuvel2022-11-094-6/+64
| * efi: libstub: Move screen_info handling to common codeArd Biesheuvel2022-11-0914-94/+121
| * efi: loongarch: Drop exports of unused string routinesArd Biesheuvel2022-11-091-5/+0
| * efi: libstub: Enable efi_printk() in zboot decompressorArd Biesheuvel2022-11-098-173/+198
| * efi: libstub: Clone memcmp() into the stubArd Biesheuvel2022-11-095-13/+19
| * efi: libstub: Use local strncmp() implementation unconditionallyArd Biesheuvel2022-11-093-4/+0
| * MAINTAINERS: adjust entry after arm64 efi-entry.S file movementLukas Bulwahn2022-11-091-1/+0
| * arm64: efi: Move efi-entry.S into the libstub source directoryArd Biesheuvel2022-11-093-14/+3
| * arm64: efi: Avoid dcache_clean_poc() altogether in efi_enter_kernel()Ard Biesheuvel2022-11-091-28/+29
| * arm64: efi: Move dcache cleaning of loaded image out of efi_enter_kernel()Ard Biesheuvel2022-11-093-11/+9
| * efi: libstub: Deduplicate ftrace command line argument filteringArd Biesheuvel2022-11-091-9/+10
| * efi: libstub: Drop handling of EFI properties tableArd Biesheuvel2022-11-091-13/+0
| * efi: libstub: Drop randomization of runtime memory mapArd Biesheuvel2022-11-091-29/+0
* | Linux 6.1-rc5v6.1-rc5Linus Torvalds2022-11-131-1/+1
* | Merge tag 'mips-fixes_6.1_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-11-138-21/+26
|\ \
| * | MIPS: pic32: treat port as signed integerJason A. Donenfeld2022-11-113-9/+8
| * | MIPS: jump_label: Fix compat branch range checkJiaxun Yang2022-11-111-1/+1
| * | mips: alchemy: gpio: Include the right headerLinus Walleij2022-11-111-1/+1
| * | MIPS: Loongson64: Add WARN_ON on kexec related kmalloc failedLiao Chang2022-11-111-0/+10
| * | MIPS: fix duplicate definitions for exported symbolsRongwei Zhang2022-11-111-10/+5
| * | mips: boot/compressed: use __NO_FORTIFYJohn Thomson2022-11-111-0/+1
| |/
* | Merge tag 'efi-fixes-for-v6.1-3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-11-136-20/+128
|\ \