summaryrefslogtreecommitdiffstats
path: root/kernel/time
AgeCommit message (Expand)Author
2016-11-10timers: Lock base for same bucket optimizationThomas Gleixner
2016-11-10timers: Plug locking race vs. timer migrationThomas Gleixner
2016-11-10timers: Prevent base clock corruption when forwardingThomas Gleixner
2016-11-10timers: Prevent base clock rewind when forwarding clockThomas Gleixner
2016-10-16timekeeping: Fix __ktime_get_fast_ns() regressionJohn Stultz
2016-09-02tick/nohz: Fix softlockup on scheduler stalls in kvm guestWanpeng Li
2016-08-24timekeeping: Cap array access in timekeeping_debugJohn Stultz
2016-08-24timekeeping: Avoid taking lock in NMI path with CONFIG_DEBUG_TIMEKEEPINGJohn Stultz
2016-08-09timers: Fix get_next_timer_interrupt() computationChris Metcalf
2016-07-29Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-07-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-07-24Merge tag 'staging-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-07-19tick/nohz: Optimize nohz idle enterGaurav Jindal
2016-07-19clockevents: Make clockevents_subsys staticBen Dooks
2016-07-15timers/core: Convert to hotplug state machineRichard Cochran
2016-07-15hrtimer: Convert to hotplug state machineThomas Gleixner
2016-07-11posix_cpu_timer: Exit early when process has been reapedAlexey Dobriyan
2016-07-07Merge branch 'timers/fast-wheel' into timers/coreIngo Molnar
2016-07-07timers: Implement optimization for same expiry time in mod_timer()Anna-Maria Gleixner
2016-07-07timers: Split out index calculationAnna-Maria Gleixner
2016-07-07timers: Only wake softirq if necessaryThomas Gleixner
2016-07-07timers: Forward the wheel clock whenever possibleThomas Gleixner
2016-07-07timers/nohz: Remove pointless tick_nohz_kick_tick() functionThomas Gleixner
2016-07-07timers: Optimize collect_expired_timers() for NOHZAnna-Maria Gleixner
2016-07-07timers: Move __run_timers() functionAnna-Maria Gleixner
2016-07-07timers: Remove set_timer_slack() leftoversThomas Gleixner
2016-07-07timers: Switch to a non-cascading wheelThomas Gleixner
2016-07-07timers: Give a few structs and members proper namesThomas Gleixner
2016-07-07timers: Remove the deprecated mod_timer_pinned() APIThomas Gleixner
2016-07-07timers: Make 'pinned' a timer propertyThomas Gleixner
2016-07-05tick/broadcast-hrtimer: Set name of the ce_broadcast_hrtimerJisheng Zhang
2016-07-01timers/nohz: Capitalize 'CPU' consistentlyIngo Molnar
2016-07-01timers/nohz: Fix several typosWei Jiangang
2016-06-30timekeeping: export get_monotonic_coarse64 symbolGregor Boirie
2016-06-21Merge branch 'fortglx/4.8/time' of https://git.linaro.org/people/john.stultz/...Thomas Gleixner
2016-06-20timer: Avoid using timespecArnd Bergmann
2016-06-20time: Avoid timespec in udelay_testArnd Bergmann
2016-06-20time: Add time64_to_tm()Deepa Dinamani
2016-06-20alarmtimer: Fix comments describing structure fieldsPratyush Patel
2016-06-20timekeeping: Fix 1ns/tick drift with GENERIC_TIME_VSYSCALL_OLDThomas Graziadei
2016-06-20clocksource: Make clocksource insert entry more efficientMinfei Huang
2016-06-10hrtimer: Remove redundant #ifdef blockPratyush Patel
2016-06-10timers: Clarify usleep_range() function commentBjorn Helgaas
2016-05-31timer: Export destroy_hrtimer_on_stack()Guenter Roeck
2016-05-19debugobjects: insulate non-fixup logic related to static obj from fixup callb...Du, Changbin
2016-05-19timer: update debugobjects fixup callbacks return typeDu, Changbin
2016-05-19time: remove timespec_add_safe()Deepa Dinamani
2016-05-19time: add missing implementation for timespec64_add_safe()Deepa Dinamani
2016-05-17Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-05-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds