aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-12-08hwmon: (corsair-psu) Fix probe when built-inArmin Wolf1-1/+17
2023-12-08Merge tag 'soc-fixes-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-34/+71
2023-12-08Merge tag 'mm-hotfixes-stable-2023-12-07-18-47' of git://git.kernel.org/pub/s...Linus Torvalds2-6/+18
2023-12-08tty: ttyprintk: convert to u8 and size_tJiri Slaby (SUSE)1-3/+3
2023-12-08tty: serdev: convert to u8 and size_tJiri Slaby (SUSE)20-60/+56
2023-12-08tty: serdev: convert to u8 and size_t in serdev_controller_opsJiri Slaby (SUSE)1-1/+1
2023-12-08tty: nozomi: convert to u8 and size_tJiri Slaby (SUSE)1-5/+4
2023-12-08tty: n_hdlc: convert to u8 and size_tJiri Slaby (SUSE)1-5/+5
2023-12-08tty: n_gsm: convert to u8 and size_tJiri Slaby (SUSE)1-9/+8
2023-12-08tty: mxser: convert to u8 and size_tJiri Slaby (SUSE)1-4/+4
2023-12-08tty: moxa: convert to u8 and size_tJiri Slaby (SUSE)1-7/+8
2023-12-08tty: mmc: sdio: use u8 for flagJiri Slaby (SUSE)1-2/+1
2023-12-08tty: mips_ejtag_fdc: use u8 for character pointersJiri Slaby (SUSE)1-5/+5
2023-12-08tty: ipoctal: convert to u8 and size_tJiri Slaby (SUSE)1-8/+6
2023-12-08tty: hvc: convert to u8 and size_tJiri Slaby (SUSE)11-71/+80
2023-12-08tty: goldfish: convert to u8 and size_tJiri Slaby (SUSE)1-10/+6
2023-12-08tty: ehv_bytechan: convert to u8 and size_tJiri Slaby (SUSE)1-6/+5
2023-12-08tty: con3270: convert to u8 and size_tJiri Slaby (SUSE)1-6/+6
2023-12-08tty: con3215: convert to u8 and size_tJiri Slaby (SUSE)1-12/+12
2023-12-08tty: bcm: convert to u8 and size_tJiri Slaby (SUSE)1-2/+2
2023-12-08tty: ami: use u8 for characters and flagJiri Slaby (SUSE)1-2/+2
2023-12-08tty: core: the rest to u8Jiri Slaby (SUSE)1-5/+5
2023-12-08tty: make tty_operations::send_xchar accept u8 charJiri Slaby (SUSE)5-6/+6
2023-12-08tty: switch tty_port::xmit_* to u8Jiri Slaby (SUSE)1-1/+1
2023-12-08tty: mmc: sdio_uart: switch sdio_in() to return u8Jiri Slaby (SUSE)1-11/+8
2023-12-08tty: goldfish: use bool for is_write parameterJiri Slaby (SUSE)1-4/+4
2023-12-08serial: msm: Use OPP table for DVFS supportStephan Gerhold1-2/+17
2023-12-08serial: ucc_uart: Fix multiple address space type errorsChristophe Leroy1-14/+14
2023-12-08tty: hvc: dcc: Check for TXfull condition while setting up early consoleAyan Kumar Halder1-0/+8
2023-12-08tty: virtio: drop virtio_cons_early_init()Jiri Slaby (SUSE)1-48/+0
2023-12-08serial: imx: fix tx statemachine deadlockPaul Geurts1-2/+2
2023-12-08Merge tag 'exynos-drm-next-for-v6.7-rc5' of git://git.kernel.org/pub/scm/linu...Dave Airlie2-5/+5
2023-12-08Merge tag 'amd-drm-fixes-6.7-2023-12-06' of https://gitlab.freedesktop.org/ag...Dave Airlie15-53/+187
2023-12-08Merge tag 'drm-misc-fixes-2023-12-07' of git://anongit.freedesktop.org/drm/dr...Dave Airlie9-32/+205
2023-12-07Merge tag 'net-6.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds46-219/+464
2023-12-08Merge tag 'drm-intel-fixes-2023-12-07' of git://anongit.freedesktop.org/drm/d...Dave Airlie13-8/+92
2023-12-07ACPI: utils: Fix error path in acpi_evaluate_reference()Rafael J. Wysocki1-1/+1
2023-12-07Merge tag 'regmap-fix-v6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+1
2023-12-07Merge tag 'devicetree-fixes-for-6.7-1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+3
2023-12-07Merge tag 'platform-drivers-x86-v6.7-3' of git://git.kernel.org/pub/scm/linux...Linus Torvalds8-41/+150
2023-12-07Merge tag 'md-fixes-20231207-1' of https://git.kernel.org/pub/scm/linux/kerne...Jens Axboe1-4/+26
2023-12-07md: split MD_RECOVERY_NEEDED out of mddev_resumeYu Kuai1-4/+26
2023-12-07net: dsa: microchip: provide a list of valid protocols for xmit handlerSean Nyekjaer1-4/+12
2023-12-07Merge tag 'nvme-6.7-2023-12-7' of git://git.infradead.org/nvme into block-6.7Jens Axboe10-64/+119
2023-12-07nvme-pci: Add sleep quirk for Kingston drivesGeorg Gottleuber2-1/+20
2023-12-07nfp: flower: fix for take a mutex lock in soft irq context and rcu lockHui Zhou1-32/+95
2023-12-06Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski6-24/+14
2023-12-06net: dsa: mv88e6xxx: Restore USXGMII support for 6393XTobias Waldekranz1-2/+29
2023-12-07drm/exynos: fix a wrong error checkingInki Dae1-5/+3
2023-12-07drm/exynos: fix a potential error pointer dereferenceXiang Yang1-0/+2