summaryrefslogtreecommitdiffstats
path: root/kernel/time
Commit message (Expand)AuthorAge
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-21
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2019-05-16
|\
| * ntp: Allow TAI-UTC offset to be set to zeroMiroslav Lichvar2019-05-09
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-08
|\ \
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-25
| |\|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-17
| |\ \
| * | | time: Introduce jiffies64_to_msecs()Li RongQing2019-04-08
* | | | Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-07
|\ \ \ \
| * | | | ntp: Audit NTP parameters adjustmentOndrej Mosnacek2019-04-15
| * | | | timekeeping: Audit clock adjustmentsOndrej Mosnacek2019-04-15
* | | | | Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-05-07
|\ \ \ \ \
| * | | | | treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2019-04-09
| |/ / / /
* | | | | Merge tag 'pm-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2019-05-06
|\ \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *-. \ \ \ \ Merge branches 'pm-cpuidle' and 'pm-sleep'Rafael J. Wysocki2019-05-06
| |\ \ \ \ \ \ | | | | |/ / / | | | |/| | / | | |_|_|_|/ | |/| | | |
| | * | | | cpuidle: Export the next timer expiration for CPUsUlf Hansson2019-04-09
| | |/ / /
* | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-05-06
|\ \ \ \ \
| * | | | | tick: Fix typos in commentsLaurent Gauthier2019-04-19
| * | | | | tick/broadcast: Fix warning about undefined tick_broadcast_oneshot_offline()Borislav Petkov2019-03-29
| * | | | | timekeeping: Force upper bound for setting CLOCK_REALTIMEThomas Gleixner2019-03-28
| * | | | | timer/trace: Improve timer tracingAnna-Maria Gleixner2019-03-24
| * | | | | timer: Move trace point to get proper indexAnna-Maria Gleixner2019-03-24
| * | | | | tick/sched: Update tick_sched struct documentationAnna-Maria Gleixner2019-03-24
| * | | | | tick: Remove outgoing CPU from broadcast masksThomas Gleixner2019-03-23
| * | | | | timekeeping: Consistently use unsigned int for seqcount snapshotRasmus Villemoes2019-03-23
| | |_|/ / | |/| | |
* | | | | nohz_full: Allow the boot CPU to be nohz_fullNicholas Piggin2019-05-03
| |/ / / |/| | |
* | | | timers/sched_clock: Prevent generic sched_clock wrap caused by tick_freeze()Chang-An Chen2019-04-18
| |_|/ |/| |
* | | alarmtimer: Return correct remaining timeAndrei Vagin2019-04-10
| |/ |/|
* | time/jiffies: Make refined_jiffies staticValdis Kletnieks2019-03-22
|/
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-03-05
|\
| * Merge branch 'rcu-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2019-02-13
| |\
| | * rcu: Rename rcu_check_callbacks() to rcu_sched_clock_irq()Paul E. McKenney2019-01-25
* | | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-05
|\ \ \
| * \ \ Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/...Thomas Gleixner2019-02-10
| |\ \ \ | | |/ / | |/| |
| | * | y2038: rename old time and utime syscallsArnd Bergmann2019-02-06
| | * | y2038: syscalls: rename y2038 compat syscallsArnd Bergmann2019-02-06
| | * | timex: change syscalls to use struct __kernel_timexDeepa Dinamani2019-02-06
| | * | timex: use __kernel_timex internallyDeepa Dinamani2019-02-06
| | * | sparc64: add custom adjtimex/clock_adjtime functionsArnd Bergmann2019-02-06
| | * | time: make adjtime compat handling available for 32 bitArnd Bergmann2019-02-06
| | |/
* | | timers: Mark expected switch fall-throughsGustavo A. R. Silva2019-01-29
* | | timekeeping/debug: No need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-29
* | | posix-cpu-timers: Remove private interval storageThomas Gleixner2019-01-15
* | | Merge branch 'timers/urgent' into timers/coreThomas Gleixner2019-01-15
|\| |
| * | posix-cpu-timers: Unbreak timer rearmingThomas Gleixner2019-01-15
| |/
* / time: Move CONTEXT_TRACKING to kernel/time/KconfigPaul E. McKenney2019-01-15
|/
* Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel...Linus Torvalds2018-12-28
|\
| * timekeeping: remove timespec_add/timespec_delArnd Bergmann2018-12-18
| * timekeeping: remove unused {read,update}_persistent_clockArnd Bergmann2018-12-18
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-12-25
|\ \
| * | ntp: Remove duplicated includeYueHaibing2018-12-18