aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/posix-cpu-timers.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+0
2016-11-16posix_cpu_timers: Move the add_device_randomness() call to a proper placeNicolas Pitre1-4/+0
2016-11-15sched/cputime: Simplify task_cputime()Stanislaw Gruszka1-2/+2
2016-07-11posix_cpu_timer: Exit early when process has been reapedAlexey Dobriyan1-0/+1
2016-03-02posix-cpu-timers: Migrate to use new tick dependency mask modelFrederic Weisbecker1-41/+11
2015-10-15posix_cpu_timer: Reduce unnecessary sighand lock contentionJason Low1-2/+24
2015-10-15posix_cpu_timer: Convert cputimer->running to boolJason Low1-2/+2
2015-10-15posix_cpu_timer: Check thread timers only when there are active thread timersJason Low1-6/+16
2015-10-15posix_cpu_timer: Optimize fastpath_timer_check()Jason Low1-8/+3
2015-05-08sched, timer: Use the atomic task_cputime in thread_group_cputimerJason Low1-13/+13
2015-05-08sched, timer: Replace spinlocks with atomics in thread_group_cputimer(), to improve scalabilityJason Low1-29/+50
2015-05-08sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()/WRITE_ONCE()Jason Low1-4/+4
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski1-2/+1
2014-11-16sched/cputime: Fix cpu_timer_sample_group() double accountingPeter Zijlstra1-1/+1
2014-09-08time, signal: Protect resource use statistics with seqlockRik van Riel1-14/+0
2014-06-23time/timers: Move all time(r) related files into kernel/timeThomas Gleixner1-0/+1490