index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
posix-cpu-timers.c
Age
Commit message (
Expand
)
Author
2013-04-22
posix_timers: Fix pre-condition to stop the tick on full dynticks
Frederic Weisbecker
2013-04-19
posix_timers: New API to prevent from stopping the tick when timers are running
Frederic Weisbecker
2013-04-19
posix_timers: Kick full dynticks CPUs when a posix cpu timer is armed
Frederic Weisbecker
2013-02-19
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2013-02-15
posix-cpu-timers: Fix nanosleep task_struct leak
Stanislaw Gruszka
2013-01-27
cputime: Use accessors to read task cputime stats
Frederic Weisbecker
2012-12-19
Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2012-12-16
random: Mix cputime from each thread that exits to the pool
Nick Kossifidis
2012-11-28
cputime: Move thread_group_cputime() to sched code
Frederic Weisbecker
2011-12-15
[S390] cputime: add sparse checking and cleanup
Martin Schwidefsky
2011-10-26
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2011-10-18
cputimer: Cure lock inversion
Peter Zijlstra
2011-09-30
posix-cpu-timers: Cure SMP wobbles
Peter Zijlstra
2011-09-13
locking, sched: Annotate thread_group_cputimer as raw
Thomas Gleixner
2011-05-23
hrtimers: Avoid touching inactive timer bases
Thomas Gleixner
2011-03-31
Fix common misspellings
Lucas De Marchi
2011-02-02
posix-timers: Cleanup namespace
Thomas Gleixner
2011-02-02
posix-timers: Make posix-cpu-timers functions static
Thomas Gleixner
2011-02-02
posix-timers: Convert clock_settime to clockid_to_kclock()
Thomas Gleixner
2011-02-02
posix-cpu-timers: Remove the stub nanosleep functions
Thomas Gleixner
2011-02-02
posix-timers: Cleanup restart_block usage
Thomas Gleixner
2011-02-02
posix-timers: Introduce clock_posix_cpu
Thomas Gleixner
2011-02-02
posix-timers: Cleanup struct initializers
Thomas Gleixner
2010-11-10
posix-cpu-timers: Rcu_read_lock/unlock protect find_task_by_vpid call
Sergey Senozhatsky
2010-08-10
Merge branch 'writable_limits' of git://decibel.fi.muni.cz/~xslaby/linux
Linus Torvalds
2010-07-16
rlimits: add task_struct to update_rlimit_cpu
Jiri Slaby
2010-06-18
sched: Fix the racy usage of thread_group_cputimer() in fastpath_timer_check()
Oleg Nesterov
2010-06-18
sched: run_posix_cpu_timers: Don't check ->exit_state, use lock_task_sighand()
Oleg Nesterov
2010-06-18
sched: thread_group_cputime: Simplify, document the "alive" check
Oleg Nesterov
2010-05-27
posix-cpu-timers: avoid "task->signal != NULL" checks
Oleg Nesterov
2010-05-10
posix-cpu-timers: Optimize run_posix_cpu_timers()
Stanislaw Gruszka
2010-05-10
Merge branch 'linus' into timers/core
Thomas Gleixner
2010-03-26
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2010-03-12
cpu-timers: Avoid iterating over all threads in fastpath_timer_check()
Stanislaw Gruszka
2010-03-12
cpu-timers: Change SIGEV_NONE timer implementation
Stanislaw Gruszka
2010-03-12
cpu-timers: Return correct previous timer reload value
Stanislaw Gruszka
2010-03-12
cpu-timers: Cleanup arm_timer()
Stanislaw Gruszka
2010-03-12
cpu-timers: Simplify RLIMIT_CPU handling
Stanislaw Gruszka
2010-03-12
posix-cpu-timers: Reset expire cache when no timer is running
Stanislaw Gruszka
2010-03-06
kernel core: use helpers for rlimits
Jiri Slaby
2010-03-06
posix-cpu-timers: cleanup rlimits usage
Jiri Slaby
2009-11-18
posix-cpu-timers: optimize and document timer_create callback
Stanislaw Gruszka
2009-08-29
itimers: Add tracepoints for itimer
Xiao Guangrong
2009-08-29
Merge branch 'timers/posixtimers' into timers/tracing
Thomas Gleixner
2009-08-08
posix_cpu_timers_exit_group(): Do not use thread_group_cputimer()
Stanislaw Gruszka
2009-08-03
cputime: Optimize jiffies_to_cputime(1)
Stanislaw Gruszka
2009-08-03
itimers: Simplify arm_timer() code a bit
Stanislaw Gruszka
2009-08-03
itimers: Fix periodic tics precision
Stanislaw Gruszka
2009-08-03
itimers: Merge ITIMER_VIRT and ITIMER_PROF
Stanislaw Gruszka
2009-04-30
kernel/posix-cpu-timers.c: fix sparse warning
H Hartley Sweeten
[next]