aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-01-16hrtimer: Implement support for softirq based hrtimersAnna-Maria Gleixner2-29/+188
2018-01-16hrtimer: Prepare handling of hard and softirq based hrtimersAnna-Maria Gleixner1-9/+29
2018-01-16hrtimer: Add clock bases and hrtimer mode for softirq contextAnna-Maria Gleixner3-1/+39
2018-01-16hrtimer: Use irqsave/irqrestore around __run_hrtimer()Anna-Maria Gleixner1-13/+18
2018-01-16hrtimer: Factor out __hrtimer_next_event_base()Anna-Maria Gleixner1-4/+16
2018-01-16hrtimer: Factor out __hrtimer_start_range_ns()Anna-Maria Gleixner1-20/+24
2018-01-16hrtimer: Remove the 'base' parameter from hrtimer_reprogram()Anna-Maria Gleixner1-3/+3
2018-01-16hrtimer: Make remote enqueue decision less restrictiveAnna-Maria Gleixner1-1/+1
2018-01-16hrtimer: Unify remote enqueue handlingAnna-Maria Gleixner3-19/+14
2018-01-16hrtimer: Unify hrtimer removal handlingAnna-Maria Gleixner1-6/+4
2018-01-16hrtimer: Make hrtimer_force_reprogramm() unconditionally availableAnna-Maria Gleixner1-32/+28
2018-01-16hrtimer: Make hrtimer_reprogramm() unconditionalAnna-Maria Gleixner2-70/+65
2018-01-16hrtimer: Make hrtimer_cpu_base.next_timer handling unconditionalAnna-Maria Gleixner2-12/+4
2018-01-16hrtimer: Make the remote enqueue check unconditionalAnna-Maria Gleixner2-23/+9
2018-01-16hrtimer: Use accesor functions instead of direct accessAnna-Maria Gleixner1-2/+2
2018-01-16hrtimer: Make the hrtimer_cpu_base::hres_active field unconditional, to simplify the codeAnna-Maria Gleixner2-28/+23
2018-01-16hrtimer: Make room in 'struct hrtimer_cpu_base'Anna-Maria Gleixner1-2/+2
2018-01-16hrtimer: Store running timer in hrtimer_clock_baseAnna-Maria Gleixner2-26/+22
2018-01-16hrtimer: Switch 'for' loop to _ffs() evaluationAnna-Maria Gleixner1-10/+21
2018-01-16tracing/hrtimer: Print the hrtimer mode in the 'hrtimer_start' tracepointAnna-Maria Gleixner2-12/+17
2018-01-16tracing/hrtimer: Fix tracing bugs by taking all clock bases and modes into accountAnna-Maria Gleixner1-4/+16
2018-01-16hrtimer: Clean up 'enum hrtimer_mode'Anna-Maria Gleixner1-5/+11
2018-01-16hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers)Anna-Maria Gleixner1-1/+6
2018-01-16hrtimer: Fix hrtimer_start[_range_ns]() function descriptionsAnna-Maria Gleixner2-7/+8
2018-01-16hrtimer: Clean up the 'int clock' parameter of schedule_hrtimeout_range_clock()Anna-Maria Gleixner2-7/+7
2018-01-16hrtimer: Fix kerneldoc syntax for 'struct hrtimer_cpu_base'Anna-Maria Gleixner1-4/+4
2018-01-16hrtimer: Correct blatantly incorrect commentThomas Gleixner1-3/+3
2018-01-16hrtimer: Optimize the hrtimer code by using static keys for migration_enable/nohz_activeThomas Gleixner5-65/+60
2018-01-16Merge branch 'timers/urgent' into timers/core, to pick up dependent fixIngo Molnar95-341/+616
2018-01-14timers: Unconditionally check deferrable baseThomas Gleixner1-1/+1
2018-01-14posix-cpu-timers: Make set_process_cpu_timer() more robustMax R. P. Grossmann1-2/+1
2018-01-08clocksource/drivers/stm32: Start the timer's counter soonerDaniel Lezcano1-3/+18
2018-01-08clocksource/drivers/stm32: Add the timer delay callbackDaniel Lezcano1-0/+13
2018-01-08clocksource/drivers/stm32: Add clocksource functionalityBenjamin Gaignard1-0/+37
2018-01-08clocksource/drivers/stm32: Factor out more of the clockevent codeDaniel Lezcano1-25/+82
2018-01-08clocksource/drivers/stm32: Add oneshot modeBenjamin Gaignard1-12/+44
2018-01-08clocksource/drivers/stm32: Compute a prescaler value with a targeted rateBenjamin Gaignard1-1/+11
2018-01-08clocksource/drivers/stm32: Factor out the timer width sorting codeDaniel Lezcano1-7/+23
2018-01-08clocksource/drivers/stm32: Use the node name as timer nameDaniel Lezcano1-1/+1
2018-01-08clocksource/drivers/stm32: Convert the driver to timer_of primitivesBenjamin Gaignard2-114/+74
2018-01-08clocksource/drivers/stm32: Fix kernel panic with multiple timersDaniel Lezcano1-1/+6
2018-01-08clocksource/drivers/timer-of: Don't request the resource by nameDaniel Lezcano1-4/+4
2018-01-08clocksource/drivers/timer-of: Store the device node pointer in 'struct timer_of'Daniel Lezcano2-0/+4
2018-01-08clocksource/drivers/spreadtrum: Add timer driver for the Spreadtrum SC9860 platformBaolin Wang3-0/+167
2018-01-08dt-bindings/clocksource: Add Spreadtrum SC9860 timer documentationBaolin Wang1-0/+20
2018-01-08clocksource/drivers/timer-of: Add kernel documentationDaniel Lezcano1-0/+37
2018-01-08clocksource/drivers/timer-of: Fix function namesDaniel Lezcano1-18/+18
2018-01-08clocksource/drivers/tcb_clksrc: Fix clock speed messageRomain Izard1-1/+1
2018-01-08clocksource/drivers/owl: Add the S700 timerAndreas Färber1-0/+1
2018-01-08clocksource/drivers/owl: Adopt TIMER_OF_DECLARE()Andreas Färber1-2/+2