summaryrefslogtreecommitdiff
path: root/nuttx/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Fix issue with multilib buildpatacongo2011-08-301-1/+1
* STM32 I2C fix, documentation update, fixes for FreeBSD/ASH buildpatacongo2011-08-271-0/+8
* Add an 'export' target to the NuttX top-level Makefilepatacongo2011-07-111-4/+16
* Add kernel mode hooks and reminders for other architecturespatacongo2011-04-081-0/+11
* current_regs should be volatile; add support for nested interrupts; enable in...patacongo2011-04-065-8/+13
* Remove user_initialize(); Make sure all integer types are signed that need to bepatacongo2011-04-061-5/+5
* Pass __KERNEL__ define (or not) to all makes to handle small differences in u...patacongo2011-04-031-1/+1
* Add basic syscall logic for i486 and AVR32patacongo2011-03-303-1/+236
* Add more syscall filespatacongo2011-03-291-0/+88
* Moving toward system call infrastructurepatacongo2011-03-291-0/+6
* Fix QEMU timer interrupt handlerpatacongo2011-03-178-66/+231
* Documentation updatespatacongo2011-03-173-104/+118
* Fix QEMU timer interruptspatacongo2011-03-163-9/+17
* apps/-related updatespatacongo2011-03-111-1/+1
* enable/disable IRQ backwardpatacongo2011-03-103-14/+17
* Restructure interrupt/timer logicpatacongo2011-03-104-76/+381
* Fix QEMU context switch bugpatacongo2011-03-102-12/+43
* Experimental version of waitpid()patacongo2011-03-101-3/+3
* Add QEMU NSH configurationpatacongo2011-03-102-1/+34
* Fix basic QEMU portpatacongo2011-03-107-436/+103
* #warning removalpatacongo2011-03-093-68/+10
* Some VSN changespatacongo2011-03-091-3/+1
* Fix fullcontextrestore bugpatacongo2011-03-095-63/+98
* Remove Cygwin dependencies from .S filespatacongo2011-03-085-124/+58
* misc QEMU fixespatacongo2011-03-084-29/+77
* Add i486 toolchain supportpatacongo2011-03-072-23/+23
* Cosmetics updatespatacongo2011-03-069-14/+9
* RTL driver update (still in progress)patacongo2011-03-062-13/+33
* Fix QEMU build target namepatacongo2011-03-061-2/+2
* QEMU i486 port is code completepatacongo2011-03-066-53/+158
* Add a stub for the QEMU serial driverpatacongo2011-03-052-1/+90
* Completes port of interrpt handling logicpatacongo2011-03-0518-136/+935
* Add QEMU interrupt handling (incomplete)patacongo2011-03-058-24/+647
* Add task init and signal scheduling logicpatacongo2011-03-057-33/+505
* More QEMU logicpatacongo2011-03-0517-27/+1473
* First cut at x86 build environmentpatacongo2011-03-0439-0/+4225