index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
time
/
timer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
latent_entropy: Mark functions with __latent_entropy
Emese Revfy
2016-10-10
1
-1
/
+1
*
timers: Fix get_next_timer_interrupt() computation
Chris Metcalf
2016-08-09
1
-1
/
+4
*
timers/core: Convert to hotplug state machine
Richard Cochran
2016-07-15
1
-23
/
+2
*
Merge branch 'timers/fast-wheel' into timers/core
Ingo Molnar
2016-07-07
1
-440
/
+663
|
\
|
*
timers: Implement optimization for same expiry time in mod_timer()
Anna-Maria Gleixner
2016-07-07
1
-16
/
+35
|
*
timers: Split out index calculation
Anna-Maria Gleixner
2016-07-07
1
-15
/
+32
|
*
timers: Only wake softirq if necessary
Thomas Gleixner
2016-07-07
1
-0
/
+11
|
*
timers: Forward the wheel clock whenever possible
Thomas Gleixner
2016-07-07
1
-21
/
+107
|
*
timers: Optimize collect_expired_timers() for NOHZ
Anna-Maria Gleixner
2016-07-07
1
-8
/
+41
|
*
timers: Move __run_timers() function
Anna-Maria Gleixner
2016-07-07
1
-26
/
+26
|
*
timers: Remove set_timer_slack() leftovers
Thomas Gleixner
2016-07-07
1
-19
/
+0
|
*
timers: Switch to a non-cascading wheel
Thomas Gleixner
2016-07-07
1
-362
/
+467
|
*
timers: Give a few structs and members proper names
Thomas Gleixner
2016-07-07
1
-59
/
+59
|
*
timers: Remove the deprecated mod_timer_pinned() API
Thomas Gleixner
2016-07-07
1
-34
/
+5
|
*
timers: Make 'pinned' a timer property
Thomas Gleixner
2016-07-07
1
-5
/
+5
*
|
timers: Clarify usleep_range() function comment
Bjorn Helgaas
2016-06-10
1
-1
/
+7
|
/
*
debugobjects: insulate non-fixup logic related to static obj from fixup callb...
Du, Changbin
2016-05-19
1
-29
/
+14
*
timer: update debugobjects fixup callbacks return type
Du, Changbin
2016-05-19
1
-15
/
+15
*
sched: add schedule_timeout_idle()
Andrew Morton
2016-03-25
1
-0
/
+11
*
timer: convert timer_slack_ns from unsigned long to u64
John Stultz
2016-03-17
1
-2
/
+2
*
timers: Use proper base migration in add_timer_on()
Tejun Heo
2015-11-04
1
-3
/
+19
*
timers: Use __fls in apply_slack()
Rasmus Villemoes
2015-10-11
1
-1
/
+1
*
timers: Fix data race in timer_stats_account_timer()
Dmitry Vyukov
2015-09-22
1
-2
/
+9
*
timer: Write timer->flags atomically
Eric Dumazet
2015-08-18
1
-2
/
+2
*
timer: Fix hotplug regression
Thomas Gleixner
2015-06-26
1
-1
/
+2
*
timer: Minimize nohz off overhead
Thomas Gleixner
2015-06-19
1
-4
/
+12
*
timer: Reduce timer migration overhead if disabled
Thomas Gleixner
2015-06-19
1
-5
/
+54
*
timer: Stats: Simplify the flags handling
Thomas Gleixner
2015-06-19
1
-5
/
+2
*
timer: Replace timer base by a cpu index
Thomas Gleixner
2015-06-19
1
-91
/
+36
*
timer: Use hlist for the timer wheel hash buckets
Thomas Gleixner
2015-06-19
1
-37
/
+27
*
timer: Remove FIFO "guarantee"
Thomas Gleixner
2015-06-19
1
-4
/
+2
*
timers: Sanitize catchup_timer_jiffies() usage
Thomas Gleixner
2015-06-19
1
-24
/
+16
*
tracing: timer: Add deferrable flag to timer_start
Badhri Jagan Sridharan
2015-05-22
1
-1
/
+1
*
timer: Use timer->base for flag checks
Joonwoo Park
2015-05-05
1
-1
/
+1
*
timer: Put usleep_range into the __sched section
Thomas Gleixner
2015-04-22
1
-1
/
+1
*
timer: Remove pointless return value of do_usleep_range()
Thomas Gleixner
2015-04-22
1
-2
/
+2
*
tick: Nohz: Rework next timer evaluation
Thomas Gleixner
2015-04-22
1
-37
/
+34
*
hrtimer: Get rid of hrtimer softirq
Thomas Gleixner
2015-04-22
1
-2
/
+0
*
timer: Further simplify the SMP and HOTPLUG logic
Peter Zijlstra
2015-04-02
1
-8
/
+15
*
timer: Don't initialize 'tvec_base' on hotplug
Viresh Kumar
2015-04-02
1
-55
/
+43
*
timer: Allocate per-cpu tvec_base's statically
Peter Zijlstra
2015-04-02
1
-29
/
+19
*
rcu: Remove "cpu" argument to rcu_check_callbacks()
Paul E. McKenney
2014-11-03
1
-2
/
+1
*
Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2014-10-15
1
-1
/
+1
|
\
|
*
time: Replace __get_cpu_var uses
Christoph Lameter
2014-08-26
1
-1
/
+1
*
|
irq_work: Force raised irq work to run on irq work interrupt
Frederic Weisbecker
2014-09-13
1
-1
/
+1
|
/
*
timer: Kick dynticks targets on mod_timer*() calls
Viresh Kumar
2014-06-23
1
-16
/
+16
*
timer: Store cpu-number in struct tvec_base
Viresh Kumar
2014-06-23
1
-0
/
+2
*
time/timers: Move all time(r) related files into kernel/time
Thomas Gleixner
2014-06-23
1
-0
/
+1734