1. 08 Feb, 2022 12 commits
  2. 04 Feb, 2022 21 commits
  3. 30 Jan, 2022 7 commits
    • Greg Kroah-Hartman's avatar
      Merge tag 'v5.17-rc2' into char-misc-next · 7ab004db
      Greg Kroah-Hartman authored
      We need the char/misc fixes in here as well.
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      7ab004db
    • 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
    • Linus Torvalds's avatar
      Merge tag 'sched_urgent_for_v5.17_rc2_p2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip · 24f4db1f
      Linus Torvalds authored
      Pull scheduler fix from Borislav Petkov:
       "Make sure the membarrier-rseq fence commands are part of the reported
        set when querying membarrier(2) commands through MEMBARRIER_CMD_QUERY"
      
      * tag 'sched_urgent_for_v5.17_rc2_p2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
        sched/membarrier: Fix membarrier-rseq fence command missing from query bitmask
      24f4db1f
    • Linus Torvalds's avatar
      Merge tag 'x86_urgent_for_v5.17_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip · a96d3a5b
      Linus Torvalds authored
      Pull x86 fixes from Borislav Petkov:
      
       - Add another Intel CPU model to the list of CPUs supporting the
         processor inventory unique number
      
       - Allow writing to MCE thresholding sysfs files again - a previous
         change had accidentally disabled it and no one noticed. Goes to show
         how much is this stuff used
      
      * tag 'x86_urgent_for_v5.17_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
        x86/cpu: Add Xeon Icelake-D to list of CPUs that support PPIN
        x86/MCE/AMD: Allow thresholding interface updates after init
      a96d3a5b
    • Linus Torvalds's avatar
      Merge branch 'akpm' (patches from Andrew) · 8dd71685
      Linus Torvalds authored
      Merge misc fixes from Andrew Morton:
       "12 patches.
      
        Subsystems affected by this patch series: sysctl, binfmt, ia64, mm
        (memory-failure, folios, kasan, and psi), selftests, and ocfs2"
      
      * emailed patches from Andrew Morton <akpm@linux-foundation.org>:
        ocfs2: fix a deadlock when commit trans
        jbd2: export jbd2_journal_[grab|put]_journal_head
        psi: fix "defined but not used" warnings when CONFIG_PROC_FS=n
        psi: fix "no previous prototype" warnings when CONFIG_CGROUPS=n
        mm, kasan: use compare-exchange operation to set KASAN page tag
        kasan: test: fix compatibility with FORTIFY_SOURCE
        tools/testing/scatterlist: add missing defines
        mm: page->mapping folio->mapping should have the same offset
        memory-failure: fetch compound_head after pgmap_pfn_valid()
        ia64: make IA64_MCA_RECOVERY bool instead of tristate
        binfmt_misc: fix crash when load/unload module
        include/linux/sysctl.h: fix register_sysctl_mount_point() return type
      8dd71685