summaryrefslogtreecommitdiffstats
path: root/kernel/time
Commit message (Expand)AuthorAgeFilesLines
* timekeeping: Repair ktime_get_coarse*() granularityThomas Gleixner2019-06-141-2/+3
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2019-05-161-1/+1
|\
| * ntp: Allow TAI-UTC offset to be set to zeroMiroslav Lichvar2019-05-091-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-071-0/+10
|\ \
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-253-2/+11
| |\|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-171-1/+1
| |\ \
| * | | time: Introduce jiffies64_to_msecs()Li RongQing2019-04-081-0/+10
* | | | Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-073-5/+34
|\ \ \ \
| * | | | ntp: Audit NTP parameters adjustmentOndrej Mosnacek2019-04-153-5/+28
| * | | | timekeeping: Audit clock adjustmentsOndrej Mosnacek2019-04-151-0/+6
* | | | | Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-05-072-2/+2
|\ \ \ \ \
| * | | | | treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2019-04-092-2/+2
| |/ / / /
* | | | | Merge tag 'pm-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2019-05-061-0/+12
|\ \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *-. \ \ \ \ Merge branches 'pm-cpuidle' and 'pm-sleep'Rafael J. Wysocki2019-05-061-0/+12
| |\ \ \ \ \ \ | | | | |/ / / | | | |/| | / | | |_|_|_|/ | |/| | | |
| | * | | | cpuidle: Export the next timer expiration for CPUsUlf Hansson2019-04-101-0/+12
| | |/ / /
* | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-05-0611-63/+93
|\ \ \ \ \
| * | | | | tick: Fix typos in commentsLaurent Gauthier2019-04-191-2/+2
| * | | | | tick/broadcast: Fix warning about undefined tick_broadcast_oneshot_offline()Borislav Petkov2019-03-291-0/+4
| * | | | | timekeeping: Force upper bound for setting CLOCK_REALTIMEThomas Gleixner2019-03-282-4/+4
| * | | | | timer/trace: Improve timer tracingAnna-Maria Gleixner2019-03-241-4/+13
| * | | | | timer: Move trace point to get proper indexAnna-Maria Gleixner2019-03-241-9/+4
| * | | | | tick/sched: Update tick_sched struct documentationAnna-Maria Gleixner2019-03-241-3/+10
| * | | | | tick: Remove outgoing CPU from broadcast masksThomas Gleixner2019-03-233-27/+41
| * | | | | timekeeping: Consistently use unsigned int for seqcount snapshotRasmus Villemoes2019-03-235-14/+15
| | |_|/ / | |/| | |
* | | | | nohz_full: Allow the boot CPU to be nohz_fullNicholas Piggin2019-05-032-14/+70
| |/ / / |/| | |
* | | | timers/sched_clock: Prevent generic sched_clock wrap caused by tick_freeze()Chang-An Chen2019-04-183-2/+11
| |_|/ |/| |
* | | alarmtimer: Return correct remaining timeAndrei Vagin2019-04-101-1/+1
| |/ |/|
* | time/jiffies: Make refined_jiffies staticValdis Kletnieks2019-03-221-1/+1
|/
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-03-051-1/+1
|\
| * Merge branch 'rcu-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2019-02-131-1/+1
| |\
| | * rcu: Rename rcu_check_callbacks() to rcu_sched_clock_irq()Paul E. McKenney2019-01-251-1/+1
* | | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-059-80/+139
|\ \ \
| * \ \ Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/...Thomas Gleixner2019-02-109-80/+139
| |\ \ \ | | |/ / | |/| |
| | * | y2038: rename old time and utime syscallsArnd Bergmann2019-02-071-2/+2
| | * | y2038: syscalls: rename y2038 compat syscallsArnd Bergmann2019-02-074-33/+34
| | * | timex: change syscalls to use struct __kernel_timexDeepa Dinamani2019-02-072-2/+4
| | * | timex: use __kernel_timex internallyDeepa Dinamani2019-02-077-24/+26
| | * | sparc64: add custom adjtimex/clock_adjtime functionsArnd Bergmann2019-02-071-12/+12
| | * | time: make adjtime compat handling available for 32 bitArnd Bergmann2019-02-072-15/+69
| | |/
* | | timers: Mark expected switch fall-throughsGustavo A. R. Silva2019-01-293-2/+3
* | | timekeeping/debug: No need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-291-9/+2
* | | posix-cpu-timers: Remove private interval storageThomas Gleixner2019-01-151-7/+6
* | | Merge branch 'timers/urgent' into timers/coreThomas Gleixner2019-01-151-0/+1
|\| |
| * | posix-cpu-timers: Unbreak timer rearmingThomas Gleixner2019-01-151-0/+1
| |/
* / time: Move CONTEXT_TRACKING to kernel/time/KconfigPaul E. McKenney2019-01-151-0/+29
|/
* Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel...Linus Torvalds2018-12-283-55/+3
|\
| * timekeeping: remove timespec_add/timespec_delArnd Bergmann2018-12-181-36/+0
| * timekeeping: remove unused {read,update}_persistent_clockArnd Bergmann2018-12-182-19/+3
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-12-2525-218/+52
|\ \