summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-20posix-cpu-timers: Make timespec to nsec conversion safeThomas Gleixner
2017-06-20itimer: Make timeval to nsec conversion range limitedThomas Gleixner
2017-06-20timers: Fix parameter description of try_to_del_timer_sync()Peter Meerwald-Stadler
2017-06-20ktime: Simplify ktime_compare implementationMariusz Skamra
2017-06-20Merge branch 'clockevents/4.13' of https://git.linaro.org/people/daniel.lezca...Thomas Gleixner
2017-06-14clocksource/drivers/fttmr010: Factor out clock read codeLinus Walleij
2017-06-14clocksource/drivers/fttmr010: Implement delay timerLinus Walleij
2017-06-14clocksource/drivers: Add timer-of common init routineDaniel Lezcano
2017-06-14clocksource/drivers/tcb_clksrc: Save timer context on suspend/resumeAlexandre Belloni
2017-06-14clocksource/drivers/fttmr010: Optimize sched_clock()Linus Walleij
2017-06-14clocksource/drivers: Add an alias macro CLOCKSOURCE_OF_DECLAREDaniel Lezcano
2017-06-14clocksource/drivers: Rename CLKSRC_ACPI to TIMER_ACPIDaniel Lezcano
2017-06-14clocksource/drivers: Rename CLKSRC_OF to TIMER_OFDaniel Lezcano
2017-06-14clocksource/drivers: Rename clksrc table to timerDaniel Lezcano
2017-06-14clocksource/drivers: Rename CLOCKSOURCE_ACPI_DECLARE to TIMER_ACPI_DECLAREDaniel Lezcano
2017-06-14clocksource/drivers: Rename clocksource_probe to timer_probeDaniel Lezcano
2017-06-14clocksource/drivers: Rename CLOCKSOURCE_OF_DECLARE to TIMER_OF_DECLAREDaniel Lezcano
2017-06-14posix-timers: Make nanosleep timespec argument constThomas Gleixner
2017-06-14posix-cpu-timers: Avoid timespec conversion in do_cpu_nanosleep()Thomas Gleixner
2017-06-14time: Move compat_gettimeofday()/settimeofday() to nativeAl Viro
2017-06-14time: Move compat_time()/stime() to nativeAl Viro
2017-06-14posix-timers: Move compat_timer_create() to native, get rid of set_fs()Al Viro
2017-06-14posix-timers: Move compat versions of clock_gettime/settime/getresAl Viro
2017-06-14itimers: Move compat itimer syscalls to native onesAl Viro
2017-06-14posix-timers: Take compat timer_gettime(2) to native oneAl Viro
2017-06-14posix-timers: Take compat timer_settime(2) to native oneAl Viro
2017-06-14ntp: Move adjtimex related compat syscalls to native counterpartsAl Viro
2017-06-14posix-timers: Kill ->nsleep_restart()Al Viro
2017-06-14hrtimers/posix-timers: Merge nanosleep timespec copyout logics into a new helperAl Viro
2017-06-14time/posix-timers: Move the compat copyouts to the nanosleep implementationsAl Viro
2017-06-14posix-timers: Store rmtp into restart_block in sys_clock_nanosleep()Al Viro
2017-06-14hrtimer: Move copyout of remaining time to do_nanosleep()Al Viro
2017-06-14hrtimer_nanosleep(): Pass rmtp in restart_blockAl Viro
2017-06-14alarmtimer: Move copyout and freeze handling into alarmtimer_do_nsleep()Al Viro
2017-06-14posix-cpu-timers: Move copyout of timespec into do_cpu_nanosleep()Al Viro
2017-06-12posix-timers: Handle relative posix-timers correctlyThomas Gleixner
2017-06-12posix-timers: Zero out oldval itimerspecThomas Gleixner
2017-06-12posix-timers: Fix inverted SIGEV_NONE logic in common_timer_get()Thomas Gleixner
2017-06-12Revert "clockevents: Add a clkevt-of mechanism like clksrc-of"Daniel Lezcano
2017-06-12clocksource/drivers/fttmr010: Fix aspeed-2500 initializationDaniel Lezcano
2017-06-12clocksource/drivers/fttmr010: Add AST2500 compatible stringDaniel Lezcano
2017-06-12clocksource/drivers/fttmr010: Merge Moxa into FTTMR010Linus Walleij
2017-06-12clocksource/drivers/fttmr010: Switch to use TIMER2 srcLinus Walleij
2017-06-12clocksource/drivers/fttmr010: Switch to use bitopsLinus Walleij
2017-06-12clocksource/drivers/fttmr010: Use state containerLinus Walleij
2017-06-12clocksource/drivers/fttmr010: Drop Gemini specificsLinus Walleij
2017-06-12clocksource/drivers/fttmr010: Merge FTTMR010 DT bindingsLinus Walleij
2017-06-12clocksource/drivers/fttmr010: Fix the clock handlingLinus Walleij
2017-06-12arm: aspeed: Add clock-names property to timer nodeAndrew Jeffery
2017-06-04alarmtimer: Switch over to generic set/get/rearm routineThomas Gleixner