aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware/google
AgeCommit message (Expand)Author
2023-03-11firmware: coreboot: framebuffer: Ignore reserved pixel color bitsAlper Nebi Yasak
2023-01-24gsmi: fix null-deref in gsmi_get_variableKhazhismel Kumykov
2022-10-26firmware: google: Test spinlock on panic path to avoid lockupsGuilherme G. Piccoli
2022-01-27firmware: Update Kconfig help text for Google firmwareBen Hutchings
2020-01-27firmware: coreboot: Let OF core populate platform deviceStephen Boyd
2019-12-01gsmi: Fix bug in append_to_eventlog sysfs handlerDuncan Laurie
2019-10-17firmware: google: increment VPD key_len properlyBrian Norris
2019-09-21firmware: google: check if size is valid when decoding VPD dataHung-Te Lin
2018-11-13firmware: coreboot: Unmap ioregion after device populationStephen Boyd
2018-08-02firmware: vpd: Fix section enabled flag on vpd_section_destroyAnton Vasilyev
2018-04-23firmware: coreboot: Add coreboot framebuffer driverSamuel Holland
2018-04-23firmware: coreboot: Remove unused coreboot_table_findSamuel Holland
2018-04-23firmware: vpd: Probe via coreboot busSamuel Holland
2018-04-23firmware: memconsole: Probe via coreboot busSamuel Holland
2018-04-23firmware: coreboot: Expose the coreboot table as a busSamuel Holland
2017-11-28firmware: vpd: Fix platform driver and device registration/unregistrationGuenter Roeck
2017-11-28firmware: vpd: Tie firmware kobject to device lifetimeGuenter Roeck
2017-11-28firmware: vpd: Destroy vpd sections in remove functionGuenter Roeck
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-14dmi: Mark all struct dmi_system_id instances constChristoph Hellwig
2017-08-28firmware: vpd: use memunmap instead of iounmapPan Bian
2017-06-12Merge 4.12-rc5 into char-misc-nextGreg Kroah-Hartman
2017-05-27Revert "firmware: vpd: remove platform driver"Dmitry Torokhov
2017-05-25firmware: vpd: remove platform driverDmitry Torokhov
2017-05-25firmware: vpd: do not clear statically allocated dataDmitry Torokhov
2017-05-25firmware: vpd: use kasprintf() when forming name of 'raw' attributeDmitry Torokhov
2017-05-25firmware: vpd: use kdtrndup when copying section keyDmitry Torokhov
2017-05-25firmware: vpd: do not leak kobjectsDmitry Torokhov
2017-05-25firmware: vpd: avoid potential use-after-free when destroying sectionDmitry Torokhov
2017-05-25firmware: vpd: do not leave freed section attributes to the listDmitry Torokhov
2017-05-25firmware: google: memconsole: Prevent overrun attack on coreboot consoleJulius Werner
2017-05-22Merge 4.12-rc2 into char-misc-nextGreg Kroah-Hartman
2017-05-18firmware: Google VPD: Fix memory allocation error handlingChristophe JAILLET
2017-05-18firmware: google: memconsole: Adapt to new coreboot ring buffer formatJulius Werner
2017-05-18firmware: google: memconsole: Make memconsole interface more flexibleJulius Werner
2017-05-04Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-04-26firmware: google memconsole: Fix return value check in platform_memconsole_in...Wei Yongjun
2017-04-26firmware: Google VPD: Fix return value check in vpd_platform_init()Wei Yongjun
2017-04-18firmware: Google VPD sysfs driverWei-Ning Huang
2017-04-18firmware: Google VPD: import lib_vpd source filesWei-Ning Huang
2017-04-08firmware: google memconsole: Add ARM/ARM64 supportThierry Escande
2017-04-08firmware: google memconsole: Add coreboot supportThierry Escande
2017-04-08firmware: google memconsole: Move specific EBDA partsThierry Escande
2017-04-08firmware: google memconsole: Remove useless submenu in KconfigThierry Escande
2016-09-09firmware-gsmi: Delete an unnecessary check before the function call "dma_pool...Markus Elfring
2014-02-15firmware: google memconsole driver fixesMichel Lespinasse
2014-02-15firmware: fix google/gsmi duplicate efivars_sysfs_init()Michel Lespinasse
2014-01-27firmware/google: drop 'select EFI' to avoid recursive dependencyArd Biesheuvel
2013-10-31DMA-API: firmware/google/gsmi.c: avoid direct access to DMA masksRussell King
2013-09-11drivers/firmware/google/gsmi.c: replace strict_strtoul() with kstrtoul()Jingoo Han