aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi
AgeCommit message (Expand)AuthorFilesLines
2026-08-20efi: apple-properties: validate setup data header lengthPengpeng Hou1-1/+4
2026-08-20efi/runtime-wrappers: retire the worker if a wedged call ever returnsBreno Leitao1-0/+3
2026-08-20efi/runtime-wrappers: honour EFI_RUNTIME_SERVICES in the non-blocking pathsBreno Leitao1-0/+16
2026-08-20efi/runtime-wrappers: bound the wait for EFI runtime service callsBreno Leitao1-1/+18
2026-08-20efi/runtime-wrappers: check EFI_RUNTIME_SERVICES before using efi_rts_workBreno Leitao1-6/+5
2026-08-20efi/runtime-wrappers: handle queue_work() failure with goto exitBreno Leitao1-3/+5
2026-08-20efi/runtime-wrappers: factor out efi_rts_park_worker()Breno Leitao1-1/+14
2026-06-21Merge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-2/+4
2026-06-15Merge tag 'x86-cpu-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2026-06-15Merge tag 'kernel-7.2-rc1.task_exec_state' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-1/+0
2026-05-28riscv: fix building compressed EFI imageDmitry Antipov1-2/+4
2026-05-26exec_state: relocate dumpable informationChristian Brauner (Amutable)1-1/+0
2026-05-23Merge tag 'loongarch-fixes-7.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongsonLinus Torvalds2-0/+20
2026-05-21efi/loongarch: Randomize kernel preferred address for KASLRWANG Rui2-0/+20
2026-05-19efi: sysfb_efi: Extend quirk to cover IdeaPad Duet 3 10IGL5-LTEMarius Hoch1-3/+6
2026-05-19efi: Allocate runtime workqueue before ACPI initArd Biesheuvel1-12/+16
2026-05-06treewide: Explicitly include the x86 CPUID headersAhmed S. Darwish1-0/+1
2026-04-29efi/libstub: Synchronize instruction cache after kernel relocationWANG Rui1-0/+1
2026-04-29efi/loongarch: Implement efi_cache_sync_image()WANG Rui1-0/+5
2026-04-29efi/libstub: Move efi_relocate_kernel() into its only remaining userArd Biesheuvel5-174/+162
2026-04-28efi: pstore: Drop efivar lock when efi_pstore_open() returns with an errorThomas Huth1-1/+3
2026-04-24Merge tag 'loongarch-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongsonLinus Torvalds1-0/+1
2026-04-22LoongArch: Adjust build infrastructure for 32BIT/64BITHuacai Chen1-0/+1
2026-04-18Merge tag 'memblock-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblockLinus Torvalds1-1/+1
2026-04-16Merge tag 'efi-next-for-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efiLinus Torvalds5-37/+52
2026-04-15Merge tag 'wq-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2026-04-14Merge tag 'kbuild-7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linuxLinus Torvalds1-2/+1
2026-04-10efi/capsule-loader: fix incorrect sizeof in phys array reallocationThomas Huth1-1/+1
2026-04-09efi: Tag memblock reservations of boot services regions as RSRV_KERNArd Biesheuvel1-1/+3
2026-04-09efi/memattr: Fix thinko in table size sanity checkArd Biesheuvel1-9/+28
2026-04-08firmware: efi: Never declare sysfb_primary_display on x86Thomas Zimmermann1-1/+1
2026-04-01memblock, treewide: make memblock_free() handle late freeingMike Rapoport (Microsoft)1-1/+1
2026-03-12kbuild: Consolidate C dialect optionsNathan Chancellor1-2/+1
2026-03-11efi: libstub: fix type of fdt 32 and 64bit variablesBen Dooks1-6/+6
2026-03-10efi: Enable BGRT loading under XenMarek Marczykowski-Górecki1-2/+5
2026-03-10efi: make efi_mem_type() and efi_mem_attributes() work on Xen PVMarek Marczykowski-Górecki1-18/+9
2026-02-27efi: Allow to expose the workqueue via sysfsSebastian Andrzej Siewior1-1/+1
2026-02-25x86/efi: defer freeing of boot services memoryMike Rapoport (Microsoft)1-1/+1
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds2-4/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds8-9/+9
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook11-14/+14
2026-02-18efi: Align unaccepted memory range to page boundaryKiryl Shutsemau (Meta)1-2/+8
2026-02-18efi: Fix reservation of unaccepted memory tableKiryl Shutsemau (Meta)1-4/+4
2026-02-18efi: stmm: Constify struct efivar_operationsKrzysztof Kozlowski1-8/+9
2026-02-17efi: export sysfb_primary_display for EDIDArnd Bergmann1-1/+1
2026-02-10Merge tag 'soc-drivers-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-19/+6
2026-02-09Merge tag 'efi-next-for-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efiLinus Torvalds11-163/+245
2026-02-05Merge branch 'acpi-apei'Rafael J. Wysocki2-5/+15
2026-01-21Merge tag 'tee-bus-callback-for-6.20' of git://git.kernel.org/pub/scm/linux/kernel/git/jenswi/linux-tee into soc/driversArnd Bergmann1-19/+6
2026-01-19mm: rename cpu_bitmap field to flexible_arrayMathieu Desnoyers1-1/+1