index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
time
/
timer.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-07
timers: Remove set_timer_slack() leftovers
Thomas Gleixner
1
-19
/
+0
2016-07-07
timers: Switch to a non-cascading wheel
Thomas Gleixner
1
-362
/
+467
2016-07-07
timers: Give a few structs and members proper names
Thomas Gleixner
1
-59
/
+59
2016-07-07
timers: Remove the deprecated mod_timer_pinned() API
Thomas Gleixner
1
-34
/
+5
2016-07-07
timers: Make 'pinned' a timer property
Thomas Gleixner
1
-5
/
+5
2016-06-10
timers: Clarify usleep_range() function comment
Bjorn Helgaas
1
-1
/
+7
2016-05-19
debugobjects: insulate non-fixup logic related to static obj from fixup callbacks
Du, Changbin
1
-29
/
+14
2016-05-19
timer: update debugobjects fixup callbacks return type
Du, Changbin
1
-15
/
+15
2016-03-25
sched: add schedule_timeout_idle()
Andrew Morton
1
-0
/
+11
2016-03-17
timer: convert timer_slack_ns from unsigned long to u64
John Stultz
1
-2
/
+2
2015-11-04
timers: Use proper base migration in add_timer_on()
Tejun Heo
1
-3
/
+19
2015-10-11
timers: Use __fls in apply_slack()
Rasmus Villemoes
1
-1
/
+1
2015-09-22
timers: Fix data race in timer_stats_account_timer()
Dmitry Vyukov
1
-2
/
+9
2015-08-18
timer: Write timer->flags atomically
Eric Dumazet
1
-2
/
+2
2015-06-26
timer: Fix hotplug regression
Thomas Gleixner
1
-1
/
+2
2015-06-19
timer: Minimize nohz off overhead
Thomas Gleixner
1
-4
/
+12
2015-06-19
timer: Reduce timer migration overhead if disabled
Thomas Gleixner
1
-5
/
+54
2015-06-19
timer: Stats: Simplify the flags handling
Thomas Gleixner
1
-5
/
+2
2015-06-19
timer: Replace timer base by a cpu index
Thomas Gleixner
1
-91
/
+36
2015-06-19
timer: Use hlist for the timer wheel hash buckets
Thomas Gleixner
1
-37
/
+27
2015-06-19
timer: Remove FIFO "guarantee"
Thomas Gleixner
1
-4
/
+2
2015-06-19
timers: Sanitize catchup_timer_jiffies() usage
Thomas Gleixner
1
-24
/
+16
2015-05-22
tracing: timer: Add deferrable flag to timer_start
Badhri Jagan Sridharan
1
-1
/
+1
2015-05-05
timer: Use timer->base for flag checks
Joonwoo Park
1
-1
/
+1
2015-04-22
timer: Put usleep_range into the __sched section
Thomas Gleixner
1
-1
/
+1
2015-04-22
timer: Remove pointless return value of do_usleep_range()
Thomas Gleixner
1
-2
/
+2
2015-04-22
tick: Nohz: Rework next timer evaluation
Thomas Gleixner
1
-37
/
+34
2015-04-22
hrtimer: Get rid of hrtimer softirq
Thomas Gleixner
1
-2
/
+0
2015-04-02
timer: Further simplify the SMP and HOTPLUG logic
Peter Zijlstra
1
-8
/
+15
2015-04-02
timer: Don't initialize 'tvec_base' on hotplug
Viresh Kumar
1
-55
/
+43
2015-04-02
timer: Allocate per-cpu tvec_base's statically
Peter Zijlstra
1
-29
/
+19
2014-11-03
rcu: Remove "cpu" argument to rcu_check_callbacks()
Paul E. McKenney
1
-2
/
+1
2014-10-15
Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
Linus Torvalds
1
-1
/
+1
2014-09-13
irq_work: Force raised irq work to run on irq work interrupt
Frederic Weisbecker
1
-1
/
+1
2014-08-26
time: Replace __get_cpu_var uses
Christoph Lameter
1
-1
/
+1
2014-06-23
timer: Kick dynticks targets on mod_timer*() calls
Viresh Kumar
1
-16
/
+16
2014-06-23
timer: Store cpu-number in struct tvec_base
Viresh Kumar
1
-0
/
+2
2014-06-23
time/timers: Move all time(r) related files into kernel/time
Thomas Gleixner
1
-0
/
+1734
[prev]