From: Ingo Molnar <mingo@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org,
Thomas Gleixner <tglx@linutronix.de>,
Peter Zijlstra <a.p.zijlstra@chello.nl>,
Andrew Morton <akpm@linux-foundation.org>
Subject: [GIT PULL] timer updates for v5.2
Date: Mon, 6 May 2019 11:24:59 +0200 [thread overview]
Message-ID: <20190506092459.GA86912@gmail.com> (raw)
Linus,
Please pull the latest timers-core-for-linus git tree from:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers-core-for-linus
# HEAD: 13e792a19d4e3a1c64e94197ba357685fd584ded tick: Fix typos in comments
This cycle had the following changes:
- Timer tracing improvements (Anna-Maria Gleixner)
- Continued tasklet reduction work: remove the hrtimer_tasklet
(Thomas Gleixner)
- Fix CPU hotplug remove race in the tick-broadcast mask handling code
(Thomas Gleixner)
- Force upper bound for setting CLOCK_REALTIME, to fix ABI
inconsistencies with handling values that are close to the maximum
supported and the vagueness of when uptime related wraparound might
occur. Make the consistent maximum the year 2232 across all relevant
ABIs and APIs. (Thomas Gleixner)
- various cleanups and smaller fixes.
Thanks,
Ingo
------------------>
Anna-Maria Gleixner (4):
tick/sched: Update tick_sched struct documentation
timer: Move trace point to get proper index
timer/trace: Replace deprecated vsprintf pointer extension %pf by %ps
timer/trace: Improve timer tracing
Borislav Petkov (1):
tick/broadcast: Fix warning about undefined tick_broadcast_oneshot_offline()
Laurent Gauthier (1):
tick: Fix typos in comments
Rasmus Villemoes (1):
timekeeping: Consistently use unsigned int for seqcount snapshot
Thomas Gleixner (5):
mac80211_hwsim: Replace hrtimer tasklet with softirq hrtimer
xfrm: Replace hrtimer tasklet with softirq hrtimer
softirq: Remove tasklet_hrtimer
tick: Remove outgoing CPU from broadcast masks
timekeeping: Force upper bound for setting CLOCK_REALTIME
drivers/net/wireless/mac80211_hwsim.c | 46 +++++++++++++++----------------
include/linux/interrupt.h | 25 -----------------
include/linux/tick.h | 6 +++++
include/linux/time64.h | 21 +++++++++++++++
include/net/xfrm.h | 2 +-
include/trace/events/timer.h | 17 +++++++-----
kernel/cpu.c | 2 ++
kernel/softirq.c | 51 -----------------------------------
kernel/time/clockevents.c | 18 +++++++++++--
kernel/time/jiffies.c | 2 +-
kernel/time/sched_clock.c | 4 +--
kernel/time/tick-broadcast.c | 48 +++++++++++++++++----------------
kernel/time/tick-common.c | 2 +-
kernel/time/tick-internal.h | 10 ++++---
kernel/time/tick-sched.c | 3 ++-
kernel/time/tick-sched.h | 13 ++++++---
kernel/time/time.c | 2 +-
kernel/time/timekeeping.c | 24 ++++++++---------
kernel/time/timer.c | 30 ++++++++++++---------
net/xfrm/xfrm_state.c | 30 ++++++++++++---------
20 files changed, 173 insertions(+), 183 deletions(-)
next reply other threads:[~2019-05-06 9:25 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-06 9:24 Ingo Molnar [this message]
2019-05-06 23:40 ` [GIT PULL] timer updates for v5.2 pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190506092459.GA86912@gmail.com \
--to=mingo@kernel.org \
--cc=a.p.zijlstra@chello.nl \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=tglx@linutronix.de \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).