aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-07-03um: Select HAS_IOREMAP for UML_IOMEM_EMULATIONNiklas Schnelle1-1/+2
2024-07-03um: Remove obsolete pcap driverAnton Ivanov5-299/+2
2024-07-03um: chan: use blocking IO for console output for time-travelBenjamin Berg4-21/+74
2024-07-03um: chan_user: retry partial writesBenjamin Berg1-3/+15
2024-07-03um: chan_user: catch EINTR when reading and writingBenjamin Berg1-2/+2
2024-07-03um: irqs: process outstanding IRQs when unblocking signalsBenjamin Berg1-29/+49
2024-07-03s390/vfio_ccw: Fix target addresses of TIC CCWsEric Farman1-4/+5
2024-07-03dt-bindings: gpio: fsl,qoriq-gpio: Add compatible string fsl,ls1046a-gpioFrank Li1-0/+1
2024-07-03dt-bindings: eeprom: at24: Add compatible for ONSemi N24S64BFrieder Schrempf1-0/+3
2024-07-03dt-bindings: eeprom: at24: Move compatible for Belling BL24C16A to proper placeFrieder Schrempf1-4/+3
2024-07-03dt-bindings: eeprom: at24: Add Microchip 24AA025E48/24AA025E64Andrei Simion1-1/+7
2024-07-03eeprom: at24: Add support for Microchip 24AA025E48/24AA025E64 EEPROMsClaudiu Beznea1-0/+8
2024-07-03power: sequencing: simplify returning pointer without cleanupKrzysztof Kozlowski1-1/+1
2024-07-03arm64: dts: renesas: rz-smarc: Replace fixed regulator for USB VBUSBiju Das1-8/+3
2024-07-03phy: renesas: phy-rcar-gen3-usb2: Control VBUS for RZ/G2L SoCsBiju Das1-1/+7
2024-07-03reset: renesas: Add USB VBUS regulator device as childBiju Das1-0/+31
2024-07-03dt-bindings: reset: renesas,rzg2l-usbphy-ctrl: Document USB VBUS regulatorBiju Das1-0/+10
2024-07-03ata: libata-scsi: Check ATA_QCFLAG_RTF_FILLED before using result_tfIgor Pylypiv1-0/+21
2024-07-03ata: libata-core: Set ATA_QCFLAG_RTF_FILLED in fill_result_tf()Igor Pylypiv2-10/+10
2024-07-03ata: libata-scsi: Do not pass ATA device id to ata_to_sense_error()Igor Pylypiv1-5/+4
2024-07-03ata: libata-scsi: Remove redundant sense_buffer memsetsIgor Pylypiv1-5/+0
2024-07-03ata: libata-scsi: Honor the D_SENSE bit for CK_COND=1 and no errorIgor Pylypiv1-5/+2
2024-07-03ata: libata-scsi: Do not overwrite valid sense data when CK_COND=1Igor Pylypiv1-77/+92
2024-07-03ata: libata-scsi: Fix offsets for the fixed format sense dataIgor Pylypiv1-13/+13
2024-07-03Merge tag 'regulator-hw-enable-helper' of https://git.kernel.org/pub/scm/linu...Philipp Zabel1100-6626/+12731
2024-07-03fat: Convert to new uid/gid option parsing helpersEric Sandeen1-12/+4
2024-07-03fat: Convert to new mount apiEric Sandeen4-355/+419
2024-07-03fat: move debug into fat_mount_optionsEric Sandeen2-6/+6
2024-07-03sctp: cancel a blocking accept when shutdown a listen socketXin Long1-4/+10
2024-07-03cachefiles: add missing lock protection when pollingJingbo Xu1-2/+2
2024-07-03cachefiles: cyclic allocation of msg_id to avoid reuseBaokun Li2-4/+17
2024-07-03cachefiles: wait for ondemand_object_worker to finish when dropping objectHou Tao1-0/+3
2024-07-03cachefiles: cancel all requests for the object that is being droppedBaokun Li1-0/+19
2024-07-03cachefiles: stop sending new request when dropping objectBaokun Li2-2/+10
2024-07-03cachefiles: propagate errors from vfs_getxattr() to avoid infinite loopBaokun Li1-1/+4
2024-07-03cachefiles: fix slab-use-after-free in cachefiles_withdraw_cookie()Baokun Li2-2/+34
2024-07-03cachefiles: fix slab-use-after-free in fscache_withdraw_volume()Baokun Li2-0/+14
2024-07-03netfs, fscache: export fscache_put_volume() and add fscache_try_get_volume()Baokun Li3-2/+20
2024-07-03fs: fix dentry sizeChristian Brauner1-1/+1
2024-07-03vfs: move d_lockref out of the area used by RCU lookupMateusz Guzik1-1/+6
2024-07-03net: dsa: microchip: lan937x: disable VPHY supportLucas Stach2-0/+7
2024-07-03net: dsa: microchip: lan937x: disable in-band status support for RGMII interf...Lucas Stach1-1/+2
2024-07-03net: dsa: microchip: lan9371/2: add 100BaseTX PHY supportLucas Stach3-0/+6
2024-07-03net: stmmac: enable HW-accelerated VLAN stripping for gmac4 onlyFurong Xu1-3/+4
2024-07-03drm/managed: Simplify if conditionThorsten Blum1-1/+1
2024-07-03drm/fbdev-generic: Fix framebuffer on big endian devicesThomas Huth1-1/+2
2024-07-03drm/panthor: Fix sync-only jobsBoris Brezillon2-11/+38
2024-07-03drm/panthor: Don't check the array stride on empty uobj arraysBoris Brezillon1-3/+3
2024-07-03drm/ast: Use drm_atomic_helper_commit_tail() helperThomas Zimmermann1-1/+1
2024-07-03drm/ast: Inline ast_crtc_dpms() into callersThomas Zimmermann2-32/+13