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
...
*
Minor - relocate code in stacks.c to keep low-level thread code together.
Kevin O'Connor
2013-06-08
1
-52
/
+57
*
Convert VAR16VISIBLE, VAR16EXPORT, and VAR32VISIBLE to VARFSEG.
Kevin O'Connor
2013-02-18
1
-2
/
+2
*
No need to check both CONFIG_THREADS and CONFIG_THREAD_OPTIONROMS.
Kevin O'Connor
2013-02-09
1
-6
/
+4
*
Fix winxp boot regression introduced in ecdc655a.
Kevin O'Connor
2012-06-02
1
-1
/
+1
*
Run all hardware irq handlers on the extra stack.
Kevin O'Connor
2012-05-30
1
-2
/
+2
*
Automatically hop off the extra stack when far calling 16bit code.
Kevin O'Connor
2012-05-28
1
-4
/
+3
*
Make the extra stack re-entrant and "hop back" to check for irqs.
Kevin O'Connor
2012-05-28
1
-6
/
+52
*
Replace 32bit->16bit farcall system with regular calls.
Kevin O'Connor
2012-05-28
1
-59
/
+64
*
Move farcall16 code from util.c to stacks.c and reorg stacks.c.
Kevin O'Connor
2012-05-28
1
-97
/
+140
*
Rename call16 to farcall16.
Kevin O'Connor
2012-05-28
1
-2
/
+2
*
Rename wait_irq to yield_toirq.
Kevin O'Connor
2012-05-28
1
-1
/
+1
*
Add mechanism to declare variables as "low mem" and use for extra stack.
Kevin O'Connor
2012-05-20
1
-6
/
+9
*
Run option rom visible PMM code in 32bit mode instead of 16bit mode.
Kevin O'Connor
2011-07-16
1
-1
/
+1
*
Simplify POST entry code by moving reboot logic from post.c to resume.c.
Kevin O'Connor
2011-07-10
1
-5
/
+0
*
Require a "_cfuncXX_" symbol prefix for inter-mode c function references.
Kevin O'Connor
2010-12-05
1
-4
/
+2
*
Enhance call32() to pass a parameter to called function.
Kevin O'Connor
2010-11-25
1
-9
/
+9
*
Don't pass return address to transition(32,16,16big) on stack.
Kevin O'Connor
2010-11-25
1
-2
/
+2
*
Cleanup - it's no longer necessary to manually reset global variables.
Kevin O'Connor
2010-09-25
1
-11
/
+4
*
Separate out init code from the rest of the 32bit flat code.
Kevin O'Connor
2010-09-15
1
-2
/
+2
*
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
[prev]