summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Extend the Nucleo-F401RE configuration to also support the Nucleo-F411RE. ↵Gregory Nutt2014-10-1415-271/+1959
| | | | From Serg Podtynnyi
* Update ChangeLogGregory Nutt2014-10-141-0/+7
|
* Default for CONFIG_SCHED_HPWORK should be noGregory Nutt2014-10-141-1/+1
|
* Fix file mode on modified filesGregory Nutt2014-10-143-0/+0
|
* Support for the STM32 F411RE from Serg PodtynnyiGregory Nutt2014-10-143-3/+57
|
* Fix minor typos in documentationGregory Nutt2014-10-141-2/+12
|
* Add description of work queues to the porting guide. Update commentsGregory Nutt2014-10-146-95/+533
|
* Fix a compile problem noted by Marco CruzGregory Nutt2014-10-131-2/+6
|
* Trivial update to README fileGregory Nutt2014-10-131-2/+2
|
* Add SAM4E OpenOCD scriptsGregory Nutt2014-10-133-2/+112
|
* Missing workqueue logicGregory Nutt2014-10-121-0/+3
|
* Back out an incorrect changeGregory Nutt2014-10-121-2/+2
|
* Cosmetic update to commentsGregory Nutt2014-10-124-26/+53
|
* 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 ↵Gregory Nutt2014-10-1163-203/+203
| | | | LP work queue naming
* Eliminate warningsGregory Nutt2014-10-112-21/+12
|
* Fix some compiler errors in user-work queue configuration that crept in the ↵Gregory Nutt2014-10-114-6/+3
| | | | last bunch of commits
* 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 ↵Gregory Nutt2014-10-113-36/+10
| | | | high-priority work queue
* 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 ↵Gregory Nutt2014-10-111-2/+5
| | | | configurations
* 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 ↵Gregory Nutt2014-10-114-54/+95
| | | | garbage collection
* Update ChangeLogGregory Nutt2014-10-101-1/+5
|
* Add logic for priority inheritance with multiple worker threads. How should ↵Gregory Nutt2014-10-101-45/+100
| | | | this work? Tentatively, the all get reprioritized together. It would be best to just reprioritize the single thread doing the high priority work, but we don't know which that will be in advance
* 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 ↵Gregory Nutt2014-10-108-234/+202
| | | | initialization characteristics
* 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 ↵Gregory Nutt2014-10-1016-132/+660
| | | | support multiple low-priority worker threads
* Repartition work queue code. Move kernel-specific parts from libc/wqueue to ↵Gregory Nutt2014-10-1010-152/+523
| | | | sched/wqueue