Show patches with: Submitter = Gabriel L. Somlo       |    State = Action Required       |    Archived = No       |   137 patches
« 1 2 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[1/2] fw_cfg: add fw_cfg_modify_i16 (update) method - - - - --- 2015-06-08 Gabriel L. Somlo New
[1/3] firmware: introduce sysfs driver for QEMU's fw_cfg device - - - - --- 2015-08-10 Gabriel L. Somlo New
[1/6] fw_cfg: add documentation file (docs/specs/fw_cfg.txt) - - - - --- 2015-03-16 Gabriel L. Somlo New
[2/2] fw_cfg: fix FW_CFG_BOOT_DEVICE update on ppc and sparc - - - - --- 2015-06-08 Gabriel L. Somlo New
[2/3] kobject: export kset_find_obj() to be used from modules - - - - --- 2015-08-10 Gabriel L. Somlo New
[2/6] fw_cfg: remove support for guest-side data writes - - - - --- 2015-03-16 Gabriel L. Somlo New
[3/3] firmware: fw_cfg: create directory hierarchy for fw_cfg file names - - - - --- 2015-08-10 Gabriel L. Somlo New
[3/6] fw_cfg: assertion to detect memory leak when adding new data blob - - - - --- 2015-03-16 Gabriel L. Somlo New
[4/6] fw_cfg: exit with error when dupe fw_cfg file name inserted - - - - --- 2015-03-16 Gabriel L. Somlo New
[5/6] fw_cfg: insert fw_cfg file blobs via qemu cmdline - - - - --- 2015-03-16 Gabriel L. Somlo New
[6/6] qga: RFC: guest-side retrieval of fw_cfg file - - - - --- 2015-03-16 Gabriel L. Somlo New
[RFC,1/3] pc: fw_cfg: move ioport base constant to pc.h - - - - --- 2015-09-12 Gabriel L. Somlo New
[RFC,2/3] acpi: pc: add fw_cfg device node to ssdt - - - - --- 2015-09-12 Gabriel L. Somlo New
[RFC,3/3] acpi: arm: add fw_cfg device node to dsdt - - - - --- 2015-09-12 Gabriel L. Somlo New
[RFC] firmware: qemu_fw_cfg.c: default to listing user-facing items only - - - - --- 2016-05-03 Gabriel L. Somlo New
[RFC] firmware: qemu_fw_cfg.c: hold ACPI global lock during device access - - - - --- 2016-03-07 Gabriel L. Somlo New
[V4,1/4] fw_cfg: remove support for guest-side data writes - - 1 - --- 2015-04-29 Gabriel L. Somlo New
[V4,2/4] fw_cfg: prevent selector key conflict - - 1 - --- 2015-04-29 Gabriel L. Somlo New
[V4,3/4] fw_cfg: prohibit insertion of duplicate fw_cfg file names - - 1 - --- 2015-04-29 Gabriel L. Somlo New
[V4,4/4] fw_cfg: insert fw_cfg file blobs via qemu cmdline - - 1 - --- 2015-04-29 Gabriel L. Somlo New
[v2,1/2] fw_cfg: document fw_cfg_modify_iXX() update functions - - - - --- 2015-08-05 Gabriel L. Somlo New
[v2,1/3] firmware: introduce sysfs driver for QEMU's fw_cfg device - - - - --- 2015-08-11 Gabriel L. Somlo New
[v2,1/4] fw_cfg: move internal function call docs to header file - - 1 - --- 2015-10-28 Gabriel L. Somlo New
[v2,1/5] fw_cfg: add documentation file (docs/specs/fw_cfg.txt) - - - - --- 2015-03-19 Gabriel L. Somlo New
[v2,1/5] fw_cfg: expose control register size in fw_cfg.h - - - - --- 2015-09-14 Gabriel L. Somlo New
[v2,2/2] fw_cfg: document MMIO registers for arm, sun4*, and ppc/mac_* - - - - --- 2015-08-05 Gabriel L. Somlo New
[v2,2/3] kobject: export kset_find_obj() to be used from modules - - - - --- 2015-08-11 Gabriel L. Somlo New
[v2,2/4] fw_cfg: amend callback behavior spec to once per select - - - - --- 2015-10-28 Gabriel L. Somlo New
[v2,2/5] fw_cfg: remove support for guest-side data writes - - 1 - --- 2015-03-19 Gabriel L. Somlo New
[v2,2/5] pc: fw_cfg: move ioport base constant to pc.h - - - - --- 2015-09-14 Gabriel L. Somlo New
[v2,3/3] firmware: fw_cfg: create directory hierarchy for fw_cfg file names - - - - --- 2015-08-11 Gabriel L. Somlo New
[v2,3/4] fw_cfg: remove offset argument from callback prototype - - 1 - --- 2015-10-28 Gabriel L. Somlo New
[v2,3/5] acpi: pc: add fw_cfg device node to ssdt - - - - --- 2015-09-14 Gabriel L. Somlo New
[v2,3/5] acpi: pc: add fw_cfg device node to ssdt - - - - --- 2015-09-14 Gabriel L. Somlo New
[v2,3/5] fw_cfg: prevent selector key conflict - - 1 - --- 2015-03-19 Gabriel L. Somlo New
[v2,4/4] fw_cfg: streamline (non-DMA) read operations - - - - --- 2015-10-28 Gabriel L. Somlo New
[v2,4/5] acpi: arm: add fw_cfg device node to dsdt - - - - --- 2015-09-14 Gabriel L. Somlo New
[v2,4/5] fw_cfg: prohibit insertion of duplicate fw_cfg file names - - 1 - --- 2015-03-19 Gabriel L. Somlo New
[v2,5/5] fw_cfg: document ACPI device node information - - - - --- 2015-09-14 Gabriel L. Somlo New
[v2,5/5] fw_cfg: insert fw_cfg file blobs via qemu cmdline - - - - --- 2015-03-19 Gabriel L. Somlo New
[v2] bios-tables-test: handle false-positive smbios signature matches - - - 1 --- 2015-04-28 Gabriel L. Somlo New
[v2] firmware: qemu_fw_cfg.c: hold ACPI global lock during device access 1 - - - --- 2016-03-08 Gabriel L. Somlo New
[v2] fw_cfg: factor out initialization of FW_CFG_ID (rev. number) - - 1 - --- 2015-03-19 Gabriel L. Somlo New
[v2] fw_cfg: insert string blobs via qemu cmdline - - 1 - --- 2015-09-28 Gabriel L. Somlo New
[v3,1/4] firmware: introduce sysfs driver for QEMU's fw_cfg device - - - - --- 2015-10-03 Gabriel L. Somlo New
[v3,1/5] fw_cfg: add documentation file (docs/specs/fw_cfg.txt) - - 1 - --- 2015-03-21 Gabriel L. Somlo New
[v3,1/5] fw_cfg: expose control register size in fw_cfg.h - - - - --- 2015-09-17 Gabriel L. Somlo New
[v3,1/5] fw_cfg: move internal function call docs to header file - - 1 - --- 2015-11-03 Gabriel L. Somlo New
[v3,2/4] firmware: use acpi to detect QEMU fw_cfg device for sysfs fw_cfg driver - - - - --- 2015-10-03 Gabriel L. Somlo New
[v3,2/5] fw_cfg: amend callback behavior spec to once per select - - 1 - --- 2015-11-03 Gabriel L. Somlo New
[v3,2/5] fw_cfg: remove support for guest-side data writes - - 1 - --- 2015-03-21 Gabriel L. Somlo New
[v3,2/5] pc: fw_cfg: move ioport base constant to pc.h - - - - --- 2015-09-17 Gabriel L. Somlo New
[v3,3/4] kobject: export kset_find_obj() for module use - - - - --- 2015-10-03 Gabriel L. Somlo New
[v3,3/5] acpi: pc: add fw_cfg device node to ssdt - - - - --- 2015-09-17 Gabriel L. Somlo New
[v3,3/5] fw_cfg: prevent selector key conflict - - 1 - --- 2015-03-21 Gabriel L. Somlo New
[v3,3/5] fw_cfg: remove offset argument from callback prototype - - 1 - --- 2015-11-03 Gabriel L. Somlo New
[v3,4/4] firmware: create directory hierarchy for sysfs fw_cfg entries - - - - --- 2015-10-03 Gabriel L. Somlo New
[v3,4/5] acpi: arm: add fw_cfg device node to dsdt - - - - --- 2015-09-17 Gabriel L. Somlo New
[v3,4/5] fw_cfg: add generic non-DMA read method - - - - --- 2015-11-03 Gabriel L. Somlo New
[v3,4/5] fw_cfg: prohibit insertion of duplicate fw_cfg file names - - 1 - --- 2015-03-21 Gabriel L. Somlo New
[v3,5/5] fw_cfg: document ACPI device node information - - - - --- 2015-09-17 Gabriel L. Somlo New
[v3,5/5] fw_cfg: insert fw_cfg file blobs via qemu cmdline - - 1 - --- 2015-03-21 Gabriel L. Somlo New
[v3,5/5] fw_cfg: replace ioport data read with generic method - - 1 - --- 2015-11-03 Gabriel L. Somlo New
[v3] bios-tables-test: handle false-positive smbios signature matches - - - 1 --- 2015-05-18 Gabriel L. Somlo New
[v3] fw_cfg: insert string blobs via qemu cmdline - - - - --- 2015-09-28 Gabriel L. Somlo New
[v4,1/4] firmware: introduce sysfs driver for QEMU's fw_cfg device - - - - --- 2015-11-14 Gabriel L. Somlo New
[v4,1/5] fw_cfg: expose control register size in fw_cfg.h - - 1 - --- 2015-09-27 Gabriel L. Somlo New
[v4,1/6] fw_cfg: move internal function call docs to header file - - 1 - --- 2015-11-03 Gabriel L. Somlo New
[v4,2/4] kobject: export kset_find_obj() for module use - - - - --- 2015-11-14 Gabriel L. Somlo New
[v4,2/5] pc: fw_cfg: move ioport base constant to pc.h - - 1 - --- 2015-09-27 Gabriel L. Somlo New
[v4,2/6] fw_cfg: amend callback behavior spec to once per select - - 1 - --- 2015-11-03 Gabriel L. Somlo New
[v4,3/4] firmware: create directory hierarchy for sysfs fw_cfg entries - - - - --- 2015-11-14 Gabriel L. Somlo New
[v4,3/5] acpi: pc: add fw_cfg device node to ssdt - - 1 - --- 2015-09-27 Gabriel L. Somlo New
[v4,3/6] fw_cfg: remove offset argument from callback prototype - - 1 - --- 2015-11-03 Gabriel L. Somlo New
[v4,4/4] devicetree: update documentation for fw_cfg ARM bindings - - - - --- 2015-11-14 Gabriel L. Somlo New
[v4,4/5] acpi: arm: add fw_cfg device node to dsdt - - 1 1 --- 2015-09-27 Gabriel L. Somlo New
[v4,4/6] fw_cfg: avoid calculating invalid current entry pointer - - 1 - --- 2015-11-03 Gabriel L. Somlo New
[v4,5/5] fw_cfg: document ACPI device node information - - 1 - --- 2015-09-27 Gabriel L. Somlo New
[v4,5/6] fw_cfg: add generic non-DMA read method - - - - --- 2015-11-03 Gabriel L. Somlo New
[v4,6/6] fw_cfg: replace ioport data read with generic method - - - - --- 2015-11-03 Gabriel L. Somlo New
[v4] fw_cfg: insert string blobs via qemu cmdline - - - - --- 2015-09-29 Gabriel L. Somlo New
[v5,1/4] firmware: introduce sysfs driver for QEMU's fw_cfg device - - - - --- 2015-11-24 Gabriel L. Somlo New
[v5,1/4] firmware: introduce sysfs driver for QEMU's fw_cfg device - - - - --- 2015-11-23 Gabriel L. Somlo New
[v5,1/5] fw_cfg: expose control register size in fw_cfg.h - - 1 - --- 2015-11-14 Gabriel L. Somlo New
[v5,1/6] fw_cfg: move internal function call docs to header file - - 1 - --- 2015-11-05 Gabriel L. Somlo New
[v5,2/4] kobject: export kset_find_obj() for module use - - - - --- 2015-11-23 Gabriel L. Somlo New
[v5,2/5] pc: fw_cfg: move ioport base constant to pc.h - - 1 - --- 2015-11-14 Gabriel L. Somlo New
[v5,2/6] fw_cfg: amend callback behavior spec to once per select - - 1 - --- 2015-11-05 Gabriel L. Somlo New
[v5,3/4] firmware: create directory hierarchy for sysfs fw_cfg entries - - - - --- 2015-11-23 Gabriel L. Somlo New
[v5,3/5] acpi: pc: add fw_cfg device node to ssdt - - 1 - --- 2015-11-14 Gabriel L. Somlo New
[v5,3/6] fw_cfg: remove offset argument from callback prototype - - 1 - --- 2015-11-05 Gabriel L. Somlo New
[v5,4/4] devicetree: update documentation for fw_cfg ARM bindings 1 - 1 - --- 2015-11-23 Gabriel L. Somlo New
[v5,4/5] acpi: arm: add fw_cfg device node to dsdt - - 1 1 --- 2015-11-14 Gabriel L. Somlo New
[v5,4/6] fw_cfg: avoid calculating invalid current entry pointer - - 1 - --- 2015-11-05 Gabriel L. Somlo New
[v5,5/5] fw_cfg: document ACPI device node information - - 1 - --- 2015-11-14 Gabriel L. Somlo New
[v5,5/6] fw_cfg: add generic non-DMA read method - - 1 - --- 2015-11-05 Gabriel L. Somlo New
[v5,6/6] fw_cfg: replace ioport data read with generic method - - - - --- 2015-11-05 Gabriel L. Somlo New
[v6,1/4] firmware: introduce sysfs driver for QEMU's fw_cfg device - - - - --- 2015-12-04 Gabriel L. Somlo New
[v6,1/5] fw_cfg: expose control register size in fw_cfg.h - - 2 - --- 2016-01-28 Gabriel L. Somlo New
[v6,2/4] kobject: export kset_find_obj() for module use - - - - --- 2015-12-04 Gabriel L. Somlo New
« 1 2 »