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
Age
Commit message (
Expand
)
Author
2015-07-01
time: Remove development rules from Kbuild/Makefile
Thomas Gleixner
2015-06-26
timer: Fix hotplug regression
Thomas Gleixner
2015-06-22
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2015-06-19
timer: Minimize nohz off overhead
Thomas Gleixner
2015-06-19
timer: Reduce timer migration overhead if disabled
Thomas Gleixner
2015-06-19
timer: Stats: Simplify the flags handling
Thomas Gleixner
2015-06-19
timer: Replace timer base by a cpu index
Thomas Gleixner
2015-06-19
timer: Use hlist for the timer wheel hash buckets
Thomas Gleixner
2015-06-19
timer: Remove FIFO "guarantee"
Thomas Gleixner
2015-06-19
timers: Sanitize catchup_timer_jiffies() usage
Thomas Gleixner
2015-06-19
hrtimer: Allow hrtimer::function() to free the timer
Peter Zijlstra
2015-06-19
hrtimer: Fix hrtimer_is_queued() hole
Peter Zijlstra
2015-06-19
hrtimer: Remove HRTIMER_STATE_MIGRATE
Oleg Nesterov
2015-06-18
timekeeping: Copy the shadow-timekeeper over the real timekeeper last
John Stultz
2015-06-18
clockevents: Check state instead of mode in suspend/resume path
Viresh Kumar
2015-06-12
ntp: Do leapsecond adjustment in adjtimex read path
John Stultz
2015-06-12
time: Prevent early expiry of hrtimers[CLOCK_REALTIME] at the leap second edge
John Stultz
2015-06-12
ntp: Introduce and use SECS_PER_DAY macro instead of 86400
John Stultz
2015-06-12
time: Move clock_was_set_seq update before updating shadow-timekeeper
John Stultz
2015-06-10
clocksource: Use current logging style
Joe Perches
2015-06-10
time: Refactor usecs_to_jiffies
Nicholas Mc Guire
2015-06-02
clockevents: Rename state to state_use_accessors
Thomas Gleixner
2015-06-02
clockevents: Use set/get state helper functions
Thomas Gleixner
2015-06-02
clockevents: Provide functions to set and get the state
Thomas Gleixner
2015-06-02
clockevents: Use helpers to check the state of a clockevent device
Viresh Kumar
2015-06-02
Merge branch 'linus' into sched/core, to resolve conflict
Ingo Molnar
2015-05-27
clockevents: Do not suspend/resume if unused
Alexandre Belloni
2015-05-22
time: Remove read_boot_clock()
Xunlei Pang
2015-05-22
tracing: timer: Add deferrable flag to timer_start
Badhri Jagan Sridharan
2015-05-22
time: Rework debugging variables so they aren't global
John Stultz
2015-05-22
timekeeping: Provide new API to get the current time resolution
Harald Geyer
2015-05-22
time: Make sure tz_minuteswest is set to a valid value when setting time
Sasha Levin
2015-05-19
clockevents: Stop unused clockevent devices
Viresh Kumar
2015-05-19
clockevents: Introduce CLOCK_EVT_STATE_ONESHOT_STOPPED state
Viresh Kumar
2015-05-19
Merge branch 'linus' into timers/core
Thomas Gleixner
2015-05-19
time: Refactor msecs_to_jiffies
Nicholas Mc Guire
2015-05-19
time: Move timeconst.h into include/generated
Nicholas Mc Guire
2015-05-19
Merge tag 'v4.1-rc4' into sched/core, before applying new patches
Ingo Molnar
2015-05-13
ktime: Fix ktime_divns to do signed division
John Stultz
2015-05-09
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2015-05-08
sched, timer: Use the atomic task_cputime in thread_group_cputimer
Jason Low
2015-05-08
sched, timer: Replace spinlocks with atomics in thread_group_cputimer(), to i...
Jason Low
2015-05-08
sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()...
Jason Low
2015-05-07
nohz: Fix !HIGH_RES_TIMERS hang
Thomas Gleixner
2015-05-05
tick: hrtimer-broadcast: Prevent endless restarting when broadcast device is ...
Andreas Sandberg
2015-05-05
timer: Use timer->base for flag checks
Joonwoo Park
2015-05-05
tick-broadcast: Fix the printing of broadcast masks
Preeti U Murthy
2015-05-05
tick: broadcast: Simplify oneshot logic and shorten lock region
Thomas Gleixner
2015-05-05
tick: broadcast: Prevent livelock from event handler
Thomas Gleixner
2015-04-24
clockevents: Shutdown detached clockevent device
Viresh Kumar
[next]