Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | If kernel built with DEVICE_POLLING, keep one CPU always in active state | mav | 2010-09-22 | 1 | -1/+6 |
* | If new callout scheduled to another CPU and we are using global timer, | mav | 2010-09-21 | 1 | -3/+7 |
* | Remember last kern.eventtimer.periodic value, explicitly set by user. | mav | 2010-09-21 | 1 | -2/+5 |
* | When global timer used at SMP system, update nextevent field on BSP before | mav | 2010-09-18 | 1 | -4/+4 |
* | Make kern_tc.c provide minimum frequency of tc_ticktock() calls, required | mav | 2010-09-14 | 1 | -1/+5 |
* | Add some foot shooting protection by checking singlemul value correctness. | mav | 2010-09-14 | 1 | -4/+5 |
* | Refactor timer management code with priority to one-shot operation mode. | mav | 2010-09-13 | 1 | -262/+601 |
* | Fix several un-/signedness bugs of r210290 and r210293. Add one more check. | mav | 2010-07-20 | 1 | -2/+3 |
* | Extend timer driver API to report also minimal and maximal supported period | mav | 2010-07-20 | 1 | -11/+35 |
* | Rename timeevents.c to kern_clocksource.c. | mav | 2010-07-14 | 1 | -0/+508 |