summaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)Author
2018-03-20hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers)Anna-Maria Gleixner
2018-02-28posix-timer: Properly check sigevent->sigev_notifyThomas Gleixner
2018-02-28time: Avoid undefined behaviour in ktime_add_safe()Vegard Nossum
2017-07-31time: Fix clock->read(clock) race around clocksource changesJohn Stultz
2017-06-25alarmtimer: Rate limit periodic intervalsThomas Gleixner
2017-01-12timekeeping_Force_unsigned_clocksource_to_nanoseconds_conversionThomas Gleixner
2016-10-23timekeeping: Fix __ktime_get_fast_ns() regressionJohn Stultz
2016-10-23time: Add cycles to nanoseconds translationChristopher S. Hall
2016-08-31timekeeping: Cap array access in timekeeping_debugJohn Stultz
2016-08-31timekeeping: Avoid taking lock in NMI path with CONFIG_DEBUG_TIMEKEEPINGJohn Stultz
2016-08-06posix_cpu_timer: Exit early when process has been reapedAlexey Dobriyan
2016-02-01posix-clock: Fix return code on the poll method's error pathRichard Cochran
2016-02-01time: Avoid signed overflow in timekeeping_get_ns()David Gibson
2015-10-22time: Fix timekeeping_freqadjust()'s incorrect use of abs() instead of abs64()John Stultz
2015-05-13ktime: Fix ktime_divns to do signed divisionJohn Stultz
2015-05-09Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2015-04-24clockevents: Shutdown detached clockevent deviceViresh Kumar
2015-04-21Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-04-03timers/PM: Drop unnecessary braces from tick_freeze()Rafael J. Wysocki
2015-04-03timers/PM: Fix up tick_unfreeze()Rafael J. Wysocki
2015-04-03timekeeping: Get rid of stale commentThomas Gleixner
2015-04-03clockevents: Cleanup dead cpu explicitelyThomas Gleixner
2015-04-03clockevents: Make tick handover explicitThomas Gleixner
2015-04-03clockevents: Remove broadcast oneshot control leftoversRafael J. Wysocki
2015-04-03clockevents: Provide explicit broadcast oneshot control functionsThomas Gleixner
2015-04-03clockevents: Remove the broadcast control leftoversThomas Gleixner
2015-04-03clockevents: Provide explicit broadcast control functionsThomas Gleixner
2015-04-03clocksource: Improve comment explaining clocks_calc_max_nsecs()'s 50% safety ...John Stultz
2015-04-03time, drivers/rtc: Don't bother with rtc_resume() for the nonstop clocksourceXunlei Pang
2015-04-03time: Fix a bug in timekeeping_suspend() with no persistent clockXunlei Pang
2015-04-03time: Don't build timekeeping_inject_sleeptime64() if no one uses itXunlei Pang
2015-04-03time: Add y2038 safe update_persistent_clock64()Xunlei Pang
2015-04-03time: Add y2038 safe read_persistent_clock64()Xunlei Pang
2015-04-03time: Add y2038 safe read_boot_clock64()Xunlei Pang
2015-04-02timer: Further simplify the SMP and HOTPLUG logicPeter Zijlstra
2015-04-02timer: Don't initialize 'tvec_base' on hotplugViresh Kumar
2015-04-02timer: Allocate per-cpu tvec_base's staticallyPeter Zijlstra
2015-04-02clockevents: Fix cpu_down() race for hrtimer based broadcastingPreeti U Murthy
2015-04-02tick: Further simplify tick-internal.hIngo Molnar
2015-04-01arm/bL_switcher: Kill tick suspend hackeryThomas Gleixner
2015-04-01tick/xen: Provide and use tick_suspend_local() and tick_resume_local()Thomas Gleixner
2015-04-01tick: Make tick_resume_broadcast_oneshot() staticThomas Gleixner
2015-04-01clockevents: Make suspend/resume calls explicitThomas Gleixner
2015-04-01clockevents: Remove extra local_irq_save() in clockevents_exchange_device()Thomas Gleixner
2015-04-01tick: Move core only declarations and functions to coreThomas Gleixner
2015-04-01tick: Simplify tick-internal.hThomas Gleixner
2015-04-01tick: Move clocksource related stuff to timekeeping.hThomas Gleixner
2015-04-01clockevents: Remove CONFIG_GENERIC_CLOCKEVENTS_BUILDThomas Gleixner
2015-03-31Merge tag 'v4.0-rc6' into timers/core, before applying new patchesIngo Molnar
2015-03-27clockevents: Don't validate dev->mode against CLOCK_EVT_MODE_UNUSED for new i...Viresh Kumar