summaryrefslogtreecommitdiffstats
path: root/kernel/time
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-06-131-1/+1
|\
| * x86/mce: Address objtools noinstr complaintsThomas Gleixner2020-06-111-1/+1
* | Merge tag 'x86-urgent-2020-06-11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-06-111-2/+0
|\ \ | |/ |/|
| * clocksource: Remove obsolete ifdefThomas Gleixner2020-06-091-2/+0
* | Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2020-06-041-64/+47
|\ \
| * | posix-cpu-timers: Replace __get_task_for_clock with pid_for_clockEric W. Biederman2020-04-291-45/+30
| * | posix-cpu-timers: Replace cpu_timer_pid_type with clock_pid_typeEric W. Biederman2020-04-291-4/+4
| * | posix-cpu-timers: Extend rcu_read_lock removing task_struct referencesEric W. Biederman2020-04-291-20/+23
| * | posix-cpu-timer: Unify the now redundant code in lookup_taskEric W. Biederman2020-04-281-8/+7
| * | posix-cpu-timer: Tidy up group_leader logic in lookup_taskEric W. Biederman2020-04-281-6/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-031-2/+1
|\ \ \
| * \ \ Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Daniel Borkmann2020-04-281-2/+1
| |\ \ \ | | |_|/ | |/| |
| | * | sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-271-2/+1
| | |/
* | / nsproxy: add struct nssetChristian Brauner2020-05-091-2/+3
|/ /
* / proc, time/namespace: Show clock symbolic names in /proc/pid/timens_offsetsAndrei Vagin2020-04-161-1/+14
|/
* time/namespace: Fix time_for_children symlinkMichael Kerrisk (man-pages)2020-04-071-0/+1
* hrtimer: Don't dereference the hrtimer pointer after the callbackSebastian Andrzej Siewior2020-04-011-2/+3
* Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-03-309-101/+108
|\
| * Revert "tick/common: Make tick_periodic() check for missing ticks"Thomas Gleixner2020-03-191-33/+3
| * time/sched_clock: Expire timer in hardirq contextAhmed S. Darwish2020-03-191-4/+5
| * tick/common: Make tick_periodic() check for missing ticksWaiman Long2020-03-041-3/+33
| * hrtimer: Cast explicitely to u32t in __ktime_divns()Wen Yang2020-03-041-1/+1
| * timekeeping: Prevent 32bit truncation in scale64_check_overflow()Wen Yang2020-03-041-2/+1
| * posix-cpu-timers: Store a reference to a pid not a taskEric W. Biederman2020-03-041-18/+55
| * posix-cpu-timers: Pass the task into arm_timer()Eric W. Biederman2020-03-011-4/+3
| * posix-cpu-timers: Remove unnecessary locking around cpu_clock_sample_groupEric W. Biederman2020-03-011-54/+12
| * posix-cpu-timers: cpu_clock_sample_group() no longer needs siglockEric W. Biederman2020-03-011-3/+1
| * posix-timers: Pass lockdep expression to RCU listsAmol Grover2020-02-171-1/+2
| * timer: Improve the comment describing schedule_timeout()Alexander Popov2020-02-171-7/+9
| * lib/vdso: Move VCLOCK_TIMENS to vdso_clock_modesThomas Gleixner2020-02-171-3/+4
| * lib/vdso: Avoid highres update if clocksource is not VDSO capableThomas Gleixner2020-02-171-3/+3
| * lib/vdso: Cleanup clock mode storage leftoversThomas Gleixner2020-02-171-4/+0
| * clocksource: Add common vdso clock mode storageThomas Gleixner2020-02-172-2/+17
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-03-307-19/+39
|\ \
| * | lockdep: Add posixtimer context tracing bitsSebastian Andrzej Siewior2020-03-211-1/+5
| * | lockdep: Annotate irq_workSebastian Andrzej Siewior2020-03-211-0/+1
| * | lockdep: Add hrtimer context tracing bitsSebastian Andrzej Siewior2020-03-211-1/+5
| * | timekeeping: Split jiffies seqlockThomas Gleixner2020-03-215-17/+28
* | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2020-03-241-3/+4
|\ \ \ | |/ / |/| |
| * | timer: Use hlist_unhashed_lockless() in timer_pending()Eric Dumazet2020-02-201-3/+4
| |/
* / y2038: remove unused time32 interfacesArnd Bergmann2020-02-211-43/+0
|/
* Merge tag 'timers-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-02-091-2/+9
|\
| * clocksource: Prevent double add_timer_on() for watchdog_timerKonstantin Khlebnikov2020-02-011-2/+9
* | Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/li...Linus Torvalds2020-01-292-62/+14
|\ \ | |/ |/|
| * y2038: rename itimerval to __kernel_old_itimervalArnd Bergmann2019-12-181-9/+9
| * y2038: remove obsolete jiffies conversion functionsArnd Bergmann2019-12-181-53/+5
* | Merge tag 'timers-core-2020-01-27' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-01-2711-107/+656
|\ \
| * | alarmtimer: Make alarmtimer_get_rtcdev() a stub when CONFIG_RTC_CLASS=nStephen Boyd2020-01-241-5/+0
| * | alarmtimer: Use wakeup source from alarmtimer platform deviceStephen Boyd2020-01-241-10/+5
| * | alarmtimer: Make alarmtimer platform device child of RTC deviceStephen Boyd2020-01-241-11/+9