aboutsummaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)AuthorFilesLines
2019-07-10timekeeping/vsyscall: Use __iter_div_u64_rem()Gravatar Arnd Bergmann 1-5/+1
2019-07-08Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+0
2019-07-07time: Validate user input in compat_settimeofday()Gravatar zhengbin 1-0/+4
2019-07-03Merge branch 'timers/vdso' into timers/coreGravatar Thomas Gleixner 2-0/+134
2019-06-27hrtimer: Use a bullet for the returns bullet listGravatar Mauro Carvalho Chehab 1-3/+4
2019-06-23timer_list: Guard procfs specific codeGravatar Nathan Huckleberry 1-17/+19
2019-06-22timekeeping: Provide a generic update_vsyscall() implementationGravatar Vincenzo Frascino 2-0/+134
2019-06-22posix-timers: Use spin_lock_irq() in itimer_delete()Gravatar Sebastian Andrzej Siewior 1-5/+3
2019-06-22posix-timers: Remove "it_signal = NULL" assignment in itimer_delete()Gravatar Sebastian Andrzej Siewior 1-5/+0
2019-06-22timekeeping: Use proper ktime_add when adding nsecs in coarse offsetGravatar Jason A. Donenfeld 1-1/+1
2019-06-22Merge branch 'linus' into timers/coreGravatar Thomas Gleixner 1-2/+3
2019-06-22ntp: Limit TAI-UTC offsetGravatar Miroslav Lichvar 1-1/+3
2019-06-17Merge tag 'v5.2-rc5' into sched/core, to pick up fixesGravatar Ingo Molnar 1-2/+3
2019-06-14alarmtimer: Fix kerneldoc comment for alarmtimer_suspend()Gravatar Yangtao Li 1-1/+0
2019-06-14clocksource: Move inline keyword to the beginning of function declarationsGravatar Mathieu Malaterre 1-2/+2
2019-06-14timekeeping: Repair ktime_get_coarse*() granularityGravatar Thomas Gleixner 1-2/+3
2019-06-12hrtimer: Remove unused header includeGravatar Yangtao Li 1-1/+0
2019-06-03sched/fair: Remove the rq->cpu_load[] update codeGravatar Dietmar Eggemann 1-2/+0
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-05-16Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+1
2019-05-09ntp: Allow TAI-UTC offset to be set to zeroGravatar Miroslav Lichvar 1-1/+1
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+10
2019-05-07Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-5/+34
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 2-2/+2
2019-05-06Merge tag 'pm-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Gravatar Linus Torvalds 1-0/+12
2019-05-06Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 11-63/+93
2019-05-06Merge branches 'pm-cpuidle' and 'pm-sleep'Gravatar Rafael J. Wysocki 1-0/+12
2019-05-03nohz_full: Allow the boot CPU to be nohz_fullGravatar Nicholas Piggin 2-14/+70
2019-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 3-2/+11
2019-04-19tick: Fix typos in commentsGravatar Laurent Gauthier 1-2/+2
2019-04-18timers/sched_clock: Prevent generic sched_clock wrap caused by tick_freeze()Gravatar Chang-An Chen 3-2/+11
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2019-04-15ntp: Audit NTP parameters adjustmentGravatar Ondrej Mosnacek 3-5/+28
2019-04-15timekeeping: Audit clock adjustmentsGravatar Ondrej Mosnacek 1-0/+6
2019-04-10alarmtimer: Return correct remaining timeGravatar Andrei Vagin 1-1/+1
2019-04-10cpuidle: Export the next timer expiration for CPUsGravatar Ulf Hansson 1-0/+12
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelyGravatar Sakari Ailus 2-2/+2
2019-04-08time: Introduce jiffies64_to_msecs()Gravatar Li RongQing 1-0/+10
2019-03-29tick/broadcast: Fix warning about undefined tick_broadcast_oneshot_offline()Gravatar Borislav Petkov 1-0/+4
2019-03-28timekeeping: Force upper bound for setting CLOCK_REALTIMEGravatar Thomas Gleixner 2-4/+4
2019-03-24timer/trace: Improve timer tracingGravatar Anna-Maria Gleixner 1-4/+13
2019-03-24timer: Move trace point to get proper indexGravatar Anna-Maria Gleixner 1-9/+4
2019-03-24tick/sched: Update tick_sched struct documentationGravatar Anna-Maria Gleixner 1-3/+10
2019-03-23tick: Remove outgoing CPU from broadcast masksGravatar Thomas Gleixner 3-27/+41
2019-03-23timekeeping: Consistently use unsigned int for seqcount snapshotGravatar Rasmus Villemoes 5-14/+15
2019-03-22time/jiffies: Make refined_jiffies staticGravatar Valdis Kletnieks 1-1/+1
2019-03-05Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2019-03-05Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 9-80/+139
2019-02-13Merge branch 'rcu-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Gravatar Ingo Molnar 1-1/+1
2019-02-10Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/...Gravatar Thomas Gleixner 9-80/+139