summaryrefslogtreecommitdiff
path: root/kernel/time/posix-cpu-timers.c
AgeCommit message (Expand)Author
2016-07-11posix_cpu_timer: Exit early when process has been reapedAlexey Dobriyan
2016-03-02posix-cpu-timers: Migrate to use new tick dependency mask modelFrederic Weisbecker
2015-10-15posix_cpu_timer: Reduce unnecessary sighand lock contentionJason Low
2015-10-15posix_cpu_timer: Convert cputimer->running to boolJason Low
2015-10-15posix_cpu_timer: Check thread timers only when there are active thread timersJason Low
2015-10-15posix_cpu_timer: Optimize fastpath_timer_check()Jason Low
2015-05-08sched, timer: Use the atomic task_cputime in thread_group_cputimerJason Low
2015-05-08sched, timer: Replace spinlocks with atomics in thread_group_cputimer(), to i...Jason Low
2015-05-08sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()...Jason Low
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski
2014-11-16sched/cputime: Fix cpu_timer_sample_group() double accountingPeter Zijlstra
2014-09-08time, signal: Protect resource use statistics with seqlockRik van Riel
2014-06-23time/timers: Move all time(r) related files into kernel/timeThomas Gleixner