index
:
riscv-gnu-toolchain/qemu/roms/seabios.git
0.5.1-stable
0.6.1-stable
1.10-stable
1.11-stable
1.12-stable
1.6.3-stable
1.7.2-stable
1.7.3-stable
1.7.5-stable
1.8-stable
1.9-stable
master
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-02
ahci: Fix hangs due to controller reset
Jiaxun Yang
1
-2
/
+17
2025-03-10
ahci: add controller reset
Gerd Hoffmann
1
-3
/
+3
2025-01-07
usb-hid: Support multiple USB HID devices by storing them in a linked list
Daniel Khodabakhsh
1
-39
/
+65
2024-09-04
esp-scsi: indicate acceptance of MESSAGE IN phase data
Mark Cave-Ayland
1
-1
/
+3
2024-01-26
Add LBA 64bit support for reads beyond 2TB.
Max Tottenham
2
-14
/
+71
2024-01-25
Add AHCI Power ON + ICC_ACTIVE into port setup code
Andrej Kruták
1
-1
/
+2
2024-01-25
esp-scsi: terminate DMA transfer when ESP data transfer completes
Mark Cave-Ayland
1
-0
/
+2
2023-08-24
esp-scsi: handle non-DMA SCSI commands with no data phase
Mark Cave-Ayland
1
-1
/
+10
2023-08-24
esp-scsi: check for INTR_BS/INTR_FC instead of STAT_TC for command completion
Mark Cave-Ayland
1
-14
/
+22
2023-08-24
esp-scsi: flush FIFO before sending SCSI command
Mark Cave-Ayland
1
-0
/
+4
2023-06-21
ahci: handle TFES irq correctly
Niklas Cassel via SeaBIOS
1
-0
/
+6
2023-06-13
virtio-blk: Fix integer overflow for large max IO sizes
Lukas Stockner via SeaBIOS
1
-1
/
+1
2022-11-23
usb: fix wrong init of keyboard/mouse's if first interface is not boot protocol
Qi Zhou
2
-10
/
+15
2022-11-23
virtio: finalize features before using device
rel-1.16.1
Xuan Zhuo
2
-9
/
+26
2022-11-23
virtio-mmio: read/write the hi 32 features for mmio
Xuan Zhuo
1
-2
/
+5
2022-11-22
virtio-blk: Fix incorrect type conversion in virtio_blk_op()
Xiaofei Lee
1
-1
/
+1
2022-07-07
virtio-blk: use larger default request size
Gerd Hoffmann
1
-1
/
+1
2022-04-04
reset: force standard PCI configuration access
Volker Rümelin
2
-0
/
+33
2022-04-04
pci: refactor the pci_config_*() functions
Volker Rümelin
2
-13
/
+53
2022-02-03
nvme: fix LBA format data structure
Florian Larysch
1
-1
/
+0
2022-01-27
nvme: avoid use-after-free in nvme_controller_enable()
Jan Beulich via SeaBIOS
1
-1
/
+2
2022-01-27
nvme: Only allocate one dma bounce buffer for all nvme drives
Kevin O'Connor
2
-9
/
+15
2022-01-27
nvme: Build the page list in the existing dma buffer
Kevin O'Connor
2
-43
/
+24
2022-01-27
nvme: Pass prp1 and prp2 directly to nvme_io_xfer()
Kevin O'Connor
1
-21
/
+18
2022-01-27
nvme: Convert nvme_build_prpl() to nvme_prpl_xfer()
Kevin O'Connor
2
-27
/
+20
2022-01-21
nvme: Add nvme_bounce_xfer() helper function
Kevin O'Connor
1
-14
/
+21
2022-01-21
nvme: Rework nvme_io_readwrite() to return -1 on error
Kevin O'Connor
1
-19
/
+18
2021-12-18
virtio-blk: split large IO according to size_max
Andy Pei
1
-1
/
+34
2021-12-18
virtio-blk: abstract a function named virtio_blk_op_one_segment to handle r/w...
Andy Pei
1
-20
/
+28
2021-12-18
virtio-blk: add feature VIRTIO_BLK_F_SIZE_MAX and VIRTIO_BLK_F_SEG_MAX
Andy Pei
2
-8
/
+46
2021-06-30
nvme: fix missing newline on sq full print
Alex Martens via SeaBIOS
1
-1
/
+1
2021-05-31
nvme: drive desc should not include the newline
Gerd Hoffmann
1
-2
/
+2
2021-05-31
nvme: improve namespace allocation
Gerd Hoffmann
2
-25
/
+16
2021-03-10
usb-hid: Increase MAX_KBD_EVENT
Stefan Ott via SeaBIOS
1
-1
/
+1
2020-12-21
Support booting USB drives with a write protect switch enabled
Mike Banon
1
-3
/
+7
2020-11-16
nvme: Clean up nvme_cmd_readwrite()
David Woodhouse
1
-44
/
+33
2020-10-28
nvme: Split requests by maximum allowed size
Alexander Graf
1
-0
/
+16
2020-10-28
nvme: Pass large I/O requests as PRP lists
Alexander Graf
2
-10
/
+82
2020-10-28
nvme: Allow to set PRP2
Alexander Graf
1
-5
/
+6
2020-10-28
nvme: Record maximum allowed request size
Alexander Graf
2
-3
/
+18
2020-10-13
usb/xhci: add support for mmio host adapters (via acpi).
Gerd Hoffmann
1
-0
/
+31
2020-10-13
usb/xhci: split xhci setup into generic and pci parts
Gerd Hoffmann
1
-13
/
+27
2020-10-13
usb: add boot prio support for mmio host adapters
Gerd Hoffmann
1
-0
/
+1
2020-09-30
USB:Fix xHCI initail fail by using longer reset and CNR clear timeout value
weitaowang-oc@zhaoxin.com
1
-2
/
+2
2020-09-25
usb.c: Fix devices using non-primary interface descriptor
Matt DeVillier
1
-8
/
+19
2020-07-28
nvme: Increase `nvme_cmd_readwrite()` message log level from 3 to 5
Paul Menzel
1
-1
/
+1
2020-07-28
virtio-scsi: fix boot prio detection by using correct lun
Stefan Reiter
1
-3
/
+3
2020-06-26
timer: Handle decrements of PIT counter
Roman Bolshakov
1
-1
/
+1
2020-06-24
serialio: Preserve Xen DebugOutputPort
Jason Andryuk
1
-0
/
+4
2020-05-25
pci: fix mmconfig support
Gerd Hoffmann
1
-6
/
+6
[next]