index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
time
/
timer.c
Age
Commit message (
Expand
)
Author
2015-11-04
timers: Use proper base migration in add_timer_on()
Tejun Heo
2015-10-11
timers: Use __fls in apply_slack()
Rasmus Villemoes
2015-09-22
timers: Fix data race in timer_stats_account_timer()
Dmitry Vyukov
2015-08-18
timer: Write timer->flags atomically
Eric Dumazet
2015-06-26
timer: Fix hotplug regression
Thomas Gleixner
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-05-22
tracing: timer: Add deferrable flag to timer_start
Badhri Jagan Sridharan
2015-05-05
timer: Use timer->base for flag checks
Joonwoo Park
2015-04-22
timer: Put usleep_range into the __sched section
Thomas Gleixner
2015-04-22
timer: Remove pointless return value of do_usleep_range()
Thomas Gleixner
2015-04-22
tick: Nohz: Rework next timer evaluation
Thomas Gleixner
2015-04-22
hrtimer: Get rid of hrtimer softirq
Thomas Gleixner
2015-04-02
timer: Further simplify the SMP and HOTPLUG logic
Peter Zijlstra
2015-04-02
timer: Don't initialize 'tvec_base' on hotplug
Viresh Kumar
2015-04-02
timer: Allocate per-cpu tvec_base's statically
Peter Zijlstra
2014-11-03
rcu: Remove "cpu" argument to rcu_check_callbacks()
Paul E. McKenney
2014-10-15
Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2014-09-13
irq_work: Force raised irq work to run on irq work interrupt
Frederic Weisbecker
2014-08-26
time: Replace __get_cpu_var uses
Christoph Lameter
2014-06-23
timer: Kick dynticks targets on mod_timer*() calls
Viresh Kumar
2014-06-23
timer: Store cpu-number in struct tvec_base
Viresh Kumar
2014-06-23
time/timers: Move all time(r) related files into kernel/time
Thomas Gleixner