summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update STM3240G-EVAL nxwm and knxwm configurationsGregory Nutt2014-10-1213-91/+304
* Fix error in protected build, user-mode work queueGregory Nutt2014-10-121-13/+9
* Fix one missed name change from last big commitGregory Nutt2014-10-121-3/+3
* Change naming of HP work queue configuration varaibles to be symmetric with L...Gregory Nutt2014-10-1163-203/+203
* Eliminate warningsGregory Nutt2014-10-112-21/+12
* Fix some compiler errors in user-work queue configuration that crept in the l...Gregory Nutt2014-10-114-6/+3
* Refresh configurationGregory Nutt2014-10-111-12/+29
* Rename CONFIG_SCHED_USRWORK to CONFIG_LIB_USRWORKGregory Nutt2014-10-1121-57/+57
* Decouple the user-space work queue from the kernel space work queuesGregory Nutt2014-10-1116-205/+202
* Cosmetic updates to commentsGregory Nutt2014-10-111-10/+9
* Make building of low-priority work queue independent of also building the hig...Gregory Nutt2014-10-113-36/+10
* Enable TCP write buffering in one SAM4E-EK configurationGregory Nutt2014-10-112-5/+21
* Update a README; Refresh a configuratinoGregory Nutt2014-10-112-95/+208
* Fix some missing conditional compilation that caused build failures in some c...Gregory Nutt2014-10-111-2/+5
* Fix a couple of C++ related problems in include/cxxGregory Nutt2014-10-112-1/+3
* Fix a couple of problems introduced in the last commmitsGregory Nutt2014-10-112-1/+2
* Update ChangeLogGregory Nutt2014-10-111-0/+2
* AIO now also supports socket transfersGregory Nutt2014-10-119-77/+175
* If there mutliple low-priority worker threads, only one needs to perform garb...Gregory Nutt2014-10-114-54/+95
* Update ChangeLogGregory Nutt2014-10-101-1/+5
* Add logic for priority inheritance with multiple worker threads. How should ...Gregory Nutt2014-10-101-45/+100
* Cosmetic changes to commentsGregory Nutt2014-10-101-2/+2
* Add Kconfig support to select the number of low-priority worker threadGregory Nutt2014-10-101-0/+15
* Update ChangeLog and TODOGregory Nutt2014-10-102-47/+11
* Add support for multiple low-priority worker threadsGregory Nutt2014-10-1014-78/+205
* Fix a few bugs introduced in the last checkinGregory Nutt2014-10-101-4/+2
* User-mode work queue logic should not disable interruptsGregory Nutt2014-10-1014-101/+654
* Add support for delays of different durations in work queue processingGregory Nutt2014-10-1010-67/+103
* Minor changes to work queue timing logicGregory Nutt2014-10-104-6/+65
* Update ChangeLogGregory Nutt2014-10-101-0/+2
* Fix a few typosGregory Nutt2014-10-102-18/+18
* Fix watchdog stop bit usage. From LazloGregory Nutt2014-10-103-7/+21
* Update ChangeLogGregory Nutt2014-10-101-0/+9
* Modularize starting of worker threads to better isolate individual initializa...Gregory Nutt2014-10-108-234/+202
* Fix some conditional logic in last work queue repartitioning changeGregory Nutt2014-10-102-4/+1
* Decoupling work queue data structures. This is part of the preparation to su...Gregory Nutt2014-10-1016-132/+660
* Repartition work queue code. Move kernel-specific parts from libc/wqueue to ...Gregory Nutt2014-10-1010-152/+523
* Fix a typo in the lpc43 makefile, lpc43_usb0dev not lpc31_usb0devGregory Nutt2014-10-091-1/+1
* Update ChangeLogGregory Nutt2014-10-091-0/+3
* For PIC32MX7, DEVCFG0 bit 2 must be setGregory Nutt2014-10-091-1/+1
* Update TODOGregory Nutt2014-10-091-6/+54
* libc/aio/aio.h is empty, but add some protection anyway in case it is ever us...Gregory Nutt2014-10-091-0/+3
* fs/aio/aio.h needs to disable itself is CONFIG_FS_AIO is not definedGregory Nutt2014-10-092-0/+5
* Trivial AIO-related changesGregory Nutt2014-10-092-9/+13
* Update comments and function headersGregory Nutt2014-10-094-32/+154
* Update ChangeLogGregory Nutt2014-10-091-1/+4
* Move syslog back to libc/syslog from fs/syslogGregory Nutt2014-10-0910-15/+15
* Backing out some logic: Remove syslog functions from syscallsGregory Nutt2014-10-096-59/+16
* Update ChangeLogGregory Nutt2014-10-091-0/+2
* Correct STM32 RTC EXTI bit definition. From LazloGregory Nutt2014-10-091-2/+2