linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] timer updates for v5.2
@ 2019-05-06  9:24 Ingo Molnar
  2019-05-06 23:40 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Ingo Molnar @ 2019-05-06  9:24 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-kernel, Thomas Gleixner, Peter Zijlstra, Andrew Morton

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(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] timer updates for v5.2
  2019-05-06  9:24 [GIT PULL] timer updates for v5.2 Ingo Molnar
@ 2019-05-06 23:40 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2019-05-06 23:40 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: Linus Torvalds, linux-kernel, Thomas Gleixner, Peter Zijlstra,
	Andrew Morton

The pull request you sent on Mon, 6 May 2019 11:24:59 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers-core-for-linus

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/a0e928ed7c603a47dca8643e58db224a799ff2c5

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-05-06 23:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-06  9:24 [GIT PULL] timer updates for v5.2 Ingo Molnar
2019-05-06 23:40 ` pr-tracker-bot

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).