summaryrefslogtreecommitdiff
path: root/nuttx/arch/x86/src/common
Commit message (Expand)AuthorAgeFilesLines
* arch/: board function prototypes are now in include/nuttx/board.h. Remove fr...Gregory Nutt2015-02-274-15/+6
* Big, very risky change: Remove all occurrences of up_maskack_irq() that disa...Gregory Nutt2015-02-091-4/+0
* SYSLOG: Add an option to use the syslog'ing device as the system consolution....Gregory Nutt2015-02-081-0/+3
* Update everything under nuttx/arch to use the corrected syslog interfacesGregory Nutt2014-10-081-11/+26
* ELF relocations. Some relocation types do not have a named symbol associated...Gregory Nutt2014-09-091-2/+15
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-291-1/+1
* Add address environment support to ALL implementatins of up_release_pending()Gregory Nutt2014-08-281-2/+14
* Add address environment support to ALL implementatins of up_reprioritize_rtr()Gregory Nutt2014-08-281-2/+14
* x86: Move address environment switch from the task switchers to the interrupt...Gregory Nutt2014-08-282-22/+6
* 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-081-1/+1
* Replace os_internal.h with sched/sched.h in files that actually reference som...Gregory Nutt2014-08-086-6/+6
* Move task control files from sched/ to sched/taskGregory Nutt2014-08-081-3/+4
* Move clock functions from sched/ to sched/clockGregory Nutt2014-08-081-1/+1
* 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-062-2/+2
* Fix spelling, only one t in exitingGregory Nutt2014-04-271-1/+1
* More trailing whilespace removalGregory Nutt2014-04-135-12/+12
* Make sure that there is one space after forGregory Nutt2014-04-121-1/+1
* Make sure that there is one space between while and conditionGregory Nutt2014-04-122-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
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-244-11/+11
* 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
* Remove up_assert_codeGregory Nutt2013-04-254-131/+100
* 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
* Rename g_heapbase to g_idle_topstack; Fix kernel build heap allocation which ...patacongo2013-03-143-4/+4
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-091-4/+9
* Rename _TCB to struct tcb_spatacongo2013-02-046-23/+23
* 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-281-2/+2
* 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
* Move file data from TCB to task grouppatacongo2013-01-261-4/+2
* Fix poll/select issue reported by Qiangpatacongo2013-01-241-1/+1
* ARM and ARMv7-M ELF support; STM32F4Discovery ELF loader test configurationpatacongo2012-10-261-2/+0
* Rename elf.h to elf32.h; Additional ELF loader changespatacongo2012-10-261-1/+1
* More ELF loader changespatacongo2012-10-251-1/+3
* Add x86 ELF supportpatacongo2012-10-251-0/+139
* Resync new repository with old repo r5166patacongo2012-09-172-3/+6
* Remove executable property from source and make filespatacongo2012-09-134-0/+0
* Email address change in nuttx/patacongo2012-09-1317-17/+17
* Reconfigured Shenzhou to use JTAG. Misc Kconfig changespatacongo2012-09-091-0/+2
* Move RAMLOG driver to drivers/syslog; Add ability to output debug information...patacongo2012-08-022-1/+5