summaryrefslogtreecommitdiff
path: root/drivers/firmware/google
AgeCommit message (Expand)AuthorFilesLines
2023-12-28firmware: coreboot: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-11-13firmware: coreboot: framebuffer: Avoid invalid zero physical addressAlper Nebi Yasak1-0/+3
2023-08-04firmware: coreboot: framebuffer: Allow building with simpledrmAlper Nebi Yasak1-1/+1
2023-02-24Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-11/+1
2023-02-24Merge tag 'efi-next-for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2023-02-09firmware: coreboot: Remove GOOGLE_COREBOOT_TABLE_ACPI/OF Kconfig entriesDouglas Anderson1-8/+0
2023-01-31firmware: coreboot: framebuffer: Ignore reserved pixel color bitsAlper Nebi Yasak1-3/+1
2023-01-20gsmi: fix null-deref in gsmi_get_variableKhazhismel Kumykov1-3/+4
2023-01-17efi: efivars: drop kobject from efivars_register()Johan Hovold1-1/+1
2023-01-14firmware: coreboot: Check size of table entry and use flex-arrayKees Cook2-2/+8
2022-11-23firmware: google: fix a NULL vs IS_ERR() check in cbmem_entry_probe()Peng Wu1-2/+2
2022-11-21Merge 6.1-rc6 into char-misc-nextGreg Kroah-Hartman1-8/+29
2022-11-10firmware: google: Implement cbmem in sysfs driverJack Rosenthal5-1/+175
2022-11-10firmware: coreboot: Register bus in module initBrian Norris1-8/+29
2022-09-24firmware: google: Test spinlock on panic path to avoid lockupsGuilherme G. Piccoli1-0/+9
2022-03-18firmware: google: Properly state IOMEM dependencyDavid Gow1-1/+1
2021-12-21firmware: Update Kconfig help text for Google firmwareBen Hutchings1-3/+3
2021-07-21bus: Make remove callback return voidUwe Kleine-König1-3/+1
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko1-0/+1
2021-04-02firmware: google: Enable s0ix logging by defaultEvan Green1-5/+9
2021-02-09firmware: google: make coreboot driver's remove callback return voidUwe Kleine-König5-13/+6
2020-11-09firmware: gsmi: Drop the use of dma_pool_* API functionsFurquan Shaikh1-12/+19
2020-09-29efi: gsmi: fix false dependency on CONFIG_EFI_VARSArd Biesheuvel2-5/+5
2020-06-16firmware: google: vpd: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-06-16firmware: google: memconsole: Replace zero-length array with flexible-array m...Gustavo A. R. Silva1-1/+1
2020-01-14firmware: google: Probe for a GSMI handler in firmwareArthur Heymans1-0/+19
2020-01-14firmware: google: Unregister driver_info on failure and exit in gsmiArthur Heymans1-0/+6
2020-01-14firmware: google: Release devices before unregistering the busPatrick Rudolph1-0/+7
2019-10-11firmware: google: increment VPD key_len properlyBrian Norris1-1/+1
2019-09-04firmware: google: check if size is valid when decoding VPD dataHung-Te Lin3-28/+37
2019-06-09Merge 5.2-rc4 into char-misc-nextGreg Kroah-Hartman12-90/+12
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 287Thomas Gleixner10-90/+10
2019-05-24firmware: google: coreboot: Drop unnecessary headersStephen Boyd4-4/+1
2019-05-24firmware: google: memconsole: Drop global func pointerStephen Boyd1-3/+5
2019-05-24firmware: google: memconsole: Drop __iomem on memremap memoryStephen Boyd1-2/+2
2019-05-24firmware: google: memconsole: Use devm_memremap()Stephen Boyd1-6/+3
2019-05-24firmware: google: Add a module_coreboot_driver() macro and use itStephen Boyd4-39/+13
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-03-27firmware: vpd: Drop __iomem usage for memremap() memoryStephen Boyd1-2/+2
2018-10-15gsmi: Add GSMI commands to log S0ix infoFurquan Shaikh1-1/+92
2018-10-15gsmi: Remove autoselected dependency on EFI and EFI_VARSDuncan Laurie2-7/+15
2018-10-15gsmi: Add coreboot to list of matching BIOS vendorsDuncan Laurie1-0/+6
2018-10-15gsmi: Fix bug in append_to_eventlog sysfs handlerDuncan Laurie1-3/+2
2018-09-25firmware: vpd: fix spelling mistake "partion" -> "partition"Colin Ian King1-1/+1
2018-09-14firmware: coreboot: Only populate devices in coreboot_table_init()Stephen Boyd1-38/+29
2018-09-14firmware: coreboot: Remap RAM with memremap() instead of ioremap()Stephen Boyd1-21/+19
2018-09-14firmware: coreboot: Collapse platform drivers into bus coreStephen Boyd6-176/+72
2018-09-14firmware: coreboot: Make bus registration symmetricStephen Boyd1-6/+8
2018-09-14firmware: coreboot: Unmap ioregion after device populationStephen Boyd1-3/+4