aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-05timekeeping: Fix __ktime_get_fast_ns() regressionJohn Stultz1-2/+5
2016-09-13tick/nohz: Prevent stopping the tick on an offline CPUWanpeng Li1-2/+5
2016-09-08Merge branch 'linus' into timers/core, to refresh the branchIngo Molnar1-1/+2
2016-09-02tick/nohz: Fix softlockup on scheduler stalls in kvm guestWanpeng Li1-1/+2
2016-08-31time: Avoid undefined behaviour in ktime_add_safe()Vegard Nossum1-1/+1
2016-08-31time: Avoid undefined behaviour in timespec64_add_safe()Vegard Nossum1-1/+1
2016-08-31timekeeping: Prints the amounts of time spent during suspendRuchi Kandoi1-0/+2
2016-08-31clocksource: Defer override invalidation unless clock is unstableKyle Walker1-3/+12
2016-08-31hrtimer: Spelling fixesPratyush Patel1-2/+2
2016-08-24timekeeping: Cap array access in timekeeping_debugJohn Stultz1-2/+7
2016-08-24timekeeping: Avoid taking lock in NMI path with CONFIG_DEBUG_TIMEKEEPINGJohn Stultz1-1/+4
2016-08-09timers: Fix get_next_timer_interrupt() computationChris Metcalf1-1/+4
2016-07-29Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-58/+7
2016-07-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds12-526/+741
2016-07-24Merge tag 'staging-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-0/+1
2016-07-19tick/nohz: Optimize nohz idle enterGaurav Jindal1-2/+1
2016-07-19clockevents: Make clockevents_subsys staticBen Dooks1-1/+1
2016-07-15timers/core: Convert to hotplug state machineRichard Cochran1-23/+2
2016-07-15hrtimer: Convert to hotplug state machineThomas Gleixner1-35/+5
2016-07-11posix_cpu_timer: Exit early when process has been reapedAlexey Dobriyan1-0/+1
2016-07-07Merge branch 'timers/fast-wheel' into timers/coreIngo Molnar3-472/+677
2016-07-07timers: Implement optimization for same expiry time in mod_timer()Anna-Maria Gleixner1-16/+35
2016-07-07timers: Split out index calculationAnna-Maria Gleixner1-15/+32
2016-07-07timers: Only wake softirq if necessaryThomas Gleixner1-0/+11
2016-07-07timers: Forward the wheel clock whenever possibleThomas Gleixner3-21/+120
2016-07-07timers/nohz: Remove pointless tick_nohz_kick_tick() functionThomas Gleixner1-32/+1
2016-07-07timers: Optimize collect_expired_timers() for NOHZAnna-Maria Gleixner1-8/+41
2016-07-07timers: Move __run_timers() functionAnna-Maria Gleixner1-26/+26
2016-07-07timers: Remove set_timer_slack() leftoversThomas Gleixner1-19/+0
2016-07-07timers: Switch to a non-cascading wheelThomas Gleixner1-362/+467
2016-07-07timers: Give a few structs and members proper namesThomas Gleixner1-59/+59
2016-07-07timers: Remove the deprecated mod_timer_pinned() APIThomas Gleixner1-34/+5
2016-07-07timers: Make 'pinned' a timer propertyThomas Gleixner1-5/+5
2016-07-05tick/broadcast-hrtimer: Set name of the ce_broadcast_hrtimerJisheng Zhang1-0/+1
2016-07-01timers/nohz: Capitalize 'CPU' consistentlyIngo Molnar1-21/+21
2016-07-01timers/nohz: Fix several typosWei Jiangang1-5/+5
2016-06-30timekeeping: export get_monotonic_coarse64 symbolGregor Boirie1-0/+1
2016-06-21Merge branch 'fortglx/4.8/time' of https://git.linaro.org/people/john.stultz/linux into timers/coreThomas Gleixner6-24/+28
2016-06-20timer: Avoid using timespecArnd Bergmann1-3/+3
2016-06-20time: Avoid timespec in udelay_testArnd Bergmann1-8/+8
2016-06-20time: Add time64_to_tm()Deepa Dinamani1-5/+6
2016-06-20alarmtimer: Fix comments describing structure fieldsPratyush Patel1-1/+0
2016-06-20timekeeping: Fix 1ns/tick drift with GENERIC_TIME_VSYSCALL_OLDThomas Graziadei1-4/+6
2016-06-20clocksource: Make clocksource insert entry more efficientMinfei Huang1-3/+5
2016-06-10hrtimer: Remove redundant #ifdef blockPratyush Patel1-1/+1
2016-06-10timers: Clarify usleep_range() function commentBjorn Helgaas1-1/+7
2016-05-31timer: Export destroy_hrtimer_on_stack()Guenter Roeck1-0/+1
2016-05-19debugobjects: insulate non-fixup logic related to static obj from fixup callbacksDu, Changbin2-35/+15
2016-05-19timer: update debugobjects fixup callbacks return typeDu, Changbin2-24/+24
2016-05-19time: remove timespec_add_safe()Deepa Dinamani1-4/+0