summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/google
Commit message (Expand)AuthorAgeFilesLines
...
* firmware: coreboot: Only populate devices in coreboot_table_init()Stephen Boyd2018-09-141-38/+29
* firmware: coreboot: Remap RAM with memremap() instead of ioremap()Stephen Boyd2018-09-141-21/+19
* firmware: coreboot: Collapse platform drivers into bus coreStephen Boyd2018-09-146-176/+72
* 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/+3
* 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/+0
* firmware: vpd: Probe via coreboot busSamuel Holland2018-04-231-31/+12
* firmware: memconsole: Probe via coreboot busSamuel Holland2018-04-231-32/+17
* 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/+16
* | firmware: vpd: do not clear statically allocated dataDmitry Torokhov2017-05-251-3/+0
* | firmware: vpd: use kasprintf() when forming name of 'raw' attributeDmitry Torokhov2017-05-251-16/+15
* | firmware: vpd: use kdtrndup when copying section keyDmitry Torokhov2017-05-251-3/+2
* | 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-0413-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/+3
|/
* firmware-gsmi: Delete an unnecessary check before the function call "dma_pool...Markus Elfring2016-09-091-2/+1
* firmware: google memconsole driver fixesMichel Lespinasse2014-02-151-21/+26
* firmware: fix google/gsmi duplicate efivars_sysfs_init()Michel Lespinasse2014-02-151-7/+0
* firmware/google: drop 'select EFI' to avoid recursive dependencyArd Biesheuvel2014-01-271-2/+1
* DMA-API: firmware/google/gsmi.c: avoid direct access to DMA masksRussell King2013-10-311-5/+8
* drivers/firmware/google/gsmi.c: replace strict_strtoul() with kstrtoul()Jingoo Han2013-09-111-1/+1
* Merge tag 'v3.9' into efi-for-tip2Matt Fleming2013-04-301-4/+5
|\
* | efivars: efivar_entry APIMatt Fleming2013-04-171-2/+9