summaryrefslogtreecommitdiffstats
path: root/kernel/time
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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/+2Star
* | | posix-cpu-timers: Remove private interval storageThomas Gleixner2019-01-151-7/+6Star
* | | 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/+3Star
|\
| * timekeeping: remove timespec_add/timespec_delArnd Bergmann2018-12-181-36/+0Star
| * timekeeping: remove unused {read,update}_persistent_clockArnd Bergmann2018-12-182-19/+3Star
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-12-2625-218/+52Star
|\ \
| * | ntp: Remove duplicated includeYueHaibing2018-12-181-1/+0Star
| * | timekeeping: Convert to DEFINE_SHOW_ATTRIBUTEYangtao Li2018-12-121-13/+2Star
| * | timekeeping: Use proper seqcount initializerBart Van Assche2018-12-051-1/+3
| * | posix-timers: Remove license boilerplateThomas Gleixner2018-11-231-19/+1Star
| * | posix-clocks: Remove license boiler plateThomas Gleixner2018-11-231-14/+0Star
| * | sched/clock: Remove license boilerplateThomas Gleixner2018-11-231-4/+0Star
| * | posix-timers/stubs: Remove license boilerplateThomas Gleixner2018-11-231-4/+0Star
| * | time: Remove license boilerplateThomas Gleixner2018-11-234-48/+5Star
| * | time/debug: Remove license boilerplateThomas Gleixner2018-11-232-19/+0Star
| * | hrtimers/tick/clockevents: Remove sloppy license referencesThomas Gleixner2018-11-237-20/+0Star
| * | time: Add SPDX license identifiersThomas Gleixner2018-11-2322-0/+23
| * | time: Remove useless filenames in top level commentsThomas Gleixner2018-11-2318-66/+15Star
| * | clockevents: Remove unnecessary unlikely()Yangtao Li2018-11-051-9/+3Star
| |/
* | posix-timers: Fix division by zero bugThomas Gleixner2018-12-171-4/+1Star
* | posix-cpu-timers: Remove useless call to check_dl_overrun()Juri Lelli2018-11-081-3/+0Star
|/
* 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/+67Star
|\
| * tick/sched : Remove redundant cpu_online() checkPeng Hao2018-10-101-1/+1
| * tick/broadcast: Remove redundant checkPeng Hao2018-09-281-2/+0Star
| * 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/+9Star
| * y2038: remove unused time interfacesArnd Bergmann2018-08-271-24/+0Star
* | 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/+13Star
|\
| * signal: Pass pid and pid type into send_sigqueueEric W. Biederman2018-07-211-9/+4Star
| * posix-timers: Noralize good_sigeventEric W. Biederman2018-07-211-3/+5
| * pid: Implement PIDTYPE_TGIDEric W. Biederman2018-07-212-3/+4
* | Merge branch 'parisc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-141-11/+2Star
|\ \
| * | parisc: Drop architecture-specific ENOTSUP defineHelge Deller2018-08-131-11/+2Star