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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add symbolic definitions for USB delays.
Kevin O'Connor
2010-02-14
4
-5
/
+15
*
Support USB interrupt schedules on OHCI and UHCI.
Kevin O'Connor
2010-02-13
8
-36
/
+79
*
Add some ASSERT32FLAT() to help compiler eliminate dead code.
Kevin O'Connor
2010-02-13
3
-0
/
+3
*
seabios: acpi: fix memory leak in build_srat().
Isaku Yamahata
2010-02-13
1
-0
/
+2
*
Support USB keyboard auto-repeat.
Kevin O'Connor
2010-02-11
4
-18
/
+99
*
mptable: Pull cpuid_signature/features setting out of loop.
Kevin O'Connor
2010-02-11
1
-8
/
+8
*
Rework disabling of ps2 port irqs.
Kevin O'Connor
2010-01-28
4
-68
/
+65
*
Go back to using 0xf0000000 for PCI memory start.
Kevin O'Connor
2010-01-28
2
-1
/
+2
*
Read APIC version from APIC instead of using a hard-coded value.
Magnus Christensson
2010-01-18
1
-1
/
+2
*
Work around bochs floppy issue with wait_irq().
Kevin O'Connor
2010-01-17
1
-1
/
+3
*
Add CONFIG_ATA_DMA option; default to off for now.
Kevin O'Connor
2010-01-17
2
-1
/
+9
*
Fix PkgLength calculation for the SSDT.
Magnus Christensson
2010-01-12
1
-2
/
+4
*
Add explicit Program Headers to linker scripts.
Kevin O'Connor
2010-01-10
3
-1
/
+11
*
Prep version for next release.
Kevin O'Connor
2010-01-10
1
-1
/
+1
*
Update version to 0.5.1
rel-0.5.1
Kevin O'Connor
2010-01-08
1
-1
/
+1
*
Fix sign error preventing incorrect memory over 4gig calculation.
Kevin O'Connor
2010-01-05
1
-1
/
+1
*
Minor - better indent assembler in int1587.
Kevin O'Connor
2010-01-04
1
-22
/
+20
*
Add comment explaining why mptable is in low memory.
Kevin O'Connor
2010-01-04
1
-1
/
+3
*
Add int1589 support.
Kevin O'Connor
2010-01-04
5
-16
/
+61
*
Set FDPT in irq table even for small drives.
Kevin O'Connor
2010-01-03
1
-14
/
+13
*
Reduce #ifs by weeding out some cross-chunk function definitions.
Kevin O'Connor
2010-01-03
4
-12
/
+6
*
Fix vgahook sign issue; add warning to build to catch future cases.
Kevin O'Connor
2010-01-03
2
-2
/
+3
*
vgabios: Fix compile error due to fixed prototypes.
Kevin O'Connor
2010-01-03
1
-1
/
+1
*
Be sure to add "void" to all function prototypes that take no args.
Kevin O'Connor
2010-01-03
54
-193
/
+193
*
mptable: Reset pinmask on new bus or device.
Kevin O'Connor
2010-01-03
2
-3
/
+6
*
Detect latest FC12 gcc -combine breakage.
Kevin O'Connor
2010-01-03
1
-0
/
+1
*
Minor vga binary cleanups.
Kevin O'Connor
2010-01-01
2
-7
/
+9
*
Make MTRR region 0xc0000-0x100000 be cached.
Kevin O'Connor
2010-01-01
1
-25
/
+29
*
Force a link error if a function is used from the wrong code chunk.
Kevin O'Connor
2010-01-01
2
-24
/
+31
*
Add __noreturn define for __attribute__((noreturn)).
Kevin O'Connor
2010-01-01
2
-5
/
+5
*
Implement native 32bit APM support.
Kevin O'Connor
2010-01-01
5
-47
/
+33
*
Commit compiled dsdt file; misc comment updates.
Kevin O'Connor
2009-12-30
5
-954
/
+958
*
prevent acpi from rerouting SCI interrupt
Gleb Natapov
2009-12-30
1
-1
/
+4
*
enumerate all PCI buses in mptable
Gleb Natapov
2009-12-30
1
-14
/
+22
*
Add support for 32bit PCI BIOS entry.
Kevin O'Connor
2009-12-30
15
-78
/
+299
*
Only add "addr32" to memory accesses that require them.
Kevin O'Connor
2009-12-27
2
-48
/
+53
*
Introduce MODESEGMENT define; rename VISIBLE32 to VISIBLE32FLAT.
Kevin O'Connor
2009-12-26
15
-72
/
+70
*
Allocate smbios in temp space and copy into final location.
Kevin O'Connor
2009-12-26
1
-7
/
+15
*
Clear user reserved interrupts (0x60-0x66).
Kevin O'Connor
2009-12-26
1
-0
/
+4
*
Remove pci_bios_bigmem_addr; set pci_bios_mem_addr=0xe0000000
Kevin O'Connor
2009-12-26
1
-7
/
+1
*
Add initial support for ATA DMA.
Kevin O'Connor
2009-12-26
2
-69
/
+312
*
Allocate mptable in temp space and copy into final location.
Kevin O'Connor
2009-12-26
1
-25
/
+29
*
Also report memory over 4G during init.
Kevin O'Connor
2009-12-24
1
-1
/
+2
*
provide correct pci routing information in mptable
Gleb Natapov
2009-12-24
1
-4
/
+46
*
Add symbolic definitions for MTRR code.
Kevin O'Connor
2009-12-23
2
-9
/
+20
*
Fix yield() so it works from boot code.
Kevin O'Connor
2009-12-20
1
-1
/
+4
*
Fix potential build failure due to text16 section being too large.
Kevin O'Connor
2009-12-19
4
-20
/
+29
*
Increase version in preparation for next release.
Kevin O'Connor
2009-12-19
1
-1
/
+1
*
Update version to 0.5.0.
rel-0.5.0
Kevin O'Connor
2009-12-18
1
-1
/
+1
*
qemu: add rom loading via fw_cfg
Gerd Hoffmann
2009-12-18
3
-0
/
+72
[prev]
[next]