summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-08Linux 6.4.9v6.4.9Greg Kroah-Hartman1-1/+1
2023-08-08x86: fix backwards merge of GDS/SRSO bitGreg Kroah-Hartman1-3/+3
2023-08-08xen/netback: Fix buffer overrun triggered by unusual packetRoss Lagerwall1-5/+10
2023-08-08x86/srso: Tie SBPB bit setting to microcode patch detectionBorislav Petkov (AMD)2-11/+15
2023-08-08x86/srso: Add a forgotten NOENDBR annotationBorislav Petkov (AMD)1-0/+1
2023-08-08x86/srso: Fix return thunks in generated codeJosh Poimboeuf2-3/+7
2023-08-08x86/srso: Add IBPB on VMEXITBorislav Petkov (AMD)4-1/+26
2023-08-08x86/srso: Add IBPBBorislav Petkov (AMD)2-1/+24
2023-08-08x86/srso: Add SRSO_NO supportBorislav Petkov (AMD)7-15/+39
2023-08-08x86/srso: Add IBPB_BRTYPE supportBorislav Petkov (AMD)2-1/+13
2023-08-08x86/srso: Add a Speculative RAS Overflow mitigationBorislav Petkov (AMD)15-9/+424
2023-08-08x86/bugs: Increase the x86 bugs vector size to two u32sBorislav Petkov (AMD)2-2/+2
2023-08-08Documentation/x86: Fix backwards on/off logic about YMM supportDave Hansen1-1/+1
2023-08-08x86/xen: Fix secondary processors' FPU initializationJuergen Gross1-0/+1
2023-08-08x86/mem_encrypt: Unbreak the AMD_MEM_ENCRYPT=n buildThomas Gleixner1-4/+6
2023-08-08KVM: Add GDS_NO support to KVMDaniel Sneddon2-1/+13
2023-08-08x86/speculation: Add Kconfig option for GDSDaniel Sneddon2-0/+23
2023-08-08x86/speculation: Add force option to GDS mitigationDaniel Sneddon3-6/+40
2023-08-08x86/speculation: Add Gather Data Sampling mitigationDaniel Sneddon10-28/+310
2023-08-08x86/fpu: Move FPU initialization into arch_cpu_finalize_init()Thomas Gleixner1-4/+8
2023-08-08x86/fpu: Mark init functions __initThomas Gleixner1-2/+2
2023-08-08x86/fpu: Remove cpuinfo argument from init functionsThomas Gleixner3-5/+5
2023-08-08x86/init: Initialize signal frame size lateThomas Gleixner3-6/+3
2023-08-08init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init()Thomas Gleixner3-16/+15
2023-08-08init: Invoke arch_cpu_finalize_init() earlierThomas Gleixner1-2/+2
2023-08-08init: Remove check_bugs() leftoversThomas Gleixner6-89/+0
2023-08-08um/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner3-8/+3
2023-08-08sparc/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner3-18/+8
2023-08-08sh/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner5-74/+59
2023-08-08mips/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner3-17/+14
2023-08-08m68k/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner3-22/+3
2023-08-08loongarch/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner3-17/+3
2023-08-08ia64/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner3-22/+2
2023-08-08ARM: cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner3-5/+3
2023-08-08x86/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner5-52/+56
2023-08-08init: Provide arch_cpu_finalize_init()Thomas Gleixner3-0/+13
2023-08-03Linux 6.4.8v6.4.8Greg Kroah-Hartman1-1/+1
2023-08-03dma-buf: fix an error pointer vs NULL bugDan Carpenter2-3/+3
2023-08-03dma-buf: keep the signaling time of merged fences v3Christian König4-8/+27
2023-08-03mm/mempolicy: Take VMA lock before replacing policyJann Horn1-1/+14
2023-08-03mm/memory-failure: fix hardware poison check in unpoison_memory()Sidhartha Kumar1-1/+1
2023-08-03mm: fix memory ordering for mm_lock_seq and vm_lock_seqJann Horn3-8/+59
2023-08-03mm: lock VMA in dup_anon_vma() before setting ->anon_vmaJann Horn1-0/+1
2023-08-03rbd: retrieve and check lock owner twice before blocklistingIlya Dryomov1-2/+23
2023-08-03rbd: harden get_lock_owner_info() a bitIlya Dryomov2-6/+16
2023-08-03rbd: make get_lock_owner_info() return a single locker or NULLIlya Dryomov1-33/+51
2023-08-03dm cache policy smq: ensure IO doesn't prevent cleaner policy progressJoe Thornber1-10/+18
2023-08-03drm/i915/dpt: Use shmem for dpt objectsRadhakrishna Sripada1-1/+3
2023-08-03ceph: never send metrics if disable_send_metrics is setXiubo Li1-1/+1
2023-08-03thermal: of: fix double-free on unregistrationAhmad Fatoum1-21/+6