summaryrefslogtreecommitdiffstats
path: root/kernel/time
AgeCommit message (Expand)AuthorLines
2019-03-05Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2019-03-05Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-80/+139
2019-02-13Merge branch 'rcu-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar-1/+1
2019-02-10Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/...Thomas Gleixner-80/+139
2019-02-07y2038: rename old time and utime syscallsArnd Bergmann-2/+2
2019-02-07y2038: syscalls: rename y2038 compat syscallsArnd Bergmann-33/+34
2019-02-07timex: change syscalls to use struct __kernel_timexDeepa Dinamani-2/+4
2019-02-07timex: use __kernel_timex internallyDeepa Dinamani-24/+26
2019-02-07sparc64: add custom adjtimex/clock_adjtime functionsArnd Bergmann-12/+12
2019-02-07time: make adjtime compat handling available for 32 bitArnd Bergmann-15/+69
2019-01-29timers: Mark expected switch fall-throughsGustavo A. R. Silva-2/+3
2019-01-29timekeeping/debug: No need to check return value of debugfs_create functionsGreg Kroah-Hartman-9/+2
2019-01-25rcu: Rename rcu_check_callbacks() to rcu_sched_clock_irq()Paul E. McKenney-1/+1
2019-01-15posix-cpu-timers: Remove private interval storageThomas Gleixner-7/+6
2019-01-15Merge branch 'timers/urgent' into timers/coreThomas Gleixner-0/+1
2019-01-15posix-cpu-timers: Unbreak timer rearmingThomas Gleixner-0/+1
2019-01-15time: Move CONTEXT_TRACKING to kernel/time/KconfigPaul E. McKenney-0/+29
2018-12-28Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel...Linus Torvalds-55/+3
2018-12-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-218/+52
2018-12-18timekeeping: remove timespec_add/timespec_delArnd Bergmann-36/+0
2018-12-18timekeeping: remove unused {read,update}_persistent_clockArnd Bergmann-19/+3
2018-12-18ntp: Remove duplicated includeYueHaibing-1/+0
2018-12-17posix-timers: Fix division by zero bugThomas Gleixner-4/+1
2018-12-11timekeeping: Convert to DEFINE_SHOW_ATTRIBUTEYangtao Li-13/+2
2018-12-05timekeeping: Use proper seqcount initializerBart Van Assche-1/+3
2018-11-23posix-timers: Remove license boilerplateThomas Gleixner-19/+1
2018-11-23posix-clocks: Remove license boiler plateThomas Gleixner-14/+0
2018-11-23sched/clock: Remove license boilerplateThomas Gleixner-4/+0
2018-11-23posix-timers/stubs: Remove license boilerplateThomas Gleixner-4/+0
2018-11-23time: Remove license boilerplateThomas Gleixner-48/+5
2018-11-23time/debug: Remove license boilerplateThomas Gleixner-19/+0
2018-11-23hrtimers/tick/clockevents: Remove sloppy license referencesThomas Gleixner-20/+0
2018-11-23time: Add SPDX license identifiersThomas Gleixner-0/+23
2018-11-23time: Remove useless filenames in top level commentsThomas Gleixner-66/+15
2018-11-08posix-cpu-timers: Remove useless call to check_dl_overrun()Juri Lelli-3/+0
2018-11-05clockevents: Remove unnecessary unlikely()Yangtao Li-9/+3
2018-11-01compat: Cleanup in_compat_syscall() callersDmitry Safonov-1/+1
2018-10-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-114/+67
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2018-10-10tick/sched : Remove redundant cpu_online() checkPeng Hao-1/+1
2018-10-04clocksource: Provide clocksource_arch_init()Thomas Gleixner-0/+6
2018-10-03signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman-1/+1
2018-09-28tick/broadcast: Remove redundant checkPeng Hao-2/+0
2018-09-06clocksource: Revert "Remove kthread"Peter Zijlstra-10/+30
2018-08-29y2038: __get_old_timespec32() can be statickbuild test robot-2/+2
2018-08-27y2038: globally rename compat_time to old_time32Arnd Bergmann-57/+57
2018-08-27y2038: make do_gettimeofday() and get_seconds() inlineArnd Bergmann-30/+9
2018-08-27y2038: remove unused time interfacesArnd Bergmann-24/+0
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-15/+13
2018-08-13Merge branch 'parisc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-11/+2