summaryrefslogtreecommitdiffstats
path: root/drivers/firmware
AgeCommit message (Expand)AuthorLines
2023-02-03efi/cper, cxl: Remove cxl_err.hDan Williams-1/+11
2023-02-03Merge tag 'efi-fixes-for-v6.2-3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+3
2023-02-03efi: Use standard format for printing the EFI revisionArd Biesheuvel-4/+9
2023-02-03efi: Drop minimum EFI version check at bootArd Biesheuvel-9/+2
2023-02-03efi: zboot: Use EFI protocol to remap code/data with the right attributesArd Biesheuvel-0/+72
2023-02-03efi: fix potential NULL deref in efi_mem_reserve_persistentAnton Gusev-0/+2
2023-02-02efi: Accept version 2 of memory attributes tableArd Biesheuvel-1/+1
2023-02-01Merge tag 'zynqmp-soc-for-v6.3' of https://github.com/Xilinx/linux-xlnx into ...Arnd Bergmann-2/+25
2023-01-31cpuidle: drivers: firmware: psci: Dont instrument suspend codeMark Rutland-12/+19
2023-01-31Merge tag 'v6.2-rc6' into sched/core, to pick up fixesIngo Molnar-12/+36
2023-01-31firmware: coreboot: framebuffer: Ignore reserved pixel color bitsAlper Nebi Yasak-3/+1
2023-01-31Merge v6.2-rc6 into drm-nextDaniel Vetter-12/+36
2023-01-30Merge tag 'amlogic-drivers-for-v6.3' of https://git.kernel.org/pub/scm/linux/...Arnd Bergmann-1/+1
2023-01-30efi/libstub: Add memory attribute protocol definitionsEvgeniy Baskov-0/+20
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman-2/+2
2023-01-26efi: efivars: prevent double registrationJohan Hovold-2/+11
2023-01-26efi: verify that variable services are supportedJohan Hovold-0/+22
2023-01-24efi: arm64: enter with MMU and caches enabledArd Biesheuvel-83/+55
2023-01-23efi: efivars: add efivars printk prefixJohan Hovold-1/+3
2023-01-23efi: Warn if trying to reserve memory under XenDemi Marie Obenour-0/+4
2023-01-23efi: Actually enable the ESRT under XenDemi Marie Obenour-2/+4
2023-01-23efi: Apply allowlist to EFI configuration tables when running under XenDemi Marie Obenour-3/+10
2023-01-22efi: xen: Implement memory descriptor lookup based on hypercallDemi Marie Obenour-1/+4
2023-01-22efi: memmap: Disregard bogus entries instead of returning themDemi Marie Obenour-8/+7
2023-01-22Merge 6.2-rc5 into char-misc-nextGreg Kroah-Hartman-7/+18
2023-01-21Merge tag 'char-misc-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-3/+4
2023-01-20Merge tag 'soc-fixes-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/so...Linus Torvalds-4/+14
2023-01-20firmware: dmi-sysfs: Fix null-ptr-deref in dmi_sysfs_register_handleChen Zhongjin-5/+5
2023-01-20gsmi: fix null-deref in gsmi_get_variableKhazhismel Kumykov-3/+4
2023-01-20firmware: dmi-sysfs: make pr_info messages rate limitedColin Ian King-2/+2
2023-01-20firmware: stratix10-svc: fix error handle while alloc/add device failedYang Yingliang-3/+6
2023-01-20firmware: stratix10-svc: add missing gen_pool_destroy() in stratix10_svc_drv_...Yang Yingliang-5/+11
2023-01-20firmware: arm_scmi: Add per-channel raw injection supportCristian Marussi-24/+174
2023-01-20firmware: arm_scmi: Add the raw mode co-existence supportCristian Marussi-6/+28
2023-01-20firmware: arm_scmi: Call raw mode hooks from the core stackCristian Marussi-0/+63
2023-01-20firmware: arm_scmi: Reject SCMI drivers when configured in raw modeCristian Marussi-0/+6
2023-01-20firmware: arm_scmi: Add core raw transmission supportCristian Marussi-2/+1372
2023-01-20firmware: arm_scmi: Populate a common SCMI debugfs rootCristian Marussi-0/+127
2023-01-20include: trace: Add platform and channel instance referencesCristian Marussi-8/+12
2023-01-20firmware: arm_scmi: Add internal platform/channel identifiersCristian Marussi-2/+18
2023-01-20firmware: arm_scmi: Move errors defs and code to common.hCristian Marussi-40/+40
2023-01-20firmware: arm_scmi: Add xfer helpers to provide raw accessCristian Marussi-0/+159
2023-01-20firmware: arm_scmi: Add flags field to xferCristian Marussi-0/+4
2023-01-20firmware: arm_scmi: Refactor scmi_wait_for_message_responseCristian Marussi-24/+33
2023-01-20firmware: arm_scmi: Refactor polling helpersCristian Marussi-25/+27
2023-01-20firmware: arm_scmi: Refactor xfer in-flight registration routinesCristian Marussi-34/+68
2023-01-19firmware: arm_scmi: Split bus and driver into distinct modulesCristian Marussi-12/+19
2023-01-19firmware: arm_scmi: Introduce a new lifecycle for protocol devicesCristian Marussi-0/+45
2023-01-19firmware: arm_scmi: Refactor device create/destroy helpersCristian Marussi-17/+141
2023-01-19firmware: arm_scmi: Move handle get/set helpersCristian Marussi-31/+25