summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-04-07xfs: fix a resource leak in xfs_alloc_buftarg()Haoxiang Li1-0/+1
2026-04-07xfs: handle too many open zones when mountingChristoph Hellwig2-0/+76
2026-04-07xfs: refactor xfs_mount_zonesChristoph Hellwig1-20/+34
2026-04-07xfs: fix integer overflow in busy extent sort comparatorYuto Ohnuki1-2/+2
2026-04-07xfs: fix integer overflow in deferred intent sort comparatorsYuto Ohnuki3-3/+3
2026-04-07xfs: fold xfs_setattr_size into xfs_vn_setattr_sizeChristoph Hellwig1-27/+11
2026-04-07xfs: remove a duplicate assert in xfs_setattr_sizeChristoph Hellwig1-1/+0
2026-04-07rust: sizes: add SizeConstants trait for device address space constantsJohn Hubbard1-44/+128
2026-04-07spi: spi-fsl-lpspi: make struct lpspi_config::mode u32Marc Kleine-Budde1-1/+1
2026-04-07spi: spi-fsl-lpspi: fsl_lpspi_write_tx_fifo(): simplify while() loop checkMarc Kleine-Budde1-3/+1
2026-04-07spi: spi-fsl-lpspi: fsl_lpspi_reset(): convert to void functionMarc Kleine-Budde1-3/+1
2026-04-07spi: spi-fsl-lpspi: fsl_lpspi_can_dma(): directly assign return value to fsl_...Marc Kleine-Budde1-8/+2
2026-04-07spi: spi-fsl-lpspi: fsl_lpspi_setup_transfer(): remove useless spi_transfer N...Marc Kleine-Budde1-3/+0
2026-04-07spi: spi-fsl-lpspi: fsl_lpspi_set_cmd(): use FIELD_PREP to encode Transmit Co...Marc Kleine-Budde1-3/+7
2026-04-07spi: spi-fsl-lpspi: fsl_lpspi_set_cmd(): remove obfuscated and obsolete assig...Marc Kleine-Budde1-1/+0
2026-04-07spi: spi-fsl-lpspi: fsl_lpspi_set_cmd(): use mode from struct fsl_lpspi_data:...Marc Kleine-Budde1-6/+5
2026-04-07spi: spi-fsl-lpspi: fsl_lpspi_set_watermark(): use FIELD_PREP() to encode FIF...Marc Kleine-Budde1-4/+7
2026-04-07spi: spi-fsl-lpspi: adapt to kernel coding styleMarc Kleine-Budde1-6/+6
2026-04-07rust: kernel: update `file_with_nul` commentMiguel Ojeda1-1/+1
2026-04-07Merge v7.0-rc7 into drm-nextSimona Vetter344-1766/+5323
2026-04-07net: rfkill: prevent unlimited numbers of rfkill events from being createdGreg Kroah-Hartman1-11/+24
2026-04-07wifi: rt2x00usb: fix devres lifetimeJohan Hovold1-1/+1
2026-04-07wifi: brcmfmac: validate bsscfg indices in IF eventsPengpeng Hou1-0/+5
2026-04-07wifi: brcmsmac: Fix dma_free_coherent() sizeThomas Fourier1-1/+1
2026-04-07gpio: aspeed: fix unsigned long int declarationChen Jung Ku1-1/+1
2026-04-07gpio: rockchip: convert to dynamic GPIO base allocationShawn Lin1-1/+1
2026-04-07gpio: remove dev-sync-probeBartosz Golaszewski4-128/+0
2026-04-07gpio: virtuser: stop using dev-sync-probeBartosz Golaszewski2-11/+20
2026-04-07gpio: aggregator: stop using dev-sync-probeBartosz Golaszewski2-18/+21
2026-04-07gpio: sim: stop using dev-sync-probeBartosz Golaszewski2-21/+29
2026-04-07dcache: permit dynamic_dname()s up to NAME_MAXAleksa Sarai1-5/+6
2026-04-07gpio: Add Intel Nova Lake ACPI GPIO events driverAlan Borzeszkowski4-0/+357
2026-04-07platform/x86: thinkpad_acpi: Drop ACPI driver registrationRafael J. Wysocki1-58/+4
2026-04-07selftests: net: add tests for PPPQingfang Deng8-0/+181
2026-04-07Merge branch 'intel-sst' of https://github.com/spandruvada/linux-kernel into ...Ilpo Järvinen1-17/+24
2026-04-07firmware: arm_ffa: Use the correct buffer size during RXTX_MAPSebastian Ene1-1/+1
2026-04-07platform/x86: asus-wireless: Convert ACPI driver to a platform oneRafael J. Wysocki1-18/+21
2026-04-07platform/x86: asus-wireless: Register ACPI notify handler directlyRafael J. Wysocki1-4/+16
2026-04-07platform/x86: asus-laptop: Convert ACPI driver to a platform oneRafael J. Wysocki1-17/+18
2026-04-07platform/x86: asus-laptop: Register ACPI notify handler directlyRafael J. Wysocki1-3/+8
2026-04-07ntfs: remove redundant out-of-bound checksHyunchul Lee3-42/+0
2026-04-07ntfs: add bound checking to ntfs_external_attr_findHyunchul Lee1-14/+69
2026-04-07ntfs: add bound checking to ntfs_attr_findHyunchul Lee2-12/+72
2026-04-07pinctrl: mcp23s08: Disable all pin interrupts during probeFrancesco Lavra1-0/+9
2026-04-07pinctrl: sophgo: pinctrl-sg2044: Fix wrong module descriptionInochi Amaoto1-1/+1
2026-04-07pinctrl: sophgo: pinctrl-sg2042: Fix wrong module descriptionInochi Amaoto1-1/+1
2026-04-07fs: attr: fix comment formatting and spelling issuesChelsy Ratnawat1-3/+3
2026-04-07lib/tests/slub_kunit: add a test case for {kmalloc,kfree}_nolockHarry Yoo (Oracle)1-0/+92
2026-04-07MAINTAINERS: add lib/tests/slub_kunit.c to SLAB ALLOCATOR sectionHarry Yoo (Oracle)1-0/+1
2026-04-07irqchip/irq-pic32-evic: Add __maybe_unused for board_bind_eic_interrupt in CO...Brian Masney1-1/+1