aboutsummaryrefslogtreecommitdiff
path: root/drivers/firmware/google
AgeCommit message (Expand)AuthorFilesLines
2023-08-04firmware: coreboot: framebuffer: Allow building with simpledrmGravatar Alper Nebi Yasak 1-1/+1
2023-02-24Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-11/+1
2023-02-23Merge tag 'efi-next-for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2023-02-09firmware: coreboot: Remove GOOGLE_COREBOOT_TABLE_ACPI/OF Kconfig entriesGravatar Douglas Anderson 1-8/+0
2023-01-31firmware: coreboot: framebuffer: Ignore reserved pixel color bitsGravatar Alper Nebi Yasak 1-3/+1
2023-01-20gsmi: fix null-deref in gsmi_get_variableGravatar Khazhismel Kumykov 1-3/+4
2023-01-17efi: efivars: drop kobject from efivars_register()Gravatar Johan Hovold 1-1/+1
2023-01-13firmware: coreboot: Check size of table entry and use flex-arrayGravatar Kees Cook 2-2/+8
2022-11-23firmware: google: fix a NULL vs IS_ERR() check in cbmem_entry_probe()Gravatar Peng Wu 1-2/+2
2022-11-21Merge 6.1-rc6 into char-misc-nextGravatar Greg Kroah-Hartman 1-8/+29
2022-11-10firmware: google: Implement cbmem in sysfs driverGravatar Jack Rosenthal 5-1/+175
2022-11-10firmware: coreboot: Register bus in module initGravatar Brian Norris 1-8/+29
2022-09-24firmware: google: Test spinlock on panic path to avoid lockupsGravatar Guilherme G. Piccoli 1-0/+9
2022-03-18firmware: google: Properly state IOMEM dependencyGravatar David Gow 1-1/+1
2021-12-21firmware: Update Kconfig help text for Google firmwareGravatar Ben Hutchings 1-3/+3
2021-07-21bus: Make remove callback return voidGravatar Uwe Kleine-König 1-3/+1
2021-07-01kernel.h: split out panic and oops helpersGravatar Andy Shevchenko 1-0/+1
2021-04-02firmware: google: Enable s0ix logging by defaultGravatar Evan Green 1-5/+9
2021-02-09firmware: google: make coreboot driver's remove callback return voidGravatar Uwe Kleine-König 5-13/+6
2020-11-09firmware: gsmi: Drop the use of dma_pool_* API functionsGravatar Furquan Shaikh 1-12/+19
2020-09-29efi: gsmi: fix false dependency on CONFIG_EFI_VARSGravatar Ard Biesheuvel 2-5/+5
2020-06-15firmware: google: vpd: Replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-1/+1
2020-06-15firmware: google: memconsole: Replace zero-length array with flexible-array m...Gravatar Gustavo A. R. Silva 1-1/+1
2020-01-14firmware: google: Probe for a GSMI handler in firmwareGravatar Arthur Heymans 1-0/+19
2020-01-14firmware: google: Unregister driver_info on failure and exit in gsmiGravatar Arthur Heymans 1-0/+6
2020-01-14firmware: google: Release devices before unregistering the busGravatar Patrick Rudolph 1-0/+7
2019-10-11firmware: google: increment VPD key_len properlyGravatar Brian Norris 1-1/+1
2019-09-04firmware: google: check if size is valid when decoding VPD dataGravatar Hung-Te Lin 3-28/+37
2019-06-09Merge 5.2-rc4 into char-misc-nextGravatar Greg Kroah-Hartman 12-90/+12
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 287Gravatar Thomas Gleixner 10-90/+10
2019-05-24firmware: google: coreboot: Drop unnecessary headersGravatar Stephen Boyd 4-4/+1
2019-05-24firmware: google: memconsole: Drop global func pointerGravatar Stephen Boyd 1-3/+5
2019-05-24firmware: google: memconsole: Drop __iomem on memremap memoryGravatar Stephen Boyd 1-2/+2
2019-05-24firmware: google: memconsole: Use devm_memremap()Gravatar Stephen Boyd 1-6/+3
2019-05-24firmware: google: Add a module_coreboot_driver() macro and use itGravatar Stephen Boyd 4-39/+13
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 1-0/+1
2019-03-28firmware: vpd: Drop __iomem usage for memremap() memoryGravatar Stephen Boyd 1-2/+2
2018-10-15gsmi: Add GSMI commands to log S0ix infoGravatar Furquan Shaikh 1-1/+92
2018-10-15gsmi: Remove autoselected dependency on EFI and EFI_VARSGravatar Duncan Laurie 2-7/+15
2018-10-15gsmi: Add coreboot to list of matching BIOS vendorsGravatar Duncan Laurie 1-0/+6
2018-10-15gsmi: Fix bug in append_to_eventlog sysfs handlerGravatar Duncan Laurie 1-3/+2
2018-09-25firmware: vpd: fix spelling mistake "partion" -> "partition"Gravatar Colin Ian King 1-1/+1
2018-09-14firmware: coreboot: Only populate devices in coreboot_table_init()Gravatar Stephen Boyd 1-38/+29
2018-09-14firmware: coreboot: Remap RAM with memremap() instead of ioremap()Gravatar Stephen Boyd 1-21/+19
2018-09-14firmware: coreboot: Collapse platform drivers into bus coreGravatar Stephen Boyd 6-176/+72
2018-09-14firmware: coreboot: Make bus registration symmetricGravatar Stephen Boyd 1-6/+8
2018-09-14firmware: coreboot: Unmap ioregion after device populationGravatar Stephen Boyd 1-3/+4
2018-09-14firmware: coreboot: Let OF core populate platform deviceGravatar Stephen Boyd 1-25/+3
2018-09-14firmware: google: make structure gsmi_dev staticGravatar Colin Ian King 1-1/+1