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