1. 02 May, 2024 28 commits
  2. 01 May, 2024 1 commit
  3. 30 Apr, 2024 5 commits
  4. 29 Apr, 2024 3 commits
  5. 28 Apr, 2024 3 commits
    • Linus Torvalds's avatar
      Linux 6.9-rc6 · e67572cd
      Linus Torvalds authored
      e67572cd
    • Linus Torvalds's avatar
      Merge tag 'sched-urgent-2024-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip · 245c8e81
      Linus Torvalds authored
      Pull scheduler fixes from Ingo Molnar:
      
       - Fix EEVDF corner cases
      
       - Fix two nohz_full= related bugs that can cause boot crashes
         and warnings
      
      * tag 'sched-urgent-2024-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
        sched/isolation: Fix boot crash when maxcpus < first housekeeping CPU
        sched/isolation: Prevent boot crash when the boot CPU is nohz_full
        sched/eevdf: Prevent vlag from going out of bounds in reweight_eevdf()
        sched/eevdf: Fix miscalculation in reweight_entity() when se is not curr
        sched/eevdf: Always update V if se->on_rq when reweighting
      245c8e81
    • Linus Torvalds's avatar
      Merge tag 'x86-urgent-2024-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip · aec147c1
      Linus Torvalds authored
      Pull x86 fixes from Ingo Molnar:
      
       - Make the CPU_MITIGATIONS=n interaction with conflicting
         mitigation-enabling boot parameters a bit saner.
      
       - Re-enable CPU mitigations by default on non-x86
      
       - Fix TDX shared bit propagation on mprotect()
      
       - Fix potential show_regs() system hang when PKE initialization
         is not fully finished yet.
      
       - Add the 0x10-0x1f model IDs to the Zen5 range
      
       - Harden #VC instruction emulation some more
      
      * tag 'x86-urgent-2024-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
        cpu: Ignore "mitigations" kernel parameter if CPU_MITIGATIONS=n
        cpu: Re-enable CPU mitigations by default for !X86 architectures
        x86/tdx: Preserve shared bit on mprotect()
        x86/cpu: Fix check for RDPKRU in __show_regs()
        x86/CPU/AMD: Add models 0x10-0x1f to the Zen5 range
        x86/sev: Check for MWAITX and MONITORX opcodes in the #VC handler
      aec147c1