1. 21 3月, 2020 21 次提交
  2. 20 3月, 2020 1 次提交
  3. 19 3月, 2020 2 次提交
    • A
      time/sched_clock: Expire timer in hardirq context · 2c8bd588
      Ahmed S. Darwish 提交于
      To minimize latency, PREEMPT_RT kernels expires hrtimers in preemptible
      softirq context by default. This can be overriden by marking the timer's
      expiry with HRTIMER_MODE_HARD.
      
      sched_clock_timer is missing this annotation: if its callback is preempted
      and the duration of the preemption exceeds the wrap around time of the
      underlying clocksource, sched clock will get out of sync.
      
      Mark the sched_clock_timer for expiry in hard interrupt context.
      Signed-off-by: NAhmed S. Darwish <a.darwish@linutronix.de>
      Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
      Link: https://lkml.kernel.org/r/20200309181529.26558-1-a.darwish@linutronix.de
      2c8bd588
    • T
      Merge tag 'timers-v5.7' of https://git.linaro.org/people/daniel.lezcano/linux into timers/core · 048495eb
      Thomas Gleixner 提交于
      Pull clockevent/clocksource updates from Daniel Lezcano:
      
      - Avoid creating dead devices by flagging the driver with OF_POPULATED
        in order to prevent the platform to create another device (Saravana Kannan)
      
      - Remove unused includes from imx family drivers (Anson Huang)
      
      - timer-dm-ti rework to prepare for pwm and suspend support (Lokesh Vutla)
      
      - Fix the rate for the global clock on the pit64b (Claudiu Beznea)
      
      - Fix timer-cs5535 by requesting an irq with non-NULL dev_id (Afzal Mohammed)
      
      - Replace setup_irq() by request_irq() (Afzal Mohammed)
      
      - Add support for the TCU of X1000 (Zhou Yanjie)
      
      - Drop the bogus omap_dm_timer_of_set_source() function (Suman Anna)
      
      - Do not update the counter when updating the period in order to
        prevent a disruption when the pwm is used (Lokesh Vutla)
      
      - Improve owl_timer_init() failure messages (Matheus Castello)
      
      - Add driver for the Ingenic JZ47xx OST (Maarten ter Huurne)
      
      - Pass the interrupt and the shutdown callbacks in the init function
        for ast2600 support (Joel Stanley)
      
      - Add the ast2600 compatible string for the fttmr010 (Joel Stanley)
      048495eb
  4. 17 3月, 2020 3 次提交
  5. 16 3月, 2020 8 次提交
  6. 13 3月, 2020 1 次提交
  7. 04 3月, 2020 4 次提交