summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-08Linux 4.14.321v4.14.321Greg Kroah-Hartman1-1/+1
2023-08-08x86: fix backwards merge of GDS/SRSO bitGreg Kroah-Hartman1-1/+5
2023-08-08xen/netback: Fix buffer overrun triggered by unusual packetRoss Lagerwall1-5/+10
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/+2
2023-08-08KVM: Add GDS_NO support to KVMDaniel Sneddon2-0/+12
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-23/+305
2023-08-08x86/fpu: Move FPU initialization into arch_cpu_finalize_init()Thomas Gleixner2-6/+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-08init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init()Thomas Gleixner3-10/+13
2023-08-08init: Invoke arch_cpu_finalize_init() earlierThomas Gleixner1-2/+3
2023-08-08init: Remove check_bugs() leftoversThomas Gleixner6-92/+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-78/+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-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/+58
2023-08-08init: Provide arch_cpu_finalize_init()Thomas Gleixner3-0/+14
2023-06-28Linux 4.14.320v4.14.320Greg Kroah-Hartman1-1/+1
2023-06-28i2c: imx-lpi2c: fix type char overflow issue when calculating the clock cycleClark Wang1-2/+2
2023-06-28x86/apic: Fix kernel panic when booting with intremap=off and x2apic_physDheeraj Kumar Srivastava1-1/+4
2023-06-28drm/radeon: fix race condition UAF in radeon_gem_set_domain_ioctlMin Li1-3/+1
2023-06-28drm/exynos: fix race condition UAF in exynos_g2d_exec_ioctlMin Li1-1/+1
2023-06-28drm/exynos: vidi: fix a wrong error returnInki Dae1-2/+0
2023-06-28s390/cio: unregister device when the only path is goneVineeth Vijayan1-1/+4
2023-06-28usb: gadget: udc: fix NULL dereference in remove()Dan Carpenter1-0/+3
2023-06-28fbdev: imsttfb: Release framebuffer and dealloc cmap on error pathHelge Deller1-1/+5
2023-06-28nfcsim.c: Fix error checking for debugfs_create_dirOsama Muhammad1-4/+0
2023-06-28arm64: Add missing Set/Way CMO encodingsMarc Zyngier1-0/+6
2023-06-28HID: wacom: Add error check to wacom_parse_and_register()Denis Arefev1-1/+6
2023-06-28scsi: target: iscsi: Prevent login threads from racing between each otherMaurizio Lombardi1-1/+3
2023-06-28netfilter: nf_tables: disallow element updates of bound anonymous setsPablo Neira Ayuso1-2/+5
2023-06-28be2net: Extend xmit workaround to BE3 chipRoss Lagerwall1-2/+2
2023-06-28mmc: usdhi60rol0: fix deferred probingSergey Shtylyov1-2/+4
2023-06-28mmc: omap_hsmmc: fix deferred probingSergey Shtylyov1-2/+4
2023-06-28mmc: omap: fix deferred probingSergey Shtylyov1-1/+1
2023-06-28mmc: mtk-sd: fix deferred probingSergey Shtylyov1-1/+1
2023-06-28net: qca_spi: Avoid high load if QCA7000 is not availableStefan Wahren1-2/+1
2023-06-28xfrm: Linearize the skb after offloading if needed.Sebastian Andrzej Siewior2-0/+6
2023-06-28nilfs2: prevent general protection fault in nilfs_clear_dirty_page()Ryusuke Konishi1-1/+9
2023-06-28cgroup: Do not corrupt task iteration when rebinding subsystemXiu Jianfeng1-3/+17
2023-06-28Drivers: hv: vmbus: Fix vmbus_wait_for_unload() to scan present CPUsMichael Kelley1-2/+16
2023-06-28nilfs2: fix buffer corruption due to concurrent device readsRyusuke Konishi3-1/+35
2023-06-28nilfs2: reject devices with insufficient block countRyusuke Konishi1-1/+43