aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/posix-cpu-timers.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2017-04-16posix-timers: Correct sanity check in posix_cpu_nsleepEric W. Biederman1-1/+1
2017-04-14time: Change k_clock nsleep() to use timespec64Deepa Dinamani1-18/+18
2017-04-14time: Change k_clock timer_set() and timer_get() to use timespec64Deepa Dinamani1-12/+16
2017-04-14time: Change k_clock clock_set() to use timespec64Deepa Dinamani1-1/+1
2017-04-14time: Change k_clock clock_getres() to use timespec64Deepa Dinamani1-3/+3
2017-04-14time: Change k_clock clock_get() to use timespec64Deepa Dinamani1-5/+5
2017-03-13rlimits: Print more information when CPU/RT limits are exceededArun Raghavan1-2/+7
2017-03-02sched/headers: Prepare to move cputime functionality from <linux/sched.h> into <linux/sched/cputime.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-02-01timers/itimer: Convert internal cputime_t units to nsecFrederic Weisbecker1-26/+17
2017-02-01timers/posix-timers: Convert internals to use nsecsFrederic Weisbecker1-123/+87
2017-02-01timers/posix-timers: Use TICK_NSEC instead of a dynamically ad-hoc calculated versionFrederic Weisbecker1-9/+2
2017-02-01sched/cputime: Introduce special task_cputime_t() API to return old-typed cputimeFrederic Weisbecker1-23/+23
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
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