summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* timers: Fix parameter description of try_to_del_timer_sync()Peter Meerwald-Stadler2017-06-201-1/+1
* ktime: Simplify ktime_compare implementationMariusz Skamra2017-06-201-5/+1
* Merge branch 'clockevents/4.13' of https://git.linaro.org/people/daniel.lezca...Thomas Gleixner2017-06-20111-743/+791
|\
| * clocksource/drivers/fttmr010: Factor out clock read codeLinus Walleij2017-06-141-10/+6
| * clocksource/drivers/fttmr010: Implement delay timerLinus Walleij2017-06-141-1/+34
| * clocksource/drivers: Add timer-of common init routineDaniel Lezcano2017-06-144-0/+243
| * clocksource/drivers/tcb_clksrc: Save timer context on suspend/resumeAlexandre Belloni2017-06-141-0/+51
| * clocksource/drivers/fttmr010: Optimize sched_clock()Linus Walleij2017-06-141-5/+10
| * clocksource/drivers: Add an alias macro CLOCKSOURCE_OF_DECLAREDaniel Lezcano2017-06-141-0/+3
| * clocksource/drivers: Rename CLKSRC_ACPI to TIMER_ACPIDaniel Lezcano2017-06-141-2/+2
| * clocksource/drivers: Rename CLKSRC_OF to TIMER_OFDaniel Lezcano2017-06-1418-51/+51
| * clocksource/drivers: Rename clksrc table to timerDaniel Lezcano2017-06-143-14/+15
| * clocksource/drivers: Rename CLOCKSOURCE_ACPI_DECLARE to TIMER_ACPI_DECLAREDaniel Lezcano2017-06-142-2/+2
| * clocksource/drivers: Rename clocksource_probe to timer_probeDaniel Lezcano2017-06-1425-30/+30
| * clocksource/drivers: Rename CLOCKSOURCE_OF_DECLARE to TIMER_OF_DECLAREDaniel Lezcano2017-06-1462-103/+103
| * Revert "clockevents: Add a clkevt-of mechanism like clksrc-of"Daniel Lezcano2017-06-125-75/+0
| * clocksource/drivers/fttmr010: Fix aspeed-2500 initializationDaniel Lezcano2017-06-121-7/+16
| * clocksource/drivers/fttmr010: Add AST2500 compatible stringDaniel Lezcano2017-06-122-1/+4
| * clocksource/drivers/fttmr010: Merge Moxa into FTTMR010Linus Walleij2017-06-126-303/+108
| * clocksource/drivers/fttmr010: Switch to use TIMER2 srcLinus Walleij2017-06-121-11/+10
| * clocksource/drivers/fttmr010: Switch to use bitopsLinus Walleij2017-06-121-21/+22
| * clocksource/drivers/fttmr010: Use state containerLinus Walleij2017-06-121-74/+116
| * clocksource/drivers/fttmr010: Drop Gemini specificsLinus Walleij2017-06-121-81/+22
| * clocksource/drivers/fttmr010: Merge FTTMR010 DT bindingsLinus Walleij2017-06-122-20/+3
| * clocksource/drivers/fttmr010: Fix the clock handlingLinus Walleij2017-06-121-1/+7
| * arm: aspeed: Add clock-names property to timer nodeAndrew Jeffery2017-06-122-0/+2
* | posix-timers: Make nanosleep timespec argument constThomas Gleixner2017-06-146-8/+8
* | posix-cpu-timers: Avoid timespec conversion in do_cpu_nanosleep()Thomas Gleixner2017-06-141-4/+5
* | time: Move compat_gettimeofday()/settimeofday() to nativeAl Viro2017-06-142-38/+41
* | time: Move compat_time()/stime() to nativeAl Viro2017-06-142-40/+41
* | posix-timers: Move compat_timer_create() to native, get rid of set_fs()Al Viro2017-06-143-36/+42
* | posix-timers: Move compat versions of clock_gettime/settime/getresAl Viro2017-06-143-55/+115
* | itimers: Move compat itimer syscalls to native onesAl Viro2017-06-144-53/+60
* | posix-timers: Take compat timer_gettime(2) to native oneAl Viro2017-06-143-26/+35
* | posix-timers: Take compat timer_settime(2) to native oneAl Viro2017-06-143-47/+64
* | ntp: Move adjtimex related compat syscalls to native counterpartsAl Viro2017-06-145-90/+108
* | posix-timers: Kill ->nsleep_restart()Al Viro2017-06-145-13/+1
* | hrtimers/posix-timers: Merge nanosleep timespec copyout logics into a new helperAl Viro2017-06-144-29/+25
* | time/posix-timers: Move the compat copyouts to the nanosleep implementationsAl Viro2017-06-148-171/+142
* | posix-timers: Store rmtp into restart_block in sys_clock_nanosleep()Al Viro2017-06-144-22/+10
* | hrtimer: Move copyout of remaining time to do_nanosleep()Al Viro2017-06-141-42/+20
* | hrtimer_nanosleep(): Pass rmtp in restart_blockAl Viro2017-06-145-11/+17
* | alarmtimer: Move copyout and freeze handling into alarmtimer_do_nsleep()Al Viro2017-06-141-70/+32
* | posix-cpu-timers: Move copyout of timespec into do_cpu_nanosleep()Al Viro2017-06-141-35/+28
* | posix-timers: Handle relative posix-timers correctlyThomas Gleixner2017-06-121-0/+13
* | posix-timers: Zero out oldval itimerspecThomas Gleixner2017-06-121-0/+2
* | posix-timers: Fix inverted SIGEV_NONE logic in common_timer_get()Thomas Gleixner2017-06-121-1/+1
|/
* alarmtimer: Switch over to generic set/get/rearm routineThomas Gleixner2017-06-043-110/+29
* alarmtimer: Implement arm callbackThomas Gleixner2017-06-041-0/+22
* alarmtimer: Implement try_to_cancel callbackThomas Gleixner2017-06-041-0/+10