index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
firmware
/
google
Commit message (
Expand
)
Author
Age
Files
Lines
*
efi: gsmi: fix false dependency on CONFIG_EFI_VARS
Ard Biesheuvel
2020-09-29
2
-5
/
+5
*
firmware: google: vpd: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-06-15
1
-1
/
+1
*
firmware: google: memconsole: Replace zero-length array with flexible-array m...
Gustavo A. R. Silva
2020-06-15
1
-1
/
+1
*
firmware: google: Probe for a GSMI handler in firmware
Arthur Heymans
2020-01-14
1
-0
/
+19
*
firmware: google: Unregister driver_info on failure and exit in gsmi
Arthur Heymans
2020-01-14
1
-0
/
+6
*
firmware: google: Release devices before unregistering the bus
Patrick Rudolph
2020-01-14
1
-0
/
+7
*
firmware: google: increment VPD key_len properly
Brian Norris
2019-10-11
1
-1
/
+1
*
firmware: google: check if size is valid when decoding VPD data
Hung-Te Lin
2019-09-04
3
-28
/
+37
*
Merge 5.2-rc4 into char-misc-next
Greg Kroah-Hartman
2019-06-09
12
-90
/
+12
|
\
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 287
Thomas Gleixner
2019-06-05
10
-90
/
+10
|
*
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
1
-0
/
+1
|
*
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
|
firmware: google: coreboot: Drop unnecessary headers
Stephen Boyd
2019-05-24
4
-4
/
+1
*
|
firmware: google: memconsole: Drop global func pointer
Stephen Boyd
2019-05-24
1
-3
/
+5
*
|
firmware: google: memconsole: Drop __iomem on memremap memory
Stephen Boyd
2019-05-24
1
-2
/
+2
*
|
firmware: google: memconsole: Use devm_memremap()
Stephen Boyd
2019-05-24
1
-6
/
+3
*
|
firmware: google: Add a module_coreboot_driver() macro and use it
Stephen Boyd
2019-05-24
4
-39
/
+13
|
/
*
firmware: vpd: Drop __iomem usage for memremap() memory
Stephen Boyd
2019-03-28
1
-2
/
+2
*
gsmi: Add GSMI commands to log S0ix info
Furquan Shaikh
2018-10-15
1
-1
/
+92
*
gsmi: Remove autoselected dependency on EFI and EFI_VARS
Duncan Laurie
2018-10-15
2
-7
/
+15
*
gsmi: Add coreboot to list of matching BIOS vendors
Duncan Laurie
2018-10-15
1
-0
/
+6
*
gsmi: Fix bug in append_to_eventlog sysfs handler
Duncan Laurie
2018-10-15
1
-3
/
+2
*
firmware: vpd: fix spelling mistake "partion" -> "partition"
Colin Ian King
2018-09-25
1
-1
/
+1
*
firmware: coreboot: Only populate devices in coreboot_table_init()
Stephen Boyd
2018-09-14
1
-38
/
+29
*
firmware: coreboot: Remap RAM with memremap() instead of ioremap()
Stephen Boyd
2018-09-14
1
-21
/
+19
*
firmware: coreboot: Collapse platform drivers into bus core
Stephen Boyd
2018-09-14
6
-176
/
+72
*
firmware: coreboot: Make bus registration symmetric
Stephen Boyd
2018-09-14
1
-6
/
+8
*
firmware: coreboot: Unmap ioregion after device population
Stephen Boyd
2018-09-14
1
-3
/
+4
*
firmware: coreboot: Let OF core populate platform device
Stephen Boyd
2018-09-14
1
-25
/
+3
*
firmware: google: make structure gsmi_dev static
Colin Ian King
2018-09-14
1
-1
/
+1
*
firmware: vpd: Fix section enabled flag on vpd_section_destroy
Anton Vasilyev
2018-08-02
1
-1
/
+4
*
firmware: coreboot: Add coreboot framebuffer driver
Samuel Holland
2018-04-23
4
-0
/
+146
*
firmware: coreboot: Remove unused coreboot_table_find
Samuel Holland
2018-04-23
2
-46
/
+0
*
firmware: vpd: Probe via coreboot bus
Samuel Holland
2018-04-23
1
-31
/
+12
*
firmware: memconsole: Probe via coreboot bus
Samuel Holland
2018-04-23
1
-32
/
+17
*
firmware: coreboot: Expose the coreboot table as a bus
Samuel Holland
2018-04-23
4
-18
/
+156
*
firmware: vpd: Fix platform driver and device registration/unregistration
Guenter Roeck
2017-11-28
1
-5
/
+13
*
firmware: vpd: Tie firmware kobject to device lifetime
Guenter Roeck
2017-11-28
1
-6
/
+13
*
firmware: vpd: Destroy vpd sections in remove function
Guenter Roeck
2017-11-28
1
-2
/
+9
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
dmi: Mark all struct dmi_system_id instances const
Christoph Hellwig
2017-09-14
2
-2
/
+2
*
firmware: vpd: use memunmap instead of iounmap
Pan Bian
2017-08-28
1
-5
/
+5
*
Merge 4.12-rc5 into char-misc-next
Greg Kroah-Hartman
2017-06-12
1
-4
/
+4
|
\
|
*
firmware: vpd: do not leak kobjects
Dmitry Torokhov
2017-05-25
1
-2
/
+2
|
*
firmware: vpd: avoid potential use-after-free when destroying section
Dmitry Torokhov
2017-05-25
1
-1
/
+1
|
*
firmware: vpd: do not leave freed section attributes to the list
Dmitry Torokhov
2017-05-25
1
-1
/
+1
*
|
Revert "firmware: vpd: remove platform driver"
Dmitry Torokhov
2017-05-27
1
-16
/
+28
*
|
firmware: vpd: remove platform driver
Dmitry Torokhov
2017-05-25
1
-28
/
+16
*
|
firmware: vpd: do not clear statically allocated data
Dmitry Torokhov
2017-05-25
1
-3
/
+0
*
|
firmware: vpd: use kasprintf() when forming name of 'raw' attribute
Dmitry Torokhov
2017-05-25
1
-16
/
+15
[next]