summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86_boot_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-1316-511/+546
|\
| * x86/boot: Remove x86_32 PIC using %ebx workaroundUros Bizjak2022-11-291-12/+3
| * x86/boot: Skip realmode init code when running as Xen PV guestJuergen Gross2022-11-256-3/+17
| * x86/efi: Make the deprecated EFI handover protocol optionalArd Biesheuvel2022-11-244-2/+23
| * x86/boot/compressed: Only build mem_encrypt.S if AMD_MEM_ENCRYPT=yArd Biesheuvel2022-11-242-3/+1
| * x86/boot/compressed: Adhere to calling convention in get_sev_encryption_bit()Ard Biesheuvel2022-11-242-12/+3
| * x86/boot/compressed: Move startup32_check_sev_cbit() out of head_64.SArd Biesheuvel2022-11-242-71/+68
| * x86/boot/compressed: Move startup32_check_sev_cbit() into .textArd Biesheuvel2022-11-241-16/+19
| * x86/boot/compressed: Move startup32_load_idt() out of head_64.SArd Biesheuvel2022-11-242-73/+71
| * x86/boot/compressed: Move startup32_load_idt() into .text sectionArd Biesheuvel2022-11-241-11/+20
| * x86/boot/compressed: Pull global variable reference into startup32_load_idt()Ard Biesheuvel2022-11-241-12/+8
| * x86/boot/compressed: Avoid touching ECX in startup32_set_idt_entry()Ard Biesheuvel2022-11-241-6/+2
| * x86/boot/compressed: Simplify IDT/GDT preserve/restore in the EFI thunkArd Biesheuvel2022-11-241-13/+7
| * x86/boot/compressed, efi: Merge multiple definitions of image_offset into oneArd Biesheuvel2022-11-242-8/+0
| * x86/boot/compressed: Move efi32_pe_entry() out of head_64.SArd Biesheuvel2022-11-222-86/+83
| * x86/boot/compressed: Move efi32_entry out of head_64.SArd Biesheuvel2022-11-222-55/+47
| * x86/boot/compressed: Move efi32_pe_entry into .text sectionArd Biesheuvel2022-11-221-6/+5
| * x86/boot/compressed: Move bootargs parsing out of 32-bit startup codeArd Biesheuvel2022-11-222-20/+47
| * x86/boot/compressed: Move 32-bit entrypoint code into .text sectionArd Biesheuvel2022-11-221-14/+34
| * x86/boot/compressed: Rename efi_thunk_64.S to efi-mixed.SArd Biesheuvel2022-11-222-3/+3
* | Merge tag 'x86_asm_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-12-133-187/+201
|\ \
| * | x86/mem: Move memmove to out of line assemblerNick Desaulniers2022-11-013-187/+201
* | | Merge tag 'efi-next-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-1325-190/+910
|\ \ \
| * | | arm64: efi: Recover from synchronous exceptions occurring in firmwareArd Biesheuvel2022-12-084-5/+61
| * | | arm64: efi: Execute runtime services from a dedicated stackArd Biesheuvel2022-12-083-1/+42
| * | | arm64: efi: Limit allocations to 48-bit addressable physical regionArd Biesheuvel2022-12-071-0/+1
| * | | Merge tag 'v6.1-rc8' into efi/nextArd Biesheuvel2022-12-07131-494/+736
| |\ \ \
| * | | | efi: Put Linux specific magic number in the DOS headerArd Biesheuvel2022-12-052-2/+4
| * | | | efi: x86: Move EFI runtime map sysfs code to arch/x86Ard Biesheuvel2022-11-184-0/+228
| * | | | efi: xen: Set EFI_PARAVIRT for Xen dom0 boot on all architecturesArd Biesheuvel2022-11-182-3/+8
| * | | | efi: memmap: Move manipulation routines into x86 arch treeArd Biesheuvel2022-11-183-1/+250
| * | | | efi: memmap: Move EFI fake memmap support into x86 arch treeArd Biesheuvel2022-11-185-0/+224
| * | | | efi: libstub: Add mixed mode support to command line initrd loaderArd Biesheuvel2022-11-181-0/+11
| * | | | efi: libstub: Permit mixed mode return types other than efi_status_tArd Biesheuvel2022-11-182-41/+30
| * | | | Merge tag 'efi-zboot-direct-for-v6.2' into efi/nextArd Biesheuvel2022-11-1811-143/+57
| |\ \ \ \
| | * | | | efi/loongarch: Don't jump to kernel entry via the old imageArd Biesheuvel2022-11-091-0/+2
| | * | | | efi/riscv: libstub: Split off kernel image relocation for builtin stubArd Biesheuvel2022-11-091-0/+2
| | * | | | efi: libstub: Factor out min alignment and preferred kernel load addressArd Biesheuvel2022-11-093-0/+33
| | * | | | efi: libstub: Provide local implementations of strrchr() and memchr()Ard Biesheuvel2022-11-092-5/+0
| | * | | | efi: libstub: Move screen_info handling to common codeArd Biesheuvel2022-11-096-52/+27
| | * | | | efi: loongarch: Drop exports of unused string routinesArd Biesheuvel2022-11-091-5/+0
| | * | | | efi: libstub: Enable efi_printk() in zboot decompressorArd Biesheuvel2022-11-093-6/+0
| | * | | | efi: libstub: Clone memcmp() into the stubArd Biesheuvel2022-11-093-3/+0
| | * | | | efi: libstub: Use local strncmp() implementation unconditionallyArd Biesheuvel2022-11-092-2/+0
| | * | | | arm64: efi: Move efi-entry.S into the libstub source directoryArd Biesheuvel2022-11-092-69/+1
| | * | | | 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-092-10/+0
* | | | | | Merge tag 'input-for-v6.2-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-133-6/+7
|\ \ \ \ \ \
| * | | | | | ARM: s3c64xx: include header defining input event codesDmitry Torokhov2022-10-281-0/+1
| * | | | | | ARM: dts: imx6qdl-sabre*: fix Egalax touchscreen propertiesDmitry Torokhov2022-10-242-6/+6