summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/google
AgeCommit message (Expand)AuthorLines
2023-02-24Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-11/+1
2023-02-23Merge tag 'efi-next-for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2023-02-09firmware: coreboot: Remove GOOGLE_COREBOOT_TABLE_ACPI/OF Kconfig entriesDouglas Anderson-8/+0
2023-01-31firmware: coreboot: framebuffer: Ignore reserved pixel color bitsAlper Nebi Yasak-3/+1
2023-01-20gsmi: fix null-deref in gsmi_get_variableKhazhismel Kumykov-3/+4
2023-01-17efi: efivars: drop kobject from efivars_register()Johan Hovold-1/+1
2023-01-13firmware: coreboot: Check size of table entry and use flex-arrayKees Cook-2/+8
2022-11-23firmware: google: fix a NULL vs IS_ERR() check in cbmem_entry_probe()Peng Wu-2/+2
2022-11-21Merge 6.1-rc6 into char-misc-nextGreg Kroah-Hartman-8/+29
2022-11-10firmware: google: Implement cbmem in sysfs driverJack Rosenthal-1/+175
2022-11-10firmware: coreboot: Register bus in module initBrian Norris-8/+29
2022-09-24firmware: google: Test spinlock on panic path to avoid lockupsGuilherme G. Piccoli-0/+9
2022-03-18firmware: google: Properly state IOMEM dependencyDavid Gow-1/+1
2021-12-21firmware: Update Kconfig help text for Google firmwareBen Hutchings-3/+3
2021-07-21bus: Make remove callback return voidUwe Kleine-König-3/+1
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko-0/+1
2021-04-02firmware: google: Enable s0ix logging by defaultEvan Green-5/+9
2021-02-09firmware: google: make coreboot driver's remove callback return voidUwe Kleine-König-13/+6
2020-11-09firmware: gsmi: Drop the use of dma_pool_* API functionsFurquan Shaikh-12/+19
2020-09-29efi: gsmi: fix false dependency on CONFIG_EFI_VARSArd Biesheuvel-5/+5
2020-06-15firmware: google: vpd: Replace zero-length array with flexible-array memberGustavo A. R. Silva-1/+1
2020-06-15firmware: google: memconsole: Replace zero-length array with flexible-array m...Gustavo A. R. Silva-1/+1
2020-01-14firmware: google: Probe for a GSMI handler in firmwareArthur Heymans-0/+19
2020-01-14firmware: google: Unregister driver_info on failure and exit in gsmiArthur Heymans-0/+6
2020-01-14firmware: google: Release devices before unregistering the busPatrick Rudolph-0/+7
2019-10-11firmware: google: increment VPD key_len properlyBrian Norris-1/+1
2019-09-04firmware: google: check if size is valid when decoding VPD dataHung-Te Lin-28/+37
2019-06-09Merge 5.2-rc4 into char-misc-nextGreg Kroah-Hartman-90/+12
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 287Thomas Gleixner-90/+10
2019-05-24firmware: google: coreboot: Drop unnecessary headersStephen Boyd-4/+1
2019-05-24firmware: google: memconsole: Drop global func pointerStephen Boyd-3/+5
2019-05-24firmware: google: memconsole: Drop __iomem on memremap memoryStephen Boyd-2/+2
2019-05-24firmware: google: memconsole: Use devm_memremap()Stephen Boyd-6/+3
2019-05-24firmware: google: Add a module_coreboot_driver() macro and use itStephen Boyd-39/+13
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner-0/+1
2019-03-28firmware: vpd: Drop __iomem usage for memremap() memoryStephen Boyd-2/+2
2018-10-15gsmi: Add GSMI commands to log S0ix infoFurquan Shaikh-1/+92
2018-10-15gsmi: Remove autoselected dependency on EFI and EFI_VARSDuncan Laurie-7/+15
2018-10-15gsmi: Add coreboot to list of matching BIOS vendorsDuncan Laurie-0/+6
2018-10-15gsmi: Fix bug in append_to_eventlog sysfs handlerDuncan Laurie-3/+2
2018-09-25firmware: vpd: fix spelling mistake "partion" -> "partition"Colin Ian King-1/+1
2018-09-14firmware: coreboot: Only populate devices in coreboot_table_init()Stephen Boyd-38/+29
2018-09-14firmware: coreboot: Remap RAM with memremap() instead of ioremap()Stephen Boyd-21/+19
2018-09-14firmware: coreboot: Collapse platform drivers into bus coreStephen Boyd-176/+72
2018-09-14firmware: coreboot: Make bus registration symmetricStephen Boyd-6/+8
2018-09-14firmware: coreboot: Unmap ioregion after device populationStephen Boyd-3/+4
2018-09-14firmware: coreboot: Let OF core populate platform deviceStephen Boyd-25/+3
2018-09-14firmware: google: make structure gsmi_dev staticColin Ian King-1/+1
2018-08-02firmware: vpd: Fix section enabled flag on vpd_section_destroyAnton Vasilyev-1/+4