index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-01-16
ALSA/dummy: Replace tasklet with softirq hrtimer
Thomas Gleixner
1
-15
/
+12
2018-01-16
hrtimer: Implement SOFT/HARD clock base selection
Anna-Maria Gleixner
1
-4
/
+11
2018-01-16
hrtimer: Implement support for softirq based hrtimers
Anna-Maria Gleixner
2
-29
/
+188
2018-01-16
hrtimer: Prepare handling of hard and softirq based hrtimers
Anna-Maria Gleixner
1
-9
/
+29
2018-01-16
hrtimer: Add clock bases and hrtimer mode for softirq context
Anna-Maria Gleixner
3
-1
/
+39
2018-01-16
hrtimer: Use irqsave/irqrestore around __run_hrtimer()
Anna-Maria Gleixner
1
-13
/
+18
2018-01-16
hrtimer: Factor out __hrtimer_next_event_base()
Anna-Maria Gleixner
1
-4
/
+16
2018-01-16
hrtimer: Factor out __hrtimer_start_range_ns()
Anna-Maria Gleixner
1
-20
/
+24
2018-01-16
hrtimer: Remove the 'base' parameter from hrtimer_reprogram()
Anna-Maria Gleixner
1
-3
/
+3
2018-01-16
hrtimer: Make remote enqueue decision less restrictive
Anna-Maria Gleixner
1
-1
/
+1
2018-01-16
hrtimer: Unify remote enqueue handling
Anna-Maria Gleixner
3
-19
/
+14
2018-01-16
hrtimer: Unify hrtimer removal handling
Anna-Maria Gleixner
1
-6
/
+4
2018-01-16
hrtimer: Make hrtimer_force_reprogramm() unconditionally available
Anna-Maria Gleixner
1
-32
/
+28
2018-01-16
hrtimer: Make hrtimer_reprogramm() unconditional
Anna-Maria Gleixner
2
-70
/
+65
2018-01-16
hrtimer: Make hrtimer_cpu_base.next_timer handling unconditional
Anna-Maria Gleixner
2
-12
/
+4
2018-01-16
hrtimer: Make the remote enqueue check unconditional
Anna-Maria Gleixner
2
-23
/
+9
2018-01-16
hrtimer: Use accesor functions instead of direct access
Anna-Maria Gleixner
1
-2
/
+2
2018-01-16
hrtimer: Make the hrtimer_cpu_base::hres_active field unconditional, to simpl...
Anna-Maria Gleixner
2
-28
/
+23
2018-01-16
hrtimer: Make room in 'struct hrtimer_cpu_base'
Anna-Maria Gleixner
1
-2
/
+2
2018-01-16
hrtimer: Store running timer in hrtimer_clock_base
Anna-Maria Gleixner
2
-26
/
+22
2018-01-16
hrtimer: Switch 'for' loop to _ffs() evaluation
Anna-Maria Gleixner
1
-10
/
+21
2018-01-16
tracing/hrtimer: Print the hrtimer mode in the 'hrtimer_start' tracepoint
Anna-Maria Gleixner
2
-12
/
+17
2018-01-16
tracing/hrtimer: Fix tracing bugs by taking all clock bases and modes into ac...
Anna-Maria Gleixner
1
-4
/
+16
2018-01-16
hrtimer: Clean up 'enum hrtimer_mode'
Anna-Maria Gleixner
1
-5
/
+11
2018-01-16
hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers)
Anna-Maria Gleixner
1
-1
/
+6
2018-01-16
hrtimer: Fix hrtimer_start[_range_ns]() function descriptions
Anna-Maria Gleixner
2
-7
/
+8
2018-01-16
hrtimer: Clean up the 'int clock' parameter of schedule_hrtimeout_range_clock()
Anna-Maria Gleixner
2
-7
/
+7
2018-01-16
hrtimer: Fix kerneldoc syntax for 'struct hrtimer_cpu_base'
Anna-Maria Gleixner
1
-4
/
+4
2018-01-16
hrtimer: Correct blatantly incorrect comment
Thomas Gleixner
1
-3
/
+3
2018-01-16
hrtimer: Optimize the hrtimer code by using static keys for migration_enable/...
Thomas Gleixner
5
-65
/
+60
2018-01-14
timers: Unconditionally check deferrable base
Thomas Gleixner
1
-1
/
+1
2018-01-14
posix-cpu-timers: Make set_process_cpu_timer() more robust
Max R. P. Grossmann
1
-2
/
+1
2018-01-08
clocksource/drivers/stm32: Start the timer's counter sooner
Daniel Lezcano
1
-3
/
+18
2018-01-08
clocksource/drivers/stm32: Add the timer delay callback
Daniel Lezcano
1
-0
/
+13
2018-01-08
clocksource/drivers/stm32: Add clocksource functionality
Benjamin Gaignard
1
-0
/
+37
2018-01-08
clocksource/drivers/stm32: Factor out more of the clockevent code
Daniel Lezcano
1
-25
/
+82
2018-01-08
clocksource/drivers/stm32: Add oneshot mode
Benjamin Gaignard
1
-12
/
+44
2018-01-08
clocksource/drivers/stm32: Compute a prescaler value with a targeted rate
Benjamin Gaignard
1
-1
/
+11
2018-01-08
clocksource/drivers/stm32: Factor out the timer width sorting code
Daniel Lezcano
1
-7
/
+23
2018-01-08
clocksource/drivers/stm32: Use the node name as timer name
Daniel Lezcano
1
-1
/
+1
2018-01-08
clocksource/drivers/stm32: Convert the driver to timer_of primitives
Benjamin Gaignard
2
-114
/
+74
2018-01-08
clocksource/drivers/stm32: Fix kernel panic with multiple timers
Daniel Lezcano
1
-1
/
+6
2018-01-08
clocksource/drivers/timer-of: Don't request the resource by name
Daniel Lezcano
1
-4
/
+4
2018-01-08
clocksource/drivers/timer-of: Store the device node pointer in 'struct timer_of'
Daniel Lezcano
2
-0
/
+4
2018-01-08
clocksource/drivers/spreadtrum: Add timer driver for the Spreadtrum SC9860 pl...
Baolin Wang
3
-0
/
+167