summaryrefslogtreecommitdiffstats
path: root/kernel/time (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2019-05-071-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-261-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-2625-218/+52
|\ \
| * | ntp: Remove duplicated includeYueHaibing2018-12-181-1/+0
| * | timekeeping: Convert to DEFINE_SHOW_ATTRIBUTEYangtao Li2018-12-121-13/+2
| * | timekeeping: Use proper seqcount initializerBart Van Assche2018-12-051-1/+3
| * | posix-timers: Remove license boilerplateThomas Gleixner2018-11-231-19/+1
| * | posix-clocks: Remove license boiler plateThomas Gleixner2018-11-231-14/+0
| * | sched/clock: Remove license boilerplateThomas Gleixner2018-11-231-4/+0
| * | posix-timers/stubs: Remove license boilerplateThomas Gleixner2018-11-231-4/+0
| * | time: Remove license boilerplateThomas Gleixner2018-11-234-48/+5
| * | time/debug: Remove license boilerplateThomas Gleixner2018-11-232-19/+0
| * | hrtimers/tick/clockevents: Remove sloppy license referencesThomas Gleixner2018-11-237-20/+0
| * | time: Add SPDX license identifiersThomas Gleixner2018-11-2322-0/+23
| * | time: Remove useless filenames in top level commentsThomas Gleixner2018-11-2318-66/+15
| * | clockevents: Remove unnecessary unlikely()Yangtao Li2018-11-051-9/+3
| |/