Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | core: move the generated IDT stubs to a separate .gentext16 section | H. Peter Anvin | 2009-09-02 | 1 | -2/+3 |
* | core: fix mismerges with the master branch | H. Peter Anvin | 2009-05-23 | 1 | -10/+0 |
* | core: move real-mode callback code to callback.inc | H. Peter Anvin | 2009-05-17 | 1 | -0/+2 |
* | core: move 32-bit code out of the .text16 segment | H. Peter Anvin | 2009-05-17 | 1 | -6/+14 |
* | core: add pm_call convenience macro | H. Peter Anvin | 2009-05-15 | 1 | -2/+4 |
* | First cut of doing 32-bit C code in the core | H. Peter Anvin | 2009-05-14 | 1 | -25/+16 |
* | core: rename .text, .data and .bss to .text16, .data16, .bss16unify-pm | H. Peter Anvin | 2009-05-13 | 1 | -11/+11 |
* | core: simplify pm_call usage | H. Peter Anvin | 2009-05-13 | 1 | -18/+16 |
* | core/pm.inc: shorten the time until we have a valid stack | H. Peter Anvin | 2009-05-13 | 1 | -6/+6 |
* | pm_call: only enable interrupts in PM if interrupts on in RM | H. Peter Anvin | 2009-05-13 | 1 | -0/+4 |
* | New attempt at unify protected mode entry/exit | H. Peter Anvin | 2009-05-13 | 1 | -0/+454 |