summaryrefslogtreecommitdiffstats
path: root/drivers/firmware
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'efi-next-for-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-01-0910-9/+912
|\
| * efi: memmap: fix kernel-doc warningsRandy Dunlap2023-12-221-3/+5
| * efi/loongarch: Directly position the loaded image fileWang Yao2023-12-193-6/+13
| * Merge branch 'efi/urgent' into efi/nextArd Biesheuvel2023-12-194-13/+30
| |\
| * | efivarfs: automatically update super block flagMasahisa Kojima2023-12-112-0/+14
| * | efi: Add tee-based EFI variable driverMasahisa Kojima2023-12-114-0/+868
| * | efi: expose efivar generic ops register functionMasahisa Kojima2023-12-111-0/+12
* | | Merge tag 'tag-chrome-platform-firmware-for-v6.8' of git://git.kernel.org/pub...Linus Torvalds2024-01-092-3/+5
|\ \ \
| * | | firmware: coreboot: Convert to platform remove callback returning voidUwe Kleine-König2023-12-281-3/+2
| * | | firmware: coreboot: framebuffer: Avoid invalid zero physical addressAlper Nebi Yasak2023-11-131-0/+3
* | | | Merge tag 'acpi-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2024-01-091-5/+2
|\ \ \ \
| * \ \ \ Merge branch 'acpi-utils'Rafael J. Wysocki2024-01-041-5/+2
| |\ \ \ \
| | * | | | efi: dev-path-parser: use acpi_dev_uid_match() for matching _UIDRaag Jadav2023-12-061-5/+2
* | | | | | Merge tag 'x86-asm-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-01-081-2/+2
|\ \ \ \ \ \
| * | | | | | x86/asm: Always set A (accessed) flag in GDT descriptorsVegard Nossum2023-12-201-2/+2
| * | | | | | x86/asm: Replace magic numbers in GDT descriptors, script-generated changeVegard Nossum2023-12-201-2/+2
| |/ / / / /
* | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2024-01-081-2/+2
|\ \ \ \ \ \
| * | | | | | efi/libstub: zboot: do not use $(shell ...) in cmd_copy_and_padMasahiro Yamada2023-12-191-2/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'efi-urgent-for-v6.7-3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-01-031-0/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | efi/x86: Fix the missing KASLR_FLAG bit in boot_params->hdr.loadflagsYuntao Wang2024-01-021-0/+2
| | |_|_|/ | |/| | |
* | | | | Merge tag 'efi-urgent-for-v6.7-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-12-133-12/+29
|\| | | |
| * | | | efi/x86: Avoid physical KASLR on older Dell systemsArd Biesheuvel2023-12-111-7/+24
| * | | | efi/loongarch: Use load address to calculate kernel entry addressWang Yao2023-12-112-5/+5
| | |/ / | |/| |
* | | | Merge tag 'soc-fixes-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-12-082-32/+56
|\ \ \ \ | |/ / / |/| | |
| * | | Merge tag 'ffa-fixes-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/su...Arnd Bergmann2023-12-061-24/+46
| |\ \ \
| | * | | firmware: arm_ffa: Fix ffa_notification_info_get() IDs handlingLorenzo Pieralisi2023-11-131-2/+2
| | * | | firmware: arm_ffa: Fix the size of the allocation in ffa_partitions_cleanup()Sudeep Holla2023-11-131-1/+1
| | * | | firmware: arm_ffa: Fix FFA notifications cleanup pathSudeep Holla2023-11-131-4/+12
| | * | | firmware: arm_ffa: Add checks for the notification enabled stateSudeep Holla2023-11-131-0/+17
| | * | | firmware: arm_ffa: Setup the partitions after the notification initialisationSudeep Holla2023-11-131-7/+8
| | * | | firmware: arm_ffa: Allow FF-A initialisation even when notification failsSudeep Holla2023-11-131-12/+8
| | | |/ | | |/|
| * | | Merge tag 'scmi-fixes-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Arnd Bergmann2023-12-061-8/+10
| |\ \ \ | | |_|/ | |/| |
| | * | firmware: arm_scmi: Fix possible frequency truncation when using level indexi...Sudeep Holla2023-12-041-5/+7
| | * | firmware: arm_scmi: Fix frequency truncation by promoting multiplier typeSudeep Holla2023-12-041-3/+3
| | |/
* | / efi/unaccepted: Fix off-by-one when checking for overlapping rangesMichael Roth2023-11-281-1/+1
|/ /
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2023-11-162-2/+2
|\ \ | |/ |/|
| * riscv, qemu_fw_cfg: Add support for RISC-V architectureBjörn Töpel2023-11-012-2/+2
* | Merge tag 'riscv-for-linus-6.7-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-11-101-1/+1
|\ \
| * | riscv: Optimize bitops with Zbb extensionXiao Wang2023-11-091-1/+1
* | | Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-11-032-2/+20
|\ \ \
| * | | efi: move screen_info into efi init codeArnd Bergmann2023-10-172-2/+20
| * | | vgacon: clean up global screen_info instancesArnd Bergmann2023-10-171-1/+0
| * | | vgacon: remove screen_info dependencyArnd Bergmann2023-10-171-1/+1
* | | | Merge tag 'char-misc-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-11-031-1/+1
|\ \ \ \
| * | | | firmware: xilinx: Move EXPORT_SYMBOL_GPL next to zynqmp_pm_feature definitionRajan Vaja2023-10-271-1/+1
| |/ / /
* | | | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-021-0/+20
|\ \ \ \
| * | | | efi/unaccepted: do not let /proc/vmcore try to access unaccepted memoryAdrian Hunter2023-10-041-0/+20
| |/ / /
* | | | Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-016-283/+4
|\ \ \ \
| * | | | arch: Remove Itanium (IA-64) architectureArd Biesheuvel2023-09-116-283/+4
| | |/ / | |/| |
* | | | Merge tag 'soc-drivers-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-0125-376/+2806
|\ \ \ \