index
:
seabios
guest-hint
kvmtool
master
memory2-logging
microvm
pci-4g-map
pci64-cfg
seabios
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
hw
Commit message (
Expand
)
Author
Age
Files
Lines
*
virtio: Move standard definitions from virtio-ring.h to standard headers
Kevin O'Connor
2015-10-15
2
-8
/
+1
*
virtio: Simplify vring alignment code
Kevin O'Connor
2015-10-15
1
-20
/
+9
*
e820: Rename memmap.c to e820map.c and use consistent "e820_" prefix
Kevin O'Connor
2015-10-15
1
-2
/
+3
*
megasas: Use outl() on MFI_IDB register
Kevin O'Connor
2015-09-03
1
-1
/
+1
*
megasas: Fix outw, outl argument order
Stefan Weil
2015-09-03
1
-4
/
+4
*
sdcard: Obtain card capacity and report it on the boot menu
Kevin O'Connor
2015-09-03
1
-5
/
+43
*
sdcard: Display sdcard product name in boot menu
Kevin O'Connor
2015-09-03
1
-2
/
+10
*
sdcard: Turn card_type into a bitmap and store if card is MMC type
Kevin O'Connor
2015-09-03
1
-10
/
+9
*
sdcard: Move drive registration to sdcard_card_setup()
Kevin O'Connor
2015-09-03
1
-15
/
+15
*
sdcard: Move frequency setting into sdcard_card_setup()
Kevin O'Connor
2015-09-03
1
-8
/
+10
*
sdcard: Move sdcard_set_frequency()/sdcard_set_power() in sdcard.c
Kevin O'Connor
2015-09-03
1
-58
/
+58
*
rtc: Disable NMI in rtc_mask()
Kevin O'Connor
2015-09-01
1
-0
/
+1
*
xhci: Minor - add USB port type comments to xhci_hub_reset()
Kevin O'Connor
2015-08-24
1
-0
/
+2
*
sdcard: Allow sdcard addresses to be specified in CBFS files
Kevin O'Connor
2015-08-24
1
-12
/
+36
*
ps2: Eliminate "etc/ps2-poll-only"; use CONFIG_HARDWARE_IRQ instead
Kevin O'Connor
2015-08-24
1
-10
/
+6
*
Add minimal support for machines without hardware interrupts
Kevin O'Connor
2015-08-24
3
-0
/
+20
*
rtc: Support disabling the RTC timer irq support
Kevin O'Connor
2015-08-17
1
-0
/
+6
*
sdcard: Allow the sdcard driver to run on real hardware
Kevin O'Connor
2015-08-17
1
-6
/
+0
*
sdcard: Initial support for MMC cards
Kevin O'Connor
2015-08-17
1
-17
/
+26
*
sdcard: Check for error events during sdcard_pio()
Kevin O'Connor
2015-08-17
1
-2
/
+13
*
sdcard: Perform a controller reset at start of init
Kevin O'Connor
2015-08-17
1
-0
/
+20
*
sdcard: Rename waitw() to sdcard_waitw() and simplify
Kevin O'Connor
2015-08-17
1
-16
/
+13
*
sdcard: Implement timeout on every block read in sdcard_pio_transfer()
Kevin O'Connor
2015-08-17
1
-5
/
+4
*
sdcard: The card should never be in a busy state at start of sdcard_pio()
Kevin O'Connor
2015-08-17
1
-6
/
+9
*
sdcard: Power down controller on failure
Kevin O'Connor
2015-08-17
1
-4
/
+8
*
sdcard: Power controller up to maximum voltage supported
Kevin O'Connor
2015-08-17
1
-4
/
+18
*
sdcard: Move power setup to new function sdcard_set_power()
Kevin O'Connor
2015-08-17
1
-13
/
+24
*
sdcard: Support SDHCI v3.00 spec clock setting
Kevin O'Connor
2015-08-17
1
-7
/
+22
*
sdcard: Fill command bits according to spec
Kevin O'Connor
2015-08-17
1
-11
/
+17
*
sdcard: Fix typo - use sdcard_pio() instead of sdcard_pio_app()
Kevin O'Connor
2015-08-17
1
-2
/
+2
*
xhci: Count new Max Scratchpad Bufs bits from XHCI 1.1
Julius Werner
2015-08-10
1
-1
/
+1
*
sdcard: Add proper delays during card power up
Kevin O'Connor
2015-08-04
1
-0
/
+6
*
sdcard: Improve SD card initialization command sequence
Kevin O'Connor
2015-08-04
1
-4
/
+40
*
sdcard: Set timeout control register during init (to max allowed timeout)
Kevin O'Connor
2015-08-04
1
-0
/
+1
*
sdcard: Make sure controller support 3.3V before enabling it
Kevin O'Connor
2015-08-04
1
-1
/
+11
*
sdcard: Implement controller frequency setting according to sdhci spec
Kevin O'Connor
2015-08-04
1
-2
/
+42
*
sdcard: Check if card is present before sending commands to card
Kevin O'Connor
2015-08-04
1
-2
/
+7
*
ramdisk: Allow ramdisk support (CONFIG_FLASH_FLOPPY) under QEMU
Kevin O'Connor
2015-07-23
1
-1
/
+1
*
timer: Add CONFIG_TSC_TIMER build option to disable the CPU TSC timer
Kevin O'Connor
2015-07-23
1
-15
/
+8
*
ps2: Don't wait 100ms to discard possible extra reset receive byte
Kevin O'Connor
2015-07-22
2
-8
/
+9
*
ata: Make sure "chanid" is relative to PCI device for bootorder file
Kevin O'Connor
2015-07-14
2
-12
/
+14
*
ps2: Support mode for polling the PS2 port instead of using irqs
Kevin O'Connor
2015-07-14
2
-8
/
+39
*
block: Rename process_XXX_op() functions to XXX_process_op()
Kevin O'Connor
2015-07-14
9
-10
/
+9
*
blockcmd: Convert cdb_is_read() to scsi_is_read()
Kevin O'Connor
2015-07-14
7
-14
/
+14
*
blockcmd: Remove unused scsi_process_op() and cdb_cmd_data()
Kevin O'Connor
2015-07-14
2
-22
/
+0
*
pvscsi: Handle pvscsi drives directly via 'struct disk_op_s' requests
Kevin O'Connor
2015-07-14
3
-24
/
+13
*
pvscsi: Move pvscsi_fill_req() code into pvscsi_cmd()
Kevin O'Connor
2015-07-14
1
-24
/
+15
*
virtio-scsi: Handle virtio drives directly via 'struct disk_op_s' requests
Kevin O'Connor
2015-07-14
3
-27
/
+16
*
megasas: Handle Megasas drives directly via 'struct disk_op_s' requests
Kevin O'Connor
2015-07-14
3
-9
/
+8
*
esp-scsi: Handle ESP drives directly via 'struct disk_op_s' requests
Kevin O'Connor
2015-07-14
3
-22
/
+13
[next]