aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/posix-cpu-timers.c
Commit message (Expand)AuthorAge
* posix-cpu-timers: Remove private interval storageThomas Gleixner2019-01-15
* posix-cpu-timers: Unbreak timer rearmingThomas Gleixner2019-01-15
* posix-cpu-timers: Remove useless call to check_dl_overrun()Juri Lelli2018-11-08
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-21
|\
| * pid: Implement PIDTYPE_TGIDEric W. Biederman2018-07-21
* | Merge branch 'fortglx/4.19/time' of https://git.linaro.org/people/john.stultz...Thomas Gleixner2018-07-12
|\ \
| * | posix-cpu-timers: Remove lockdep_assert_irqs_disabled()Sebastian Andrzej Siewior2018-06-12
| |/
* / posix-timers: Sanitize overrun handlingThomas Gleixner2018-07-02
|/
* posix-cpu-timers: Ensure set_process_cpu_timer is always evaluatedLaura Abbott2018-04-19
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-01-30
|\
| * sched/deadline: Implement "runtime overrun signal" supportJuri Lelli2018-01-10
* | posix-cpu-timers: Make set_process_cpu_timer() more robustMax R. P. Grossmann2018-01-14
* | posix-timers: Prevent UB from shifting negative signed valueNick Desaulniers2018-01-04
|/
* timers/posix-cpu-timers: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker2017-11-08
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* posix-cpu-timers: Use dedicated helper to access rlimit valuesKrzysztof Opasiak2017-08-18
* Merge branch 'timers-compat' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-07-05
|\
| * nanosleep: Use get_timespec64() and put_timespec64()Deepa Dinamani2017-06-30
* | posix-cpu-timers: Make timespec to nsec conversion safeThomas Gleixner2017-06-20
|/
* posix-timers: Make nanosleep timespec argument constThomas Gleixner2017-06-13
* posix-cpu-timers: Avoid timespec conversion in do_cpu_nanosleep()Thomas Gleixner2017-06-13
* posix-timers: Kill ->nsleep_restart()Al Viro2017-06-13
* hrtimers/posix-timers: Merge nanosleep timespec copyout logics into a new helperAl Viro2017-06-13
* time/posix-timers: Move the compat copyouts to the nanosleep implementationsAl Viro2017-06-13
* posix-timers: Store rmtp into restart_block in sys_clock_nanosleep()Al Viro2017-06-13
* posix-cpu-timers: Move copyout of timespec into do_cpu_nanosleep()Al Viro2017-06-13
* posix-timers: Zero settings value in common codeThomas Gleixner2017-06-04
* posix-timers: Use timer_rearm() callback in posixtimer_rearm()Thomas Gleixner2017-06-04
* posix-timers: Rename do_schedule_next_timerThomas Gleixner2017-06-04
* posix-timers: Store k_clock pointer in k_itimerThomas Gleixner2017-06-04
* posix-timers: Unify overrun/requeue_pending handlingThomas Gleixner2017-06-04
* posix-timers: Move posix-timer internals to coreThomas Gleixner2017-06-04
* Merge branch 'timers/urgent' into WIP.timersThomas Gleixner2017-06-04
|\
| * posix-timers: Make signal printks conditionalThomas Gleixner2017-05-23
* | posix-timers: Make posix_clocks immutableChristoph Hellwig2017-05-27
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-05-05
|\
| * posix-timers: Correct sanity check in posix_cpu_nsleepEric W. Biederman2017-04-17
* | time: Change k_clock nsleep() to use timespec64Deepa Dinamani2017-04-14
* | time: Change k_clock timer_set() and timer_get() to use timespec64Deepa Dinamani2017-04-14
* | time: Change k_clock clock_set() to use timespec64Deepa Dinamani2017-04-14
* | time: Change k_clock clock_getres() to use timespec64Deepa Dinamani2017-04-14
* | time: Change k_clock clock_get() to use timespec64Deepa Dinamani2017-04-14
* | rlimits: Print more information when CPU/RT limits are exceededArun Raghavan2017-03-13
|/
* sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...Ingo Molnar2017-03-02
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* timers/itimer: Convert internal cputime_t units to nsecFrederic Weisbecker2017-02-01
* timers/posix-timers: Convert internals to use nsecsFrederic Weisbecker2017-02-01
* timers/posix-timers: Use TICK_NSEC instead of a dynamically ad-hoc calculated...Frederic Weisbecker2017-02-01
* sched/cputime: Introduce special task_cputime_t() API to return old-typed cpu...Frederic Weisbecker2017-02-01
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24