提交历史

作者 SHA1 备注 提交日期
  Gregory Nutt d823a3ab3e sched/: Make more naming consistent 4 年之前
  ligd 231ad202ee global change: repace sched_xfree() to kxmm_free() 4 年之前
  Gregory Nutt 45b8e3ce7f sched/wqueue: Update to Apache 2.0 headers. 4 年之前
  Gregory Nutt 6309165fe0 tools/nxstyle.c: Add automatic detection of line width based on examining 4 年之前
  xuanlin 7e63b0b288 sched/wqueue, libs/libc/wqueue, configs: Remove work queue polling delay to simplify the code logic and save the power. 6 年之前
  ligd 631071cded Squashed commit of the following: 6 年之前
  Gregory Nutt 7cf88d7dbd Make sure that labeling is used consistently in all function headers. 6 年之前
  Gregory Nutt 50ca32e254 Squashed commit of the following: 6 年之前
  Gregory Nutt 3521aaf944 Squashed commit of the following: 6 年之前
  Gregory Nutt 5b385f4d4d kthread_create(): Rename kernel_thread() to kthread_create() for better naming consistency with task_create() and kthread_delete(). 7 年之前
  Arjun Hary b274a97840 Miscellaneous fixes from astyle tool. 7 年之前
  Gregory Nutt 2a751068e6 Without lowsyslog() *llerr() is not useful. Eliminate and replace with *err(). 8 年之前
  Gregory Nutt 13cac3b592 sched/: Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition. 8 年之前
  Gregory Nutt e99301d7c2 Rename *lldbg to *llerr 8 年之前
  Gregory Nutt fc3540cffe Replace all occurrences of vdbg with vinfo 8 年之前
  Gregory Nutt a20863f6c0 Remove some empty file section section header comments 8 年之前
  Gregory Nutt 6aeb4a52e8 Performance improvement: Idle loop should not take MM semaphore if there is not garbage to be collected. This can cause loss of performance and thrashing in tasking 8 年之前
  Gregory Nutt 79d554939e sched/: Fix some spacing issues 9 年之前
  Gregory Nutt c9d7472d68 Change naming of HP work queue configuration varaibles to be symmetric with LP work queue naming 10 年之前
  Gregory Nutt 0218f01f12 If there mutliple low-priority worker threads, only one needs to perform garbage collection 10 年之前
  Gregory Nutt 4a4b3ac537 Add support for multiple low-priority worker threads 10 年之前
  Gregory Nutt 16a3e83258 Add support for delays of different durations in work queue processing 10 年之前
  Gregory Nutt 75e7a4dbfc Minor changes to work queue timing logic 10 年之前
  Gregory Nutt b2cebaa9d4 Modularize starting of worker threads to better isolate individual initialization characteristics 10 年之前
  Gregory Nutt 1afc9773ac Decoupling work queue data structures. This is part of the preparation to support multiple low-priority worker threads 10 年之前