summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-05-17Linux 5.10.180v5.10.180Greg Kroah-Hartman
2023-05-17drm/amd/display: Fix hang when skipping modesetAurabindo Pillai
2023-05-17mm/page_alloc: fix potential deadlock on zonelist_update_seq seqlockTetsuo Handa
2023-05-17drm/exynos: move to use request_irq by IRQF_NO_AUTOEN flagTian Tao
2023-05-17printk: declare printk_deferred_{enter,safe}() in include/linux/printk.hTetsuo Handa
2023-05-17KVM: x86: move guest_pv_has out of user_access sectionRishabh Bhatnagar
2023-05-17KVM: x86: do not report preemption if the steal time cache is staleRishabh Bhatnagar
2023-05-17KVM: x86: revalidate steal time cache if MSR value changesRishabh Bhatnagar
2023-05-17KVM: x86: do not set st->preempted when going back to user spaceRishabh Bhatnagar
2023-05-17KVM: x86: Remove obsolete disabling of page faults in kvm_arch_vcpu_put()Rishabh Bhatnagar
2023-05-17KVM: Fix steal time asm constraintsRishabh Bhatnagar
2023-05-17KVM: x86: Fix recording of guest steal time / preempted statusRishabh Bhatnagar
2023-05-17KVM: x86: Ensure PV TLB flush tracepoint reflects KVM behaviorRishabh Bhatnagar
2023-05-17drbd: correctly submit flush bio on barrierChristoph Böhmwalder
2023-05-17serial: 8250: Fix serial8250_tx_empty() race with DMA TxIlpo Järvinen
2023-05-17ext4: fix invalid free tracking in ext4_xattr_move_to_block()Theodore Ts'o
2023-05-17ext4: remove a BUG_ON in ext4_mb_release_group_pa()Theodore Ts'o
2023-05-17ext4: bail out of ext4_xattr_ibody_get() fails for any reasonTheodore Ts'o
2023-05-17ext4: add bounds checking in get_max_inline_xattr_value_size()Theodore Ts'o
2023-05-17ext4: fix deadlock when converting an inline directory in nojournal modeTheodore Ts'o
2023-05-17ext4: improve error recovery code paths in __ext4_remount()Theodore Ts'o
2023-05-17ext4: check iomap type only if ext4_iomap_begin() does not failBaokun Li
2023-05-17ext4: fix data races when using cached status extentsJan Kara
2023-05-17ext4: avoid a potential slab-out-of-bounds in ext4_group_desc_csumTudor Ambarus
2023-05-17ext4: fix WARNING in mb_find_extentYe Bin
2023-05-17KVM: x86: do not report a vCPU as preempted outside instruction boundariesPaolo Bonzini
2023-05-17KVM: x86: hyper-v: Avoid calling kvm_make_vcpus_request_mask() with vcpu_mask...Vitaly Kuznetsov
2023-05-17HID: wacom: insert timestamp to packed Bluetooth (BT) eventsPing Cheng
2023-05-17HID: wacom: Set a default resolution for older tabletsPing Cheng
2023-05-17drm/amdgpu: disable sdma ecc irq only when sdma RAS is enabled in suspendGuchun Chen
2023-05-17drm/amdgpu/gfx: disable gfx9 cp_ecc_error_irq only when enabling legacy gfx rasGuchun Chen
2023-05-17drm/amdgpu: fix an amdgpu_irq_put() issue in gmc_v9_0_hw_fini()Hamza Mahfooz
2023-05-17drm/panel: otm8009a: Set backlight parent to panel deviceJames Cowgill
2023-05-17f2fs: fix potential corruption when moving a directoryJaegeuk Kim
2023-05-17ARM: dts: s5pv210: correct MIPI CSIS clock nameKrzysztof Kozlowski
2023-05-17ARM: dts: exynos: fix WM8960 clock name in Itop EliteKrzysztof Kozlowski
2023-05-17remoteproc: st: Call of_node_put() on iteration errorMathieu Poirier
2023-05-17remoteproc: stm32: Call of_node_put() on iteration errorMathieu Poirier
2023-05-17sh: nmi_debug: fix return value of __setup handlerRandy Dunlap
2023-05-17sh: init: use OF_EARLY_FLATTREE for early initRandy Dunlap
2023-05-17sh: mcount.S: fix build error when PRINTK is not enabledRandy Dunlap
2023-05-17sh: math-emu: fix macro redefined warningRandy Dunlap
2023-05-17inotify: Avoid reporting event with invalid wdJan Kara
2023-05-17platform/x86: touchscreen_dmi: Add info for the Dexp Ursus KX210iAndrey Avdeev
2023-05-17platform/x86: touchscreen_dmi: Add upside-down quirk for GDIX1002 ts on the J...Hans de Goede
2023-05-17cifs: fix pcchunk length type in smb2_copychunk_rangePawel Witek
2023-05-17btrfs: print-tree: parent bytenr must be aligned to sector sizeAnastasia Belova
2023-05-17btrfs: don't free qgroup space unless specifiedJosef Bacik
2023-05-17btrfs: fix btrfs_prev_leaf() to not return the same key twiceFilipe Manana
2023-05-17perf symbols: Fix return incorrect build_id size in elf_read_build_id()Yang Jihong