summaryrefslogtreecommitdiffstats
path: root/kernel/time
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds2019-12-013-76/+147
|\
| * y2038: alarm: fix half-second cut-offArnd Bergmann2019-11-251-1/+1
| * y2038: itimer: change implementation to timespec64Arnd Bergmann2019-11-151-62/+96
| * y2038: move itimer reset into itimer.cArnd Bergmann2019-11-151-2/+13
| * y2038: use compat_{get,set}_itimer on alphaArnd Bergmann2019-11-151-2/+2
| * y2038: itimer: compat handling to itimer.cArnd Bergmann2019-11-151-7/+35
| * y2038: time: avoid timespec usage in settimeofday()Arnd Bergmann2019-11-151-11/+9
| * y2038: syscalls: change remaining timeval to __kernel_old_timevalArnd Bergmann2019-11-151-1/+1
| * y2038: uapi: change __kernel_time_t to __kernel_old_time_tArnd Bergmann2019-11-151-3/+3
| * y2038: remove CONFIG_64BIT_TIMEArnd Bergmann2019-11-152-3/+3
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-11-261-0/+11
|\ \
| * \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2019-10-311-0/+11
| |\ \ | | |/ | |/|
| | * time: Export tick start/stop functions for rcutorturePaul E. McKenney2019-10-051-0/+4
| | * nohz: Add TICK_DEP_BIT_RCUFrederic Weisbecker2019-10-051-0/+7
* | | Merge tag 'v5.4-rc8' into sched/core, to pick up fixes and dependenciesIngo Molnar2019-11-181-1/+1
|\ \ \
| * | | ntp/y2038: Remove incorrect time_t truncationArnd Bergmann2019-11-121-1/+1
* | | | Merge tag 'v5.4-rc7' into sched/core, to pick up fixesIngo Molnar2019-11-115-46/+41
|\| | |
| * | | timekeeping/vsyscall: Update VDSO data unconditionallyHuacai Chen2019-11-041-6/+3
| |/ /
| * | posix-cpu-timers: Fix two trivial commentsYi Wang2019-10-231-3/+3
| * | timers/sched_clock: Include local timekeeping.h for missing declarationsBen Dooks (Codethink)2019-10-231-0/+2
| * | hrtimer: Annotate lockless access to timer->baseEric Dumazet2019-10-141-4/+4
| * | tick: broadcast-hrtimer: Fix a race in bc_set_nextBalasubramani Vivekanandan2019-09-271-33/+29
| |/
* / sched/vtime: Rename vtime_accounting_cpu_enabled() to vtime_accounting_enable...Frederic Weisbecker2019-10-291-1/+1
|/
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2019-09-261-3/+5
|\
| * timer: Read jiffies once when forwarding base clkLi RongQing2019-09-191-3/+5
* | Merge tag 'pm-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2019-09-171-1/+1
|\ \ | |/ |/|
| * Merge branch 'pm-sleep'Rafael J. Wysocki2019-09-171-1/+1
| |\
| | * PM / wakeup: Show wakeup sources stats in sysfsTri Vo2019-08-211-1/+1
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-09-179-581/+889
|\ \ \
| * | | posix-cpu-timers: Fix permission check regressionThomas Gleixner2019-09-101-9/+35
| * | | hrtimer: Add a missing bracket and hide `migration_base' on !SMPSebastian Andrzej Siewior2019-09-051-1/+11
| * | | posix-cpu-timers: Make expiry_active check actually work correctlyThomas Gleixner2019-08-291-4/+5
| * | | tick: Mark sched_timer to expire in hard interrupt contextSebastian Andrzej Siewior2019-08-281-1/+1
| * | | posix-cpu-timers: Utilize timerqueue for storageThomas Gleixner2019-08-281-93/+96
| * | | posix-cpu-timers: Move state tracking to struct posix_cputimersThomas Gleixner2019-08-281-33/+40
| * | | posix-cpu-timers: Deduplicate rlimit handlingThomas Gleixner2019-08-281-42/+25
| * | | posix-cpu-timers: Remove pointless comparisonsThomas Gleixner2019-08-281-9/+7
| * | | posix-cpu-timers: Get rid of 64bit divisionsThomas Gleixner2019-08-281-10/+14
| * | | posix-cpu-timers: Consolidate timer expiry furtherThomas Gleixner2019-08-281-33/+30
| * | | posix-cpu-timers: Get rid of zero checksThomas Gleixner2019-08-281-23/+15
| * | | posix-cpu-timers: Respect INFINITY for hard RTTIME limitThomas Gleixner2019-08-281-1/+1
| * | | posix-cpu-timers: Switch thread group sampling to arrayThomas Gleixner2019-08-282-67/+48
| * | | posix-cpu-timers: Restructure expiry arrayThomas Gleixner2019-08-281-49/+56
| * | | posix-cpu-timers: Remove cputime_expiresThomas Gleixner2019-08-281-10/+0
| * | | posix-cpu-timers: Make expiry checks array basedThomas Gleixner2019-08-281-49/+36
| * | | posix-cpu-timers: Provide array based sample functionsThomas Gleixner2019-08-281-0/+26
| * | | posix-cpu-timers: Switch check_*_timers() to array cacheThomas Gleixner2019-08-281-15/+11
| * | | posix-cpu-timers: Simplify set_process_cpu_timer()Thomas Gleixner2019-08-281-16/+8
| * | | posix-cpu-timers: Simplify timer queueingThomas Gleixner2019-08-281-34/+21
| * | | posix-cpu-timers: Provide array based access to expiry cacheThomas Gleixner2019-08-281-1/+11