summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-05-04dm vdo: use GFP_NOIO for blkdev_issue_zeroout on format pathBruce Johnston1-2/+2
2026-05-04drm/fb-helper: Fix clipping when damage area spans a single scanlineFrancesco Lavra1-1/+1
2026-05-04drm/qxl: Fix missing KMS poll cleanupMyeonghun Pak1-2/+4
2026-05-04ASoC: codecs: ab8500: Remove suspicious codeUwe Kleine-König (The Capable Hub)1-301/+3
2026-05-04ALSA: pcmtest: Return -EFAULT on pattern read copy failureCássio Gabriel1-3/+3
2026-05-04i2c: stub: Reject I2C block transfers with invalid lengthWeiming Shi1-0/+5
2026-05-04x86/efi: Fix graceful fault handling after FPU softirq changesIvan Hu1-1/+1
2026-05-04i2c: Compare the return value of gpiod_get_direction against GPIO_LINE_DIRECT...Nikola Z. Ivanov1-2/+1
2026-05-04parisc: Fix IRQ leak in LASI driverHongling Zeng1-4/+8
2026-05-04staging: rtl8723bs: os_dep: avoid NULL pointer dereference in rtw_cbuf_allocShyam Sunder Reddy Padira1-1/+2
2026-05-04i2c: dev: prevent integer overflow in I2C_TIMEOUT ioctlMingyu Wang1-4/+5
2026-05-04staging: vme_user: fix root device leak on init failureJohan Hovold1-0/+2
2026-05-04i2c: acpi: Add ELAN0678 to i2c_acpi_force_100khz_device_idsNiels Franke1-0/+1
2026-05-04fbdev: udlfb: add vm_ops to dlfb_ops_mmap to prevent use-after-freeRajat Gupta2-1/+31
2026-05-04dt-bindings: i2c: apple,i2c: Add t8122 compatibleJanne Grunau1-1/+3
2026-05-04iommu/amd: Fix precedence order in set_dte_passthrough()Weinan Liu1-1/+2
2026-05-04i2c: stm32f7: reinit_completion() per transfer not per msgMarek Vasut1-3/+3
2026-05-04dt-bindings: i2c: amlogic: Add compatible for T7 SOCRonald Claveau1-4/+9
2026-05-04i2c: testunit: Replace system_long_wq with system_dfl_long_wqMarco Crivellari1-2/+2
2026-05-04wifi: cw1200: Revert "Fix locking in error paths"Bart Van Assche1-2/+0
2026-05-04wifi: mac80211: tests: mark HT check strictJohannes Berg1-0/+1
2026-05-04media: rc: ttusbir: fix inverted error logicOliver Neukum1-1/+1
2026-05-04io_uring/eventfd: reset deferred signal stateYufan Chen1-0/+1
2026-05-04io_uring/napi: clear tracked NAPI entries on unregisterYufan Chen2-10/+25
2026-05-04drm/ttm: Fix GPU MM stats during pool shrinkingMatthew Brost1-6/+12
2026-05-04smb: client: use kzalloc to zero-initialize security descriptor bufferBjoern Doebel1-1/+1
2026-05-04cifs: abort open_cached_dir if we don't request leasesShyam Prasad N1-0/+8
2026-05-04LoongArch: KVM: Move unconditional delay into timer clear sceneryBibo Mao1-2/+8
2026-05-04LoongArch: KVM: Fix HW timer interrupt lost when inject interrupt by softwareBibo Mao1-0/+14
2026-05-04LoongArch: KVM: Move AVEC interrupt injection into switch loopBibo Mao1-11/+9
2026-05-04LoongArch: KVM: Use kvm_set_pte() in kvm_flush_pte()Tao Cui1-1/+1
2026-05-04LoongArch: KVM: Fix missing EMULATE_FAIL in kvm_emu_mmio_read()Tao Cui1-0/+1
2026-05-04LoongArch: KVM: Cap KVM_CAP_NR_VCPUS by KVM_CAP_MAX_VCPUSQiang Ma1-1/+1
2026-05-04LoongArch: KVM: Fix "unreliable stack" for kvm_exc_entryXianglai Li1-1/+1
2026-05-04LoongArch: KVM: Compile switch.S directly into the kernelXianglai Li6-42/+41
2026-05-04LoongArch: vDSO: Drop custom __arch_vdso_hres_capable()Thomas Weißschuh1-6/+0
2026-05-04LoongArch: Fix potential ADE in loongson_gpu_fixup_dma_hang()Wentao Guan1-0/+3
2026-05-04LoongArch: Use per-root-bridge PCIH flag to skip mem resource fixupHuacai Chen1-0/+5
2026-05-04LoongArch: Fix SYM_SIGFUNC_START definition for 32BITHuacai Chen1-1/+1
2026-05-04LoongArch: Specify -m32/-m64 explicitly for 32BIT/64BITHuacai Chen2-0/+4
2026-05-04LoongArch: Make CONFIG_64BIT as the default optionHuacai Chen1-0/+1
2026-05-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-41/+60
2026-05-04Linux 7.1-rc2v7.1-rc2Linus Torvalds1-1/+1
2026-05-03KVM: x86: Fix shadow paging use-after-free due to unexpected GFNSean Christopherson1-21/+14
2026-05-03KVM: x86: Fix misleading variable names and add more comments for PIR=>IRR flowSean Christopherson2-16/+40
2026-05-03KVM: x86: Do IRR scan in __kvm_apic_update_irr even if PIR is emptyPaolo Bonzini1-3/+5
2026-05-03KVM: x86: check for nEPT/nNPT in slow flush hypercallsPaolo Bonzini1-1/+1
2026-05-03phy: qcom: edp: Add PHY-specific LDO config for eDP low vdiffYongxing Mou1-11/+77
2026-05-03phy: qcom: edp: Fix AUX_CFG8 programming for DP modeYongxing Mou1-6/+1
2026-05-03phy: qcom: edp: Add SC7280/SC8180X swing/pre-emphasis tablesYongxing Mou1-4/+80