aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time
AgeCommit message (Expand)Author
2019-05-29workqueue: reworkSebastian Andrzej Siewior
2019-05-07Merge branch 'v5.0/standard/base' into v5.0/standard/preempt-rt/baseBruce Ashfield
2019-05-07Merge branch 'v5.0/standard/base' into v5.0/standard/preempt-rt/baseBruce Ashfield
2019-04-27timers/sched_clock: Prevent generic sched_clock wrap caused by tick_freeze()Chang-An Chen
2019-04-17alarmtimer: Return correct remaining timeAndrei Vagin
2019-03-21irqwork: push most work into softirq contextSebastian Andrzej Siewior
2019-03-21rt: Introduce cpu_chill()Thomas Gleixner
2019-03-21softirq: Split softirq locksThomas Gleixner
2019-03-21posix-timers: Thread posix-cpu-timers on -rtJohn Stultz
2019-03-21hrtimer: move state change before hrtimer_cancel in do_nanosleep()Sebastian Andrzej Siewior
2019-03-21hrtimer: Move schedule_work call to helper threadYang Shi
2019-03-21hrtimer: by timers by default into the softirq contextSebastian Andrzej Siewior
2019-03-21hrtimers: Prepare full preemptionIngo Molnar
2019-03-21hrtimer: consolidate hrtimer_init() + hrtimer_init_sleeper() callsSebastian Andrzej Siewior
2019-03-21time/hrtimer: avoid schedule_work() with interrupts disabledSebastian Andrzej Siewior
2019-03-21timers: Prepare for full preemptionIngo Molnar
2019-03-21timekeeping: Split jiffies seqlockThomas Gleixner
2019-01-15posix-cpu-timers: Unbreak timer rearmingThomas Gleixner
2018-12-28Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel...Linus Torvalds
2018-12-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-12-18timekeeping: remove timespec_add/timespec_delArnd Bergmann
2018-12-18timekeeping: remove unused {read,update}_persistent_clockArnd Bergmann
2018-12-18ntp: Remove duplicated includeYueHaibing
2018-12-17posix-timers: Fix division by zero bugThomas Gleixner
2018-12-11timekeeping: Convert to DEFINE_SHOW_ATTRIBUTEYangtao Li
2018-12-05timekeeping: Use proper seqcount initializerBart Van Assche
2018-11-23posix-timers: Remove license boilerplateThomas Gleixner
2018-11-23posix-clocks: Remove license boiler plateThomas Gleixner
2018-11-23sched/clock: Remove license boilerplateThomas Gleixner
2018-11-23posix-timers/stubs: Remove license boilerplateThomas Gleixner
2018-11-23time: Remove license boilerplateThomas Gleixner
2018-11-23time/debug: Remove license boilerplateThomas Gleixner
2018-11-23hrtimers/tick/clockevents: Remove sloppy license referencesThomas Gleixner
2018-11-23time: Add SPDX license identifiersThomas Gleixner
2018-11-23time: Remove useless filenames in top level commentsThomas Gleixner
2018-11-08posix-cpu-timers: Remove useless call to check_dl_overrun()Juri Lelli
2018-11-05clockevents: Remove unnecessary unlikely()Yangtao Li
2018-11-01compat: Cleanup in_compat_syscall() callersDmitry Safonov
2018-10-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-10-10tick/sched : Remove redundant cpu_online() checkPeng Hao
2018-10-04clocksource: Provide clocksource_arch_init()Thomas Gleixner
2018-10-03signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman
2018-09-28tick/broadcast: Remove redundant checkPeng Hao
2018-09-06clocksource: Revert "Remove kthread"Peter Zijlstra
2018-08-29y2038: __get_old_timespec32() can be statickbuild test robot
2018-08-27y2038: globally rename compat_time to old_time32Arnd Bergmann
2018-08-27y2038: make do_gettimeofday() and get_seconds() inlineArnd Bergmann
2018-08-27y2038: remove unused time interfacesArnd Bergmann
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds