aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/ntp_internal.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-20ktime: Simplify ktime_compare implementationMariusz Skamra1-5/+1
2017-06-14clocksource/drivers/fttmr010: Factor out clock read codeLinus Walleij1-10/+6
2017-06-14clocksource/drivers/fttmr010: Implement delay timerLinus Walleij1-1/+34
2017-06-14clocksource/drivers: Add timer-of common init routineDaniel Lezcano4-0/+243
2017-06-14clocksource/drivers/tcb_clksrc: Save timer context on suspend/resumeAlexandre Belloni1-0/+51
2017-06-14clocksource/drivers/fttmr010: Optimize sched_clock()Linus Walleij1-5/+10
2017-06-14clocksource/drivers: Add an alias macro CLOCKSOURCE_OF_DECLAREDaniel Lezcano1-0/+3
2017-06-14clocksource/drivers: Rename CLKSRC_ACPI to TIMER_ACPIDaniel Lezcano1-2/+2
2017-06-14clocksource/drivers: Rename CLKSRC_OF to TIMER_OFDaniel Lezcano18-51/+51
2017-06-14clocksource/drivers: Rename clksrc table to timerDaniel Lezcano3-14/+15
2017-06-14clocksource/drivers: Rename CLOCKSOURCE_ACPI_DECLARE to TIMER_ACPI_DECLAREDaniel Lezcano2-2/+2
2017-06-14clocksource/drivers: Rename clocksource_probe to timer_probeDaniel Lezcano25-30/+30
2017-06-14clocksource/drivers: Rename CLOCKSOURCE_OF_DECLARE to TIMER_OF_DECLAREDaniel Lezcano62-103/+103
2017-06-14posix-timers: Make nanosleep timespec argument constThomas Gleixner6-8/+8
2017-06-14posix-cpu-timers: Avoid timespec conversion in do_cpu_nanosleep()Thomas Gleixner1-4/+5
2017-06-14time: Move compat_gettimeofday()/settimeofday() to nativeAl Viro2-38/+41
2017-06-14time: Move compat_time()/stime() to nativeAl Viro2-40/+41
2017-06-14posix-timers: Move compat_timer_create() to native, get rid of set_fs()Al Viro3-36/+42
2017-06-14posix-timers: Move compat versions of clock_gettime/settime/getresAl Viro3-55/+115
2017-06-14itimers: Move compat itimer syscalls to native onesAl Viro4-53/+60
2017-06-14posix-timers: Take compat timer_gettime(2) to native oneAl Viro3-26/+35
2017-06-14posix-timers: Take compat timer_settime(2) to native oneAl Viro3-47/+64
2017-06-14ntp: Move adjtimex related compat syscalls to native counterpartsAl Viro5-90/+108
2017-06-14posix-timers: Kill ->nsleep_restart()Al Viro5-13/+1
2017-06-14hrtimers/posix-timers: Merge nanosleep timespec copyout logics into a new helperAl Viro4-29/+25
2017-06-14time/posix-timers: Move the compat copyouts to the nanosleep implementationsAl Viro8-171/+142
2017-06-14posix-timers: Store rmtp into restart_block in sys_clock_nanosleep()Al Viro4-22/+10
2017-06-14hrtimer: Move copyout of remaining time to do_nanosleep()Al Viro1-42/+20
2017-06-14hrtimer_nanosleep(): Pass rmtp in restart_blockAl Viro5-11/+17
2017-06-14alarmtimer: Move copyout and freeze handling into alarmtimer_do_nsleep()Al Viro1-70/+32
2017-06-14posix-cpu-timers: Move copyout of timespec into do_cpu_nanosleep()Al Viro1-35/+28
2017-06-12posix-timers: Handle relative posix-timers correctlyThomas Gleixner1-0/+13
2017-06-12posix-timers: Zero out oldval itimerspecThomas Gleixner1-0/+2
2017-06-12posix-timers: Fix inverted SIGEV_NONE logic in common_timer_get()Thomas Gleixner1-1/+1
2017-06-12Revert "clockevents: Add a clkevt-of mechanism like clksrc-of"Daniel Lezcano5-75/+0
2017-06-12clocksource/drivers/fttmr010: Fix aspeed-2500 initializationDaniel Lezcano1-7/+16
2017-06-12clocksource/drivers/fttmr010: Add AST2500 compatible stringDaniel Lezcano2-1/+4
2017-06-12clocksource/drivers/fttmr010: Merge Moxa into FTTMR010Linus Walleij6-303/+108
2017-06-12clocksource/drivers/fttmr010: Switch to use TIMER2 srcLinus Walleij1-11/+10
2017-06-12clocksource/drivers/fttmr010: Switch to use bitopsLinus Walleij1-21/+22
2017-06-12clocksource/drivers/fttmr010: Use state containerLinus Walleij1-74/+116
2017-06-12clocksource/drivers/fttmr010: Drop Gemini specificsLinus Walleij1-81/+22
2017-06-12clocksource/drivers/fttmr010: Merge FTTMR010 DT bindingsLinus Walleij2-20/+3
2017-06-12clocksource/drivers/fttmr010: Fix the clock handlingLinus Walleij1-1/+7
2017-06-12arm: aspeed: Add clock-names property to timer nodeAndrew Jeffery2-0/+2
2017-06-04alarmtimer: Switch over to generic set/get/rearm routineThomas Gleixner3-110/+29
2017-06-04alarmtimer: Implement arm callbackThomas Gleixner1-0/+22
2017-06-04alarmtimer: Implement try_to_cancel callbackThomas Gleixner1-0/+10
2017-06-04alarmtimer: Implement remaining callbackThomas Gleixner1-9/+22
2017-06-04alarmtimer: Implement forward callbackThomas Gleixner1-0/+13