Age | Commit message (Expand) | Author | Files | Lines |
2024-02-24 | crash: split vmcoreinfo exporting code out from crash_core.c | Baoquan He | 1 | -7/+7 |
2024-01-04 | firmware: qemu_fw_cfg: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -3/+2 |
2023-11-01 | riscv, qemu_fw_cfg: Add support for RISC-V architecture | Björn Töpel | 1 | -1/+1 |
2022-01-14 | Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -12/+9 |
2022-01-06 | qemu_fw_cfg: use default_groups in kobj_type | Greg Kroah-Hartman | 1 | -2/+3 |
2021-12-21 | firmware: qemu_fw_cfg: remove sysfs entries explicitly | Johan Hovold | 1 | -0/+1 |
2021-12-21 | firmware: qemu_fw_cfg: fix sysfs information leak | Johan Hovold | 1 | -1/+1 |
2021-12-21 | firmware: qemu_fw_cfg: fix kobject leak in probe error path | Johan Hovold | 1 | -7/+6 |
2021-12-21 | firmware: qemu_fw_cfg: fix NULL-pointer deref on duplicate entries | Johan Hovold | 1 | -4/+1 |
2021-06-29 | qemu_fw_cfg: Make fw_cfg_rev_attr a proper kobj_attribute | Nathan Chancellor | 1 | -5/+3 |
2020-10-15 | fw_cfg: Add support for parisc architecture | Helge Deller | 1 | -0/+3 |
2020-07-29 | firmware: Fix a reference count leak. | Qiushi Wu | 1 | -3/+4 |
2018-08-03 | media: headers: fix linux/mod_devicetable.h inclusions | Arnd Bergmann | 1 | -0/+1 |
2018-03-20 | fw_cfg: write vmcoreinfo details | Marc-André Lureau | 1 | -3/+142 |
2018-03-20 | fw_cfg: add DMA register | Marc-André Lureau | 1 | -12/+41 |
2018-03-20 | fw_cfg: add a public uapi header | Marc-André Lureau | 1 | -20/+2 |
2018-03-20 | fw_cfg: handle fw_cfg_read_blob() error | Marc-André Lureau | 1 | -10/+22 |
2018-03-20 | fw_cfg: remove inline from fw_cfg_read_blob() | Marc-André Lureau | 1 | -2/+2 |
2018-03-20 | fw_cfg: fix sparse warnings around FW_CFG_FILE_DIR read | Marc-André Lureau | 1 | -3/+4 |
2018-03-20 | fw_cfg: fix sparse warning reading FW_CFG_ID | Marc-André Lureau | 1 | -2/+3 |
2018-03-20 | fw_cfg: fix sparse warnings with fw_cfg_file | Marc-André Lureau | 1 | -13/+15 |
2018-03-20 | fw_cfg: fix sparse warnings in fw_cfg_sel_endianness() | Marc-André Lureau | 1 | -3/+6 |
2018-01-31 | firmware: Use PTR_ERR_OR_ZERO() | Vasyl Gomonovych | 1 | -3/+1 |
2017-12-01 | fw_cfg: fix driver remove | Marc-André Lureau | 1 | -1/+2 |
2017-11-15 | fw_cfg: fix the command line module name | Marc-André Lureau | 1 | -4/+4 |
2016-05-21 | Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -3/+1 |
2016-04-21 | firmware: qemu_fw_cfg.c: potential unintialized variable | Dan Carpenter | 1 | -1/+1 |
2016-04-18 | Merge 4.6-rc4 into driver-core-next | Greg Kroah-Hartman | 1 | -1/+23 |
2016-04-07 | firmware: qemu_fw_cfg.c: hold ACPI global lock during device access | Gabriel Somlo | 1 | -0/+16 |
2016-04-07 | qemu_fw_cfg: don't leak kobj on init error | Michael S. Tsirkin | 1 | -1/+7 |
2016-03-29 | firmware: fw_cfg register offsets on supported architectures only | Gabriel Somlo | 1 | -3/+1 |
2016-02-12 | firmware: qemu_fw_cfg.c: fix typo FW_CFG_DATA_OFF | Valentin Rothberg | 1 | -1/+1 |
2016-02-10 | firmware: create directory hierarchy for sysfs fw_cfg entries | Gabriel Somlo | 1 | -3/+106 |
2016-02-10 | firmware: introduce sysfs driver for QEMU's fw_cfg device | Gabriel Somlo | 1 | -0/+648 |