summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-06-17leds: pca9532: Don't stop blinking for non-zero brightnessTobias Deiminger
2026-06-17dt-bindings: leds: irled: ir-spi-led: Add new duty-cycle valueBiswapriyo Nath
2026-06-17leds: st1202: Drop unused includeLinus Walleij
2026-06-17mfd: sec: Set DMA coherent maskKaustabh Chakraborty
2026-06-17mfd: sec: Add support for S2MU005 PMICKaustabh Chakraborty
2026-06-17dt-bindings: mfd: Add documentation for S2MU005 PMICKaustabh Chakraborty
2026-06-17Merge tag 'sound-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2026-06-17Merge tag 'drm-next-2026-06-17' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2026-06-17xfrm: validate selector family and prefixlen during matchEric Dumazet
2026-06-17espintcp: use sk_msg_free_partial to fix partial sendSabrina Dubroca
2026-06-17xfrm: annotate data-races around xfrm_policy_count[] and xfrm_policy_default[]Eric Dumazet
2026-06-17xfrm: Fix xfrm state cache insertion raceHerbert Xu
2026-06-17i2c: imx-lpi2c: mark I2C adapter when hardware is powered downCarlos Song
2026-06-17ALSA: sh: Use more common error handling code in snd_aica_probe()Markus Elfring
2026-06-17ALSA: usb-audio: Add quirk flags for SC13AAi Chao
2026-06-17ALSA: usb-audio: qcom: Free sideband sg_table objectsXu Rao
2026-06-17ALSA: hda/conexant: Add pin config quirk for Lenovo IdeaPad Slim 5 16AKP10Galen Hassen
2026-06-17ALSA: compress: Fix task creation error unwindCássio Gabriel
2026-06-17i2c: stm32f7: truncate clock period instead of rounding itGuillermo Rodríguez
2026-06-17Merge tag 'bpf-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds
2026-06-17Merge tag 'net-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2026-06-17Merge branch 'for-7.2-vsprintf-pmM-uppercase' into for-linusPetr Mladek
2026-06-17Merge branch 'for-7.2-vsprintf-size-checks' into for-linusPetr Mladek
2026-06-17gpiolib: acpi: Prevent out-of-bounds pin access in OperationRegion handlerMarco Scardovi
2026-06-17gpiolib: acpi: Add robust bounds-checking for GPIO pin resourcesMarco Scardovi
2026-06-17erofs: introduce erofs_map_chunks()Gao Xiang
2026-06-17erofs: call erofs_exit_ishare() before rcu_barrier()Gao Xiang
2026-06-17erofs: update the overview of the documentationGao Xiang
2026-06-17erofs: clean up erofs_ishare_fill_inode()Gao Xiang
2026-06-16ksmbd: fix path resolution in ksmbd_vfs_kern_path_createDavide Ornaghi
2026-06-16ksmbd: use opener credentials for FSCTL mutationsNamjae Jeon
2026-06-16ksmbd: use opener credentials for ADS I/ONamjae Jeon
2026-06-16ksmbd: require source read access for duplicate extentsNamjae Jeon
2026-06-16ksmbd: run set info with opener credentialsNamjae Jeon
2026-06-16ksmbd: use opener credentials for delete-on-closeNamjae Jeon
2026-06-16ksmbd: serialize QUERY_DIRECTORY requests per fileNamjae Jeon
2026-06-16ksmbd: add permission checks for FSCTL_DUPLICATE_EXTENTS_TO_FILEGil Portnoy
2026-06-16ksmbd: enforce FILE_READ_ATTRIBUTES on SMB_FIND_FILE_POSIX_INFORMATIONGil Portnoy
2026-06-16ksmbd: reject non-VALID session in compound request branchGil Portnoy
2026-06-16ksmbd: compress SMB2 READ responsesNamjae Jeon
2026-06-16ksmbd: negotiate and decode SMB2 compressionNamjae Jeon
2026-06-16cifs: negotiate chained SMB2 compression capabilitiesNamjae Jeon
2026-06-16smb: add common SMB2 compression transform helpersNamjae Jeon
2026-06-16smb: move LZ77 compression into common codeNamjae Jeon
2026-06-16ksmbd: add per-handle permission check to FILE_LINK_INFORMATIONGil Portnoy
2026-06-16ksmbd: add a permission check for FSCTL_SET_ZERO_DATAGil Portnoy
2026-06-16ksmbd: add a WRITE_DAC/WRITE_OWNER check to SMB2 SET_INFO SECURITYGil Portnoy
2026-06-16ksmbd: fix use-after-free of a deferred file_lock on SMB2_CLOSE then SMB2_CANCELGil Portnoy
2026-06-16smb: server: remove code guarded by nonexistent config optionEthan Nelson-Moore
2026-06-16smb/server: fix incorrect file size in get_file_compression_info()ChenXiaoSong