aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-05Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2019-03-05Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds9-80/+139
2019-02-13Merge branch 'rcu-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-1/+1
2019-02-10Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground into timers/2038Thomas Gleixner9-80/+139
2019-02-07y2038: rename old time and utime syscallsArnd Bergmann1-2/+2
2019-02-07y2038: syscalls: rename y2038 compat syscallsArnd Bergmann4-33/+34
2019-02-07timex: change syscalls to use struct __kernel_timexDeepa Dinamani2-2/+4
2019-02-07timex: use __kernel_timex internallyDeepa Dinamani7-24/+26
2019-02-07sparc64: add custom adjtimex/clock_adjtime functionsArnd Bergmann1-12/+12
2019-02-07time: make adjtime compat handling available for 32 bitArnd Bergmann2-15/+69
2019-01-29timers: Mark expected switch fall-throughsGustavo A. R. Silva3-2/+3
2019-01-29timekeeping/debug: No need to check return value of debugfs_create functionsGreg Kroah-Hartman1-9/+2
2019-01-25rcu: Rename rcu_check_callbacks() to rcu_sched_clock_irq()Paul E. McKenney1-1/+1
2019-01-15posix-cpu-timers: Remove private interval storageThomas Gleixner1-7/+6
2019-01-15Merge branch 'timers/urgent' into timers/coreThomas Gleixner1-0/+1
2019-01-15posix-cpu-timers: Unbreak timer rearmingThomas Gleixner1-0/+1
2019-01-15time: Move CONTEXT_TRACKING to kernel/time/KconfigPaul E. McKenney1-0/+29
2018-12-28Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds3-55/+3
2018-12-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds25-218/+52
2018-12-18timekeeping: remove timespec_add/timespec_delArnd Bergmann1-36/+0
2018-12-18timekeeping: remove unused {read,update}_persistent_clockArnd Bergmann2-19/+3
2018-12-18ntp: Remove duplicated includeYueHaibing1-1/+0
2018-12-17posix-timers: Fix division by zero bugThomas Gleixner1-4/+1
2018-12-11timekeeping: Convert to DEFINE_SHOW_ATTRIBUTEYangtao Li1-13/+2
2018-12-05timekeeping: Use proper seqcount initializerBart Van Assche1-1/+3
2018-11-23posix-timers: Remove license boilerplateThomas Gleixner1-19/+1
2018-11-23posix-clocks: Remove license boiler plateThomas Gleixner1-14/+0
2018-11-23sched/clock: Remove license boilerplateThomas Gleixner1-4/+0
2018-11-23posix-timers/stubs: Remove license boilerplateThomas Gleixner1-4/+0
2018-11-23time: Remove license boilerplateThomas Gleixner4-48/+5
2018-11-23time/debug: Remove license boilerplateThomas Gleixner2-19/+0
2018-11-23hrtimers/tick/clockevents: Remove sloppy license referencesThomas Gleixner7-20/+0
2018-11-23time: Add SPDX license identifiersThomas Gleixner22-0/+23
2018-11-23time: Remove useless filenames in top level commentsThomas Gleixner18-66/+15
2018-11-08posix-cpu-timers: Remove useless call to check_dl_overrun()Juri Lelli1-3/+0
2018-11-05clockevents: Remove unnecessary unlikely()Yangtao Li1-9/+3
2018-11-01compat: Cleanup in_compat_syscall() callersDmitry Safonov1-1/+1
2018-10-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-114/+67
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2018-10-10tick/sched : Remove redundant cpu_online() checkPeng Hao1-1/+1
2018-10-04clocksource: Provide clocksource_arch_init()Thomas Gleixner2-0/+6
2018-10-03signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman1-1/+1
2018-09-28tick/broadcast: Remove redundant checkPeng Hao1-2/+0
2018-09-06clocksource: Revert "Remove kthread"Peter Zijlstra1-10/+30
2018-08-29y2038: __get_old_timespec32() can be statickbuild test robot1-2/+2
2018-08-27y2038: globally rename compat_time to old_time32Arnd Bergmann4-57/+57
2018-08-27y2038: make do_gettimeofday() and get_seconds() inlineArnd Bergmann2-30/+9
2018-08-27y2038: remove unused time interfacesArnd Bergmann1-24/+0
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds3-15/+13
2018-08-13Merge branch 'parisc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds1-11/+2