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