aboutsummaryrefslogtreecommitdiffstats
path: root/core/pm.inc
AgeCommit message (Expand)AuthorFilesLines
2013-02-26Merge branch 'lwip' into elflinkMatt Fleming1-0/+20
2011-12-01core: Reimplement lots asm code in CMatt Fleming1-1/+2
2011-04-21thread: thread-switch the real-mode stack, tooH. Peter Anvin1-0/+1
2011-04-12core: pxe: Improve the situation with installing and uninstalling irq handlersEric W. Biederman1-0/+1
2011-04-09core: add a way to invoke a function on return to protmodeH. Peter Anvin1-0/+18
2009-09-02core: move the generated IDT stubs to a separate .gentext16 sectionH. Peter Anvin1-2/+3
2009-05-23core: fix mismerges with the master branchH. Peter Anvin1-10/+0
2009-05-17core: move real-mode callback code to callback.incH. Peter Anvin1-0/+2
2009-05-17core: move 32-bit code out of the .text16 segmentH. Peter Anvin1-6/+14
2009-05-15core: add pm_call convenience macroH. Peter Anvin1-2/+4
2009-05-14First cut of doing 32-bit C code in the coreH. Peter Anvin1-25/+16
2009-05-13core: rename .text, .data and .bss to .text16, .data16, .bss16unify-pmH. Peter Anvin1-11/+11
2009-05-13core: simplify pm_call usageH. Peter Anvin1-18/+16
2009-05-13core/pm.inc: shorten the time until we have a valid stackH. Peter Anvin1-6/+6
2009-05-13pm_call: only enable interrupts in PM if interrupts on in RMH. Peter Anvin1-0/+4
2009-05-13New attempt at unify protected mode entry/exitH. Peter Anvin1-0/+454