summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/google
Commit message (Expand)AuthorAgeFilesLines
* gsmi: Add GSMI commands to log S0ix infoFurquan Shaikh2018-10-151-1/+92
* gsmi: Remove autoselected dependency on EFI and EFI_VARSDuncan Laurie2018-10-152-7/+15
* gsmi: Add coreboot to list of matching BIOS vendorsDuncan Laurie2018-10-151-0/+6
* gsmi: Fix bug in append_to_eventlog sysfs handlerDuncan Laurie2018-10-151-3/+2Star
* firmware: vpd: fix spelling mistake "partion" -> "partition"Colin Ian King2018-09-251-1/+1
* firmware: coreboot: Only populate devices in coreboot_table_init()Stephen Boyd2018-09-141-38/+29Star
* firmware: coreboot: Remap RAM with memremap() instead of ioremap()Stephen Boyd2018-09-141-21/+19Star
* firmware: coreboot: Collapse platform drivers into bus coreStephen Boyd2018-09-146-176/+72Star
* firmware: coreboot: Make bus registration symmetricStephen Boyd2018-09-141-6/+8
* firmware: coreboot: Unmap ioregion after device populationStephen Boyd2018-09-141-3/+4
* firmware: coreboot: Let OF core populate platform deviceStephen Boyd2018-09-141-25/+3Star
* firmware: google: make structure gsmi_dev staticColin Ian King2018-09-141-1/+1
* firmware: vpd: Fix section enabled flag on vpd_section_destroyAnton Vasilyev2018-08-021-1/+4
* firmware: coreboot: Add coreboot framebuffer driverSamuel Holland2018-04-234-0/+146
* firmware: coreboot: Remove unused coreboot_table_findSamuel Holland2018-04-232-46/+0Star
* firmware: vpd: Probe via coreboot busSamuel Holland2018-04-231-31/+12Star
* firmware: memconsole: Probe via coreboot busSamuel Holland2018-04-231-32/+17Star
* firmware: coreboot: Expose the coreboot table as a busSamuel Holland2018-04-234-18/+156
* firmware: vpd: Fix platform driver and device registration/unregistrationGuenter Roeck2017-11-281-5/+13
* firmware: vpd: Tie firmware kobject to device lifetimeGuenter Roeck2017-11-281-6/+13
* firmware: vpd: Destroy vpd sections in remove functionGuenter Roeck2017-11-281-2/+9
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* dmi: Mark all struct dmi_system_id instances constChristoph Hellwig2017-09-142-2/+2
* firmware: vpd: use memunmap instead of iounmapPan Bian2017-08-281-5/+5
* Merge 4.12-rc5 into char-misc-nextGreg Kroah-Hartman2017-06-121-4/+4
|\
| * firmware: vpd: do not leak kobjectsDmitry Torokhov2017-05-251-2/+2
| * firmware: vpd: avoid potential use-after-free when destroying sectionDmitry Torokhov2017-05-251-1/+1
| * firmware: vpd: do not leave freed section attributes to the listDmitry Torokhov2017-05-251-1/+1
* | Revert "firmware: vpd: remove platform driver"Dmitry Torokhov2017-05-271-16/+28
* | firmware: vpd: remove platform driverDmitry Torokhov2017-05-251-28/+16Star
* | firmware: vpd: do not clear statically allocated dataDmitry Torokhov2017-05-251-3/+0Star
* | firmware: vpd: use kasprintf() when forming name of 'raw' attributeDmitry Torokhov2017-05-251-16/+15Star
* | firmware: vpd: use kdtrndup when copying section keyDmitry Torokhov2017-05-251-3/+2Star
* | firmware: google: memconsole: Prevent overrun attack on coreboot consoleJulius Werner2017-05-251-3/+6
* | Merge 4.12-rc2 into char-misc-nextGreg Kroah-Hartman2017-05-221-6/+15
|\|
| * firmware: Google VPD: Fix memory allocation error handlingChristophe JAILLET2017-05-181-6/+15
* | firmware: google: memconsole: Adapt to new coreboot ring buffer formatJulius Werner2017-05-181-8/+39
* | firmware: google: memconsole: Make memconsole interface more flexibleJulius Werner2017-05-184-17/+34
|/
* Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-0513-141/+1191
|\
| * firmware: google memconsole: Fix return value check in platform_memconsole_in...Wei Yongjun2017-04-261-2/+2
| * firmware: Google VPD: Fix return value check in vpd_platform_init()Wei Yongjun2017-04-261-2/+2
| * firmware: Google VPD sysfs driverWei-Ning Huang2017-04-183-0/+342
| * firmware: Google VPD: import lib_vpd source filesWei-Ning Huang2017-04-182-0/+157
| * firmware: google memconsole: Add ARM/ARM64 supportThierry Escande2017-04-083-3/+95
| * firmware: google memconsole: Add coreboot supportThierry Escande2017-04-086-1/+368
| * firmware: google memconsole: Move specific EBDA partsThierry Escande2017-04-085-135/+229
| * firmware: google memconsole: Remove useless submenu in KconfigThierry Escande2017-04-081-4/+3Star
|/
* firmware-gsmi: Delete an unnecessary check before the function call "dma_pool...Markus Elfring2016-09-091-2/+1Star
* firmware: google memconsole driver fixesMichel Lespinasse2014-02-151-21/+26
* firmware: fix google/gsmi duplicate efivars_sysfs_init()Michel Lespinasse2014-02-151-7/+0Star