summaryrefslogtreecommitdiff
path: root/nuttx/arch/x86/src
Commit message (Expand)AuthorAgeFilesLines
* x86: Move address environment switch from the task switchers to the interrupt...Gregory Nutt2014-08-283-36/+41
* Add ADDRENV support to ALL implmentations of _exit()Gregory Nutt2014-08-271-1/+12
* Add ADDRENV support to ALL implementations of up_unblock_task()Gregory Nutt2014-08-271-2/+22
* Add ADDRENV support to all implementations of up_block_task()Gregory Nutt2014-08-271-1/+21
* Change naming of ELF interfaces from arch_ to up_ for consistencyGregory Nutt2014-08-251-7/+7
* Remove os_internal.h it has been replace by several new header files under sc...Gregory Nutt2014-08-083-3/+3
* Replace os_internal.h with sched/sched.h in files that actually reference som...Gregory Nutt2014-08-088-8/+8
* Move task control files from sched/ to sched/taskGregory Nutt2014-08-081-3/+4
* Move clock functions from sched/ to sched/clockGregory Nutt2014-08-082-2/+2
* Change all time conversions. Yech. New timer units in microseconds breaks a...Gregory Nutt2014-08-071-1/+1
* Rename up_timerinit() to up_timer_initailize(); Add prototypes for candidate ...Gregory Nutt2014-08-064-5/+9
* Cosmetic changes to commentsGregory Nutt2014-07-292-8/+0
* Fix spelling, only one t in exitingGregory Nutt2014-04-271-1/+1
* More trailing whilespace removalGregory Nutt2014-04-1313-24/+24
* Make sure that there is one space after forGregory Nutt2014-04-122-4/+4
* Make sure that there is one space between while and conditionGregory Nutt2014-04-122-2/+2
* Make sure that there is one space between if and conditionGregory Nutt2014-04-121-2/+2
* mv ramlog.h and syslog.h to new include/nuttx/syslogGregory Nutt2014-04-101-1/+1
* Add option to dump buffered USB trace data on an assertionGregory Nutt2014-03-201-2/+27
* QEMU i486: Minor updates to VGA driverGregory Nutt2014-03-082-0/+9
* QEMU i486: New QEMU keyboard and VGA drivers from LizhuoyiGregory Nutt2014-03-082-0/+142
* QEMU i486: New QEMU keyboard and VGA drivers from LizhuoyiGregory Nutt2014-03-084-13/+871
* x86: fix 'Error: .size expression for idle_stack does not evaluate to a cons...Gregory Nutt2014-01-251-1/+1
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-247-21/+21
* LM: Don't initialize .data if running in SRAM. Global missing intialize type...Gregory Nutt2013-12-051-1/+1
* Extend stack debug logic to include IDLE and interrupt stacks. Also color th...Gregory Nutt2013-11-012-3/+3
* Clean up some naming: fd vs. fildes vs. filedes and filep vs filpGregory Nutt2013-09-281-3/+3
* Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_Gregory Nutt2013-07-262-2/+2
* Created new directories to hold SPI-related filesGregory Nutt2013-07-011-2/+2
* .dSYM only needs to be in the same .gitignore files as .exeGregory Nutt2013-05-301-1/+0
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add...Gregory Nutt2013-05-301-1/+1
* Remove up_assert_codeGregory Nutt2013-04-255-133/+102
* Adding missing registration of /dev/zero; Condition registration of /dev/null...Gregory Nutt2013-04-241-0/+8
* _exit() should not call atexit() or on_exit() functions; Rename task_deletecu...Gregory Nutt2013-04-181-1/+1
* Move LPC17xx IOCON register definitions from lpc17_gpio.h to lpc17_iocon.h; f...Gregory Nutt2013-04-041-4/+4
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-041-0/+5
* Corrections needed after further test of stack-based task argumentspatacongo2013-03-211-3/+10
* Copy siginfo_t to step before calling a user-space signal handlerpatacongo2013-03-211-1/+1
* Add a up_stack_frame() interface to allocate a frame of data on a task's stack.patacongo2013-03-211-0/+134
* In the kernel build, allocate the stacks for kernel threads from the kernel h...patacongo2013-03-203-13/+59
* Change prototypes of up_create_stack and up_release_stack to include a task t...patacongo2013-03-203-20/+66
* Rename g_heapbase to g_idle_topstack; Fix kernel build heap allocation which ...patacongo2013-03-144-9/+9
* Create sched_ufree and sched_kfree from sched_free; Use user-accessible heap ...patacongo2013-03-103-5/+5
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-091-4/+9
* Add debug output when memory allocations failpatacongo2013-02-281-32/+59
* Rename _TCB to struct tcb_spatacongo2013-02-0412-32/+32
* Misc clean; mark assertions as non-returning; allow toolchain prefix to be ov...patacongo2013-01-311-1/+2
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-282-3/+3
* Serial driver needed even when no console; Fix user LED settings in all STM32...patacongo2013-01-282-6/+25
* Move stream data from TCB to task group structure.patacongo2013-01-261-24/+20