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
/
time
/
timer.c
Age
Commit message (
Expand
)
Author
2018-11-23
time: Add SPDX license identifiers
Thomas Gleixner
2018-11-23
time: Remove useless filenames in top level comments
Thomas Gleixner
2018-08-02
timers: Clear timer_base::must_forward_clk with timer_base::lock held
Gaurav Kohli
2018-07-19
timer: Fix coding style
Yi Wang
2018-05-13
timers: Adjust a kernel-doc comment
Mauro Carvalho Chehab
2018-02-28
timers: Forward timer base before migrating timers
Lingutla Chandrasekhar
2018-01-16
hrtimer: Unify remote enqueue handling
Anna-Maria Gleixner
2018-01-16
hrtimer: Optimize the hrtimer code by using static keys for migration_enable/...
Thomas Gleixner
2018-01-14
timers: Unconditionally check deferrable base
Thomas Gleixner
2017-12-29
timers: Invoke timer_start_debug() where it makes sense
Thomas Gleixner
2017-12-29
timers: Reinitialize per cpu bases on hotplug
Thomas Gleixner
2017-12-29
timers: Use deferrable base independent of base::nohz_active
Anna-Maria Gleixner
2017-11-21
timer: Pass function down to initialization routines
Kees Cook
2017-11-21
timer: Switch callback prototype to take struct timer_list * argument
Kees Cook
2017-11-21
timer: Pass timer_list pointer to callbacks unconditionally
Kees Cook
2017-11-12
timers: Add a function to start/reduce a timer
David Howells
2017-10-18
timer: Convert stub timer to timer_setup()
Thomas Gleixner
2017-10-18
timers: Avoid an unnecessary iteration in __run_timers()
Zhenzhong Duan
2017-10-05
timer: Convert schedule_timeout() to use from_timer()
Kees Cook
2017-08-24
timers: Fix excessive granularity of new timers after a nohz idle
Nicholas Piggin
2017-08-01
timers: Fix overflow in get_next_timer_interrupt
Matija Glavinic Pecotic
2017-06-29
timers: Make the cpu base lock raw
Sebastian Andrzej Siewior
2017-06-20
timers: Fix parameter description of try_to_del_timer_sync()
Peter Meerwald-Stadler
2017-05-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2017-04-20
timer/sysclt: Restrict timer migration sysctl values to 0 and 1
Myungho Jung
2017-03-24
treewide: Fix typo in xml/driver-api/basics.xml
Masanari Iida
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
2017-02-10
time: Remove CONFIG_TIMER_STATS
Kees Cook
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-12
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2016-11-16
posix-timers: Make them configurable
Nicolas Pitre
2016-11-16
timer: Move sys_alarm from timer.c to itimer.c
Nicolas Pitre
2016-10-26
timers: Fix documentation for schedule_timeout() and similar
Douglas Anderson
2016-10-26
timers: Fix usleep_range() in the context of wake_up_process()
Douglas Anderson
2016-10-25
timers: Prevent base clock corruption when forwarding
Thomas Gleixner
2016-10-25
timers: Prevent base clock rewind when forwarding clock
Thomas Gleixner
2016-10-25
timers: Lock base for same bucket optimization
Thomas Gleixner
2016-10-25
timers: Plug locking race vs. timer migration
Thomas Gleixner
2016-10-10
latent_entropy: Mark functions with __latent_entropy
Emese Revfy
2016-08-09
timers: Fix get_next_timer_interrupt() computation
Chris Metcalf
2016-07-15
timers/core: Convert to hotplug state machine
Richard Cochran
2016-07-07
Merge branch 'timers/fast-wheel' into timers/core
Ingo Molnar
2016-07-07
timers: Implement optimization for same expiry time in mod_timer()
Anna-Maria Gleixner
2016-07-07
timers: Split out index calculation
Anna-Maria Gleixner
2016-07-07
timers: Only wake softirq if necessary
Thomas Gleixner
2016-07-07
timers: Forward the wheel clock whenever possible
Thomas Gleixner
2016-07-07
timers: Optimize collect_expired_timers() for NOHZ
Anna-Maria Gleixner
2016-07-07
timers: Move __run_timers() function
Anna-Maria Gleixner
[next]