1. 04 Feb, 2022 8 commits
  2. 02 Feb, 2022 29 commits
  3. 30 Jan, 2022 3 commits
    • Linus Torvalds's avatar
      Linux 5.17-rc2 · 26291c54
      Linus Torvalds authored
      26291c54
    • Linus Torvalds's avatar
      Merge tag 'irq_urgent_for_v5.17_rc2_p2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip · c5fe9de7
      Linus Torvalds authored
      Pull irq fixes from Borislav Petkov:
      
       - Drop an unused private data field in the AIC driver
      
       - Various fixes to the realtek-rtl driver
      
       - Make the GICv3 ITS driver compile again in !SMP configurations
      
       - Force reset of the GICv3 ITSs at probe time to avoid issues during kexec
      
       - Yet another kfree/bitmap_free conversion
      
       - Various DT updates (Renesas, SiFive)
      
      * tag 'irq_urgent_for_v5.17_rc2_p2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
        dt-bindings: interrupt-controller: sifive,plic: Group interrupt tuples
        dt-bindings: interrupt-controller: sifive,plic: Fix number of interrupts
        dt-bindings: irqchip: renesas-irqc: Add R-Car V3U support
        irqchip/gic-v3-its: Reset each ITS's BASERn register before probe
        irqchip/gic-v3-its: Fix build for !SMP
        irqchip/loongson-pch-ms: Use bitmap_free() to free bitmap
        irqchip/realtek-rtl: Service all pending interrupts
        irqchip/realtek-rtl: Fix off-by-one in routing
        irqchip/realtek-rtl: Map control data to virq
        irqchip/apple-aic: Drop unused ipi_hwirq field
      c5fe9de7
    • Linus Torvalds's avatar
      Merge tag 'perf_urgent_for_v5.17_rc2_p2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip · 27a96c4f
      Linus Torvalds authored
      Pull perf fixes from Borislav Petkov:
      
       - Prevent accesses to the per-CPU cgroup context list from another CPU
         except the one it belongs to, to avoid list corruption
      
       - Make sure parent events are always woken up to avoid indefinite hangs
         in the traced workload
      
      * tag 'perf_urgent_for_v5.17_rc2_p2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
        perf/core: Fix cgroup event list management
        perf: Always wake the parent event
      27a96c4f