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
/
stacks.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow wait_irq to be called in 32bit code.
Kevin O'Connor
2010-05-23
1
-10
/
+73
*
Further parallelize init when using CONFIG_THREAD_OPTIONROMS.
Kevin O'Connor
2010-05-01
1
-1
/
+3
*
Some improvements to optionrom preemption support.
Kevin O'Connor
2010-04-02
1
-7
/
+14
*
Force use of indirect function calls in inline assembler.
Kevin O'Connor
2010-03-20
1
-7
/
+6
*
Don't move EBDA while an optionrom is running (CONFIG_THREAD_OPTIONROMS).
Kevin O'Connor
2010-03-20
1
-0
/
+12
*
Introduce simple "mutex" locking code.
Kevin O'Connor
2010-02-28
1
-0
/
+20
*
Be sure to add "void" to all function prototypes that take no args.
Kevin O'Connor
2010-01-03
1
-10
/
+10
*
Introduce MODESEGMENT define; rename VISIBLE32 to VISIBLE32FLAT.
Kevin O'Connor
2009-12-26
1
-5
/
+5
*
Fix yield() so it works from boot code.
Kevin O'Connor
2009-12-20
1
-1
/
+4
*
Extract out new call32() function from check_preempt() code in stacks.c.
Kevin O'Connor
2009-12-13
1
-61
/
+72
*
Enhance experimental option rom "threading" - enable preemption.
Kevin O'Connor
2009-12-13
1
-13
/
+137
*
Move stack manipulation code from util.c to new file stacks.c.
Kevin O'Connor
2009-12-10
1
-0
/
+163