Age | Commit message (Expand) | Author |
2017-07-13 | src/drivers: add IS_ENABLED() around Kconfig symbol references | Martin Roth |
2017-07-13 | Rename __attribute__((packed)) --> __packed | Stefan Reinauer |
2017-04-19 | elog: Print timestamp when logging event | Julius Werner |
2016-08-19 | drivers/elog: use region_device for NV storage | Aaron Durbin |
2016-08-19 | Kconfig: separate memory mapped boot device from SPI | Aaron Durbin |
2016-08-18 | Kconfig: rename BOOT_MEDIA_SPI_BUS to BOOT_DEVICE_SPI_FLASH_BUS | Aaron Durbin |
2016-08-15 | Revert "Kconfig: separate memory mapped boot device from SPI" | Aaron Durbin |
2016-08-15 | Kconfig: separate memory mapped boot device from SPI | Aaron Durbin |
2016-08-14 | drivers/elog: provide more debug info | Aaron Durbin |
2016-08-10 | elog: Ensure eventlog will always get initialized when configured in | Julius Werner |
2016-08-09 | drivers/elog: provide return status for all operations | Aaron Durbin |
2016-08-09 | drivers/elog: clean up SMBIOS related code | Aaron Durbin |
2016-08-09 | drivers/elog: consolidate checks in elog_find_flash() | Aaron Durbin |
2016-08-09 | drivers/elog: remove unnecessary global state | Aaron Durbin |
2016-08-09 | drivers/elog: sync events to non-volatile storage last | Aaron Durbin |
2016-08-08 | drivers/elog: treat offsets relative to start of mirror | Aaron Durbin |
2016-08-08 | drivers/elog: use region_device for mirroring into ram | Aaron Durbin |
2016-08-08 | drivers/elog: use offsets for checking cleared buffers | Aaron Durbin |
2016-08-08 | drivers/elog: perform writes in terms of offsets | Aaron Durbin |
2016-08-08 | drivers/elog: remove parameters from elog_flash_erase() | Aaron Durbin |
2016-08-08 | drivers/elog: remove unnecessary check in elog_shrink() | Aaron Durbin |
2016-08-08 | drivers/elog: use event region size when adding a clear event | Aaron Durbin |
2016-08-08 | drivers/elog: remove unused function | Aaron Durbin |
2016-07-26 | drivers/elog: put back 4KiB limit | Aaron Durbin |
2016-07-24 | drivers/elog: remove elog Kconfig variables | Aaron Durbin |
2016-07-18 | elog: Use rdev_mmap to find offset of ELOG | Furquan Shaikh |
2015-11-13 | elog: fix improper assumption for year values | Aaron Durbin |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-07-12 | Verify Kconfigs symbols are not zero for hex and int type symbols | Martin Roth |
2015-05-26 | fmap: new API using region_device | Aaron Durbin |
2015-05-21 | Remove address from GPLv2 headers | Patrick Georgi |
2015-04-22 | elog: use CONFIG_RTC | Patrick Georgi |
2015-04-22 | elog: Eliminate CONFIG_ELOG_FULL_THRESHOLD and CONFIG_ELOG_SHRINK_SIZE | Sol Boucher |
2015-04-13 | elog: Fix regression that caused elog to omit "System boot" event | Julius Werner |
2015-04-13 | elog: Correct behavior when FMAP section doesn't exist on ChromeOS | Julius Werner |
2015-04-10 | elog: Hide elog_flash_offset_to_address() from SMM | Furquan Shaikh |
2015-04-10 | elog: Fix typecast issues related to 64-bit compilation. | Furquan Shaikh |
2015-03-17 | elog: Fix compilation with CONFIG_CHROMEOS enabled | Stefan Reinauer |
2015-01-09 | elog: Add ELOG_TYPE_BOOT event using fake boot count if necessary | David Hendricks |
2014-12-30 | elog: Use the RTC driver interface instead of reading CMOS directly. | Gabe Black |
2014-12-17 | elog: Fix chromium merge issue | Marc Jones |
2014-12-17 | Revert "elog: Use the RTC driver interface instead of reading CMOS directly." | Marc Jones |
2014-12-17 | elog: Use the RTC driver interface instead of reading CMOS directly. | Gabe Black |
2014-12-17 | elog: Isolate some x86-isms | David Hendricks |
2014-12-17 | elog: Do not attempt to init SPI | David Hendricks |
2014-12-15 | elog: Probe for SPI flash on bus indicated by Kconfig variable | David Hendricks |
2014-07-05 | spi: Remove unused parameters from spi_flash_probe and setup_spi_slave. | Gabe Black |
2014-06-25 | drivers/elog: Unmangle header include out of pre-proc cond | Edward O'Callaghan |
2014-06-21 | Misc: Use acpi_is_wakeup_s3() | Kyösti Mälkki |
2013-12-07 | elog: handle ROM_SIZE differences from detected flash size | Aaron Durbin |