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
Commit message (
Expand
)
Author
Age
Files
Lines
*
build: Report gcc and binutils versions in debug log
Kevin O'Connor
2015-10-15
3
-1
/
+3
*
build: Rework version generation; don't allow make version override
Kevin O'Connor
2015-10-15
1
-0
/
+4
*
memmap: Introduce SYMBOL() macro to access linker script symbols
Kevin O'Connor
2015-10-15
7
-48
/
+46
*
malloc: Don't mix virtual and physical addresses
Kevin O'Connor
2015-10-15
4
-89
/
+101
*
malloc: Add warning if free() called on invalid memory
Kevin O'Connor
2015-10-15
2
-3
/
+11
*
malloc: Introduce common helper alloc_new_detail()
Kevin O'Connor
2015-10-15
2
-35
/
+47
*
malloc: Use consistent naming for internal low-level "alloc" functions
Kevin O'Connor
2015-10-15
1
-51
/
+51
*
virtio: Move standard definitions from virtio-ring.h to standard headers
Kevin O'Connor
2015-10-15
4
-8
/
+16
*
virtio: Simplify vring alignment code
Kevin O'Connor
2015-10-15
1
-20
/
+9
*
e820: Update debugging messages to report 64bit values
Kevin O'Connor
2015-10-15
1
-1
/
+1
*
e820: Rename memmap.c to e820map.c and use consistent "e820_" prefix
Kevin O'Connor
2015-10-15
12
-65
/
+72
*
e820: Introduce e820_remove() and avoid exporting E820_HOLE
Kevin O'Connor
2015-10-15
3
-3
/
+11
*
Fix typos found by codespell
Stefan Weil
2015-10-09
10
-11
/
+11
*
Always enable caching on transition32; backup/restore cr0 on call32
Kevin O'Connor
2015-10-09
5
-26
/
+35
*
Consolidate code16*() functions
Kevin O'Connor
2015-10-09
1
-34
/
+27
*
Use transition32_nmi_off from call32() and call16_back()
Kevin O'Connor
2015-09-14
2
-2
/
+3
*
Unify call32_sloppy() and call32()
Kevin O'Connor
2015-09-14
1
-18
/
+12
*
Unify inline assembler in variants of call16 functions
Kevin O'Connor
2015-09-14
2
-77
/
+34
*
Rename Call32Data to Call16Data
Kevin O'Connor
2015-09-14
1
-29
/
+29
*
Unify smm/sloppy variants of call32_prep/post and call16_helper
Kevin O'Connor
2015-09-14
1
-82
/
+50
*
Simplify transition16/32 assembler code
Kevin O'Connor
2015-09-03
1
-49
/
+40
*
minor - correct spelling error in comment
Kevin O'Connor
2015-09-03
1
-1
/
+1
*
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
7
-8
/
+62
*
rtc: Support disabling the RTC timer irq support
Kevin O'Connor
2015-08-17
4
-2
/
+28
*
sdcard: Allow the sdcard driver to run on real hardware
Kevin O'Connor
2015-08-17
2
-7
/
+1
*
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
*
Call cpu_relax() if yielding prior to interrupts being enabled
Kevin O'Connor
2015-08-17
1
-1
/
+3
[next]