aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/firmware/google
AgeCommit message (Expand)AuthorFilesLines
2026-02-23Merge drm/drm-next into drm-misc-nextMaxime Ripard2-2/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds2-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook2-2/+2
2026-02-20drm/sysfb: corebootdrm: Add DRM driver for coreboot framebuffersThomas Zimmermann2-4/+21
2026-02-20firmware: google: Export coreboot table entriesThomas Zimmermann3-61/+11
2026-02-20firmware: google: Clean up include statements in coreboot_table.hThomas Zimmermann6-1/+7
2026-02-20firmware: google: Init coreboot bus with subsys_initcall()Thomas Zimmermann1-1/+1
2026-02-20firmware: google: framebuffer: Fix dependenciesThomas Zimmermann1-2/+2
2026-02-20firmware: google: framebuffer: Tie platform device to PCI hardwareThomas Zimmermann1-5/+77
2026-02-20firmware: google: framebuffer: Init memory resource with helper macroThomas Zimmermann1-10/+5
2026-02-20firmware: google: framebuffer: Do not mark framebuffer as busyThomas Zimmermann1-1/+1
2026-02-20firmware: google: framebuffer: Do not unregister platform deviceThomas Zimmermann1-10/+0
2025-06-17sysfs: treewide: switch back to attribute_group::bin_attrsThomas Weißschuh1-1/+1
2025-06-17sysfs: treewide: switch back to bin_attribute::read()/write()Thomas Weißschuh3-4/+4
2024-12-17firmware: google: vpd: Use const 'struct bin_attribute' callbackThomas Weißschuh1-4/+4
2024-12-17firmware: google: memconsole: Use const 'struct bin_attribute' callbackThomas Weißschuh1-2/+2
2024-12-17firmware: google: gsmi: Constify 'struct bin_attribute'Thomas Weißschuh1-3/+3
2024-12-17firmware: google: cbmem: Constify 'struct bin_attribute'Thomas Weißschuh1-5/+5
2024-11-29Merge tag 'char-misc-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-1/+1
2024-11-12firmware: Switch back to struct platform_driver::remove()Uwe Kleine-König1-1/+1
2024-10-15firmware: google: Unregister driver_info on failureYuan Can1-2/+4
2024-09-30firmware: coreboot: Don't register a pdev if screen_info data is presentJavier Martinez Canillas1-0/+14
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-3/+3
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman1-3/+3
2024-06-11firmware: google: add missing MODULE_DESCRIPTION() macrosJeff Johnson8-0/+8
2024-04-03firmware: google: cbmem: drop driver owner initializationKrzysztof Kozlowski1-1/+0
2024-04-03firmware: coreboot: store owner from modules with coreboot_driver_register()Krzysztof Kozlowski2-3/+9
2024-02-17firmware: coreboot: Replace tag with id table in driver structNícolas F. R. A. Prado6-6/+40
2024-02-17firmware: coreboot: Generate modalias uevent for devicesNícolas F. R. A. Prado1-0/+9
2024-02-06firmware: coreboot: make coreboot_bus_type constRicardo B. Marliere1-1/+1
2023-12-28firmware: coreboot: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-11-13firmware: coreboot: framebuffer: Avoid invalid zero physical addressAlper Nebi Yasak1-0/+3
2023-08-04firmware: coreboot: framebuffer: Allow building with simpledrmAlper Nebi Yasak1-1/+1
2023-02-24Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-11/+1
2023-02-23Merge tag 'efi-next-for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efiLinus Torvalds1-1/+1
2023-02-09firmware: coreboot: Remove GOOGLE_COREBOOT_TABLE_ACPI/OF Kconfig entriesDouglas Anderson1-8/+0
2023-01-31firmware: coreboot: framebuffer: Ignore reserved pixel color bitsAlper Nebi Yasak1-3/+1
2023-01-20gsmi: fix null-deref in gsmi_get_variableKhazhismel Kumykov1-3/+4
2023-01-17efi: efivars: drop kobject from efivars_register()Johan Hovold1-1/+1
2023-01-13firmware: coreboot: Check size of table entry and use flex-arrayKees Cook2-2/+8
2022-11-23firmware: google: fix a NULL vs IS_ERR() check in cbmem_entry_probe()Peng Wu1-2/+2
2022-11-21Merge 6.1-rc6 into char-misc-nextGreg Kroah-Hartman1-8/+29
2022-11-10firmware: google: Implement cbmem in sysfs driverJack Rosenthal5-1/+175
2022-11-10firmware: coreboot: Register bus in module initBrian Norris1-8/+29
2022-09-24firmware: google: Test spinlock on panic path to avoid lockupsGuilherme G. Piccoli1-0/+9
2022-03-18firmware: google: Properly state IOMEM dependencyDavid Gow1-1/+1
2021-12-21firmware: Update Kconfig help text for Google firmwareBen Hutchings1-3/+3
2021-07-21bus: Make remove callback return voidUwe Kleine-König1-3/+1
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko1-0/+1
2021-04-02firmware: google: Enable s0ix logging by defaultEvan Green1-5/+9