summaryrefslogtreecommitdiffstats
path: root/kernel/time
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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-131-11/+2
|\ \
| * | parisc: Drop architecture-specific ENOTSUP defineHelge Deller2018-08-131-11/+2
* | | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-08-132-30/+34
|\ \ \
| * | | timekeeping: Prevent false warning when persistent clock is not availablePavel Tatashin2018-07-301-1/+1
| * | | sched/clock: Move sched clock initialization and merge with generic clockPavel Tatashin2018-07-201-1/+1
| * | | timekeeping: Default boot time offset to local_clock()Pavel Tatashin2018-07-201-2/+5
| * | | timekeeping: Replace read_boot_clock64() with read_persistent_wall_and_boot_o...Pavel Tatashin2018-07-201-29/+30
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-08-1316-106/+340
|\ \ \ \ | |_|/ / |/| | |
| * | | clockevents: Warn if cpu_all_mask is used as cpumaskSudeep Holla2018-08-021-0/+6
| * | | tick/broadcast-hrtimer: Use cpu_possible_mask for ce_broadcast_hrtimerSudeep Holla2018-08-021-1/+1
| * | | timers: Clear timer_base::must_forward_clk with timer_base::lock heldGaurav Kohli2018-08-021-13/+16
| * | | Merge tag 'fortglx/4.19/time-part2' of https://git.linaro.org/people/john.stu...Thomas Gleixner2018-07-206-43/+214
| |\ \ \
| | * | | time: Introduce one suspend clocksource to compensate the suspend timeBaolin Wang2018-07-192-8/+163
| | * | | time: Fix extra sleeptime injection when suspend failsMukesh Ojha2018-07-191-7/+25
| | * | | timekeeping/ntp: Constify some function argumentsOndrej Mosnacek2018-07-195-21/+22