summaryrefslogtreecommitdiffstats
path: root/kernel/time
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | ntp: Remove duplicated includeYueHaibing2018-12-181-1/+0
| * | timekeeping: Convert to DEFINE_SHOW_ATTRIBUTEYangtao Li2018-12-111-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
| |/
* | posix-timers: Fix division by zero bugThomas Gleixner2018-12-171-4/+1
* | posix-cpu-timers: Remove useless call to check_dl_overrun()Juri Lelli2018-11-081-3/+0
|/
* compat: Cleanup in_compat_syscall() callersDmitry Safonov2018-11-011-1/+1
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-10-257-114/+67
|\
| * tick/sched : Remove redundant cpu_online() checkPeng Hao2018-10-101-1/+1
| * tick/broadcast: Remove redundant checkPeng Hao2018-09-281-2/+0
| * y2038: __get_old_timespec32() can be statickbuild test robot2018-08-291-2/+2
| * y2038: globally rename compat_time to old_time32Arnd Bergmann2018-08-274-57/+57
| * y2038: make do_gettimeofday() and get_seconds() inlineArnd Bergmann2018-08-272-30/+9
| * y2038: remove unused time interfacesArnd Bergmann2018-08-271-24/+0
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-241-1/+1
|\ \
| * | signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman2018-10-031-1/+1
| |/
* | clocksource: Provide clocksource_arch_init()Thomas Gleixner2018-10-042-0/+6
* | clocksource: Revert "Remove kthread"Peter Zijlstra2018-09-061-10/+30
|/
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-213-15/+13
|\
| * signal: Pass pid and pid type into send_sigqueueEric W. Biederman2018-07-211-9/+4