summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/google
Commit message (Expand)AuthorAgeFilesLines
* 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
* | efi: move utf16 string functions to efi.hMatt Fleming2013-04-171-15/+4
|/
* firmware: google: fix gsmi.c build warningMaxin B. John2011-12-091-1/+2
* drivers/firmware: Add module.h to google/gsmi.cPaul Gortmaker2011-10-311-0/+1
* firmware: fix google/gsmi.c build warningRandy Dunlap2011-08-081-1/+1
* Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-07-251-6/+13
|\
| * firmware: gsmi: remove sysfs entries when unload the moduleAxel Lin2011-07-011-6/+13
* | firmware: fix GOOGLE_SMI kconfig dependency warningRandy Dunlap2011-06-071-0/+1
|/
* Introduce CONFIG_GOOGLE_FIRMWAREMike Waychison2011-04-291-0/+14
* driver: Google Memory ConsoleMike Waychison2011-04-293-0/+175
* driver: Google EFI SMIMike Waychison2011-04-293-0/+951