summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/google
Commit message (Expand)AuthorAgeFilesLines
* firmware: google: cbmem: drop driver owner initializationKrzysztof Kozlowski2024-04-031-1/+0
* firmware: coreboot: store owner from modules with coreboot_driver_register()Krzysztof Kozlowski2024-04-032-3/+9
* firmware: coreboot: Replace tag with id table in driver structNícolas F. R. A. Prado2024-02-176-6/+40
* firmware: coreboot: Generate modalias uevent for devicesNícolas F. R. A. Prado2024-02-171-0/+9
* firmware: coreboot: make coreboot_bus_type constRicardo B. Marliere2024-02-061-1/+1
* firmware: coreboot: Convert to platform remove callback returning voidUwe Kleine-König2023-12-281-3/+2
* firmware: coreboot: framebuffer: Avoid invalid zero physical addressAlper Nebi Yasak2023-11-131-0/+3
* firmware: coreboot: framebuffer: Allow building with simpledrmAlper Nebi Yasak2023-08-041-1/+1
* Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-02-242-11/+1
|\
| * firmware: coreboot: Remove GOOGLE_COREBOOT_TABLE_ACPI/OF Kconfig entriesDouglas Anderson2023-02-091-8/+0
| * firmware: coreboot: framebuffer: Ignore reserved pixel color bitsAlper Nebi Yasak2023-01-311-3/+1
* | Merge tag 'efi-next-for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-02-231-1/+1
|\ \ | |/ |/|
| * efi: efivars: drop kobject from efivars_register()Johan Hovold2023-01-171-1/+1
* | gsmi: fix null-deref in gsmi_get_variableKhazhismel Kumykov2023-01-201-3/+4
* | firmware: coreboot: Check size of table entry and use flex-arrayKees Cook2023-01-132-2/+8
|/
* firmware: google: fix a NULL vs IS_ERR() check in cbmem_entry_probe()Peng Wu2022-11-231-2/+2
* Merge 6.1-rc6 into char-misc-nextGreg Kroah-Hartman2022-11-211-8/+29
|\
| * firmware: coreboot: Register bus in module initBrian Norris2022-11-101-8/+29
* | firmware: google: Implement cbmem in sysfs driverJack Rosenthal2022-11-105-1/+175
|/
* firmware: google: Test spinlock on panic path to avoid lockupsGuilherme G. Piccoli2022-09-241-0/+9
* firmware: google: Properly state IOMEM dependencyDavid Gow2022-03-181-1/+1
* firmware: Update Kconfig help text for Google firmwareBen Hutchings2021-12-211-3/+3
* bus: Make remove callback return voidUwe Kleine-König2021-07-211-3/+1
* kernel.h: split out panic and oops helpersAndy Shevchenko2021-07-011-0/+1
* firmware: google: Enable s0ix logging by defaultEvan Green2021-04-021-5/+9
* firmware: google: make coreboot driver's remove callback return voidUwe Kleine-König2021-02-095-13/+6
* firmware: gsmi: Drop the use of dma_pool_* API functionsFurquan Shaikh2020-11-091-12/+19
* efi: gsmi: fix false dependency on CONFIG_EFI_VARSArd Biesheuvel2020-09-292-5/+5
* firmware: google: vpd: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-06-151-1/+1
* firmware: google: memconsole: Replace zero-length array with flexible-array m...Gustavo A. R. Silva2020-06-151-1/+1
* firmware: google: Probe for a GSMI handler in firmwareArthur Heymans2020-01-141-0/+19
* firmware: google: Unregister driver_info on failure and exit in gsmiArthur Heymans2020-01-141-0/+6
* firmware: google: Release devices before unregistering the busPatrick Rudolph2020-01-141-0/+7
* firmware: google: increment VPD key_len properlyBrian Norris2019-10-111-1/+1
* firmware: google: check if size is valid when decoding VPD dataHung-Te Lin2019-09-043-28/+37
* Merge 5.2-rc4 into char-misc-nextGreg Kroah-Hartman2019-06-0912-90/+12
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 287Thomas Gleixner2019-06-0510-90/+10
| * treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
| * treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* | firmware: google: coreboot: Drop unnecessary headersStephen Boyd2019-05-244-4/+1
* | firmware: google: memconsole: Drop global func pointerStephen Boyd2019-05-241-3/+5
* | firmware: google: memconsole: Drop __iomem on memremap memoryStephen Boyd2019-05-241-2/+2
* | firmware: google: memconsole: Use devm_memremap()Stephen Boyd2019-05-241-6/+3
* | firmware: google: Add a module_coreboot_driver() macro and use itStephen Boyd2019-05-244-39/+13
|/
* firmware: vpd: Drop __iomem usage for memremap() memoryStephen Boyd2019-03-281-2/+2
* 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/+2
* firmware: vpd: fix spelling mistake "partion" -> "partition"Colin Ian King2018-09-251-1/+1