lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <014f94f9-54d4-1ee0-aa89-67ca5d221989@free.fr>
Date:   Thu, 26 Jul 2018 12:13:21 +0200
From:   Daniel Lezcano <daniel.lezcano@...e.fr>
To:     Thomas Gleixner <tglx@...utronix.de>,
        Ingo Molnar <mingo@...nel.org>
Cc:     Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        Baolin Wang <baolin.wang@...aro.org>,
        Stanley Chu <stanley.chu@...iatek.com>,
        Sudeep Holla <Sudeep.Holla@....com>
Subject: [GIT PULL] timers for 4.19


Hi Thomas, Ingo,

here are the changes for the timers for 4.19:

 - Add a less accurate but always-on clocksource for the sprd platform
(Baoling Wang)

 - Add the system timer for the new mediatek platforms (Stanley Chu)

 - Change the cpumask to cpu_possible_mask (Sudeep Holla)

Thanks !

  -- Daniel


The following changes since commit e5af5ff34cf037ac7bb70976161427dc40bf4a96:

  Merge tag 'fortglx/4.19/time-part2' of
https://git.linaro.org/people/john.stultz/linux into timers/core
(2018-07-20 06:43:05 +0200)

are available in the git repository at:

  ssh://git@....linaro.org/people/daniel.lezcano/linux.git clockevents/4.19

for you to fetch changes up to 1569557549697207e52310cc5b7dbc8e64bef504:

  clocksource/drivers/sprd: Register one always-on timer to compensate
suspend time (2018-07-26 11:26:34 +0200)

----------------------------------------------------------------
Baolin Wang (1):
      clocksource/drivers/sprd: Register one always-on timer to
compensate suspend time

Stanley Chu (5):
      clocksource/drivers/timer-mediatek: Add system timer bindings
      clocksource/drivers/timer-mediatek: Rename mtk_timer to timer-mediatek
      clocksource/drivers/timer-mediatek: Use specific prefix for GPT
      clocksource/drivers/timer-mediatek: Convert the driver to timer-of
      clocksource/drivers/timer-mediatek: Add support for system timer

Sudeep Holla (1):
      clocksource/drivers: Set clockevent device cpumask to
cpu_possible_mask

 Documentation/devicetree/bindings/timer/mediatek,mtk-timer.txt |  34
++++++++++++---------
 drivers/clocksource/Makefile                                   |   2 +-
 drivers/clocksource/mtk_timer.c                                | 268
--------------------------------------------------------------------------------------------------------------------------------------------------------------------
 drivers/clocksource/tegra20_timer.c                            |   2 +-
 drivers/clocksource/timer-atcpit100.c                          |   2 +-
 drivers/clocksource/timer-keystone.c                           |   2 +-
 drivers/clocksource/timer-mediatek.c                           | 328
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/clocksource/timer-sprd.c                               |  50
+++++++++++++++++++++++++++++++
 drivers/clocksource/zevio-timer.c                              |   2 +-
 9 files changed, 403 insertions(+), 287 deletions(-)
 delete mode 100644 drivers/clocksource/mtk_timer.c
 create mode 100644 drivers/clocksource/timer-mediatek.c

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ